:root{--brand-primary:#9e1745;--brand-accent:#e9a8b9;--ink:#2e2026;--muted:#76666d;--cream:#fffaf8;--soft:#fff1f3;--line:#eadde1;--white:#fff;--radius:22px;--shadow:0 18px 55px rgba(94,31,53,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 38px));margin:auto}.announcement{background:linear-gradient(90deg,var(--brand-primary),#bc476d);color:#fff;text-align:center;padding:7px 16px;font-size:13px;letter-spacing:.03em}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(15px);border-bottom:1px solid rgba(158,23,69,.09)}.nav-wrap{height:82px;display:flex;align-items:center;gap:32px}.logo{width:170px;flex:none}.logo img{width:100%;height:58px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:30px;margin-left:auto}.main-nav a{font-weight:600;font-size:14px;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--brand-primary);transition:.25s}.main-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:10px}.search-open{border:0;background:#f8edef;width:42px;height:42px;border-radius:50%;font-size:24px;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(121,23,56,.18)}.btn-primary{background:var(--brand-primary);color:#fff}.btn-whatsapp{background:#178b4a;color:#fff}.btn-large{padding:16px 22px;width:100%}.nav-toggle{display:none;border:0;background:transparent;width:42px}.nav-toggle span{display:block;height:2px;background:var(--ink);margin:6px}.search-drawer{max-height:0;overflow:hidden;background:#fff;border-bottom:1px solid var(--line);transition:.3s}.search-drawer.open{max-height:110px}.search-drawer form{width:min(760px,calc(100% - 38px));margin:20px auto;display:flex}.search-drawer input{flex:1;border:1px solid var(--line);padding:14px 16px;border-radius:12px 0 0 12px}.search-drawer button{border:0;background:var(--brand-primary);color:#fff;padding:0 24px;border-radius:0 12px 12px 0}.hero-slider{position:relative;overflow:hidden;background:linear-gradient(120deg,#fff7f6,#f8dee3)}.hero-slide{display:none;min-height:560px;position:relative}.hero-slide.active{display:block;animation:fadeIn .7s}.hero-slide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.95),transparent 45%),linear-gradient(90deg,rgba(255,250,248,.97),rgba(255,250,248,.3));pointer-events:none}.hero-content{min-height:560px;display:grid;grid-template-columns:1fr 1.2fr;align-items:center;position:relative;z-index:2}.hero-copy{padding:70px 0}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-primary);font-size:12px;font-weight:800;margin-bottom:10px}.hero-copy h1,.section-heading h2,.page-hero h1,.story-copy h2,.product-info h1{font-family:'Playfair Display',serif;line-height:1.05;margin:0 0 18px}.hero-copy h1{font-size:clamp(48px,6vw,82px);max-width:650px}.hero-copy p{font-size:18px;color:var(--muted);max-width:500px;margin-bottom:26px}.hero-visual{height:500px;display:flex;align-items:center;justify-content:center;animation:float 5s ease-in-out infinite}.hero-visual img{max-height:430px;width:100%;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(77,30,43,.18));border-radius:26px}.slider-prev,.slider-next{position:absolute;top:50%;z-index:3;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--brand-primary);font-size:30px;cursor:pointer}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;z-index:4;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#d8bcc5}.slider-dots button.active{width:26px;border-radius:9px;background:var(--brand-primary)}.section{padding:88px 0}.soft-section{background:linear-gradient(180deg,#fff8f9,#fff)}.section-heading{max-width:650px;margin-bottom:34px}.section-heading h2{font-size:clamp(34px,4vw,52px)}.section-heading p{color:var(--muted);margin:0}.section-heading.split{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading.split a{font-weight:700;color:var(--brand-primary)}.brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.brand-card{background:var(--brand-bg,#fff);border:1px solid var(--line);border-radius:20px;padding:20px;text-align:center;min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.3s}.brand-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#dca3b4}.brand-card img{height:85px;width:100%;object-fit:contain;margin-bottom:12px}.brand-card h3{margin:0 0 3px;font-family:'Playfair Display',serif}.brand-card p{font-size:13px;color:var(--muted);margin:0}.brand-all{font-family:'Playfair Display',serif;font-size:35px;color:var(--brand-primary);height:85px;display:flex;align-items:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 9px 30px rgba(74,38,51,.06);transition:.3s;position:relative}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-image-wrap{display:block;position:relative;background:linear-gradient(145deg,#fff7f8,#fff);aspect-ratio:1/1;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain;padding:10px;transition:.35s}.product-card:hover .product-image{transform:scale(1.035)}.discount-badge,.new-badge{position:absolute;z-index:2;top:12px;padding:5px 9px;border-radius:999px;color:#fff;font-size:11px;font-weight:800}.discount-badge{left:12px;background:var(--brand-primary)}.new-badge{right:12px;background:#d65075}.product-card-body{padding:17px}.product-card h3{font-size:17px;line-height:1.25;margin:2px 0 8px}.product-card p{font-size:13px;color:var(--muted);min-height:42px;margin:0 0 10px}.price-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.current-price{color:var(--brand-primary)}.price-row del{font-size:12px;color:#96858c}.variant-group>span{font-size:11px;font-weight:700;color:var(--muted)}.variant-pills{display:flex;flex-wrap:wrap;gap:7px;margin:7px 0 12px}.variant-pill{border:1px solid #dfced4;background:#fff;border-radius:999px;padding:6px 9px;display:inline-flex;align-items:center;gap:5px;cursor:pointer;max-width:100%}.variant-pill em{font-style:normal;font-size:11px;white-space:nowrap}.variant-pill i{width:13px;height:13px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.12)}.variant-pill.selected{background:#fae8ed;border-color:var(--brand-primary);color:var(--brand-primary)}.card-whatsapp{width:100%;font-size:13px;padding:11px}.compact .product-card p{display:none}.story-section{background:#fffaf8}.story-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:62px}.story-image{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);position:relative}.story-image:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.65);border-radius:22px}.story-image img{width:100%;height:480px;object-fit:cover}.story-copy h2{font-size:50px}.story-copy p{color:var(--muted);font-size:17px;margin-bottom:25px}.trust-strip{background:#fff1f3;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0;gap:22px}.trust-grid div{display:flex;flex-direction:column}.trust-grid b{color:var(--brand-primary)}.trust-grid span{font-size:12px;color:var(--muted)}.site-footer{background:#fffaf8}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .9fr 1.25fr;gap:50px;padding:70px 0}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{width:190px;height:70px;object-fit:contain;margin-bottom:10px}.footer-grid p{color:var(--muted);font-size:14px}.footer-grid h4{font-size:14px;text-transform:uppercase;letter-spacing:.08em}.footer-grid a:not(.btn){font-size:14px;margin:4px 0}.socials{display:flex;gap:8px}.socials a{width:32px;height:32px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center}.footer-bottom{background:var(--brand-primary);color:#fff;padding:14px 0;font-size:12px}.footer-bottom .container{display:flex;justify-content:space-between}.floating-whatsapp{position:fixed;z-index:90;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#1ba65a;color:#fff;font-size:30px;box-shadow:0 14px 30px rgba(26,150,82,.35)}.page-hero{background:linear-gradient(125deg,#fff6f7,#f9dce4);padding:90px 0;text-align:center}.page-hero h1{font-size:58px}.page-hero p{max-width:650px;margin:auto;color:var(--muted)}.catalogue-layout{display:grid;grid-template-columns:250px 1fr;gap:35px}.filters{position:sticky;top:110px;align-self:start;border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.filters label{display:block;font-size:12px;font-weight:700;margin-bottom:15px}.filters input,.filters select{width:100%;margin-top:6px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff}.filters .btn{width:100%}.clear-filters{display:block;text-align:center;font-size:13px;color:var(--brand-primary);margin-top:12px}.catalogue-loading{text-align:center;padding:50px;color:var(--muted)}.empty-state{grid-column:1/-1;text-align:center;padding:70px;border:1px dashed var(--line);border-radius:20px}.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px}.main-product-image{background:#fff8f9;border-radius:26px;aspect-ratio:1/1;overflow:hidden;border:1px solid var(--line)}.main-product-image img{width:100%;height:100%;object-fit:contain;padding:16px}.gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.gallery-thumbs button{width:75px;height:75px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:4px;flex:none}.gallery-thumbs button.active{border-color:var(--brand-primary)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-info{padding-top:20px}.product-info h1{font-size:55px}.product-info .lead{font-size:18px;color:var(--muted)}.detail-price{display:flex;gap:12px;align-items:center;margin:20px 0}.detail-price strong{font-size:28px;color:var(--brand-primary)}.detail-price del{color:#9a8b91}.detail-variants h4{margin-bottom:5px}.product-benefits{display:grid;gap:7px;font-size:13px;margin-top:20px;color:var(--muted)}.prose{max-width:900px}.prose h2,.prose h3{font-family:'Playfair Display',serif}.prose img{border-radius:20px}.page-content{min-height:340px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.contact-card{border:1px solid var(--line);padding:28px;border-radius:20px;background:#fff}.contact-card.accent{background:#fff1f3}.contact-card h2{font-family:'Playfair Display',serif}.reveal{opacity:0;transform:translateY(20px);transition:.7s}.reveal.in-view{opacity:1;transform:none}@keyframes fadeIn{from{opacity:.25}to{opacity:1}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@media(max-width:1000px){.main-nav{gap:18px}.brand-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.hero-content{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr 1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(100% - 24px,1180px)}.nav-wrap{height:70px}.logo{width:130px}.logo img{height:48px}.nav-toggle{display:block;margin-left:auto}.main-nav{position:absolute;top:70px;left:0;right:0;background:#fff;padding:18px 22px;display:none;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.main-nav.open{display:flex}.header-actions .search-open{display:none}.header-actions .btn{font-size:0;width:42px;height:42px;border-radius:50%;padding:0}.header-actions .btn:after{content:'W';font-size:13px}.hero-slide,.hero-content{min-height:auto}.hero-content{grid-template-columns:1fr;padding:45px 0}.hero-copy{padding:10px 4px;text-align:center}.hero-copy h1{font-size:49px}.hero-visual{height:270px}.hero-visual img{height:250px}.slider-prev,.slider-next{top:72%;width:38px;height:38px}.section{padding:60px 0}.section-heading.split{align-items:flex-start;flex-direction:column}.brand-grid{grid-template-columns:repeat(2,1fr)}.brand-card{min-height:170px;padding:14px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-body{padding:12px}.product-card h3{font-size:14px}.product-card p{font-size:12px}.variant-pill em{max-width:70px;overflow:hidden;text-overflow:ellipsis}.story-grid,.product-detail-grid,.catalogue-layout{grid-template-columns:1fr}.story-image img{height:330px}.story-copy h2,.product-info h1{font-size:40px}.filters{position:static}.trust-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:25px;padding:50px 0}.footer-bottom .container{flex-direction:column;gap:4px}.contact-grid{grid-template-columns:1fr}.page-hero{padding:60px 0}.page-hero h1{font-size:42px}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr 1fr}.brand-grid{grid-template-columns:1fr 1fr}.product-image-wrap{aspect-ratio:.9}.product-card .eyebrow{font-size:9px}.product-card h3{min-height:35px}.card-whatsapp{font-size:11px;padding:9px 4px}.price-row{flex-wrap:wrap}.trust-grid{grid-template-columns:1fr}.hero-copy h1{font-size:42px}.header-actions{gap:5px}}

/* v2 navigation, brand pages, dynamic variants and detailed footer */
[hidden]{display:none!important}.icon-whatsapp{width:18px;height:18px;flex:none}.header-whatsapp .icon-whatsapp{width:17px;height:17px}.nav-item{position:relative}.nav-item>a{display:flex;align-items:center;gap:5px}.dropdown-caret{font-size:13px;transition:.2s}.nav-dropdown{position:absolute;left:50%;top:calc(100% + 18px);transform:translate(-50%,10px);width:270px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.22s;display:grid;z-index:120}.nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-19px;height:20px}.nav-dropdown a{padding:11px 12px;border-radius:11px;display:flex;flex-direction:column;gap:0}.nav-dropdown a:after{display:none}.nav-dropdown a:hover{background:#fff1f3}.nav-dropdown strong{font-size:13px;color:var(--ink)}.nav-dropdown span{font-size:11px;color:var(--muted)}.has-dropdown:hover .nav-dropdown,.has-dropdown:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}.has-dropdown:hover .dropdown-caret{transform:rotate(180deg)}
.variant-image-status{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(7px);border:1px solid rgba(158,23,69,.12);color:var(--brand-primary);font-size:10px;font-weight:800;text-align:center;padding:5px 8px;border-radius:999px;transform:translateY(8px);opacity:0;transition:.25s}.product-card:hover .variant-image-status,.product-card:focus-within .variant-image-status{opacity:1;transform:none}.product-image.is-switching,#detail-main-image.is-switching{opacity:.25;transform:scale(.96)}.variant-group-heading{display:flex;justify-content:space-between;align-items:center;gap:8px}.variant-group-heading>span{font-size:11px;font-weight:800;color:var(--muted)}.variant-group-heading small{font-size:9px;color:var(--brand-primary)}.variant-pill{transition:.2s}.variant-pill:hover{border-color:var(--brand-primary);transform:translateY(-1px)}.variant-pill.selected{box-shadow:0 0 0 2px rgba(158,23,69,.08)}.detail-variant-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-variant-heading span{font-size:12px;color:var(--muted)}.catalogue-summary{margin-bottom:16px;color:var(--muted);font-size:14px}.catalogue-summary strong{font-size:18px;color:var(--brand-primary)}.catalogue-content{min-width:0}.product-grid.is-loading{opacity:.45;pointer-events:none;transition:.2s}
.brand-index-hero{position:relative;overflow:hidden}.brand-index-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-70px;top:-100px;background:rgba(255,255,255,.55)}.brand-directory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.brand-directory-card{background:var(--brand-bg);border:1px solid var(--line);border-radius:26px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;min-height:390px;box-shadow:0 12px 38px rgba(94,31,53,.07)}.brand-directory-image{min-height:100%;background:#fff}.brand-directory-image img{width:100%;height:100%;object-fit:cover}.brand-directory-body{padding:34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.brand-directory-logo{width:150px;height:70px;object-fit:contain;object-position:left;margin-bottom:8px}.brand-directory-body h2{font-family:'Playfair Display',serif;font-size:34px;margin:0 0 4px}.brand-directory-body p{color:var(--muted);margin:0 0 18px}.brand-directory-body .brand-tagline{color:var(--brand-primary);font-weight:700;margin-bottom:8px}.brand-detail-hero{background:linear-gradient(120deg,var(--brand-page-bg),#fff);padding:70px 0;overflow:hidden}.brand-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.brand-detail-copy h1{font-family:'Playfair Display',serif;font-size:clamp(48px,6vw,76px);line-height:1;margin:8px 0 18px}.brand-detail-copy p{font-size:17px;color:var(--muted);max-width:600px}.brand-detail-logo{width:190px;height:90px;object-fit:contain;object-position:left;margin-bottom:10px}.brand-detail-image{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.brand-detail-image img{width:100%;height:470px;object-fit:cover}.brand-detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.back-link{display:inline-block;font-size:13px;font-weight:700;color:var(--brand-primary);margin-bottom:14px}
.footer-grid-detailed{grid-template-columns:1.35fr .75fr 1fr .85fr 1.3fr;gap:34px}.footer-whatsapp{margin-top:18px}.footer-subheading{margin-top:24px!important;margin-bottom:6px}.footer-office-block{margin-bottom:20px}.footer-office-block strong{display:block;color:var(--ink);font-size:13px;margin-bottom:4px}.footer-office-block p{margin:0;line-height:1.7}.footer-contact-column a{display:block!important;overflow-wrap:anywhere;color:var(--muted);line-height:1.55}.footer-contact-column a:hover{color:var(--brand-primary)}.footer-bottom a{color:#fff}.floating-whatsapp{width:auto;min-width:58px;padding:0 17px;gap:8px;border:3px solid #fff;font-size:inherit}.floating-whatsapp-icon{width:28px;height:28px}.floating-whatsapp-label{font-size:12px;font-weight:800;max-width:0;opacity:0;overflow:hidden;transition:.25s;white-space:nowrap}.floating-whatsapp:hover .floating-whatsapp-label{max-width:80px;opacity:1}
@media(max-width:1180px){.footer-grid-detailed{grid-template-columns:1.3fr .8fr 1fr 1fr}.footer-contact-column{grid-column:2/-1;display:grid!important;grid-template-columns:1fr 1fr;column-gap:28px}.footer-contact-column h4{grid-column:1/-1}}
@media(max-width:1000px){.brand-directory-card{grid-template-columns:1fr}.brand-directory-image{height:270px}.brand-detail-grid{gap:35px}.brand-detail-image img{height:390px}.footer-grid-detailed{grid-template-columns:repeat(2,1fr)}.footer-contact-column{grid-column:auto;display:flex!important}}
@media(max-width:760px){.nav-item{width:100%}.nav-item>a{justify-content:space-between}.nav-dropdown{position:static;width:100%;transform:none!important;opacity:1;visibility:visible;display:none;box-shadow:none;border:0;border-left:2px solid var(--brand-accent);border-radius:0;margin:8px 0 0 5px;padding:4px 0 4px 10px}.has-dropdown.dropdown-open .nav-dropdown{display:grid}.has-dropdown:hover .nav-dropdown{display:none}.has-dropdown.dropdown-open:hover .nav-dropdown{display:grid}.header-whatsapp span{display:none}.header-actions .btn:after{display:none!important}.header-actions .btn{font-size:inherit!important}.header-actions .icon-whatsapp{width:21px;height:21px}.brand-directory-grid{grid-template-columns:1fr}.brand-directory-card{min-height:auto}.brand-detail-grid{grid-template-columns:1fr}.brand-detail-copy{text-align:center}.brand-detail-logo{object-position:center;margin-left:auto;margin-right:auto}.brand-detail-copy p{margin-left:auto;margin-right:auto}.brand-detail-actions{justify-content:center}.brand-detail-image img{height:310px}.footer-grid-detailed{grid-template-columns:1fr 1fr;gap:28px}.footer-brand-column{grid-column:1/-1}.floating-whatsapp{right:14px;bottom:14px;padding:0;width:56px;min-width:56px}.floating-whatsapp-label{display:none}.variant-group-heading small{display:none}}
@media(max-width:520px){.footer-grid-detailed{grid-template-columns:1fr}.footer-brand-column{grid-column:auto}.brand-directory-body{padding:25px}.brand-directory-body h2{font-size:30px}.brand-detail-copy h1{font-size:48px}.brand-detail-image img{height:250px}}

/* v3 WhatsApp icon and clean product-image presentation */
.btn-whatsapp{background:#16a34a;color:#fff;box-shadow:0 8px 20px rgba(22,163,74,.18)}
.btn-whatsapp:hover{background:#12883e;box-shadow:0 11px 24px rgba(22,163,74,.25)}
.btn-whatsapp svg{display:block;flex:0 0 auto;color:currentColor}
.btn-whatsapp .icon-whatsapp{width:20px;height:20px}
.card-whatsapp{gap:8px;min-height:43px}
.product-image-wrap{background:#fffaf9}
.product-image{padding:8px}
.floating-whatsapp{width:60px!important;height:60px;min-width:60px!important;padding:0!important;border-radius:50%!important;background:#16a34a!important;border:3px solid #fff!important;display:grid!important;place-items:center!important;box-shadow:0 14px 32px rgba(22,163,74,.36)!important}
.floating-whatsapp:hover{background:#12883e!important;transform:translateY(-3px) scale(1.04)}
.floating-whatsapp-icon{width:32px!important;height:32px!important;display:block}
.floating-whatsapp-label{display:none!important}
@media(max-width:760px){.floating-whatsapp{width:56px!important;height:56px;min-width:56px!important}.floating-whatsapp-icon{width:30px!important;height:30px!important}}

/* v4 brands, homepage sharing, outlets, About Us contacts and app-style mobile navigation */
.btn-outline{background:#fff;color:var(--brand-primary);border:1px solid rgba(158,23,69,.28)}
.btn-outline:hover{border-color:var(--brand-primary);background:#fff6f8}
.share-strip{padding:18px 0;background:#fff;border-bottom:1px solid var(--line)}
.share-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 20px;border:1px solid #eadde1;border-radius:18px;background:linear-gradient(110deg,#fff,#fff5f7);box-shadow:0 9px 28px rgba(94,31,53,.06)}
.share-copy{display:flex;align-items:center;gap:14px;min-width:0}
.share-copy>div{display:flex;flex-direction:column;min-width:0}
.share-copy strong{font-family:'Playfair Display',serif;font-size:20px;line-height:1.25}
.share-copy span:not(.share-icon){font-size:13px;color:var(--muted)}
.share-icon{width:44px;height:44px;border-radius:14px;background:#f8e5eb;color:var(--brand-primary);display:grid;place-items:center;flex:none}
.share-icon svg,.btn-copy-link svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.share-link-actions{display:flex;align-items:center;gap:10px;flex:none}
.btn-copy-link{background:#fff;color:var(--brand-primary);border:1px solid rgba(158,23,69,.25);min-width:126px}
.btn-copy-link.copied{background:#ecf9f0;color:#13743e;border-color:#89d2a4}

.outlets-hero{background:radial-gradient(circle at 15% 20%,#fff,transparent 35%),linear-gradient(120deg,#fff3f5,#e6f7f4)}
.outlet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.outlet-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:28px;padding:32px;background:linear-gradient(145deg,var(--outlet-accent),#fff 62%);box-shadow:0 18px 50px rgba(62,41,48,.08)}
.outlet-card:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-75px;top:-90px;background:rgba(255,255,255,.55);pointer-events:none}
.outlet-card-top{position:relative;z-index:1;display:flex;align-items:center;gap:16px;padding-bottom:22px;border-bottom:1px solid rgba(103,67,79,.12)}
.outlet-card-top h2{font-family:'Playfair Display',serif;font-size:31px;line-height:1.1;margin:0}
.outlet-pin{width:58px;height:58px;border-radius:18px;background:#fff;color:var(--brand-primary);display:grid;place-items:center;box-shadow:0 10px 25px rgba(80,40,54,.1);flex:none}
.outlet-pin svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.outlet-info-list{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:25px 0}
.outlet-info-list strong{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-primary);margin-bottom:7px}
.outlet-info-list p,.outlet-info-list a{display:block;margin:0;color:var(--muted);font-size:14px;line-height:1.65;overflow-wrap:anywhere}
.outlet-info-list a:hover{color:var(--brand-primary)}
.outlet-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px}
.outlet-help-card{display:flex;align-items:center;justify-content:space-between;gap:40px;border:1px solid var(--line);border-radius:26px;padding:35px;background:#fff;box-shadow:var(--shadow)}
.outlet-help-card h2{font-family:'Playfair Display',serif;font-size:38px;line-height:1.1;margin:0 0 10px}
.outlet-help-card p{color:var(--muted);max-width:720px;margin:0}

.about-contacts{border-top:1px solid var(--line)}
.contact-person-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.contact-person-card{display:grid;grid-template-columns:180px 1fr;gap:25px;align-items:center;border:1px solid var(--line);border-radius:25px;padding:24px;background:#fff;box-shadow:0 12px 34px rgba(94,31,53,.07)}
.contact-person-photo{height:205px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#f8e2e8,#e4f5f1);display:grid;place-items:center}
.contact-person-photo img{width:100%;height:100%;object-fit:cover}
.contact-person-photo span{font-family:'Playfair Display',serif;font-size:72px;color:var(--brand-primary)}
.contact-person-content h3{font-family:'Playfair Display',serif;font-size:30px;line-height:1.12;margin:0 0 13px}
.contact-person-details{display:flex;flex-direction:column;margin-bottom:18px}
.contact-person-details a{color:var(--muted);font-size:14px;overflow-wrap:anywhere;margin:2px 0}
.contact-person-details a:hover{color:var(--brand-primary)}
.contact-person-actions{display:flex;flex-wrap:wrap;gap:9px}

.price-on-request{color:var(--brand-primary);font-size:14px}
.mobile-app-nav{display:none}

@media(max-width:900px){
 .outlet-grid,.contact-person-grid{grid-template-columns:1fr}
 .contact-person-card{grid-template-columns:160px 1fr}
}
@media(max-width:760px){
 html{scroll-padding-bottom:92px}
 body{padding-bottom:78px;overflow-x:hidden}
 .announcement{padding:6px 12px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .site-header{top:0}
 .nav-wrap{gap:9px}
 .main-nav{z-index:130;max-height:calc(100vh - 148px);overflow-y:auto;box-shadow:0 18px 35px rgba(42,25,31,.12)}
 .hero-content{padding:32px 0 46px}
 .hero-copy{padding:4px 8px}
 .hero-copy h1{font-size:clamp(38px,12vw,52px)}
 .hero-copy p{font-size:15px;margin:0 auto 22px}
 .hero-visual{height:235px;margin-top:15px}
 .hero-visual img{height:225px;max-height:225px;border-radius:18px}
 .slider-prev,.slider-next{top:auto;bottom:20px}
 .share-strip{padding:12px 0}
 .share-card{align-items:stretch;flex-direction:column;padding:15px;border-radius:16px;gap:14px}
 .share-copy strong{font-size:17px}
 .share-copy span:not(.share-icon){font-size:12px}
 .share-icon{width:40px;height:40px}
 .share-link-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
 .share-link-actions .btn{width:100%;padding:11px 8px;font-size:12px;white-space:nowrap}
 .brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .brand-card{min-height:150px;border-radius:17px;padding:12px}
 .brand-card img,.brand-all{height:62px}
 .brand-card h3{font-size:15px}
 .brand-card p{font-size:10px;line-height:1.35}
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .product-card{border-radius:16px}
 .product-image{padding:5px}
 .product-card-body{padding:11px}
 .product-card h3{font-size:13px;min-height:49px}
 .product-card p{font-size:11px;line-height:1.45;min-height:48px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
 .product-card .eyebrow{font-size:8px;letter-spacing:.09em}
 .variant-pills{gap:5px;margin-bottom:9px}
 .variant-pill{padding:5px 7px}
 .variant-pill em{font-size:9px;max-width:64px}
 .card-whatsapp{min-height:40px;font-size:10px;padding:8px 4px;gap:5px}
 .card-whatsapp .icon-whatsapp{width:16px;height:16px}
 .discount-badge,.new-badge{font-size:9px;padding:4px 7px;top:8px}
 .discount-badge{left:8px}.new-badge{right:8px}
 .outlets-section{padding-top:45px}
 .outlet-grid{gap:18px}
 .outlet-card{padding:22px;border-radius:22px}
 .outlet-card-top h2{font-size:27px}
 .outlet-info-list{grid-template-columns:1fr;gap:17px;padding:22px 0}
 .outlet-actions{display:grid;grid-template-columns:1fr 1fr}
 .outlet-actions .btn{padding:11px 8px;font-size:12px}
 .outlet-actions .btn-whatsapp{grid-column:1/-1}
 .outlet-help-card{flex-direction:column;align-items:flex-start;padding:24px;gap:20px}
 .outlet-help-card h2{font-size:32px}
 .contact-person-card{grid-template-columns:1fr;padding:18px}
 .contact-person-photo{height:250px}
 .contact-person-content h3{font-size:28px}
 .contact-person-actions .btn{flex:1}
 .site-footer{padding-bottom:0}
 .footer-grid-detailed{padding:48px 0 38px}
 .footer-bottom{padding-bottom:18px}
 .mobile-app-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:160;height:76px;padding:8px 8px max(7px,env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-top:1px solid rgba(79,51,60,.12);box-shadow:0 -10px 30px rgba(45,25,32,.1)}
 .mobile-nav-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#92878b;font-size:10px;font-weight:800;letter-spacing:.03em;border-radius:14px;min-width:0}
 .mobile-nav-icon{width:29px;height:29px;display:grid;place-items:center}
 .mobile-nav-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
 .mobile-nav-item.active{color:var(--brand-primary);background:#fff2f5}
 .mobile-nav-products{margin-top:-22px;color:#fff!important;background:linear-gradient(145deg,var(--brand-primary),#c4416a)!important;border:5px solid #fff;border-radius:22px;box-shadow:0 9px 24px rgba(158,23,69,.3);height:66px;align-self:start}
 .mobile-nav-products .mobile-nav-icon{height:27px}
 .mobile-nav-products span:last-child{font-size:9px}
 .floating-whatsapp{right:14px!important;bottom:91px!important;width:54px!important;height:54px!important;min-width:54px!important;z-index:155!important}
 .floating-whatsapp-icon{width:28px!important;height:28px!important}
}
@media(max-width:380px){
 .share-link-actions{grid-template-columns:1fr}
 .product-grid{grid-template-columns:1fr}
 .product-card h3{min-height:auto;font-size:15px}
 .product-card p{min-height:auto}
 .brand-grid{grid-template-columns:1fr 1fr}
 .mobile-nav-item{font-size:9px}
}


/* v5: enlarge catalogue/product images and remove bottom red variant pill */
.product-image-wrap{display:flex;align-items:center;justify-content:center;background:#fff!important}
.product-image{width:100%;height:100%;object-fit:cover!important;object-position:center center;padding:0!important;background:#fff}
.product-card:hover .product-image{transform:scale(1.02)}
.variant-image-status{display:none!important}
.main-product-image{background:#fff!important}
.main-product-image img{width:100%;height:100%;object-fit:cover!important;object-position:center center;padding:0!important}
.gallery-thumbs img{object-fit:cover!important}
@media(max-width:760px){
  .product-image-wrap{aspect-ratio:1/1}
  .product-image{padding:0!important}
}


/* v6: desktop/mobile brands dropdown alignment fix */
.nav-item.has-dropdown,.has-dropdown{position:relative}
.has-dropdown>a{display:inline-flex;align-items:center;gap:6px}
.dropdown-caret{display:inline-block;line-height:1;transform-origin:center center}
.nav-dropdown{left:50%;top:calc(100% + 12px);width:280px;max-width:min(320px,calc(100vw - 24px));pointer-events:none}
.has-dropdown:hover .nav-dropdown,.has-dropdown:focus-within .nav-dropdown,.has-dropdown.dropdown-open .nav-dropdown{pointer-events:auto}
@media(max-width:760px){
  .nav-item.has-dropdown,.has-dropdown{width:100%}
  .has-dropdown>a{width:100%;justify-content:space-between}
  .nav-dropdown{left:auto;top:auto;width:100%;max-width:none;pointer-events:auto}
}


/* v7: larger product cards and fuller product imagery */
.container{width:min(1280px,calc(100% - 38px))}
.product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:28px!important;
}
.product-card{
  border-radius:24px!important;
}
.product-image-wrap{
  aspect-ratio:1.08/1!important;
  min-height:360px;
}
.product-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  transform:scale(1.04);
}
.product-card:hover .product-image{
  transform:scale(1.08)!important;
}
.product-card-body{
  padding:20px!important;
}
.product-card h3{
  font-size:19px!important;
  line-height:1.3!important;
}
.product-card p{
  font-size:14px!important;
  min-height:44px;
}
.card-whatsapp{
  min-height:46px;
  font-size:14px!important;
}
.variant-pill{
  padding:7px 11px!important;
}
.variant-pill em{
  font-size:12px!important;
}

@media(max-width:1050px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:20px!important;
  }
  .product-image-wrap{
    min-height:330px;
  }
}

@media(max-width:760px){
  .container{width:min(100% - 20px,1280px)}
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .product-image-wrap{
    aspect-ratio:1/1!important;
    min-height:0;
  }
  .product-card-body{
    padding:12px!important;
  }
  .product-card h3{
    font-size:14px!important;
  }
  .product-card p{
    font-size:11px!important;
    min-height:46px;
  }
  .card-whatsapp{
    min-height:40px;
    font-size:10px!important;
  }
  .variant-pill{
    padding:5px 7px!important;
  }
  .variant-pill em{
    font-size:9px!important;
  }
}

@media(max-width:430px){
  .product-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .product-image-wrap{
    aspect-ratio:1.12/1!important;
  }
  .product-card-body{
    padding:16px!important;
  }
  .product-card h3{
    font-size:17px!important;
    min-height:auto!important;
  }
  .product-card p{
    font-size:13px!important;
    min-height:auto!important;
  }
  .card-whatsapp{
    min-height:44px;
    font-size:13px!important;
  }
  .variant-pill em{
    font-size:11px!important;
    max-width:none!important;
  }
}


/* v8 definitive dropdown + product-card fix */
.nav-item.has-dropdown,
.has-dropdown{
  position:relative!important;
}

.brands-dropdown-trigger{
  appearance:none;
  -webkit-appearance:none;
  border:0!important;
  background:transparent!important;
  color:var(--ink)!important;
  padding:0!important;
  margin:0!important;
  font:inherit!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.4!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}

.brands-dropdown-trigger::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-8px;
  height:2px;
  background:var(--brand-primary);
  transition:.25s;
}

.has-dropdown.dropdown-open .brands-dropdown-trigger::after{
  right:0;
}

.dropdown-caret{
  display:inline-block!important;
  font-size:14px!important;
  line-height:1!important;
  transition:transform .2s ease!important;
}

.has-dropdown.dropdown-open .dropdown-caret{
  transform:rotate(180deg)!important;
}

.nav-dropdown{
  position:absolute!important;
  top:calc(100% + 14px)!important;
  left:50%!important;
  right:auto!important;
  width:290px!important;
  max-width:calc(100vw - 24px)!important;
  margin:0!important;
  padding:10px!important;
  display:grid!important;
  gap:2px!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  box-shadow:0 18px 45px rgba(61,31,42,.16)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translate(-50%,8px)!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
  z-index:9999!important;
}

.nav-dropdown::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:14px;
}

.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translate(-50%,8px)!important;
}

.has-dropdown.dropdown-open .nav-dropdown,
.has-dropdown.dropdown-open:hover .nav-dropdown,
.has-dropdown.dropdown-open:focus-within .nav-dropdown{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}

.nav-dropdown a{
  display:flex!important;
  flex-direction:column!important;
  gap:1px!important;
  width:100%!important;
  padding:11px 12px!important;
  border-radius:10px!important;
  font-size:13px!important;
  line-height:1.25!important;
}

.nav-dropdown a:hover{
  background:#fff1f3!important;
}

.nav-dropdown strong{
  font-size:13px!important;
}

.nav-dropdown span{
  font-size:11px!important;
}

/* Keep the larger cards and images cumulative */
.product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:28px!important;
}

.product-image-wrap{
  aspect-ratio:1.08/1!important;
  min-height:360px!important;
  background:#fff!important;
}

.product-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  transform:scale(1.04)!important;
}

.product-card:hover .product-image{
  transform:scale(1.08)!important;
}

.variant-image-status{
  display:none!important;
}

@media(max-width:1050px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .product-image-wrap{
    min-height:330px!important;
  }
}

@media(max-width:760px){
  .nav-item.has-dropdown,
  .has-dropdown{
    width:100%!important;
  }

  .brands-dropdown-trigger{
    width:100%!important;
    justify-content:space-between!important;
    padding:10px 0!important;
    font-size:15px!important;
  }

  .brands-dropdown-trigger::after{
    display:none!important;
  }

  .nav-dropdown{
    position:static!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:none!important;
    margin:6px 0 0!important;
    padding:6px 0 6px 10px!important;
    border:0!important;
    border-left:2px solid var(--brand-accent)!important;
    border-radius:0!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    display:none!important;
  }

  .has-dropdown:hover .nav-dropdown,
  .has-dropdown:focus-within .nav-dropdown{
    display:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }

  .has-dropdown.dropdown-open .nav-dropdown,
  .has-dropdown.dropdown-open:hover .nav-dropdown,
  .has-dropdown.dropdown-open:focus-within .nav-dropdown{
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }

  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }

  .product-image-wrap{
    aspect-ratio:1/1!important;
    min-height:0!important;
  }
}

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


/* v9: substantially larger product imagery + product-detail hover zoom */

/*
The uploaded catalogue images include generous outer whitespace.
Scaling inside the clipped image stage makes the product photography
visibly larger without increasing the card dimensions again.
*/
.product-image-wrap{
  overflow:hidden!important;
  background:#fff!important;
}

.product-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 44%!important;
  padding:0!important;
  transform:scale(1.28)!important;
  transform-origin:center 44%!important;
  transition:transform .38s ease,opacity .22s ease!important;
}

.product-card:hover .product-image{
  transform:scale(1.36)!important;
}

.product-image.is-switching{
  opacity:.28!important;
  transform:scale(1.22)!important;
}

/* Product-detail zoom stage */
.product-zoom-stage{
  --zoom-x:50%;
  --zoom-y:50%;
  position:relative!important;
  overflow:hidden!important;
  cursor:zoom-in!important;
  background:#fff!important;
  isolation:isolate;
}

.product-zoom-stage #detail-main-image{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:10px!important;
  transform:scale(1)!important;
  transform-origin:var(--zoom-x) var(--zoom-y)!important;
  transition:transform .18s ease,opacity .2s ease!important;
  will-change:transform;
}

.product-zoom-stage.is-zooming{
  cursor:zoom-out!important;
}

.product-zoom-stage.is-zooming #detail-main-image{
  transform:scale(2.15)!important;
}

.product-zoom-stage #detail-main-image.is-switching{
  opacity:.3!important;
  transform:scale(.97)!important;
}

.product-zoom-hint{
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border:1px solid rgba(158,23,69,.14);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--brand-primary);
  box-shadow:0 8px 22px rgba(58,28,39,.12);
  backdrop-filter:blur(8px);
  font-size:11px;
  font-weight:800;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}

.product-zoom-stage.is-zooming .product-zoom-hint{
  opacity:0;
  transform:translateY(5px);
}

@media(max-width:760px){
  .product-image{
    transform:scale(1.24)!important;
    transform-origin:center 44%!important;
  }

  .product-card:hover .product-image{
    transform:scale(1.24)!important;
  }

  .product-zoom-stage{
    cursor:default!important;
  }

  .product-zoom-hint{
    display:none!important;
  }

  .product-zoom-stage.is-zooming #detail-main-image{
    transform:scale(1)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .product-image,
  .product-zoom-stage #detail-main-image{
    transition:none!important;
  }
}


/* v10: reliable native Brands dropdown and refined nav trigger */
.brands-menu{
  position:relative!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
}

.brands-menu summary{
  list-style:none!important;
}

.brands-menu summary::-webkit-details-marker{
  display:none!important;
}

.brands-menu-trigger{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:42px!important;
  margin:0!important;
  padding:10px 4px!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:var(--ink)!important;
  font-family:'DM Sans',sans-serif!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1!important;
  cursor:pointer!important;
  user-select:none!important;
  transition:color .2s ease,background .2s ease!important;
}

.brands-menu-trigger::after{
  content:""!important;
  position:absolute!important;
  left:4px!important;
  right:100%!important;
  bottom:2px!important;
  height:2px!important;
  border-radius:999px!important;
  background:var(--brand-primary)!important;
  transition:right .22s ease!important;
}

.brands-menu-trigger:hover,
.brands-menu[open] .brands-menu-trigger{
  color:var(--brand-primary)!important;
  background:#fff5f7!important;
}

.brands-menu-trigger:hover::after,
.brands-menu[open] .brands-menu-trigger::after{
  right:4px!important;
}

.brands-menu-chevron{
  width:15px!important;
  height:15px!important;
  flex:0 0 15px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  transition:transform .22s ease!important;
}

.brands-menu[open] .brands-menu-chevron{
  transform:rotate(180deg)!important;
}

.brands-menu .brands-menu-panel{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:50%!important;
  right:auto!important;
  width:300px!important;
  max-width:calc(100vw - 28px)!important;
  margin:0!important;
  padding:9px!important;
  display:grid!important;
  gap:3px!important;
  border:1px solid #eadde1!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 20px 50px rgba(62,30,42,.18)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translate(-50%,8px)!important;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;
  z-index:10000!important;
}

.brands-menu[open] .brands-menu-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}

.brands-menu .brands-menu-panel::before{
  content:""!important;
  position:absolute!important;
  top:-7px!important;
  left:50%!important;
  width:13px!important;
  height:13px!important;
  border-top:1px solid #eadde1!important;
  border-left:1px solid #eadde1!important;
  background:#fff!important;
  transform:translateX(-50%) rotate(45deg)!important;
}

.brands-menu .brands-menu-panel a{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  width:100%!important;
  gap:2px!important;
  padding:12px 13px!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--ink)!important;
  line-height:1.3!important;
  transition:background .18s ease,color .18s ease,transform .18s ease!important;
}

.brands-menu .brands-menu-panel a::after{
  display:none!important;
}

.brands-menu .brands-menu-panel a:hover{
  background:#fff1f4!important;
  color:var(--brand-primary)!important;
  transform:translateX(2px)!important;
}

.brands-menu .brands-menu-panel strong{
  color:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
}

.brands-menu .brands-menu-panel span{
  color:var(--muted)!important;
  font-size:11px!important;
  font-weight:500!important;
}

/* Disable all obsolete hover/class-driven dropdown behavior */
.has-dropdown,
.brands-dropdown-trigger,
.dropdown-caret{
  display:none!important;
}

@media(max-width:760px){
  .brands-menu{
    width:100%!important;
  }

  .brands-menu-trigger{
    width:100%!important;
    min-height:44px!important;
    justify-content:space-between!important;
    padding:11px 4px!important;
    border-radius:8px!important;
    font-size:15px!important;
  }

  .brands-menu-trigger::after{
    display:none!important;
  }

  .brands-menu .brands-menu-panel{
    position:static!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:none!important;
    margin:4px 0 7px!important;
    padding:5px 0 5px 10px!important;
    border:0!important;
    border-left:2px solid var(--brand-accent)!important;
    border-radius:0!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    display:none!important;
  }

  .brands-menu[open] .brands-menu-panel{
    display:grid!important;
    transform:none!important;
  }

  .brands-menu .brands-menu-panel::before{
    display:none!important;
  }

  .brands-menu .brands-menu-panel a{
    padding:10px 11px!important;
  }
}


/* v11: five-item app navigation and embedded Kathmandu map */
.outlet-map-wrap{
  position:relative;
  z-index:1;
  margin:24px 0 4px;
  overflow:hidden;
  border:1px solid rgba(103,67,79,.14);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 32px rgba(61,38,46,.09);
}

.outlet-map-wrap iframe{
  display:block;
  width:100%;
  height:340px;
  border:0;
}

.outlet-map-coordinate{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 16px;
  border-top:1px solid var(--line);
  background:#fff;
}

.coordinate-pin{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff0f4;
  color:var(--brand-primary);
}

.coordinate-pin svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.outlet-map-coordinate div{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.outlet-map-coordinate strong{
  font-size:13px;
  line-height:1.25;
}

.outlet-map-coordinate span{
  color:var(--muted);
  font-size:12px;
}

@media(max-width:760px){
  .mobile-app-nav{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    height:78px!important;
    padding-left:5px!important;
    padding-right:5px!important;
    column-gap:2px!important;
  }

  .mobile-nav-item{
    gap:2px!important;
    padding:4px 1px!important;
    font-size:8.5px!important;
    letter-spacing:0!important;
  }

  .mobile-nav-icon{
    width:27px!important;
    height:27px!important;
  }

  .mobile-nav-icon svg{
    width:23px!important;
    height:23px!important;
  }

  .mobile-nav-products{
    order:initial!important;
    height:67px!important;
    margin-top:-23px!important;
    border-radius:21px!important;
    border-width:4px!important;
  }

  .mobile-nav-products span:last-child{
    font-size:8px!important;
  }

  .outlet-map-wrap{
    margin-top:20px;
    border-radius:17px;
  }

  .outlet-map-wrap iframe{
    height:280px;
  }

  .outlet-map-coordinate{
    padding:12px;
  }
}

@media(max-width:380px){
  .mobile-nav-item{
    font-size:7.8px!important;
  }

  .mobile-nav-icon svg{
    width:21px!important;
    height:21px!important;
  }
}
