/* Delivery */
.pfdn-notice-wrap{
	margin: 0 0 16px 0;
}


.pfdn-notice
{
padding: 12px 14px;
 background: #b3fde4;
 color: #221e16;
 font-size: 15px;
display: flex;
  	margin-left: 0px;
	margin-right: 0px;  
}



/* Points column */
.pfdn-pair-col-points{
  	line-height: 1.3;
}

/* Make the green fill the full “card” height */
.pfdn-points-notice{
	background-color: #eaf5ae;
}

.points-notice{
	display:flex;
}

.points-badge img{
	width: 27px;
	margin-right: 8px;
	margin-left:5px;
	margin-top: -1px;
	max-width: unset;
}

.pfdn-product-col-points{
  	margin-left: -1px;
    margin-right: 0px;
}

.points-text{ margin-top: 2px; }

.del-notice{ padding-top: 2px; display: flex;}

/* Points wrapper */
.pfdn-points-wrap{
	margin: 0 0 16px 0;
}
.pfdn-points-notice{
	padding: 9px 14px;
	color: #111;
	font-size: 15px;
	line-height: 1.4;
}

/* Mini wrapper */
.pfdn-mini-cart-wrap{
	margin: 10px 0;
}

.pfdn-notice i {
    font-size: 26px!important;
    padding-left: 5px;
    padding-right: 8px;
}

/* Product 50/50 layout */
.pfdn-product-row{
	display: flex;
	align-items: stretch;
	margin: 0 0 16px 0;
	gap: 5px;
}
.pfdn-product-col{
	flex: 1 1 50%;
	min-width: 0;
	display: flex;              /* NEW */
}
.pfdn-product-col .pfdn-notice-wrap,
.pfdn-product-col .pfdn-points-wrap{
	margin-bottom: 0;
	flex: 1;                    /* NEW */
	display: flex;              /* NEW */
}

/* Other pages 50/50 layout */
.pfdn-pair-row{
	display: flex;
	gap: 5px;
	align-items: stretch;
	margin: 0 0 16px 0;
}
.pfdn-pair-col{
	flex: 1 1 50%;
	min-width: 0;               /* FIXED (was mmin-width) */
	display: flex;              /* NEW */
}

.pfdn-pair-col .pfdn-notice-wrap,
.pfdn-pair-col .pfdn-points-wrap{
	margin-bottom: 0;
	flex: 1;                    /* NEW */
	display: flex;              /* NEW */
}

/* Make the visible cards stretch to equal height */
.pfdn-notice,
.pfdn-points-notice{
	flex: 1;                    /* NEW */
	display: flex;              /* NEW */
	align-items: center;        /* centre content vertically; remove for top */
}

/* Responsive */
@media (max-width: 640px){
	.pfdn-product-row,
	.pfdn-pair-row{
		flex-direction: column;
	}
	.pfdn-product-col,
	.pfdn-pair-col{
		flex-basis: auto;
	}
}

.pfdn-mini-cart-wrap .del-truck, .pfdn-mini-cart-wrap .points-badge {display:none;}

.pfdn-mini-cart-wrap .del-text b, .pfdn-mini-cart-wrap .points-text b{
  display: block;
}

.pfdn-mini-cart-wrap .pfdn-notice {line-height: 20px; display: block; width: 100%;
    text-align: center;}
.pfdn-mini-cart-wrap .points-text {line-height: 20px;text-align: center; display: block;}
    .pfdn-mini-cart-wrap .points-notice {width:100%; display: block;}

.del-text{line-height: 22px; margin-top: 2px;}

.pfdn-mini-cart-wrap .del-text{line-height: 20px;}
