:root{--bg:#ffffff;--text:#111111;--muted:#6d6d6d;--line:#e8e8e8;--soft:#f7f7f5;--accent:#b87919;--danger:#d20a0a;--radius:16px;--page:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.page-width{width:min(var(--page),calc(100% - 48px));margin:0 auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:999}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:1px solid #111;background:#111;color:#fff;border-radius:7px;font-weight:800;font-size:12px;letter-spacing:.02em;cursor:pointer}.button--light{background:#fff;color:#111}.button--outline{background:transparent;color:#111}.section{padding:42px 0}.section-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:20px}.section-heading h2{font-size:24px;margin:0}.section-heading p{margin:6px 0 0;color:var(--muted);font-size:13px}.announcement{background:#151515;color:#fff;font-size:12px}.announcement__inner{min-height:34px;display:flex;justify-content:space-around;align-items:center;gap:20px;text-align:center}.site-header{position:sticky;top:0;z-index:30;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-main{min-height:88px;display:grid;grid-template-columns:220px minmax(280px,1fr) auto;align-items:center;gap:28px}.logo-text{display:flex;flex-direction:column;font-weight:800;letter-spacing:3px;line-height:.9}.logo-text strong{font-size:27px}.logo-text small{font-size:10px;letter-spacing:5px;margin-top:9px}.header-logo img{max-width:190px;max-height:64px;object-fit:contain}.search-form{display:flex;border:1px solid #ededed;background:#f5f5f5;border-radius:9px;overflow:hidden}.search-form input{min-width:0;flex:1;border:0;background:transparent;padding:14px 16px;outline:0}.search-form button{width:58px;border:0;background:#111;color:#fff;cursor:pointer}.header-actions{display:flex;align-items:center;gap:18px}.header-action{display:flex;align-items:center;gap:7px;font-size:12px}.header-action svg{width:21px;height:21px}.cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:20px;background:#111;color:#fff;font-size:10px;margin-left:-4px}.main-nav{border-top:1px solid #f4f4f4}.main-nav__inner{min-height:54px;display:flex;align-items:center;gap:30px;overflow:auto;white-space:nowrap;font-size:13px;font-weight:700}.main-nav a{min-height:54px;display:flex;align-items:center;border-bottom:2px solid transparent}.main-nav a:hover{border-color:#111}.hero{padding:12px 0 0}.hero__box{min-height:430px;border-radius:var(--radius);overflow:hidden;position:relative;display:grid;grid-template-columns:1.05fr 1.2fr;background:linear-gradient(105deg,#f4e9dc,#eee3d6 57%,#d8c3a6)}.hero__copy{padding:68px 80px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.hero__eyebrow{font-weight:800;color:var(--accent);font-size:21px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1;margin:17px 0 12px;letter-spacing:-.035em}.hero__copy p{font-size:18px;margin:0 0 28px}.hero__media{position:relative;min-height:360px}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:min(11vw,150px);background:radial-gradient(circle at 60% 40%,#fff9,transparent 36%),linear-gradient(145deg,#d8c3a6,#f4e9dc)}.category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:20px}.category-card{text-align:center}.category-card__image{aspect-ratio:1;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#f8f4ef,#ece7e0);display:grid;place-items:center;font-size:46px;transition:.2s}.category-card__image img{width:100%;height:100%;object-fit:cover}.category-card:hover .category-card__image{transform:translateY(-4px);box-shadow:0 14px 25px #00000014}.category-card__title{display:block;font-size:12px;margin-top:10px;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.product-card{min-width:0;border:1px solid #ededed;border-radius:12px;overflow:hidden;background:#fff;position:relative;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #00000012}.product-card__media{aspect-ratio:1/.98;background:#f4f1ed;position:relative;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.25s}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:64px}.badge{position:absolute;left:10px;top:10px;background:var(--danger);color:#fff;padding:5px 8px;border-radius:5px;font-size:11px;font-weight:800}.product-card__info{padding:12px}.product-card__title{font-size:13px;font-weight:600;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__vendor{font-size:10px;color:var(--muted);margin-top:4px}.price{display:flex;align-items:center;gap:8px;margin-top:8px}.price__current{font-size:16px;font-weight:800}.price__compare{font-size:11px;color:#8c8c8c;text-decoration:line-through}.quick-add{margin-top:10px}.quick-add button{width:100%;border:0;border-radius:6px;background:#111;color:#fff;padding:10px;font-size:11px;font-weight:800;cursor:pointer}.quick-add button[disabled]{opacity:.45;cursor:not-allowed}.promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.promo-tile{min-height:190px;border-radius:14px;padding:28px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;background:#efe1d4}.promo-tile:nth-child(2){background:#f0efe9}.promo-tile:nth-child(3){background:#dfe9ef}.promo-tile__emoji{font-size:82px}.promo-tile h3{margin:8px 0 18px;font-size:20px}.trust-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;gap:14px;padding:30px 25px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item__icon{font-size:30px}.trust-item strong,.trust-item small{display:block}.trust-item small{margin-top:5px;color:var(--muted);line-height:1.4}.newsletter{background:#f7f7f7}.newsletter__inner{padding:36px 0;display:flex;justify-content:space-between;align-items:center;gap:30px}.newsletter h2{font-size:18px;margin:0 0 6px}.newsletter p{margin:0;color:var(--muted);font-size:13px}.newsletter form{display:flex;width:min(560px,52%)}.newsletter input{flex:1;min-width:0;border:1px solid #ddd;border-right:0;padding:13px;border-radius:7px 0 0 7px}.newsletter button{border-radius:0 7px 7px 0}.footer{padding-top:42px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;padding-bottom:42px}.footer h3,.footer h4{margin-top:0}.footer h4{text-transform:uppercase;font-size:11px}.footer a,.footer p{display:block;color:#4f4f4f;font-size:12px;line-height:1.8}.footer-bottom{background:#111;color:#fff}.footer-bottom__inner{min-height:54px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:11px}.main-product{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;padding:42px 0}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery img{width:100%;aspect-ratio:1;object-fit:cover;background:#f4f1ed;border-radius:10px}.product-summary{position:sticky;top:150px;align-self:start}.product-summary h1{font-size:32px;line-height:1.15;margin:8px 0 14px}.product-summary__vendor{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.product-summary__price{font-size:25px;font-weight:800;margin:18px 0}.product-summary__compare{text-decoration:line-through;color:var(--muted);font-size:15px;margin-left:8px}.product-form label{display:block;font-size:12px;font-weight:700;margin:18px 0 7px}.product-form select,.product-form input[type=number]{width:100%;padding:12px;border:1px solid #d7d7d7;border-radius:7px;background:#fff}.product-form .button{width:100%;margin-top:16px}.product-description{margin-top:26px;color:#444;font-size:14px}.collection-head{padding:38px 0 16px}.collection-head h1{font-size:36px;margin:0}.collection-head p{max-width:760px;color:var(--muted)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.collection-toolbar select{padding:10px;border:1px solid #ddd;border-radius:7px}.pagination{display:flex;justify-content:center;gap:8px;padding:35px 0}.pagination a,.pagination span{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px}.cart-page{padding:42px 0}.cart-line{display:grid;grid-template-columns:110px 1fr 130px 120px 40px;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line img{width:100px;height:100px;object-fit:cover;background:#f4f1ed;border-radius:8px}.cart-line input{width:75px;padding:10px;border:1px solid #ddd;border-radius:6px}.cart-summary{margin-left:auto;width:min(420px,100%);padding:28px 0}.cart-summary__row{display:flex;justify-content:space-between;font-size:18px;margin-bottom:18px}.cart-actions{display:flex;gap:10px}.cart-actions .button{flex:1}.search-page{padding:42px 0}.search-page .search-form{max-width:760px;margin:20px 0 35px}.rte{max-width:900px;margin:0 auto;padding:42px 0}.rte h1{font-size:36px}.empty-state{text-align:center;padding:70px 0;color:var(--muted)}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,15px);background:#111;color:#fff;padding:12px 18px;border-radius:8px;opacity:0;pointer-events:none;z-index:100;transition:.2s;font-size:13px}.toast.is-visible{opacity:1;transform:translate(-50%)}@media(max-width:1100px){.header-main{grid-template-columns:180px 1fr auto}.header-action span.label{display:none}.category-grid{grid-template-columns:repeat(6,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.hero__copy{padding:55px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}}@media(max-width:800px){.page-width{width:min(100% - 28px,var(--page))}.announcement__inner{justify-content:center}.announcement__inner span:not(:first-child){display:none}.header-main{grid-template-columns:1fr auto;min-height:72px;gap:12px}.header-main .search-form{grid-column:1/-1;grid-row:2;margin-bottom:12px}.header-actions{gap:12px}.main-nav__inner{gap:20px}.hero__box{grid-template-columns:1fr;min-height:0}.hero__copy{padding:42px 30px}.hero__media{min-height:300px;order:-1}.category-grid{grid-template-columns:repeat(4,1fr);gap:14px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.promo-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.newsletter__inner{align-items:flex-start;flex-direction:column}.newsletter form{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.main-product{grid-template-columns:1fr;gap:26px}.product-summary{position:static}.cart-line{grid-template-columns:82px 1fr auto}.cart-line img{width:78px;height:78px}.cart-line .cart-line__qty,.cart-line .cart-line__total{grid-column:2}.cart-actions{flex-direction:column}}@media(max-width:520px){.header-logo img{max-width:145px}.logo-text strong{font-size:22px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__info{padding:10px}.promo-tile{min-height:160px;padding:22px}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)!important}.footer-grid{grid-template-columns:1fr}.footer-bottom__inner{align-items:flex-start;flex-direction:column;padding:16px 0}.section{padding:32px 0}.section-heading{align-items:flex-start;flex-direction:column}.hero h1{font-size:44px}.hero__media{min-height:230px}}.contact-section{padding:58px 0}.contact-heading{margin-bottom:26px}.contact-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--accent);margin-bottom:7px}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-card{display:flex;align-items:flex-start;gap:12px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:12px;min-height:92px}.contact-card--wide{grid-column:1/-1}.contact-card__icon{font-size:24px}.contact-card strong,.contact-card small{display:block}.contact-card strong{font-size:12px;text-transform:uppercase;letter-spacing:.04em}.contact-card small{margin-top:6px;color:var(--muted);line-height:1.45}.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px}.contact-form-card h3{margin:0 0 20px;font-size:18px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form-grid label{font-size:12px;font-weight:700}.contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #d8d8d8;border-radius:7px;background:#fff}.contact-form-grid textarea{resize:vertical}.contact-form-grid__full{grid-column:1/-1}.contact-form-card .button{margin-top:16px}.form-success{padding:12px 14px;border:1px solid #b9d7bf;background:#f1faf3;border-radius:7px;margin-bottom:16px;font-size:13px}.footer-contact-list{margin-top:18px}.footer-contact-list a,.footer-contact-list span{display:block;color:#4f4f4f;font-size:12px;line-height:1.9}@media(max-width:800px){.contact-layout,.contact-form-grid{grid-template-columns:1fr}.contact-form-grid__full{grid-column:auto}}@media(max-width:520px){.contact-cards{grid-template-columns:1fr}.contact-card--wide{grid-column:auto}.contact-section{padding:42px 0}.contact-form-card{padding:20px}}.main-nav__inner{overflow:visible;flex-wrap:wrap;row-gap:0}.nav-dropdown{position:relative;min-height:54px;display:flex;align-items:center}.nav-dropdown summary{list-style:none;cursor:pointer;min-height:54px;display:flex;align-items:center;font-size:13px;font-weight:700;border-bottom:2px solid transparent}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary:after{content:"\25be";font-size:9px;margin-left:6px}.nav-dropdown[open] summary,.nav-dropdown summary:hover{border-color:#111}.nav-dropdown__menu{position:absolute;left:0;top:52px;z-index:60;min-width:230px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 42px #00000018;border-radius:0 0 10px 10px;padding:8px;display:grid;white-space:normal}.nav-dropdown__menu a{min-height:38px!important;padding:0 12px;border-radius:6px;border-bottom:0!important;font-weight:600;font-size:12px}.nav-dropdown__menu a:hover{background:#f6f6f6}.nav-sale{color:#c41420!important}@media(max-width:800px){.main-nav__inner{overflow-x:auto;flex-wrap:nowrap}.nav-dropdown__menu{position:fixed;left:14px;right:14px;top:128px;max-height:60vh;overflow:auto}.nav-dropdown{flex:0 0 auto}}.content-page-card,.tracking-card,.faq-wrap{max-width:1000px}.content-page-copy{max-width:820px;color:#444;font-size:15px;line-height:1.75}.about-categories{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.about-categories span{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:700}.faq-list{display:grid;gap:10px}.faq-item{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.faq-item summary{cursor:pointer;padding:18px 20px;font-weight:750}.faq-answer{padding:0 20px 18px;color:#555;font-size:14px}.faq-answer p{margin:0}.tracking-card{max-width:780px}.tracking-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;padding:24px;border:1px solid var(--line);border-radius:12px;background:#fff}.tracking-form label{font-size:12px;font-weight:700}.tracking-form input{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #d8d8d8;border-radius:7px;background:#fff}.tracking-note{margin-top:14px;color:var(--muted);font-size:12px;line-height:1.6}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;align-items:center;gap:10px;background:#111;color:#fff;border-radius:999px;padding:11px 16px 11px 12px;box-shadow:0 14px 35px #0003}.whatsapp-float__icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;font-size:21px}.whatsapp-float__text strong,.whatsapp-float__text small{display:block}.whatsapp-float__text strong{font-size:10px}.whatsapp-float__text small{font-size:10px;opacity:.8;margin-top:2px}@media(max-width:800px){.tracking-form{grid-template-columns:1fr}.whatsapp-float__text{display:none}.whatsapp-float{padding:10px;right:14px;bottom:14px}}:root{--brand-navy:#042451;--brand-navy-2:#082F63;--brand-gold:#D28D02;--brand-gold-soft:#FFF5DA;--ink:#10233F;--muted:#667085;--line:#E8EDF3;--soft:#F7F9FC;--radius:14px}body{background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;letter-spacing:-.005em}.page-width{width:min(var(--page),calc(100% - 56px))}.announcement{background:var(--brand-navy);color:#fff;border:0}.announcement__inner{min-height:36px;font-weight:600;letter-spacing:.01em}.site-header{background:#fffffff7;border-bottom:1px solid var(--line);box-shadow:0 2px 18px #04245109}.header-main{min-height:92px;grid-template-columns:250px minmax(280px,1fr) auto}.header-logo{display:flex;align-items:center;min-width:0}.header-logo img,.header-logo__default{width:auto;max-width:225px;max-height:76px;object-fit:contain}.search-form{background:#f7f9fc;border:1px solid #E7ECF2;border-radius:999px}.search-form:focus-within{background:#fff;border-color:#d28d028c;box-shadow:0 0 0 3px #d28d0217}.search-form input{padding:13px 19px;color:var(--ink)}.search-form button{width:54px;background:var(--brand-navy);transition:.2s}.search-form button:hover{background:var(--brand-gold)}.header-action{color:var(--brand-navy);font-weight:650}.header-action:hover{color:var(--brand-gold)}.header-action svg{stroke-width:1.65}.cart-count{background:var(--brand-gold);color:#fff}.main-nav{border-top:1px solid #F0F3F7;background:#fff}.main-nav__inner{gap:26px;color:var(--brand-navy);font-size:12px;letter-spacing:.015em}.main-nav a:hover{border-color:var(--brand-gold);color:var(--brand-gold)}.nav-sale{color:var(--brand-gold)!important}.nav-dropdown summary{color:var(--brand-navy)}.nav-dropdown__menu{border:1px solid var(--line);box-shadow:0 18px 45px #0424511f;border-radius:12px;background:#fff}.hero{padding-top:18px}.hero__box{min-height:440px;background:linear-gradient(110deg,#fff8e8,#fff 58%,#f3f6fa)!important;border:1px solid #EEF1F5;border-radius:20px;box-shadow:0 18px 50px #0424510f}.hero__copy{padding:72px 80px}.hero__eyebrow{color:var(--brand-gold);font-size:14px;letter-spacing:.16em;text-transform:uppercase}.hero h1{color:var(--brand-navy);max-width:700px;font-weight:800}.hero__copy p{color:#526176}.hero__fallback{color:var(--brand-navy);background:radial-gradient(circle at 56% 44%,rgba(210,141,2,.13),transparent 38%),linear-gradient(145deg,#f7f9fc,#fff8e8)}.button{background:var(--button);border-color:var(--button);color:#fff;border-radius:999px;min-height:45px;padding:0 24px;transition:.2s;box-shadow:none}.button:hover{background:var(--brand-gold);border-color:var(--brand-gold);transform:translateY(-1px)}.button--light{background:#fff;color:var(--brand-navy);border-color:#fff}.button--outline{background:#fff;color:var(--brand-navy);border-color:#cfd8e5}.section{padding:48px 0}.section-heading h2{color:var(--brand-navy);font-size:23px;letter-spacing:-.02em}.section-heading p{color:var(--muted)}.category-grid{gap:22px}.category-card__image{background:#f6f8fb;border:1px solid #EBEFF4;box-shadow:none}.category-card:hover .category-card__image{border-color:#d28d0273;box-shadow:0 12px 30px #04245114}.category-card__title{color:var(--brand-navy);font-weight:700}.product-card{border-color:#e9edf2;border-radius:14px;box-shadow:none}.product-card:hover{border-color:#dbe2ea;box-shadow:0 16px 38px #04245114}.product-card__media{background:#f7f8fa}.product-card__title,.price__current{color:var(--brand-navy)}.badge{background:var(--brand-gold);border-radius:999px;padding:5px 9px}.quick-add button{background:var(--brand-navy);border-radius:999px;transition:.2s}.quick-add button:hover{background:var(--brand-gold)}.promo-tile{border:1px solid #E9EDF2;border-radius:16px}.promo-tile h3{color:var(--brand-navy)}.trust-bar{background:#fff;border-color:var(--line)}.trust-item__icon{filter:saturate(.75)}.trust-item strong{color:var(--brand-navy)}.newsletter{background:var(--brand-navy);color:#fff}.newsletter p{color:#ffffffb8}.newsletter input{border-color:#fff3;background:#fff}.newsletter .button,.newsletter button{background:var(--brand-gold);border-color:var(--brand-gold)}.footer{background:#fff}.footer-logo{width:auto;max-width:210px;max-height:105px;object-fit:contain;margin-bottom:14px}.footer h4{color:var(--brand-navy);letter-spacing:.08em}.footer a,.footer p,.footer span{color:#5e6b7c}.footer a:hover{color:var(--brand-gold)}.footer-bottom{background:var(--brand-navy)}.product-summary h1,.collection-head h1,.cart-page h1,.contact-page h1,.product-summary__price{color:var(--brand-navy)}.whatsapp-float{background:var(--brand-navy);box-shadow:0 14px 35px #0424513d}.whatsapp-float:hover{background:var(--brand-gold)}.whatsapp-float__icon{color:var(--brand-navy)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:990px){.header-main{grid-template-columns:190px 1fr auto;gap:14px}.header-logo img,.header-logo__default{max-width:165px;max-height:62px}.page-width{width:min(var(--page),calc(100% - 32px))}}@media(max-width:760px){.header-main{min-height:auto;padding:10px 0;grid-template-columns:1fr auto}.header-logo img,.header-logo__default{max-width:150px;max-height:58px}.search-form{grid-column:1/-1;grid-row:2}.hero__box{min-height:0;border-radius:14px}.hero__copy{padding:40px 26px}.hero h1{font-size:38px}.section{padding:34px 0}.page-width{width:calc(100% - 28px)}.announcement__inner{justify-content:flex-start;overflow-x:auto}.announcement__inner span{flex:0 0 auto}.footer-logo{max-width:175px}}:root{--prototype-navy:#032657;--prototype-navy-deep:#021f49;--prototype-gold:#e7a000;--prototype-cream:#fff8e8}.header-main{min-height:84px}.header-logo img,.header-logo__default{max-width:210px;max-height:70px}.search-form{border-radius:8px;background:#fff;border-color:#dfe5ec}.search-form button{background:var(--prototype-gold);color:#fff}.main-nav__inner{justify-content:flex-start;gap:24px;font-size:11px}.main-nav a,.nav-dropdown summary{font-weight:750}.main-nav a:first-child{border-bottom-color:var(--prototype-gold)}.hero{padding-top:0}.hero .page-width{width:min(var(--page),100%)}.hero__box{min-height:420px;border:0;border-radius:0;background:linear-gradient(115deg,var(--prototype-navy) 0%,var(--prototype-navy-deep) 100%)!important;box-shadow:none;position:relative;isolation:isolate}.hero__box:after{content:"";position:absolute;left:3%;bottom:-28%;width:62%;height:86%;border:2px solid rgba(231,160,0,.9);border-radius:50%;transform:rotate(-18deg);z-index:0;pointer-events:none}.hero__copy{padding:58px 6.5vw;color:#fff;z-index:2}.hero__eyebrow{display:none}.hero h1{color:#fff;font-size:clamp(38px,4.1vw,64px);max-width:650px;line-height:1.05;margin:0 0 16px;text-transform:uppercase}.hero h1:first-line{color:#fff}.hero__copy p{color:#fff;font-size:17px;max-width:520px;line-height:1.6;margin-bottom:24px}.hero__copy p:first-letter{color:inherit}.hero__copy .button{background:var(--prototype-gold);border-color:var(--prototype-gold);border-radius:7px;min-height:48px;padding:0 26px}.hero__media{min-height:420px;overflow:hidden;z-index:2}.hero__media img{object-fit:cover;object-position:center}.hero__fallback{background:transparent;display:block}.hero__fallback img{width:100%;height:100%;object-fit:cover;object-position:center;border:0}.trust-bar{border:0;padding:18px 0;background:#fff}.trust-grid{grid-template-columns:repeat(6,1fr);border:1px solid #e5eaf0;border-radius:14px;box-shadow:0 8px 30px #0326570d;overflow:hidden}.trust-item{padding:18px 16px;align-items:center;min-width:0}.trust-item__icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border-radius:50%;background:#f7f9fc;color:var(--prototype-navy);font-size:20px}.trust-item strong{font-size:10px;color:var(--prototype-navy)}.trust-item small{font-size:9px}.section-heading{justify-content:center;text-align:center;align-items:center;margin-bottom:24px}.section-heading h2{font-size:21px;text-transform:uppercase;position:relative;display:inline-flex;align-items:center;gap:10px}.section-heading h2:before,.section-heading h2:after{content:"";display:block;width:34px;height:1px;background:var(--prototype-gold)}.section-heading p{display:none}.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;max-width:1080px;margin:0 auto}.category-card__image{aspect-ratio:1.45/1;border-radius:8px;background:#f4f5f7;border:0;box-shadow:none;font-size:38px}.category-card__title{font-size:12px;margin-top:7px}.promo-grid{gap:20px}.promo-tile{min-height:150px;border-radius:10px;padding:22px;border:1px solid #e5eaf0;box-shadow:0 8px 24px #0326570a}.promo-tile:first-child{color:#fff;border:0;background:linear-gradient(135deg,#032657,#052f69)!important}.promo-tile:first-child h3,.promo-tile:first-child small{color:#fff}.promo-tile:first-child .button{background:#fff;color:var(--prototype-navy);border-color:#fff}.promo-tile:nth-child(3){background:linear-gradient(135deg,#ffe9a0,#f3b820)!important}.promo-tile__emoji{font-weight:900;color:var(--prototype-gold);font-size:54px;opacity:.9}.promo-tile h3{font-size:16px;margin:7px 0 14px}.promo-tile small{font-weight:800;color:var(--prototype-navy)}.product-grid{gap:14px}.product-card{border-radius:9px}.product-card__media{background:#f3f4f6}.badge{background:var(--prototype-gold)}.quick-add button{background:var(--prototype-navy)}.whatsapp-float{background:#19b85b}.whatsapp-float:hover{background:#119649}.whatsapp-float__icon{color:#19b85b}@media(max-width:1100px){.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item:nth-child(3){border-right:0}.category-grid{grid-template-columns:repeat(4,1fr)}.main-nav__inner{gap:18px}}@media(max-width:760px){.announcement__inner{justify-content:center;display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;padding:8px 0;font-size:9px;overflow:visible}.announcement__inner span{text-align:center}.header-main{grid-template-columns:auto 1fr auto;gap:8px;padding:8px 0}.header-logo{grid-column:1/2}.header-logo img,.header-logo__default{max-width:125px;max-height:50px}.header-actions{grid-column:3/4;gap:10px}.header-action .label{display:none}.header-action svg{width:19px;height:19px}.search-form{grid-column:1/-1;grid-row:2;border-radius:6px}.search-form input{padding:10px 12px}.search-form button{width:46px}.main-nav{display:none}.hero{padding:12px 0}.hero .page-width{width:calc(100% - 24px)}.hero__box{grid-template-columns:1fr 1fr;min-height:190px;border-radius:8px}.hero__copy{padding:20px 16px}.hero h1{font-size:19px;line-height:1.08;margin-bottom:9px}.hero__copy p{font-size:10px;line-height:1.35;margin-bottom:12px}.hero__copy .button{min-height:34px;padding:0 12px;font-size:9px}.hero__media{min-height:190px}.hero__fallback img{object-position:55% center}.trust-bar{padding:8px 0}.trust-grid{grid-template-columns:repeat(4,1fr);border:0;box-shadow:none;gap:6px}.trust-item{border:0!important;display:block;text-align:center;padding:8px 2px}.trust-item:nth-child(n+5){display:none}.trust-item__icon{margin:0 auto 6px;width:38px;height:38px}.trust-item strong{font-size:8px;line-height:1.2}.trust-item small{display:none}.section{padding:24px 0}.section-heading{margin-bottom:16px}.section-heading h2{font-size:15px}.section-heading h2:before,.section-heading h2:after{width:24px}.category-grid{grid-template-columns:repeat(4,1fr);gap:10px}.category-card__image{aspect-ratio:1.1;border-radius:7px;font-size:28px}.category-card__title{font-size:9px}.promo-grid{grid-template-columns:1fr;gap:10px}.promo-tile{min-height:110px;padding:16px}.promo-tile__emoji{font-size:40px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.product-card:nth-child(n+5){display:none}}.mobile-menu-toggle,.mobile-menu-drawer,.mobile-menu-overlay{display:none}@media(max-width:760px){body.mobile-menu-open{overflow:hidden}.mobile-menu-toggle{display:flex;width:38px;height:38px;border:0;background:transparent;padding:9px 6px;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;color:var(--prototype-navy);grid-column:1/2;grid-row:1}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:currentColor;border-radius:999px}.header-logo{grid-column:2/3!important;grid-row:1;justify-self:start}.header-actions{grid-column:3/4!important;grid-row:1}.header-main{grid-template-columns:40px minmax(110px,1fr) auto!important}.mobile-menu-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#02122a75;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;z-index:98}.mobile-menu-overlay.is-open{opacity:1;visibility:visible}.mobile-menu-drawer{display:flex;position:fixed;z-index:99;left:0;top:0;bottom:0;width:min(88vw,390px);background:#fff;box-shadow:24px 0 60px #021f4933;transform:translate(-102%);transition:transform .26s ease;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.mobile-menu-drawer.is-open{transform:translate(0)}.mobile-menu-drawer__top{position:sticky;top:0;z-index:2;min-height:74px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e8edf3}.mobile-menu-drawer__brand img{width:auto;max-width:145px;max-height:54px;object-fit:contain}.mobile-menu-close{width:40px;height:40px;border:0;border-radius:50%;background:#f5f7fa;color:var(--prototype-navy);font-size:29px;line-height:1;cursor:pointer}.mobile-menu-quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 16px;background:#f8fafc;border-bottom:1px solid #e8edf3}.mobile-menu-quick-actions a{position:relative;min-height:66px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid #e3e8ee;border-radius:12px;background:#fff;color:var(--prototype-navy)}.mobile-menu-quick-actions span{font-size:20px}.mobile-menu-quick-actions small{font-size:10px;font-weight:800}.mobile-menu-quick-actions b{position:absolute;top:7px;right:15px;display:grid;place-items:center;min-width:17px;height:17px;border-radius:20px;background:var(--prototype-gold);color:#fff;font-size:9px}.mobile-menu-nav{padding:4px 16px 18px}.mobile-menu-link,.mobile-menu-group>summary{min-height:51px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4;color:var(--prototype-navy);font-size:13px;font-weight:800;letter-spacing:.02em;cursor:pointer;list-style:none}.mobile-menu-group>summary::-webkit-details-marker{display:none}.mobile-menu-group>summary span{font-size:20px;font-weight:400;color:var(--prototype-gold);transition:transform .2s ease}.mobile-menu-group[open]>summary span{transform:rotate(45deg)}.mobile-menu-link--sale{color:#b46c00}.mobile-menu-submenu{padding:6px 0 10px 13px;background:#fbfcfd;border-bottom:1px solid #edf0f4}.mobile-menu-submenu a{display:block;padding:10px 10px 10px 13px;border-left:2px solid #e6eaf0;color:#4b5a6e;font-size:12px}.mobile-menu-submenu a:hover{color:var(--prototype-navy);border-left-color:var(--prototype-gold)}.mobile-menu-submenu .mobile-menu-view-all{font-weight:800;color:var(--prototype-navy)}.mobile-menu-help{margin-top:auto;padding:20px 18px 28px;background:var(--prototype-navy);color:#fff;display:grid;gap:7px}.mobile-menu-help strong{font-size:14px}.mobile-menu-help a{font-size:12px;color:#ffd36d;font-weight:700}}@media(max-width:760px){body.mobile-menu-open{overflow:auto!important}.mobile-menu-overlay{display:none!important}.mobile-menu-drawer{display:block!important;position:relative!important;z-index:1!important;left:auto!important;top:auto!important;bottom:auto!important;width:100%!important;max-width:none!important;max-height:0;margin:0;background:#fff;box-shadow:0 14px 28px #021f4914;transform:none!important;opacity:0;visibility:hidden;overflow:hidden;transition:max-height .32s ease,opacity .2s ease,visibility .2s ease}.mobile-menu-drawer.is-open{max-height:72vh;opacity:1;visibility:visible;overflow-y:auto;overscroll-behavior:contain;border-top:1px solid #e8edf3;border-bottom:1px solid #e8edf3}.mobile-menu-drawer__top{position:sticky;top:0;z-index:2;min-height:62px;padding:7px 14px}.mobile-menu-drawer__brand img{max-width:130px;max-height:46px}.mobile-menu-close{width:36px;height:36px;font-size:25px}#MainContent,.hero{position:relative;z-index:0}}.hero__media picture,.hero__fallback picture{display:block;width:100%;height:100%}.hero__media picture img,.hero__fallback picture img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero__media{background:#062451}@media(min-width:761px){.hero__media img{object-position:50% 50%}}@media(max-width:760px){.hero__media img,.hero__fallback img{object-position:52% 50%}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
