
.ep-delivery-clean,
.ep-delivery-clean *{box-sizing:border-box}

.ep-delivery-clean{
	--ep-delivery-line:#e8dfdd;
	width:100%;
	padding:70px 20px 90px;
	background:#fff;
	color:#2d292b;
}

.ep-delivery-clean__container{
	width:100%;
	max-width:1080px;
	margin:0 auto;
}

.ep-delivery-clean__header{
	margin-bottom:34px;
	text-align:center;
}

.ep-delivery-clean__title{
	margin:0;
	color:#2d292b;
	font-family:"Cormorant Garamond",serif;
	font-size:56px;
	font-weight:500;
	line-height:1;
}

.ep-delivery-clean__intro{
	max-width:700px;
	margin:13px auto 0;
	color:#756d70;
	font-family:Montserrat,sans-serif;
	font-size:12px;
	line-height:1.7;
}

.ep-delivery-clean__box{
	width:100%;
	padding:8px 44px;
	background:#fcf7f5;
}

.ep-delivery-clean__list{
	display:grid;
	grid-template-columns:1fr !important;
}

.ep-delivery-clean__item{
	position:relative;
	display:grid;
	grid-template-columns:34px minmax(0,1fr);
	align-items:start;
	gap:18px;
	width:100%;
	padding:25px 8px;
	border-bottom:1px solid var(--ep-delivery-line);
	background:transparent;
	transition:
		background-color .22s ease,
		padding-left .22s ease,
		padding-right .22s ease;
}

.ep-delivery-clean__item:last-child{
	border-bottom:0;
}

.ep-delivery-clean__item:hover{
	padding-left:18px;
	padding-right:18px;
	background:#fffdfc;
}

.ep-delivery-clean__icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
	margin-top:1px;
	color:#9a8f8b;
	transition:color .22s ease,transform .22s ease;
}

.ep-delivery-clean__item:hover .ep-delivery-clean__icon{
	color:#8f2838;
	transform:translateX(2px);
}

.ep-delivery-clean__icon svg{
	display:block;
	width:24px;
	height:24px;
	fill:currentColor;
}

.ep-delivery-clean__copy{
	min-width:0;
}

.ep-delivery-clean__item-title{
	margin:0 0 5px;
	color:#2d292b;
	font-family:"Cormorant Garamond",serif;
	font-size:24px;
	font-weight:500;
	line-height:1.15;
	transition:color .22s ease,transform .22s ease;
}

.ep-delivery-clean__item:hover .ep-delivery-clean__item-title{
	color:#8f2838;
	transform:translateX(2px);
}

.ep-delivery-clean__item-text{
	max-width:850px;
	color:#686164;
	font-family:Montserrat,sans-serif;
	font-size:10.5px;
	line-height:1.7;
}

.ep-delivery-clean__item-text p{
	margin:0;
}

.ep-delivery-clean__item-text strong{
	color:#393335;
	font-weight:600;
}

@media(max-width:767px){
	.ep-delivery-clean{
		padding:42px 14px 58px;
	}

	.ep-delivery-clean__header{
		margin-bottom:25px;
	}

	.ep-delivery-clean__title{
		font-size:42px;
	}

	.ep-delivery-clean__box{
		padding:4px 20px;
	}

	.ep-delivery-clean__item{
		grid-template-columns:26px minmax(0,1fr);
		gap:13px;
		padding:21px 2px;
	}

	.ep-delivery-clean__item:hover{
		padding-left:8px;
		padding-right:8px;
	}

	.ep-delivery-clean__icon,
	.ep-delivery-clean__icon svg{
		width:20px;
		height:20px;
	}

	.ep-delivery-clean__item-title{
		font-size:21px;
	}

	.ep-delivery-clean__item-text{
		font-size:10px;
	}
}


/* v3.31.3 – robust full-width delivery rows */
.ep-delivery-clean{
  --ep-del-row-top:24px;
  --ep-del-row-right:10px;
  --ep-del-row-bottom:24px;
  --ep-del-row-left:10px;
}
.ep-delivery-clean__box{
  width:100% !important;
  max-width:none !important;
  overflow:hidden;
}
.ep-delivery-clean__list{
  display:block !important;
  width:100% !important;
  max-width:none !important;
}
.ep-delivery-clean__item{
  display:flex !important;
  align-items:flex-start !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  gap:18px !important;
  padding:var(--ep-del-row-top) var(--ep-del-row-right) var(--ep-del-row-bottom) var(--ep-del-row-left) !important;
  border-right:0 !important;
  border-left:0 !important;
}
.ep-delivery-clean__copy{
  display:block !important;
  flex:1 1 auto !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
}
.ep-delivery-clean__item-title{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
}
.ep-delivery-clean__item-text{
  display:block !important;
  width:100% !important;
  max-width:820px !important;
  min-width:0 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
}
.ep-delivery-clean__item-text p,
.ep-delivery-clean__item-text strong,
.ep-delivery-clean__item-text span{
  white-space:normal !important;
  word-break:normal !important;
}
.ep-delivery-clean__item:hover{
  padding-left:calc(var(--ep-del-row-left) + 8px) !important;
  padding-right:calc(var(--ep-del-row-right) + 8px) !important;
}
@media(max-width:767px){
  .ep-delivery-clean{
    --ep-del-row-top:20px;
    --ep-del-row-right:0px;
    --ep-del-row-bottom:20px;
    --ep-del-row-left:0px;
  }
  .ep-delivery-clean__box{padding:4px 20px !important}
  .ep-delivery-clean__item{gap:12px !important}
  .ep-delivery-clean__item:hover{
    padding-left:6px !important;
    padding-right:6px !important;
  }
  .ep-delivery-clean__item-text{max-width:none !important}
}
