/* Single header geometry shared by home and internal storefront pages. */
html{scrollbar-width:auto;scrollbar-gutter:stable}
html::-webkit-scrollbar,body::-webkit-scrollbar{width:15px}
html::-webkit-scrollbar-thumb{background:#b7c4d0;border-radius:8px}
.hm-container{width:calc(100% - 48px);max-width:1480px;margin-inline:auto}
.hm-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.hm-top{background:#edf6fa;color:var(--hm-blue-dark);font-size:11px;border-top:3px solid var(--hm-pink)}
.hm-top>.hm-container,.hm-top>.hm-container>div{display:flex;justify-content:space-between;align-items:center;gap:22px;min-height:29px}
.hm-top b{font-weight:650}
.hm-top a:hover{text-decoration:underline}
.hm-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--hm-border)}
.hm-header-row{display:flex;align-items:center;gap:28px;min-height:87px}
.hm-logo{flex:0 0 166px}
.hm-logo img{width:155px;height:62px;object-fit:contain}
.hm-search{display:flex;align-items:stretch;flex:1;min-width:0;height:46px;border:1.5px solid var(--hm-blue);border-radius:8px;background:#fff;overflow:hidden}
.hm-search select{max-width:155px;min-width:110px;padding:0 10px;border:0;border-right:1px solid var(--hm-border);background:#f5f8fa;color:var(--hm-muted);font-size:12px}
.hm-search input{flex:1;min-width:0;padding:0 14px;border:0;outline-offset:-3px;font-size:14px}
.hm-search button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:var(--hm-blue);color:#fff;padding:0 18px;font-size:13px;font-weight:650}
.hm-search button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.hm-account-actions{display:flex;gap:22px;flex-shrink:0}
.hm-account-actions>a{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:650;min-height:44px}
.hm-account-actions svg{width:25px;height:25px;fill:none;stroke:var(--hm-blue-dark);stroke-width:1.6}
.hm-cart-link{position:relative}
.hm-cart-link b{position:absolute;top:-1px;left:14px;min-width:17px;height:17px;align-items:center;justify-content:center;background:var(--hm-pink);color:#fff;border-radius:12px;font-size:10px}
.hm-nav{background:#fff;border-bottom:1px solid var(--hm-border)}
.hm-nav-row{display:flex;align-items:center;gap:28px;min-height:46px;overflow-x:auto;scrollbar-width:thin;white-space:nowrap}
.hm-nav a{display:flex;align-items:center;min-height:44px;font-size:12px;font-weight:550}
.hm-nav a:hover{color:var(--hm-pink)}
.hm-all-categories{gap:10px;color:var(--hm-blue-dark);padding-right:24px;border-right:1px solid var(--hm-border)}
.hm-all-categories svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.hm-nav-cod{margin-left:auto;color:var(--hm-pink)}
@media(max-width:1200px){.hm-header-row{gap:18px}
.hm-account-actions{gap:14px}
.hm-account-actions span{display:none}
.hm-nav-row{gap:23px}
}
@media(max-width:1000px){.hm-container{width:calc(100% - 32px)}
.hm-header-row{gap:14px}
.hm-logo{flex-basis:135px}
.hm-logo img{width:130px}
.hm-search select{display:none}
}
@media(max-width:760px){.hm-container{width:calc(100% - 24px)}
.hm-top>.hm-container{justify-content:center;min-height:28px;font-size:10px}
.hm-top>.hm-container>div{display:none}
.hm-header-row{display:grid;grid-template-columns:1fr auto;gap:4px 16px;padding:6px 0 10px;min-height:0}
.hm-logo{grid-column:1;grid-row:1}
.hm-logo img{width:125px;height:46px}
.hm-account-actions{grid-column:2;grid-row:1;gap:20px}
.hm-account-actions svg{width:23px;height:23px}
.hm-search{grid-column:1/-1;grid-row:2;height:42px}
.hm-search input{font-size:16px;padding-left:11px}
.hm-search button{padding:0 15px}
.hm-search button span{display:none}
.hm-nav-row{min-height:41px;gap:22px}
.hm-nav a{min-height:40px;font-size:11px}
.hm-all-categories{padding-right:16px}
.hm-nav-cod{display:none}
}
@media(max-width:360px){.hm-container{width:calc(100% - 16px)}
}
@container home (max-width:1200px){.hm-header-row{gap:18px}
.hm-account-actions{gap:14px}
.hm-account-actions span{display:none}
.hm-nav-row{gap:23px}
}
@container home (max-width:1000px){.hm-container{width:calc(100% - 32px)}
.hm-header-row{gap:14px}
.hm-logo{flex-basis:135px}
.hm-logo img{width:130px}
.hm-search select{display:none}
}
@container home (max-width:760px){.hm-container{width:calc(100% - 24px)}
.hm-top>.hm-container{justify-content:center;min-height:28px;font-size:10px}
.hm-top>.hm-container>div{display:none}
.hm-header-row{display:grid;grid-template-columns:1fr auto;gap:4px 16px;padding:6px 0 10px;min-height:0}
.hm-logo{grid-column:1;grid-row:1}
.hm-logo img{width:125px;height:46px}
.hm-account-actions{grid-column:2;grid-row:1;gap:20px}
.hm-account-actions svg{width:23px;height:23px}
.hm-search{grid-column:1/-1;grid-row:2;height:42px}
.hm-search input{font-size:16px;padding-left:11px}
.hm-search button{padding:0 15px}
.hm-search button span{display:none}
.hm-nav-row{min-height:41px;gap:22px}
.hm-nav a{min-height:40px;font-size:11px}
.hm-all-categories{padding-right:16px}
.hm-nav-cod{display:none}
}
@container home (max-width:360px){.hm-container{width:calc(100% - 16px)}
}

.hm-top{background:var(--brand-blue-dark);color:#fff;border-top-color:var(--brand-pink)}
.hm-top b{font-weight:700}
.hm-logo img{width:160px;height:72px}
.hm-header-row{min-height:90px}
.hm-search{border-width:2px}
.hm-nav{border-bottom:3px solid var(--brand-blue)}
.hm-all-categories{color:var(--brand-blue);font-weight:700!important}
@media(max-width:760px){.hm-header-row{min-height:0}
.hm-logo img{height:52px;width:130px}
}
@container home (max-width:760px){.hm-header-row{min-height:0}
.hm-logo img{height:52px;width:130px}
}


#nav,#site-shell{display:contents}
.hm-top,.hm-header,.hm-nav,.esh-footer{font:14px/1.5 var(--brand-font);letter-spacing:normal}
.hm-top *,.hm-header *,.hm-nav *,.esh-footer *{box-sizing:border-box}
.hm-top a,.hm-header a,.hm-nav a,.esh-footer a{text-decoration:none;color:inherit}
.hm-top{font-size:11px;color:#fff}.hm-header{color:var(--brand-ink)}
.hm-search input,.hm-search select,.hm-search button{font-family:inherit;margin:0;box-shadow:none}
.hm-search input{background:#fff;color:var(--brand-ink);width:auto}
.hm-search button{border-radius:0}.hm-search select{width:auto}
.hm-logo img{display:block;opacity:1;filter:none}.hm-header svg,.hm-nav svg{display:block}
.hm-nav .hm-all-categories{color:var(--brand-blue)}.hm-nav .hm-nav-cod{color:var(--brand-pink)}
.esh-footer>.container{width:calc(100% - 48px);max-width:1480px;padding-inline:0}
.esh-footer-grid h2{font-weight:700;line-height:1.5}.esh-footer-grid p{font-weight:400}
.esh-footer-bottom{padding-bottom:16px}
body:has(>#nav)>.container,body:has(>#nav)>.pg-head>.container{width:calc(100% - 48px);max-width:1480px;padding-inline:0}
@media(max-width:1000px){.esh-footer>.container,body:has(>#nav)>.container,body:has(>#nav)>.pg-head>.container{width:calc(100% - 32px)}}
@media(max-width:760px){.esh-footer>.container,body:has(>#nav)>.container,body:has(>#nav)>.pg-head>.container{width:calc(100% - 24px)}.esh-footer-bottom{padding-bottom:16px}.esh-footer-grid a{min-height:40px;padding-block:9px}.esh-footer-grid{gap:12px 16px}}
@container home (max-width:760px){.esh-footer>.container{width:calc(100% - 24px)}.esh-footer-bottom{padding-bottom:16px}.esh-footer-grid a{min-height:40px;padding-block:9px}.esh-footer-grid{gap:12px 16px}}
.hm-offer-0 img{mix-blend-mode:normal}
.esh-footer-visible .whatsapp-float,.esh-footer-visible .back-to-top{visibility:hidden;pointer-events:none}
.esh-footer-toggle{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;line-height:inherit;text-align:left;margin:0;padding:0;box-shadow:none}
.esh-footer-mobile .esh-footer-grid{display:block;padding-bottom:12px}
.esh-footer-mobile .esh-footer-brand{display:grid;grid-template-columns:100px minmax(0,1fr);gap:6px 12px;margin-bottom:14px}
.esh-footer-mobile .esh-footer-brand>a{width:100px;padding:0;min-height:0}
.esh-footer-mobile .esh-footer-brand img{width:100px;height:50px}
.esh-footer-mobile .esh-footer-brand p{font-size:12px;line-height:1.5;margin:0}
.esh-footer-mobile .esh-footer-brand strong{font-size:10px;line-height:1.5}
.esh-footer-mobile .esh-footer-group{border-top:1px solid var(--brand-line)}
.esh-footer-mobile .esh-footer-group h2{margin:0}
.esh-footer-mobile .esh-footer-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:46px;font-size:13px;cursor:pointer}
.esh-footer-mobile .esh-footer-toggle::after{content:'+';font-size:20px;font-weight:400;color:var(--brand-blue)}
.esh-footer-mobile .is-open .esh-footer-toggle::after{content:'−'}
.esh-footer-mobile .esh-footer-group:not(.is-open) .esh-footer-links{display:none}
.esh-footer-mobile .esh-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:0 12px;padding-bottom:8px}
.esh-footer-mobile .esh-footer-links a{min-height:44px;font-size:12px}
.esh-footer-mobile .esh-footer-grid>div:last-child{display:flex;flex-wrap:wrap;align-items:center;gap:0 18px;border-top:1px solid var(--brand-line);padding-top:12px}
.esh-footer-mobile .esh-footer-grid>div:last-child h2{width:100%;margin:0 0 4px;font-size:13px}
.esh-footer-mobile .esh-footer-grid>div:last-child a{white-space:nowrap;font-size:12px;min-height:44px}
.esh-footer-mobile .esh-footer-grid>div:last-child p{font-size:11px;line-height:1.5;margin:4px 0 0}
.esh-footer-mobile .esh-footer-bottom{padding:10px 0;gap:2px}
.esh-footer-mobile .esh-footer-bottom>div{gap:0 14px}
.esh-footer-mobile .esh-footer-bottom a{font-size:10px;min-height:40px}
.esh-delivery-mobile{display:none}
.esh-footer-mobile .esh-delivery-desktop{display:none}
.esh-footer-mobile .esh-delivery-mobile{display:block;white-space:nowrap;font-size:10px;text-align:center}
.esh-footer-mobile .esh-footer-grid>.esh-footer-contact{display:block;padding-top:0}
.esh-footer-mobile .esh-footer-contact h2{margin:0}
.esh-footer-mobile .esh-footer-contact .esh-footer-links{grid-template-columns:1fr;padding-bottom:0}
.esh-footer-mobile .esh-footer-contact p{margin:6px 0 0}
.esh-footer-mobile .esh-footer-grid{padding-bottom:10px}
.esh-footer-mobile .esh-footer-bottom{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:6px;padding:4px 0;font-size:9px;white-space:nowrap}
.esh-footer-mobile .esh-footer-bottom>div{flex-wrap:nowrap;gap:8px}
.esh-footer-mobile .esh-footer-bottom a{font-size:9px;min-height:40px}
