
.hsh-hero{
	--hsh-blue:#4183B3;
	position:relative;
	width:100%;
	overflow:hidden;
	background:#0D2033;
	font-family:Helvetica,Arial,sans-serif;
}

.hsh-track{position:relative;width:100%}

.hsh-slide{
	position:absolute;
	inset:0;
	display:flex;
	align-items:stretch;
	min-height:560px;
	background-position:center;
	background-size:cover;
	opacity:0;
	visibility:hidden;
	transition:opacity .55s ease,visibility .55s ease;
}

.hsh-slide.is-active{
	position:relative;
	opacity:1;
	visibility:visible;
	z-index:2;
}

.hsh-slide::before{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(90deg,rgba(5,19,32,.84) 0%,rgba(5,19,32,.62) 28%,rgba(5,19,32,.14) 56%,rgba(5,19,32,0) 76%);
}

.hsh-inner{
	position:relative;
	z-index:2;
	display:grid;
	grid-template-columns:minmax(0,1fr) 390px;
	align-items:center;
	gap:54px;
	width:100%;
	max-width:1500px;
	margin:0 auto;
	padding:44px 58px 72px;
}

.hsh-hero.promo-left .hsh-copy{order:2}
.hsh-hero.promo-left .hsh-promo-card{order:1}

.hsh-copy{
	max-width:650px;
	color:#fff;
}

.hsh-eyebrow{
	display:inline-flex;
	align-items:center;
	min-height:34px;
	margin-bottom:18px;
	padding:0 14px;
	border-radius:8px;
	background:rgba(65,131,179,.92);
	font-size:14px;
	font-weight:700;
}

.hsh-title{
	margin:0;
	color:#fff;
	font-size:54px;
	font-weight:800;
	line-height:1;
	letter-spacing:-.02em;
	text-transform:uppercase;
}

.hsh-title-highlight{
	margin-top:8px;
	color:#fff;
	font-size:34px;
	font-weight:700;
	line-height:1.05;
	text-transform:uppercase;
}

.hsh-shade-badge{
	display:inline-flex;
	align-items:center;
	min-height:36px;
	margin-top:14px;
	padding:0 14px;
	border-radius:9px;
	background:var(--hsh-blue);
	color:#fff;
	font-size:18px;
	font-weight:700;
}

.hsh-subtitle{
	margin-top:18px;
	font-size:22px;
	font-weight:600;
}

.hsh-benefits{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
	margin-top:24px;
}

.hsh-benefit-card{
	display:flex;
	align-items:flex-start;
	gap:10px;
	min-height:88px;
	padding:14px;
	border-radius:12px;
	background:rgba(255,255,255,.94);
	color:#17324D;
	box-shadow:0 8px 20px rgba(0,0,0,.10);
}

.hsh-benefit-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 38px;
	width:38px;
	height:38px;
	border-radius:50%;
	background:#EDF5FA;
	color:var(--hsh-blue);
	font-size:18px;
}

.hsh-benefit-card strong{
	display:block;
	font-size:13px;
	font-weight:700;
}

.hsh-benefit-card small{
	display:block;
	margin-top:5px;
	font-size:10px;
	line-height:1.35;
}

.hsh-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:16px;
	min-width:250px;
	min-height:56px;
	margin-top:24px;
	padding:0 28px;
	border-radius:10px;
	background:var(--hsh-blue);
	color:#fff!important;
	font-size:17px;
	font-weight:700;
	text-decoration:none!important;
	box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.hsh-promo-card{
	align-self:center;
	overflow:hidden;
	border-radius:18px;
	background:#fff;
	box-shadow:0 20px 48px rgba(0,0,0,.22);
	animation:hshPromoIn .55s ease both;
}

.hsh-promo-head{
	display:grid;
	grid-template-columns:1fr auto;
	align-items:center;
	gap:12px;
	padding:15px 18px;
	background:#EF1E2E;
	color:#fff;
}

.hsh-promo-title-wrap{
	display:flex;
	align-items:center;
	gap:10px;
}

.hsh-promo-icon{
	font-size:28px;
}

.hsh-promo-title-wrap strong{
	display:block;
	font-size:18px;
	font-weight:800;
}

.hsh-promo-title-wrap small{
	display:block;
	margin-top:2px;
	font-size:10px;
	font-weight:700;
}

.hsh-countdown{
	min-width:145px;
	padding:8px 10px;
	border-radius:10px;
	background:#09213B;
	text-align:center;
}

.hsh-countdown-label{
	display:block;
	margin-bottom:5px;
	font-size:9px;
	font-weight:700;
}

.hsh-countdown-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:5px;
}

.hsh-countdown-grid div{
	padding:4px 3px;
	border-radius:6px;
	background:#103A66;
}

.hsh-countdown-grid strong{
	display:block;
	font-size:17px;
	line-height:1;
}

.hsh-countdown-grid small{
	display:block;
	margin-top:3px;
	font-size:7px;
}

.hsh-promo-body{
	padding:20px 22px 22px;
}

.hsh-product-grid{
	display:grid;
	grid-template-columns:150px 1fr;
	gap:16px;
	align-items:center;
}

.hsh-product-image{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:170px;
}

.hsh-product-image img{
	display:block;
	max-width:100%;
	max-height:170px;
	object-fit:contain;
}

.hsh-product-placeholder{
	display:flex;
	align-items:center;
	justify-content:center;
	width:120px;
	height:120px;
	border-radius:14px;
	background:#F0F4F7;
	color:#9AA7B2;
	font-size:38px;
}

.hsh-product-info h3{
	margin:0;
	color:#13233B;
	font-size:20px;
	font-weight:700;
	line-height:1.08;
}

.hsh-product-subtitle{
	margin-top:4px;
	color:var(--hsh-blue);
	font-size:16px;
	font-weight:700;
}

.hsh-product-measure{
	display:inline-flex;
	align-items:center;
	min-height:30px;
	margin-top:10px;
	padding:0 12px;
	border-radius:8px;
	background:var(--hsh-blue);
	color:#fff;
	font-size:15px;
	font-weight:700;
}

.hsh-discount-badge{
	display:inline-flex;
	align-items:center;
	min-height:28px;
	margin-top:10px;
	padding:0 10px;
	border-radius:7px;
	background:#EF1E2E;
	color:#fff;
	font-size:13px;
	font-weight:800;
}

.hsh-old-price{
	margin-top:8px;
	color:#6E7781;
	font-size:11px;
}

.hsh-current-label{
	margin-top:8px;
	color:var(--hsh-blue);
	font-size:10px;
	font-weight:700;
}

.hsh-current-price{
	display:flex;
	align-items:flex-start;
	gap:3px;
	color:var(--hsh-blue);
}

.hsh-current-price strong{
	font-size:48px;
	font-weight:800;
	line-height:.95;
	letter-spacing:-.03em;
}

.hsh-current-price sup{
	margin-top:6px;
	font-size:15px;
	font-weight:700;
}

.hsh-shipping-row{
	display:flex;
	align-items:center;
	gap:10px;
	margin-top:18px;
	padding-top:16px;
	border-top:1px solid #E3EAF0;
}

.hsh-shipping-icon{
	font-size:25px;
}

.hsh-shipping-row strong{
	display:block;
	color:var(--hsh-blue);
	font-size:15px;
}

.hsh-shipping-row small{
	display:block;
	margin-top:2px;
	color:#6E7781;
	font-size:11px;
}

.hsh-promo-button{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:54px;
	margin-top:18px;
	border-radius:10px;
	background:#20B94B;
	color:#fff!important;
	font-size:18px;
	font-weight:700;
	text-decoration:none!important;
}

.hsh-dots{
	position:absolute;
	left:50%;
	bottom:18px;
	z-index:6;
	display:flex;
	gap:8px;
	transform:translateX(-50%);
}

.hsh-dots button{
	width:11px;
	height:11px;
	padding:0;
	border:2px solid #fff;
	border-radius:50%;
	background:rgba(255,255,255,.55);
	cursor:pointer;
}

.hsh-dots button.is-active{background:var(--hsh-blue)}

.hsh-arrow{
	position:absolute;
	top:50%;
	z-index:7;
	display:flex;
	align-items:center;
	justify-content:center;
	width:44px;
	height:44px;
	border:0;
	border-radius:50%;
	background:rgba(12,29,45,.72);
	color:#fff;
	font-size:30px;
	cursor:pointer;
	transform:translateY(-50%);
}

.hsh-prev{left:14px}
.hsh-next{right:14px}

.hsh-bottom-bar{
	position:relative;
	z-index:4;
	background:#0C3158;
	color:#fff;
}

.hsh-bottom-inner{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	max-width:1500px;
	margin:0 auto;
}

.hsh-bottom-item{
	display:flex;
	align-items:center;
	gap:14px;
	min-height:92px;
	padding:18px 28px;
	border-right:1px solid rgba(255,255,255,.15);
}

.hsh-bottom-item:last-child{border-right:0}

.hsh-bottom-item>span{
	font-size:30px;
}

.hsh-bottom-item strong{
	display:block;
	font-size:14px;
}

.hsh-bottom-item small{
	display:block;
	margin-top:4px;
	color:rgba(255,255,255,.78);
	font-size:11px;
}

@keyframes hshPromoIn{
	from{opacity:0;transform:translateX(28px)}
	to{opacity:1;transform:translateX(0)}
}

@media(max-width:1100px){
	.hsh-inner{
		grid-template-columns:minmax(0,1fr) 340px;
		gap:30px;
		padding-left:34px;
		padding-right:34px;
	}
	.hsh-title{font-size:44px}
	.hsh-benefits{grid-template-columns:1fr}
	.hsh-benefit-card{min-height:auto}
}

@media(max-width:767px){
	.hsh-slide{
		min-height:auto;
		background-position:center top;
	}
	.hsh-slide::before{
		background:linear-gradient(180deg,rgba(5,19,32,.08) 0%,rgba(5,19,32,.72) 42%,rgba(5,19,32,.96) 100%);
	}
	.hsh-inner{
		grid-template-columns:1fr!important;
		gap:22px;
		padding:250px 16px 32px;
	}
	.hsh-copy,
	.hsh-promo-card{
		order:initial!important;
	}
	.hsh-title{font-size:38px}
	.hsh-title-highlight{font-size:26px}
	.hsh-benefits{grid-template-columns:1fr}
	.hsh-cta{width:100%}
	.hsh-promo-head{grid-template-columns:1fr}
	.hsh-countdown{width:100%}
	.hsh-product-grid{grid-template-columns:120px 1fr}
	.hsh-current-price strong{font-size:40px}
	.hsh-bottom-inner{grid-template-columns:1fr 1fr}
	.hsh-bottom-item{border-bottom:1px solid rgba(255,255,255,.12)}
}


/* Hanlob Storefront Hero Pro 2.1 */
.hsh-hero{
	--hsh-promo-accent:#4183B3;
}

.hsh-promo-card{
	border:2px solid var(--hsh-promo-accent);
	box-shadow:0 20px 48px rgba(24,65,95,.18);
}

.hsh-promo-head{
	background:var(--hsh-promo-accent)!important;
}

.hsh-discount-badge{
	background:var(--hsh-promo-accent)!important;
}

.hsh-product-subtitle,
.hsh-current-label,
.hsh-current-price,
.hsh-shipping-row strong{
	color:var(--hsh-promo-accent)!important;
}

.hsh-product-measure,
.hsh-promo-button{
	background:var(--hsh-promo-accent)!important;
}

.hsh-promo-button:hover{
	filter:brightness(.92);
}

.hsh-countdown{
	background:#17324D;
}

.hsh-countdown-grid div{
	background:#244B6D;
}

.hsh-eyebrow,
.hsh-shade-badge,
.hsh-cta{
	background:#4183B3!important;
}

.hsh-eyebrow{
	color:#FFFFFF!important;
}

.hsh-benefit-icon{
	background:#EAF3F8!important;
	color:#4183B3!important;
}

.hsh-title-highlight{
	color:#FFFFFF;
	font-size:30px;
}

.hsh-slide::before{
	background:linear-gradient(90deg,rgba(10,30,46,.78) 0%,rgba(10,30,46,.52) 28%,rgba(10,30,46,.10) 58%,rgba(10,30,46,0) 78%)!important;
}

.hsh-bottom-style-light .hsh-bottom-bar{
	background:#FFFFFF!important;
	color:#17324D!important;
	border-top:1px solid #DDE7ED;
	box-shadow:0 -8px 20px rgba(19,50,77,.06);
}

.hsh-bottom-style-light .hsh-bottom-item{
	border-right:1px solid #DDE7ED!important;
}

.hsh-bottom-style-light .hsh-bottom-item>span{
	color:#4183B3;
}

.hsh-bottom-style-light .hsh-bottom-item strong{
	color:#17324D;
}

.hsh-bottom-style-light .hsh-bottom-item small{
	color:#617588!important;
}

.hsh-bottom-style-dark .hsh-bottom-bar{
	background:#17324D!important;
	color:#FFFFFF!important;
}

.hsh-bottom-style-dark .hsh-bottom-item{
	border-right:1px solid rgba(255,255,255,.15)!important;
}

.hsh-bottom-style-dark .hsh-bottom-item small{
	color:rgba(255,255,255,.78)!important;
}

.hsh-promo-title-wrap strong{
	letter-spacing:.01em;
}

.hsh-promo-title-wrap small{
	opacity:.92;
}

.hsh-old-price del{
	color:#7E8A94;
}

@media(max-width:767px){
	.hsh-title-highlight{
		font-size:24px;
	}
}


/* Hanlob Storefront Hero Pro 2.2 */
.hsh-promo-shadow-yes .hsh-promo-card{
	box-shadow:0 20px 48px rgba(24,65,95,.18)!important;
}

.hsh-promo-shadow- .hsh-promo-card{
	box-shadow:none!important;
}

.hsh-promo-card{
	display:flex;
	flex-direction:column;
}

.hsh-promo-body{
	flex:1;
	display:flex;
	flex-direction:column;
}

.hsh-promo-button{
	margin-top:auto;
}

.hsh-benefit-card{
	transition:transform .18s ease, box-shadow .18s ease;
}

.hsh-benefit-card:hover{
	transform:translateY(-1px);
	box-shadow:0 10px 24px rgba(20,58,87,.10);
}

@media(max-width:767px){
	.hsh-benefits{
		grid-template-columns:1fr!important;
	}
}


/* Hanlob Storefront Hero Pro 3.0 */
.hsh-hero{
	--hsh-overlay-color:#0A1E2E;
	--hsh-overlay-opacity:.70;
	--hsh-overlay-width:64%;
	--hsh-mobile-overlay:#0A1E2E;
	--hsh-mobile-overlay-opacity:.58;
}

.hsh-slide::before{
	background:linear-gradient(90deg,var(--hsh-overlay-color) 0%,transparent var(--hsh-overlay-width))!important;
	opacity:var(--hsh-overlay-opacity)!important;
}

.hsh-mobile-inner{
	display:none;
}

@media(max-width:767px){
	.hsh-hero{
		background:#F3F6F8;
	}

	.hsh-slide,
	.hsh-slide.is-active{
		display:block;
		min-height:0!important;
		background-image:none!important;
	}

	.hsh-slide::before{
		display:none!important;
	}

	.hsh-inner{
		display:none!important;
	}

	.hsh-mobile-inner{
		display:block;
		width:100%;
		padding:0 0 10px;
	}

	.hsh-mobile-visual{
		position:relative;
		height:225px;
		background-position:center;
		background-size:cover;
		overflow:hidden;
	}

	.hsh-mobile-visual::before{
		content:"";
		position:absolute;
		inset:0;
		background:linear-gradient(90deg,var(--hsh-mobile-overlay) 0%,transparent 88%);
		opacity:var(--hsh-mobile-overlay-opacity);
	}

	.hsh-mobile-copy{
		position:absolute;
		left:16px;
		right:16px;
		bottom:16px;
		z-index:2;
		max-width:78%;
		color:#fff;
	}

	.hsh-mobile-eyebrow{
		display:inline-flex;
		align-items:center;
		min-height:25px;
		padding:0 9px;
		border-radius:6px;
		background:var(--hsh-blue);
		font-size:10px;
		font-weight:700;
	}

	.hsh-mobile-title{
		margin:8px 0 0;
		color:#fff;
		font-size:30px;
		font-weight:800;
		line-height:.95;
		letter-spacing:-.02em;
		text-transform:uppercase;
	}

	.hsh-mobile-highlight{
		margin-top:4px;
		color:#fff;
		font-size:17px;
		font-weight:700;
		line-height:1;
		text-transform:uppercase;
	}

	.hsh-mobile-subtitle{
		margin-top:8px;
		font-size:13px;
		font-weight:500;
	}

	.hsh-mobile-product{
		position:relative;
		z-index:3;
		margin:-10px 10px 0;
		padding:12px;
		background:#fff;
		border:1px solid #DCE6ED;
		box-shadow:0 8px 22px rgba(20,58,87,.10);
	}

	.hsh-mobile-product-main{
		display:grid;
		grid-template-columns:78px 1fr;
		align-items:center;
		gap:11px;
	}

	.hsh-mobile-product-image{
		display:block;
		width:78px;
		height:78px;
		object-fit:contain;
	}

	.hsh-mobile-product-copy{
		min-width:0;
	}

	.hsh-mobile-product-name{
		display:block;
		color:#17324D;
		font-size:13px;
		font-weight:700;
		line-height:1.15;
	}

	.hsh-mobile-meta{
		display:flex;
		flex-wrap:wrap;
		gap:5px;
		margin-top:6px;
	}

	.hsh-mobile-meta span{
		display:inline-flex;
		align-items:center;
		min-height:22px;
		padding:0 7px;
		border-radius:6px;
		background:#EAF3F8;
		color:#2F6F9E;
		font-size:10px;
		font-weight:700;
	}

	.hsh-mobile-price{
		display:flex;
		align-items:flex-start;
		gap:3px;
		margin-top:6px;
		color:var(--hsh-blue);
	}

	.hsh-mobile-price strong{
		font-size:31px;
		font-weight:800;
		line-height:.9;
	}

	.hsh-mobile-price sup{
		margin-top:2px;
		font-size:9px;
		font-weight:700;
	}

	.hsh-mobile-shipping{
		display:block;
		margin-top:5px;
		color:#16843D;
		font-size:10px;
		font-weight:700;
		text-transform:uppercase;
	}

	.hsh-mobile-buy{
		display:flex;
		align-items:center;
		justify-content:center;
		width:100%;
		min-height:46px;
		margin-top:11px;
		border-radius:9px;
		background:var(--hsh-blue);
		color:#fff!important;
		font-size:14px;
		font-weight:700;
		text-decoration:none!important;
	}

	.hsh-mobile-promo-line{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:10px;
		margin:8px 10px 0;
		padding:9px 11px;
		border-radius:10px;
		background:#17324D;
		color:#fff;
	}

	.hsh-mobile-promo-label{
		display:flex;
		align-items:center;
		gap:7px;
		min-width:0;
	}

	.hsh-mobile-promo-label>span{
		color:#FFC928;
		font-size:18px;
	}

	.hsh-mobile-promo-label strong{
		display:block;
		font-size:11px;
		font-weight:800;
	}

	.hsh-mobile-promo-label small{
		display:block;
		margin-top:1px;
		font-size:7px;
		opacity:.82;
	}

	.hsh-mobile-countdown{
		display:flex;
		gap:4px;
		min-width:auto;
		padding:0;
		background:transparent;
	}

	.hsh-mobile-countdown>div{
		display:flex;
		align-items:baseline;
		gap:2px;
		padding:5px 6px;
		border-radius:6px;
		background:#244B6D;
	}

	.hsh-mobile-countdown strong{
		font-size:13px;
		line-height:1;
	}

	.hsh-mobile-countdown small{
		font-size:7px;
	}

	.hsh-mobile-benefits{
		display:flex;
		gap:6px;
		margin:8px 10px 0;
		overflow-x:auto;
		scrollbar-width:none;
	}

	.hsh-mobile-benefits::-webkit-scrollbar{
		display:none;
	}

	.hsh-mobile-benefits>div{
		display:flex;
		align-items:center;
		gap:5px;
		flex:1 0 auto;
		min-width:max-content;
		padding:7px 9px;
		border:1px solid #DDE7ED;
		border-radius:9px;
		background:#fff;
		color:#17324D;
	}

	.hsh-mobile-benefits span{
		color:var(--hsh-blue);
		font-size:13px;
	}

	.hsh-mobile-benefits strong{
		font-size:9px;
		font-weight:600;
	}

	.hsh-bottom-bar{
		display:none!important;
	}

	.hsh-arrow{
		display:none!important;
	}

	.hsh-dots{
		position:static;
		justify-content:center;
		padding:7px 0 1px;
		transform:none;
		background:#F3F6F8;
	}

	.hsh-dots button{
		width:7px;
		height:7px;
		border:0;
		background:#C6D2DB;
	}

	.hsh-dots button.is-active{
		background:var(--hsh-blue);
	}
}


/* Hanlob Storefront Hero Pro 3.1 - Mobile compacto */
@media(max-width:767px){
	.hsh-mobile-inner{
		padding-bottom:6px!important;
	}

	.hsh-mobile-visual{
		height:185px!important;
	}

	.hsh-mobile-copy{
		left:14px!important;
		right:14px!important;
		bottom:12px!important;
		max-width:84%!important;
	}

	.hsh-mobile-title{
		font-size:25px!important;
		line-height:.92!important;
	}

	.hsh-mobile-highlight{
		font-size:15px!important;
	}

	.hsh-mobile-product{
		margin:-8px 8px 0!important;
		padding:10px!important;
	}

	.hsh-mobile-product-main{
		display:grid!important;
		grid-template-columns:72px 1fr auto!important;
		align-items:center!important;
		gap:10px!important;
	}

	.hsh-mobile-product-image{
		width:72px!important;
		height:72px!important;
	}

	.hsh-mobile-product-name{
		font-size:12px!important;
		line-height:1.1!important;
	}

	.hsh-mobile-meta{
		margin-top:4px!important;
	}

	.hsh-mobile-price{
		margin-top:4px!important;
	}

	.hsh-mobile-price strong{
		font-size:28px!important;
	}

	.hsh-mobile-shipping{
		margin-top:3px!important;
		font-size:9px!important;
	}

	.hsh-mobile-buy{
		width:auto!important;
		min-width:118px!important;
		min-height:46px!important;
		margin:0!important;
		padding:0 14px!important;
		font-size:13px!important;
		white-space:nowrap!important;
	}

	.hsh-mobile-offer-inline{
		display:flex!important;
		align-items:center!important;
		justify-content:space-between!important;
		gap:8px!important;
		margin-top:9px!important;
		padding-top:8px!important;
		border-top:1px solid #E1E8ED!important;
		color:#17324D!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-promo-label>span{
		color:#F59B23!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-promo-label strong{
		font-size:10px!important;
		color:#17324D!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-promo-label small{
		font-size:7px!important;
		color:#6E7F8D!important;
		opacity:1!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown>div{
		background:#EEF3F7!important;
		color:#17324D!important;
		padding:4px 6px!important;
	}

	.hsh-mobile-benefits{
		margin:7px 8px 0!important;
		gap:5px!important;
	}

	.hsh-mobile-benefits>div{
		padding:6px 8px!important;
	}

	.hsh-mobile-benefits strong{
		font-size:8.5px!important;
	}

	.hsh-dots{
		padding-top:4px!important;
	}
}


/* Hanlob Storefront Hero Pro 3.2 */
@media(max-width:767px){

	/* Posicionamiento móvil */
	.hsh-mobile-copy{
		will-change:transform;
	}

	.hsh-mobile-eyebrow,
	.hsh-mobile-title,
	.hsh-mobile-highlight,
	.hsh-mobile-subtitle{
		position:relative;
		will-change:transform;
	}

	/* Descuento y precio mejor ordenados */
	.hsh-mobile-product-copy{
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		min-width:0;
	}

	.hsh-mobile-meta{
		display:flex!important;
		flex-wrap:wrap!important;
		align-items:center!important;
		gap:5px!important;
		margin-top:5px!important;
	}

	.hsh-mobile-meta span{
		min-height:24px!important;
		padding:0 8px!important;
		font-size:10px!important;
		line-height:1!important;
	}

	.hsh-mobile-price{
		display:flex!important;
		align-items:flex-start!important;
		flex-wrap:nowrap!important;
		gap:3px!important;
		margin-top:7px!important;
		line-height:1!important;
	}

	.hsh-mobile-price strong{
		display:block!important;
		font-size:31px!important;
		line-height:.9!important;
		letter-spacing:-.03em!important;
	}

	.hsh-mobile-price sup{
		display:block!important;
		max-width:48px!important;
		margin-top:1px!important;
		font-size:8px!important;
		line-height:1.1!important;
		white-space:normal!important;
	}

	.hsh-mobile-shipping{
		margin-top:6px!important;
		font-size:9px!important;
		line-height:1!important;
	}

	/* Oferta y contador mejor alineados */
	.hsh-mobile-offer-inline{
		display:grid!important;
		grid-template-columns:minmax(0,1fr) auto!important;
		align-items:center!important;
		gap:10px!important;
		min-height:54px!important;
		margin-top:10px!important;
		padding:10px 0 0!important;
		border-top:1px solid #DDE6EC!important;
	}

	.hsh-mobile-promo-label{
		display:flex!important;
		align-items:center!important;
		gap:7px!important;
		min-width:0!important;
	}

	.hsh-mobile-promo-label>span{
		flex:0 0 auto!important;
		font-size:18px!important;
	}

	.hsh-mobile-promo-label>div{
		min-width:0!important;
	}

	.hsh-mobile-promo-label strong{
		display:block!important;
		font-size:10px!important;
		line-height:1!important;
		white-space:nowrap!important;
	}

	.hsh-mobile-promo-label small{
		display:block!important;
		margin-top:3px!important;
		font-size:7px!important;
		line-height:1.15!important;
		white-space:normal!important;
	}

	.hsh-mobile-countdown{
		display:grid!important;
		grid-template-columns:repeat(3,1fr)!important;
		gap:4px!important;
		flex:0 0 auto!important;
	}

	.hsh-mobile-countdown>div{
		display:flex!important;
		align-items:baseline!important;
		justify-content:center!important;
		gap:2px!important;
		min-width:43px!important;
		height:34px!important;
		padding:0 6px!important;
		border-radius:7px!important;
		background:#EEF3F7!important;
		color:#17324D!important;
	}

	.hsh-mobile-countdown strong{
		font-size:14px!important;
		line-height:1!important;
	}

	.hsh-mobile-countdown small{
		font-size:7px!important;
		line-height:1!important;
	}

	/* Botón centrado y equilibrado */
	.hsh-mobile-buy{
		display:flex!important;
		align-items:center!important;
		justify-content:center!important;
		min-height:48px!important;
		border-radius:10px!important;
		text-align:center!important;
	}

	/* Beneficios más ordenados */
	.hsh-mobile-benefits{
		align-items:stretch!important;
	}

	.hsh-mobile-benefits>div{
		display:flex!important;
		align-items:center!important;
		min-height:42px!important;
	}
}


/* Hanlob Storefront Hero Pro 3.3 - cierre de sección */
@media(max-width:767px){

	/* Precio y sufijo mejor acomodados */
	.hsh-mobile-price{
		align-items:flex-end!important;
		gap:5px!important;
		margin-top:8px!important;
	}

	.hsh-mobile-price strong{
		line-height:.88!important;
	}

	.hsh-mobile-price sup{
		position:relative!important;
		top:6px!important;
		max-width:none!important;
		margin:0!important;
		font-size:9px!important;
		line-height:1!important;
		white-space:nowrap!important;
	}

	/* Oferta y contador con fondo azul corporativo */
	.hsh-mobile-offer-inline{
		display:grid!important;
		grid-template-columns:minmax(0,1fr) auto!important;
		align-items:center!important;
		gap:12px!important;
		min-height:72px!important;
		margin-top:12px!important;
		padding:12px 14px!important;
		border:0!important;
		border-radius:12px!important;
		background:var(--hsh-blue)!important;
		color:#FFFFFF!important;
		box-shadow:0 8px 20px rgba(65,131,179,.16)!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-promo-label>span{
		color:#FFFFFF!important;
		font-size:22px!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-promo-label strong{
		color:#FFFFFF!important;
		font-size:12px!important;
		line-height:1!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-promo-label small{
		color:#FFFFFF!important;
		font-size:8px!important;
		line-height:1.2!important;
		opacity:.92!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown{
		gap:6px!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown>div{
		min-width:48px!important;
		height:46px!important;
		padding:0 8px!important;
		border:1px solid rgba(255,255,255,.78)!important;
		border-radius:9px!important;
		background:rgba(255,255,255,.12)!important;
		color:#FFFFFF!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown strong{
		color:#FFFFFF!important;
		font-size:17px!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown small{
		color:#FFFFFF!important;
		font-size:7px!important;
		opacity:.95!important;
	}

	/* Eliminar tonos heredados */
	.hsh-mobile-buy,
	.hsh-mobile-buy:hover,
	.hsh-mobile-buy:focus,
	.hsh-mobile-buy:active{
		background:var(--hsh-blue)!important;
		color:#FFFFFF!important;
	}
}


/* Hanlob Storefront Hero Pro 3.4 */
@media(max-width:767px){

	/* Precio y 00 MXN exactamente en la misma línea */
	.hsh-mobile-price{
		display:flex!important;
		align-items:baseline!important;
		flex-wrap:nowrap!important;
		gap:5px!important;
		margin-top:8px!important;
		line-height:1!important;
	}

	.hsh-mobile-price strong{
		display:inline-block!important;
		font-size:31px!important;
		line-height:1!important;
		letter-spacing:-.03em!important;
	}

	.hsh-mobile-price sup{
		position:static!important;
		top:auto!important;
		display:inline-block!important;
		max-width:none!important;
		margin:0!important;
		padding:0!important;
		font-size:9px!important;
		line-height:1!important;
		white-space:nowrap!important;
		vertical-align:baseline!important;
	}

	/* Oferta y contador perfectamente centrados */
	.hsh-mobile-offer-inline{
		grid-template-columns:minmax(0,1fr) auto!important;
		align-items:center!important;
		column-gap:14px!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-promo-label{
		align-items:center!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown{
		display:grid!important;
		grid-template-columns:repeat(3,52px)!important;
		align-items:stretch!important;
		justify-content:end!important;
		gap:6px!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown>div{
		display:flex!important;
		flex-direction:column!important;
		align-items:center!important;
		justify-content:center!important;
		width:52px!important;
		min-width:52px!important;
		height:52px!important;
		padding:0!important;
		box-sizing:border-box!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown strong{
		display:block!important;
		font-size:17px!important;
		line-height:1!important;
	}

	.hsh-mobile-offer-inline .hsh-mobile-countdown small{
		display:block!important;
		margin-top:3px!important;
		font-size:7px!important;
		line-height:1!important;
	}
}

/* ==========================================================
   PROMO CARD v3.5 — compacta, estilo Hanlob
   ========================================================== */
@media (min-width:768px){
	.hsh-promo-card{
		border:2px solid var(--hsh-promo-accent,#4183B3);
		background:#fff;
		box-shadow:0 16px 34px rgba(8,37,62,.20);
	}
	.hsh-promo-head{
		grid-template-columns:minmax(0,1fr) 142px;
		gap:10px;
		min-height:78px;
		padding:10px 14px;
	}
	.hsh-promo-title-wrap{gap:9px;min-width:0}
	.hsh-promo-icon{
		display:flex;align-items:center;justify-content:center;
		flex:0 0 27px;width:27px;height:34px;
		color:#FFB000;font-size:24px;
	}
	.hsh-promo-icon i,.hsh-promo-icon svg{width:1em;height:1em;fill:currentColor}
	.hsh-promo-title-wrap strong{font-size:15px;line-height:1.05;letter-spacing:.01em}
	.hsh-promo-title-wrap small{margin-top:4px;font-size:8px;line-height:1.15}
	.hsh-countdown{min-width:0;padding:6px 7px;border-radius:8px}
	.hsh-countdown-label{margin-bottom:4px;font-size:7px;line-height:1}
	.hsh-countdown-grid{gap:4px}
	.hsh-countdown-grid div{padding:4px 2px;border-radius:5px}
	.hsh-countdown-grid strong{font-size:15px}
	.hsh-countdown-grid small{margin-top:2px;font-size:6px}

	.hsh-promo-body{
		display:grid;
		grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
		gap:0 10px;
		padding:14px 14px 12px;
	}
	.hsh-product-grid{
		grid-column:1/-1;
		grid-template-columns:126px minmax(0,1fr);
		gap:12px;
		align-items:center;
	}
	.hsh-product-image{min-height:150px}
	.hsh-product-image img{max-height:145px}
	.hsh-product-info h3{font-size:17px;line-height:1.02}
	.hsh-product-subtitle{margin-top:4px;font-size:13px}
	.hsh-product-measure{
		min-height:26px;margin-top:8px;padding:0 9px;border-radius:6px;font-size:12px;
	}
	.hsh-discount-badge{
		min-height:26px;margin-top:8px;margin-left:5px;padding:0 8px;
		border:1px solid var(--hsh-promo-accent,#4183B3);border-radius:6px;
		background:#fff!important;color:var(--hsh-promo-accent,#4183B3);font-size:11px;
	}
	.hsh-old-price{margin-top:8px;font-size:9px;color:#8A9199}
	.hsh-current-label{margin-top:5px;font-size:9px}
	.hsh-current-price{align-items:flex-start;gap:3px}
	.hsh-current-price strong{font-size:43px;line-height:.9}
	.hsh-current-price sup{margin-top:5px;font-size:11px}

	.hsh-shipping-row{
		grid-column:1;
		align-self:center;
		gap:7px;
		min-width:0;
		margin-top:12px;
		padding-top:10px;
		border-top:1px solid #E3EAF0;
	}
	.hsh-shipping-icon{
		display:flex;align-items:center;justify-content:center;
		flex:0 0 24px;width:24px;height:24px;color:var(--hsh-promo-accent,#4183B3);font-size:19px;
	}
	.hsh-shipping-icon i,.hsh-shipping-icon svg{width:1em;height:1em;fill:currentColor}
	.hsh-shipping-row strong{font-size:10px;line-height:1.05}
	.hsh-shipping-row small{margin-top:2px;font-size:8px;line-height:1.05}
	.hsh-promo-button{
		grid-column:2;
		align-self:end;
		gap:7px;
		min-height:38px;
		margin-top:12px;
		border-radius:6px;
		font-size:12px;
	}
	.hsh-promo-button-icon{display:inline-flex;align-items:center;justify-content:center;font-size:13px}
	.hsh-promo-button-icon i,.hsh-promo-button-icon svg{width:1em;height:1em;fill:currentColor}
}


/* Hanlob Storefront Hero Pro 3.6 - oferta compacta */
@media (min-width:768px){
  .hsh-promo-card{
    min-height:0;
    border-width:1px;
    border-radius:14px;
    box-shadow:0 16px 34px rgba(16,58,88,.18);
  }
  .hsh-promo-head{
    min-height:54px;
    padding:8px 11px;
    gap:8px;
  }
  .hsh-promo-title-wrap{gap:7px;min-width:0}
  .hsh-promo-icon{font-size:19px;line-height:1}
  .hsh-promo-title-wrap strong{font-size:12px;line-height:1.05}
  .hsh-promo-title-wrap small{font-size:6px;line-height:1.2;margin-top:2px}
  .hsh-countdown{min-width:112px;padding:5px 6px;border-radius:8px}
  .hsh-countdown-label{font-size:6px;margin-bottom:3px}
  .hsh-countdown-grid{gap:3px}
  .hsh-countdown-grid div{padding:3px 2px;border-radius:5px}
  .hsh-countdown-grid strong{font-size:11px}
  .hsh-countdown-grid small{font-size:5px;margin-top:2px}

  .hsh-promo-body{
    flex:0 0 auto;
    display:block;
    padding:12px 12px 10px;
  }
  .hsh-product-grid{
    grid-template-columns:minmax(95px,42%) 1fr;
    gap:10px;
    align-items:center;
  }
  .hsh-product-image{min-height:122px;height:122px}
  .hsh-product-image img{max-height:118px;max-width:100%;width:auto}
  .hsh-product-info h3{font-size:13px;line-height:1.07}
  .hsh-product-subtitle{font-size:10px;margin-top:3px}
  .hsh-product-measure,
  .hsh-discount-badge{
    min-height:23px;
    margin-top:7px;
    padding:0 7px;
    border-radius:5px;
    font-size:9px;
    vertical-align:top;
  }
  .hsh-discount-badge{
    margin-left:4px;
    background:#fff!important;
    color:var(--hsh-promo-accent)!important;
    border:1px solid var(--hsh-promo-accent);
  }
  .hsh-old-price{margin-top:7px;font-size:7px}
  .hsh-current-label{margin-top:5px;font-size:7px}
  .hsh-current-price{gap:2px;align-items:flex-start}
  .hsh-current-price strong{font-size:31px;line-height:.94}
  .hsh-current-price sup{font-size:6px;margin-top:3px;line-height:1.1;max-width:30px}

  .hsh-promo-footer{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(120px,1.35fr);
    align-items:center;
    gap:8px;
    margin-top:10px;
    padding-top:8px;
    border-top:1px solid #E3EAF0;
  }
  .hsh-shipping-row{
    gap:6px;
    margin:0;
    padding:0;
    border:0;
    min-width:0;
  }
  .hsh-shipping-icon{font-size:15px;line-height:1;color:var(--hsh-promo-accent)}
  .hsh-shipping-row strong{font-size:8px;line-height:1.1}
  .hsh-shipping-row small{font-size:6px;line-height:1.2;margin-top:1px}
  .hsh-promo-button{
    width:100%;
    min-height:34px;
    margin:0;
    padding:0 8px;
    border-radius:5px;
    font-size:9px;
    gap:5px;
  }
  .hsh-promo-button-icon{font-size:10px;line-height:1}
  .hsh-cta-icon{display:inline-flex;line-height:1}
  .hsh-cta-icon svg{width:1em;height:1em}
}

@media (min-width:768px) and (max-width:1100px){
  .hsh-promo-footer{grid-template-columns:1fr}
  .hsh-promo-button{min-height:36px}
}

/* ==========================================================
   v3.7.0 · editor avanzado de contenido + móvil compacto
   ========================================================== */
@media (min-width:768px){
  .hsh-copy{transform:translate(var(--hsh-copy-x,0),var(--hsh-copy-y,0));}
  .hsh-eyebrow,.hsh-title,.hsh-title-highlight,.hsh-shade-badge,.hsh-subtitle,.hsh-benefits,.hsh-cta{
    transform:translate(var(--hsh-item-x,0),var(--hsh-item-y,0));
  }
  .hsh-benefit-icon svg{fill:currentColor;}
  .hsh-promo-head .hsh-countdown-grid>div{display:flex;flex-direction:column;align-items:center;justify-content:center;}
}

@media (max-width:767px){
  .hsh-mobile-inner{
    display:flex;
    flex-direction:column;
    gap:6px;
    padding:6px 8px;
  }
  .hsh-mobile-visual{height:165px;min-height:0;border-radius:0;}
  .hsh-mobile-copy{left:10px;right:10px;bottom:8px;}
  .hsh-mobile-eyebrow{min-height:18px;padding:0 7px;font-size:7px;border-radius:4px;}
  .hsh-mobile-title{font-size:19px;line-height:.92;margin-top:5px;max-width:74%;}
  .hsh-mobile-highlight{font-size:12px;line-height:1;margin-top:2px;}
  .hsh-mobile-subtitle{font-size:9px;line-height:1.1;margin-top:4px;}
  .hsh-mobile-product{margin:0;padding:8px 9px;min-height:108px;border-radius:10px;}
  .hsh-mobile-product-main{grid-template-columns:58px minmax(0,1fr) auto;gap:6px;align-items:center;}
  .hsh-mobile-product-image{width:58px;height:58px;}
  .hsh-mobile-product-name{font-size:10px;line-height:1.05;}
  .hsh-mobile-meta{gap:3px;margin-top:3px;}
  .hsh-mobile-meta span{font-size:6px;min-height:17px;padding:0 5px;border-radius:4px;}
  .hsh-mobile-price{margin-top:3px;line-height:1;}
  .hsh-mobile-price strong{font-size:25px;line-height:.9;}
  .hsh-mobile-price sup{font-size:5px;margin-left:2px;}
  .hsh-mobile-shipping{font-size:5px;margin-top:2px;}
  .hsh-mobile-buy{width:auto;min-width:76px;min-height:34px;padding:0 9px;font-size:8px;border-radius:6px;}
  .hsh-mobile-offer-inline{margin:6px 0 0;padding:6px;border-radius:8px;gap:5px;}
  .hsh-mobile-offer-inline .hsh-mobile-promo-label strong{font-size:7px;}
  .hsh-mobile-offer-inline .hsh-mobile-promo-label small{font-size:4px;}
  .hsh-mobile-offer-inline .hsh-mobile-countdown{gap:3px;}
  .hsh-mobile-offer-inline .hsh-mobile-countdown>div{width:42px;min-width:42px;height:38px;padding:2px;}
  .hsh-mobile-offer-inline .hsh-mobile-countdown strong{font-size:12px;}
  .hsh-mobile-offer-inline .hsh-mobile-countdown small{font-size:5px;}
  .hsh-mobile-benefits{gap:4px;margin:0;padding:0;}
  .hsh-mobile-benefits>div{min-height:38px;padding:5px 6px;border-radius:6px;}
  .hsh-mobile-benefits span{font-size:9px;}
  .hsh-mobile-benefits strong{font-size:5px;line-height:1.05;}
}

/* ==========================================================
   v3.8.0 · iconos editables + composición móvil horizontal
   ========================================================== */
.hsh-promo-icon,
.hsh-shipping-icon,
.hsh-promo-button-icon,
.hsh-mobile-shipping-icon,
.hsh-mobile-buy-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  line-height:1;
}
.hsh-promo-icon svg,
.hsh-shipping-icon svg,
.hsh-promo-button-icon svg,
.hsh-mobile-shipping-icon svg,
.hsh-mobile-buy-icon svg{
  width:1em;
  height:1em;
  fill:currentColor;
}
.hsh-mobile-shipping{
  display:flex;
  align-items:center;
  gap:3px;
}
.hsh-mobile-buy{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px;
}

@media(max-width:767px){
  /* El móvil se lee como una sola ficha: imagen corta + oferta compacta. */
  .hsh-mobile-inner{
    gap:4px;
    padding:4px 6px 5px;
  }
  .hsh-mobile-visual{
    height:132px;
    min-height:0;
    border-radius:0;
  }
  .hsh-mobile-copy{
    left:9px;
    right:9px;
    bottom:7px;
  }
  .hsh-mobile-eyebrow{
    min-height:15px;
    padding:0 6px;
    font-size:6px;
  }
  .hsh-mobile-title{
    font-size:18px;
    line-height:.9;
    max-width:76%;
    margin-top:4px;
  }
  .hsh-mobile-highlight{
    font-size:10px;
    margin-top:2px;
  }
  .hsh-mobile-subtitle{
    font-size:8px;
    margin-top:3px;
  }

  .hsh-mobile-product{
    display:flex;
    flex-direction:column;
    min-height:0;
    margin:0;
    padding:0;
    overflow:hidden;
    border-radius:10px;
    background:#fff;
  }
  /* La oferta pasa arriba de la ficha, como encabezado de la promoción. */
  .hsh-mobile-product > .hsh-mobile-offer-inline{
    order:-1;
    margin:0;
    min-height:45px;
    padding:5px 6px;
    border-radius:9px 9px 0 0;
    gap:5px;
    box-shadow:none;
  }
  .hsh-mobile-product-main{
    order:2;
    grid-template-columns:56px minmax(0,1fr) auto;
    gap:6px;
    align-items:center;
    padding:7px 7px 8px;
  }
  .hsh-mobile-product-image{
    width:56px;
    height:56px;
  }
  .hsh-mobile-product-copy{
    min-width:0;
  }
  .hsh-mobile-product-name{
    font-size:9px;
    line-height:1.03;
    max-width:100%;
  }
  .hsh-mobile-meta{
    gap:3px;
    margin-top:3px;
  }
  .hsh-mobile-meta span{
    min-height:15px;
    padding:0 5px;
    border-radius:4px;
    font-size:5.5px;
  }
  .hsh-mobile-price{
    margin-top:2px;
    line-height:.9;
    white-space:nowrap;
  }
  .hsh-mobile-price strong{
    font-size:23px;
    line-height:.86;
  }
  .hsh-mobile-price sup{
    font-size:4.5px;
    margin-left:2px;
  }
  .hsh-mobile-shipping{
    margin-top:2px;
    font-size:4.8px;
    line-height:1;
  }
  .hsh-mobile-shipping-icon{
    font-size:7px;
  }
  .hsh-mobile-buy{
    width:auto;
    min-width:72px;
    min-height:31px;
    padding:0 7px;
    border-radius:6px;
    font-size:7.5px;
    white-space:nowrap;
  }
  .hsh-mobile-buy-icon{
    font-size:7px;
  }

  .hsh-mobile-offer-inline .hsh-mobile-promo-label{
    min-width:0;
    gap:4px;
  }
  .hsh-mobile-offer-inline .hsh-mobile-promo-label>span{
    font-size:10px;
  }
  .hsh-mobile-offer-inline .hsh-mobile-promo-label strong{
    font-size:6.5px;
    line-height:1;
  }
  .hsh-mobile-offer-inline .hsh-mobile-promo-label small{
    font-size:3.6px;
    line-height:1.05;
  }
  .hsh-mobile-offer-inline .hsh-mobile-countdown{
    gap:2px;
    margin-left:auto;
  }
  .hsh-mobile-offer-inline .hsh-mobile-countdown>div{
    width:34px;
    min-width:34px;
    height:32px;
    min-height:32px;
    padding:1px;
    border-radius:5px;
  }
  .hsh-mobile-offer-inline .hsh-mobile-countdown strong{
    font-size:10px;
    line-height:1;
  }
  .hsh-mobile-offer-inline .hsh-mobile-countdown small{
    font-size:4px;
    line-height:1;
  }

  .hsh-mobile-benefits{
    gap:3px;
    margin:0;
    padding:0;
    overflow:visible;
  }
  .hsh-mobile-benefits>div{
    flex:1 1 0;
    min-width:0;
    min-height:30px;
    padding:3px 4px;
    border-radius:5px;
    justify-content:center;
  }
  .hsh-mobile-benefits span{
    font-size:7px;
  }
  .hsh-mobile-benefits strong{
    font-size:4.4px;
    line-height:1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}

/* ==========================================================
   Hanlob Storefront Hero Pro 3.9
   Barra inferior profesional + móvil orientado a venta
   ========================================================== */
@media (min-width:768px){
	.hsh-bottom-bar{
		background:#fff;
		border-top:1px solid #E3EAF0;
		box-shadow:0 -4px 14px rgba(18,50,77,.045);
	}
	.hsh-bottom-inner{align-items:stretch;}
	.hsh-bottom-item{
		justify-content:center;
		align-items:center;
		gap:12px;
		min-height:78px;
		padding:12px 18px;
		border-right:1px solid #E4EBF0;
		text-align:left;
	}
	.hsh-bottom-item>span{
		display:flex;
		align-items:center;
		justify-content:center;
		flex:0 0 38px;
		width:38px;
		height:38px;
		border-radius:50%;
		background:#EEF5F9;
		color:var(--hsh-blue);
		font-size:18px;
		line-height:1;
	}
	.hsh-bottom-item>span i,
	.hsh-bottom-item>span svg{
		display:block;
		width:18px;
		height:18px;
		fill:currentColor;
	}
	.hsh-bottom-item>div{
		display:flex;
		flex-direction:column;
		justify-content:center;
		min-width:0;
		max-width:170px;
	}
	.hsh-bottom-item strong{
		color:#17324D;
		font-size:12px;
		font-weight:800;
		line-height:1.1;
		letter-spacing:.01em;
		white-space:normal;
	}
	.hsh-bottom-item small{
		margin-top:4px;
		color:#6B7E8F;
		font-size:9px;
		line-height:1.15;
	}
}

@media (max-width:767px){
	.hsh-mobile-inner{
		padding:0 0 5px!important;
		background:#F4F7F9;
	}
	.hsh-mobile-visual{height:142px!important;}
	.hsh-mobile-copy{
		left:12px!important;
		right:12px!important;
		bottom:10px!important;
		max-width:78%!important;
	}
	.hsh-mobile-eyebrow{
		min-height:20px!important;
		padding:0 7px!important;
		font-size:7px!important;
		border-radius:5px!important;
	}
	.hsh-mobile-title{
		margin-top:5px!important;
		font-size:22px!important;
		line-height:.92!important;
	}
	.hsh-mobile-highlight{
		margin-top:2px!important;
		font-size:12px!important;
		line-height:1!important;
	}
	.hsh-mobile-subtitle{display:none!important;}

	.hsh-mobile-product{
		display:flex!important;
		flex-direction:column!important;
		margin:-5px 10px 0!important;
		padding:0 9px 9px!important;
		border:1px solid #DCE6ED!important;
		border-radius:12px!important;
		background:#fff!important;
		box-shadow:0 7px 18px rgba(20,58,87,.08)!important;
		overflow:hidden!important;
		min-height:0!important;
	}
	.hsh-mobile-offer-top-v39{
		order:0;
		display:grid!important;
		grid-template-columns:minmax(0,1fr) auto!important;
		align-items:center!important;
		gap:8px!important;
		min-height:48px!important;
		margin:0 -9px 8px!important;
		padding:5px 8px!important;
		border:0!important;
		border-radius:0!important;
		background:var(--hsh-blue)!important;
		box-shadow:none!important;
	}
	.hsh-mobile-offer-top-v39 .hsh-mobile-promo-label{gap:5px!important;}
	.hsh-mobile-offer-top-v39 .hsh-mobile-promo-label>span{
		display:flex!important;
		align-items:center!important;
		justify-content:center!important;
		font-size:14px!important;
		color:#fff!important;
	}
	.hsh-mobile-offer-top-v39 .hsh-mobile-promo-label>span svg{width:14px!important;height:14px!important;}
	.hsh-mobile-offer-top-v39 .hsh-mobile-promo-label strong{
		font-size:9px!important;
		line-height:1!important;
		color:#fff!important;
	}
	.hsh-mobile-offer-top-v39 .hsh-mobile-promo-label small{
		margin-top:2px!important;
		font-size:5.8px!important;
		line-height:1!important;
		color:#fff!important;
		opacity:.9!important;
		white-space:nowrap!important;
	}
	.hsh-mobile-offer-top-v39 .hsh-mobile-countdown{
		display:grid!important;
		grid-template-columns:repeat(3,31px)!important;
		gap:3px!important;
	}
	.hsh-mobile-offer-top-v39 .hsh-mobile-countdown>div{
		display:flex!important;
		flex-direction:column!important;
		align-items:center!important;
		justify-content:center!important;
		width:31px!important;
		min-width:31px!important;
		height:32px!important;
		padding:0!important;
		border:1px solid rgba(255,255,255,.28)!important;
		border-radius:6px!important;
		background:#244B6D!important;
		color:#fff!important;
	}
	.hsh-mobile-offer-top-v39 .hsh-mobile-countdown strong{font-size:11px!important;line-height:1!important;color:#fff!important;}
	.hsh-mobile-offer-top-v39 .hsh-mobile-countdown small{margin-top:2px!important;font-size:5px!important;line-height:1!important;color:#fff!important;}

	.hsh-mobile-product-main{
		order:1;
		display:grid!important;
		grid-template-columns:62px minmax(0,1fr) 100px!important;
		align-items:center!important;
		gap:8px!important;
	}
	.hsh-mobile-product-image{width:62px!important;height:62px!important;}
	.hsh-mobile-product-copy{justify-content:center!important;}
	.hsh-mobile-product-name{font-size:10px!important;line-height:1.05!important;}
	.hsh-mobile-meta{gap:4px!important;margin-top:4px!important;}
	.hsh-mobile-meta span{
		min-height:18px!important;
		padding:0 5px!important;
		border-radius:5px!important;
		font-size:7px!important;
	}
	.hsh-mobile-price{gap:3px!important;margin-top:4px!important;}
	.hsh-mobile-price strong{font-size:25px!important;line-height:.9!important;}
	.hsh-mobile-price sup{font-size:6px!important;}
	.hsh-mobile-shipping{
		display:flex!important;
		align-items:center!important;
		gap:3px!important;
		margin-top:4px!important;
		font-size:6.5px!important;
		line-height:1!important;
		white-space:nowrap!important;
	}
	.hsh-mobile-shipping-icon,.hsh-mobile-shipping-icon svg{width:10px!important;height:10px!important;font-size:10px!important;}
	.hsh-mobile-buy{
		display:flex!important;
		align-items:center!important;
		justify-content:center!important;
		gap:5px!important;
		width:100%!important;
		min-width:0!important;
		min-height:42px!important;
		margin:0!important;
		padding:0 8px!important;
		border-radius:8px!important;
		font-size:10px!important;
		line-height:1!important;
		white-space:nowrap!important;
	}
	.hsh-mobile-buy-icon,.hsh-mobile-buy-icon svg{width:11px!important;height:11px!important;font-size:11px!important;}

	.hsh-mobile-benefits{
		gap:4px!important;
		margin:5px 10px 0!important;
		overflow:hidden!important;
	}
	.hsh-mobile-benefits>div{
		justify-content:center!important;
		flex:1 1 0!important;
		min-width:0!important;
		min-height:28px!important;
		padding:4px 5px!important;
		border-radius:7px!important;
		box-shadow:none!important;
	}
	.hsh-mobile-benefits span{font-size:9px!important;flex:0 0 auto!important;}
	.hsh-mobile-benefits span svg{width:9px!important;height:9px!important;}
	.hsh-mobile-benefits strong{
		overflow:hidden!important;
		font-size:6.5px!important;
		line-height:1!important;
		text-overflow:ellipsis!important;
		white-space:nowrap!important;
	}
	.hsh-dots{padding:3px 0 0!important;}
}

/* =========================================================
   Hanlob v3.10.0 - Mobile offer card reset
   Single final mobile layout based on approved v3.9.0 design.
   Elementor edits feed CSS variables on .hsh-hero.
   ========================================================= */
@media (max-width:767px){
  .hsh-hero{
    --hsh-mob-card-bg:#fff;
    --hsh-mob-strip-bg:#4183B3;
    --hsh-mob-strip-text:#fff;
    --hsh-mob-main-text:#17324D;
    --hsh-mob-accent:#4183B3;
    --hsh-mob-shipping:#149447;
    --hsh-mob-button-bg:#4183B3;
    --hsh-mob-button-text:#fff;
    --hsh-mob-radius:12px;
    --hsh-mob-strip-height:52px;
    --hsh-mob-image-size:82px;
    --hsh-mob-product-gap:12px;
    --hsh-mob-name-size:14px;
    --hsh-mob-sub-size:11px;
    --hsh-mob-meta-size:10px;
    --hsh-mob-price-size:34px;
    --hsh-mob-button-height:44px;
    --hsh-mob-button-font:14px;
    --hsh-mob-count-w:50px;
    --hsh-mob-count-h:42px;
    --hsh-mob-card-pt:10px;
    --hsh-mob-card-pr:10px;
    --hsh-mob-card-pb:10px;
    --hsh-mob-card-pl:10px;
  }

  .hsh-mobile-product{
    display:flex!important;
    flex-direction:column!important;
    width:auto!important;
    min-height:0!important;
    height:auto!important;
    margin:6px 8px 0!important;
    padding:0!important;
    overflow:hidden!important;
    background:var(--hsh-mob-card-bg)!important;
    border:1px solid #e4ebf0!important;
    border-radius:var(--hsh-mob-radius)!important;
    box-shadow:0 6px 18px rgba(24,65,92,.08)!important;
  }

  .hsh-mobile-offer-inline.hsh-mobile-offer-top-v39{
    order:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:var(--hsh-mob-strip-height)!important;
    height:auto!important;
    margin:0!important;
    padding:6px 8px!important;
    gap:8px!important;
    border:0!important;
    border-radius:0!important;
    background:var(--hsh-mob-strip-bg)!important;
    color:var(--hsh-mob-strip-text)!important;
    box-shadow:none!important;
  }

  .hsh-mobile-offer-top-v39 .hsh-mobile-promo-label{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    min-width:0!important;
    color:var(--hsh-mob-strip-text)!important;
  }
  .hsh-mobile-offer-top-v39 .hsh-mobile-promo-label>span,
  .hsh-mobile-offer-top-v39 .hsh-mobile-promo-label>span svg{
    width:16px!important;height:16px!important;font-size:16px!important;
    color:#FFBE0B!important;fill:currentColor!important;flex:0 0 16px!important;
  }
  .hsh-mobile-offer-top-v39 .hsh-mobile-promo-label strong{
    display:block!important;font-size:10px!important;line-height:1!important;font-weight:800!important;color:var(--hsh-mob-strip-text)!important;
  }
  .hsh-mobile-offer-top-v39 .hsh-mobile-promo-label small{
    display:block!important;margin-top:2px!important;font-size:5.5px!important;line-height:1!important;font-weight:600!important;color:var(--hsh-mob-strip-text)!important;opacity:.92!important;white-space:nowrap!important;
  }

  .hsh-mobile-offer-top-v39 .hsh-mobile-countdown{
    display:grid!important;
    grid-template-columns:repeat(3,var(--hsh-mob-count-w))!important;
    gap:3px!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    background:transparent!important;
    padding:0!important;
  }
  .hsh-mobile-offer-top-v39 .hsh-mobile-countdown>div{
    width:var(--hsh-mob-count-w)!important;
    min-width:var(--hsh-mob-count-w)!important;
    height:var(--hsh-mob-count-h)!important;
    min-height:var(--hsh-mob-count-h)!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    padding:1px!important;
    border:1px solid rgba(255,255,255,.65)!important;
    border-radius:7px!important;
    background:#244B6D!important;
    color:#fff!important;
  }
  .hsh-mobile-offer-top-v39 .hsh-mobile-countdown strong{font-size:12px!important;line-height:1!important;color:#fff!important;font-weight:800!important;}
  .hsh-mobile-offer-top-v39 .hsh-mobile-countdown small{margin-top:3px!important;font-size:5px!important;line-height:1!important;color:#fff!important;font-weight:600!important;}

  .hsh-mobile-product-main.hsh-mobile-product-main-v310{
    order:1!important;
    display:grid!important;
    grid-template-columns:var(--hsh-mob-image-size) minmax(0,1fr)!important;
    align-items:center!important;
    gap:var(--hsh-mob-product-gap)!important;
    width:100%!important;
    min-height:0!important;
    padding:var(--hsh-mob-card-pt) var(--hsh-mob-card-pr) 6px var(--hsh-mob-card-pl)!important;
    box-sizing:border-box!important;
  }

  .hsh-mobile-product-image{
    display:block!important;
    width:var(--hsh-mob-image-size)!important;
    height:var(--hsh-mob-image-size)!important;
    max-width:none!important;
    object-fit:contain!important;
    align-self:center!important;
  }

  .hsh-mobile-product-copy{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    min-width:0!important;
    width:100%!important;
    color:var(--hsh-mob-main-text)!important;
  }
  .hsh-mobile-product-name{
    display:block!important;
    width:100%!important;
    margin:0!important;
    font-size:var(--hsh-mob-name-size)!important;
    line-height:1.12!important;
    font-weight:800!important;
    color:var(--hsh-mob-main-text)!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .hsh-mobile-product-subtitle{
    margin-top:3px!important;
    font-size:var(--hsh-mob-sub-size)!important;
    line-height:1.1!important;
    font-weight:700!important;
    color:var(--hsh-mob-accent)!important;
  }
  .hsh-mobile-meta{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:6px!important;}
  .hsh-mobile-meta span{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    min-height:24px!important;padding:0 8px!important;
    border-radius:6px!important;background:#eef6fb!important;
    color:var(--hsh-mob-accent)!important;
    font-size:var(--hsh-mob-meta-size)!important;line-height:1!important;font-weight:800!important;
  }
  .hsh-mobile-price{display:flex!important;align-items:flex-end!important;gap:4px!important;margin-top:6px!important;line-height:1!important;color:var(--hsh-mob-accent)!important;}
  .hsh-mobile-price strong{font-size:var(--hsh-mob-price-size)!important;line-height:.92!important;font-weight:800!important;color:var(--hsh-mob-accent)!important;}
  .hsh-mobile-price sup{position:static!important;margin:0 0 3px!important;font-size:7px!important;line-height:1!important;font-weight:700!important;color:#4d6375!important;}
  .hsh-mobile-shipping{display:flex!important;align-items:center!important;gap:4px!important;margin-top:5px!important;font-size:8px!important;line-height:1!important;font-weight:800!important;color:var(--hsh-mob-shipping)!important;white-space:nowrap!important;}
  .hsh-mobile-shipping-icon,.hsh-mobile-shipping-icon svg{width:12px!important;height:12px!important;font-size:12px!important;color:var(--hsh-mob-shipping)!important;fill:currentColor!important;}

  .hsh-mobile-buy.hsh-mobile-buy-v310,
  .hsh-mobile-buy.hsh-mobile-buy-v310:hover,
  .hsh-mobile-buy.hsh-mobile-buy-v310:focus,
  .hsh-mobile-buy.hsh-mobile-buy-v310:active{
    order:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:var(--hsh-mob-button-height)!important;
    height:var(--hsh-mob-button-height)!important;
    margin:0 var(--hsh-mob-card-pr) var(--hsh-mob-card-pb) var(--hsh-mob-card-pl)!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:8px!important;
    background:var(--hsh-mob-button-bg)!important;
    color:var(--hsh-mob-button-text)!important;
    font-size:var(--hsh-mob-button-font)!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    overflow:visible!important;
    transform:none!important;
  }
  .hsh-mobile-buy-v310 .hsh-mobile-buy-icon,
  .hsh-mobile-buy-v310 .hsh-mobile-buy-icon svg{width:14px!important;height:14px!important;font-size:14px!important;color:var(--hsh-mob-button-text)!important;fill:currentColor!important;}

  .hsh-mobile-benefits{margin:6px 8px 0!important;gap:5px!important;padding:0!important;overflow:hidden!important;}
  .hsh-mobile-benefits>div{min-height:34px!important;padding:5px 6px!important;border-radius:7px!important;justify-content:center!important;box-shadow:none!important;}
  .hsh-mobile-benefits strong{font-size:7px!important;line-height:1.05!important;white-space:nowrap!important;}
}


/* =========================================================
   Hanlob v3.11.0 - Mobile compact commerce layout
   Approved layout: measure + discount compact, price and shipping
   on the same row, full-width CTA below.
   ========================================================= */
@media (max-width:767px){
  .hsh-hero{
    --hsh-v311-gap:10px;
    --hsh-v311-vgap:4px;
    --hsh-v311-meta-h:22px;
    --hsh-v311-meta-bg:#EEF6FB;
    --hsh-v311-meta-radius:6px;
    --hsh-v311-ship-size:9px;
    --hsh-v311-ship-icon:13px;
    --hsh-v311-commerce-gap:12px;
    --hsh-v311-pt:8px;--hsh-v311-pr:10px;--hsh-v311-pb:7px;--hsh-v311-pl:10px;
    --hsh-v311-btn-mt:0px;--hsh-v311-btn-mr:10px;--hsh-v311-btn-mb:8px;--hsh-v311-btn-ml:10px;
  }

  .hsh-mobile-product-main.hsh-mobile-product-main-v310{
    grid-template-columns:var(--hsh-mob-image-size) minmax(0,1fr)!important;
    gap:var(--hsh-v311-gap)!important;
    padding:var(--hsh-v311-pt) var(--hsh-v311-pr) var(--hsh-v311-pb) var(--hsh-v311-pl)!important;
    align-items:center!important;
  }

  .hsh-mobile-product-copy{
    gap:0!important;
    justify-content:center!important;
  }
  .hsh-mobile-product-subtitle{margin-top:var(--hsh-v311-vgap)!important;}
  .hsh-mobile-meta{margin-top:var(--hsh-v311-vgap)!important;gap:5px!important;}
  .hsh-mobile-meta span{
    min-height:var(--hsh-v311-meta-h)!important;
    height:var(--hsh-v311-meta-h)!important;
    padding:0 8px!important;
    border-radius:var(--hsh-v311-meta-radius)!important;
    background:var(--hsh-v311-meta-bg)!important;
  }

  .hsh-mobile-commerce-row{
    display:flex!important;
    align-items:flex-end!important;
    flex-wrap:wrap!important;
    gap:4px var(--hsh-v311-commerce-gap)!important;
    width:100%!important;
    margin-top:var(--hsh-v311-vgap)!important;
  }
  .hsh-mobile-commerce-row .hsh-mobile-price{
    flex:0 0 auto!important;
    margin:0!important;
  }
  .hsh-mobile-commerce-row .hsh-mobile-shipping{
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    margin:0 0 3px!important;
    font-size:var(--hsh-v311-ship-size)!important;
  }
  .hsh-mobile-commerce-row .hsh-mobile-shipping-icon,
  .hsh-mobile-commerce-row .hsh-mobile-shipping-icon svg{
    width:var(--hsh-v311-ship-icon)!important;
    height:var(--hsh-v311-ship-icon)!important;
    font-size:var(--hsh-v311-ship-icon)!important;
  }

  .hsh-mobile-buy.hsh-mobile-buy-v310,
  .hsh-mobile-buy.hsh-mobile-buy-v310:hover,
  .hsh-mobile-buy.hsh-mobile-buy-v310:focus,
  .hsh-mobile-buy.hsh-mobile-buy-v310:active{
    width:auto!important;
    margin:var(--hsh-v311-btn-mt) var(--hsh-v311-btn-mr) var(--hsh-v311-btn-mb) var(--hsh-v311-btn-ml)!important;
  }
}


/* =========================================================
   Hanlob v3.12.0 - Mobile compact refinement
   - Shipping locked to the right of price
   - Offer card position/width editable in Elementor
   ========================================================= */
@media (max-width:767px){
  .hsh-hero{
    --hsh-v312-card-width:96%;
    --hsh-v312-card-y:6px;
    --hsh-v312-card-x:0px;
  }

  .hsh-mobile-product{
    position:relative!important;
    left:var(--hsh-v312-card-x)!important;
    width:var(--hsh-v312-card-width)!important;
    max-width:100%!important;
    margin-top:var(--hsh-v312-card-y)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .hsh-mobile-commerce-row{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    column-gap:var(--hsh-v311-commerce-gap)!important;
    width:100%!important;
  }
  .hsh-mobile-commerce-row .hsh-mobile-price{
    flex:0 0 auto!important;
    min-width:0!important;
  }
  .hsh-mobile-commerce-row .hsh-mobile-shipping{
    flex:0 0 auto!important;
    margin:0 0 4px auto!important;
    white-space:nowrap!important;
  }
}


/* =========================================================
   Hanlob v3.12.1 - Fix definitivo precio + envío móvil
   ========================================================= */
@media (max-width:767px){
  .hsh-mobile-commerce-row{
    display:grid!important;
    grid-template-columns:max-content max-content!important;
    align-items:end!important;
    justify-content:start!important;
    column-gap:var(--hsh-v311-commerce-gap,12px)!important;
    row-gap:0!important;
    width:100%!important;
    margin-top:var(--hsh-v311-vgap,4px)!important;
  }
  .hsh-mobile-commerce-row .hsh-mobile-price{
    grid-column:1!important;
    grid-row:1!important;
    margin:0!important;
    min-width:0!important;
    width:max-content!important;
  }
  .hsh-mobile-commerce-row .hsh-mobile-shipping{
    grid-column:2!important;
    grid-row:1!important;
    display:inline-flex!important;
    align-items:center!important;
    align-self:end!important;
    margin:0 0 4px 0!important;
    width:max-content!important;
    max-width:none!important;
    white-space:nowrap!important;
  }
}
