:root{--gold: #C9A84C;--gold-light: #E2C97A;--gold-dark: #A8853A;--gold-gradient: linear-gradient(135deg, #C9A84C 0%, #E2C97A 45%, #C9A84C 75%, #A8853A 100%);--pink: #F4A7B9;--pink-light: #FDE8EE;--pink-soft: #FDF0F4;--pink-mid: #E8839A;--pink-dark: #C9607A;--white: #FFFFFF;--off-white: #FDFAF8;--page-bg: #FFFCFA;--surface: #FFF7F9;--surface-alt: #FEF2F6;--text-dark: #1C1C2E;--text-mid: #4A4A6A;--text-light: #8888A8;--text-muted: #ADADC8;--dark-bg: #0F0F1A;--dark-surface: #181828;--dark-border: rgba(201,168,76,.15);--font-display: "Cormorant Garamond", Georgia, serif;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Montserrat", sans-serif;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--radius-xl: 36px;--radius-pill: 999px;--shadow-gold: 0 4px 32px rgba(201,168,76,.22);--shadow-pink: 0 4px 32px rgba(244,167,185,.28);--shadow-soft: 0 8px 40px rgba(28,28,46,.07);--shadow-deep: 0 20px 60px rgba(15,15,26,.18);--ease: cubic-bezier(.25, .46, .45, .94);--trans: all .4s var(--ease);--trans-fast: all .2s ease;--trans-slow: all .7s var(--ease);--container: 1400px;--gutter: clamp(16px, 4vw, 52px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--page-bg);color:var(--text-dark);overflow-x:hidden;cursor:none}body.no-custom-cursor{cursor:auto}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:var(--trans-fast)}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}ul,ol{list-style:none}.cursor-dot{width:8px;height:8px;background:var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:99999;transform:translate(-50%,-50%);transition:width .2s,height .2s}.cursor-outline{width:36px;height:36px;border:1.5px solid var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);opacity:.65}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--dark-bg);display:flex;align-items:center;justify-content:center;z-index:99997;transition:opacity .6s ease,visibility .6s ease}.page-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-logo{text-align:center}.loader-logo img{margin:0 auto 24px;height:80px;width:auto;border-radius:12px;background:#fff;padding:8px 12px;box-shadow:0 0 40px #c9a84c1f}.loader-bar{width:200px;height:2px;background:#c9a84c33;border-radius:2px;overflow:hidden}.loader-fill{height:100%;background:var(--gold-gradient);width:0;border-radius:2px;animation:loaderFill 1.6s ease forwards}@keyframes loaderFill{to{width:100%}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.15;color:var(--text-dark)}h1{font-size:clamp(2.4rem,6vw,5rem)}h2{font-size:clamp(1.9rem,4vw,3.4rem)}h3{font-size:clamp(1.3rem,2.5vw,2rem)}h4{font-size:clamp(1.05rem,1.8vw,1.4rem)}.gold-text{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.italic{font-style:italic}.section-label{font-family:var(--font-body);font-size:.68rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:10px}.section-title{font-family:var(--font-display);font-weight:500;margin-bottom:8px}.section-subtitle{font-family:var(--font-body);font-size:.92rem;color:var(--text-light);font-weight:300;max-width:520px;line-height:1.85}.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.section-pad{padding:clamp(60px,8vw,70px) 0}.section-pad-sm{padding:clamp(40px,5vw,70px) 0}.text-center{text-align:center}.section-header{margin-bottom:clamp(40px,5vw,70px)}.gold-divider{display:flex;align-items:center;gap:12px;margin:12px 0}.gold-divider:before,.gold-divider:after{content:"";flex:1;height:1px;background:var(--gold-gradient);opacity:.35}.gold-divider span{color:var(--gold);font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 34px;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;border-radius:var(--radius-pill);transition:var(--trans);position:relative;overflow:hidden}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff2e;transform:scaleX(0);transform-origin:left;transition:transform .32s ease}.btn:hover:after{transform:scaleX(1)}.btn-gold{background:var(--gold-gradient);color:#1c1c2e;box-shadow:var(--shadow-gold)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 44px #c9a84c61}.btn-outline-gold{border:1.5px solid var(--gold);color:var(--gold);background:transparent}.btn-outline-gold:hover{background:var(--gold-gradient);color:#1c1c2e;border-color:transparent}.btn-pink{background:var(--pink-mid);color:var(--white);box-shadow:var(--shadow-pink)}.btn-pink:hover{transform:translateY(-2px);background:var(--pink-dark)}.btn-dark{background:var(--dark-bg);color:var(--gold);border:1px solid var(--dark-border)}.btn-dark:hover{background:var(--dark-surface);border-color:var(--gold)}.btn-sm{padding:9px 22px;font-size:.68rem}.btn-lg{padding:17px 50px;font-size:.76rem}.announcement-bar{background:var(--dark-bg);color:var(--gold-light);font-size:.7rem;font-weight:600;letter-spacing:.14em;padding:10px var(--gutter);overflow:hidden}.announcement-track{display:flex;gap:80px;animation:marquee 28s linear infinite;white-space:nowrap}.announcement-track span{flex-shrink:0}.announcement-track .dot{color:var(--pink);font-size:.45rem;vertical-align:middle}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(20px) saturate(1.6);-webkit-backdrop-filter:blur(20px) saturate(1.6);border-bottom:1px solid rgba(201,168,76,.1);z-index:1000;transition:var(--trans)}.site-header.scrolled{background:#fffffffc;box-shadow:0 4px 24px #1c1c2e12}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:14px var(--gutter)}.header-logo img{height:64px;width:auto;object-fit:contain}.nav-list{display:flex;align-items:center;gap:30px}.nav-list a{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-mid);position:relative;padding-bottom:2px}.nav-list a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--gold-gradient);transition:width .3s ease}.nav-list a:hover,.nav-list a.active{color:var(--gold-dark)}.nav-list a:hover:after,.nav-list a.active:after{width:100%}.header-actions{justify-self:end;display:flex;align-items:center;gap:18px}.header-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--text-mid);border-radius:50%;transition:var(--trans-fast)}.header-icon:hover{background:var(--pink-soft);color:var(--pink-dark)}.cart-count{position:absolute;top:4px;right:4px;width:15px;height:15px;background:var(--gold);color:#1c1c2e;font-size:.58rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;width:28px;padding:4px}.mobile-menu-toggle span{display:block;height:1.5px;background:var(--text-dark);transition:var(--trans);transform-origin:center}.mobile-menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{position:fixed;top:0;right:-100%;width:min(360px,92vw);height:100vh;background:var(--dark-bg);padding:80px 36px 40px;transition:right .44s var(--ease);z-index:2000;overflow-y:auto}.mobile-nav.open{right:0}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0f1aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-nav-overlay.open{opacity:1;pointer-events:all}.mobile-nav-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.4rem;border:1px solid rgba(201,168,76,.3);border-radius:50%}.mobile-nav .nav-list{flex-direction:column;align-items:flex-start;gap:22px}.mobile-nav .nav-list a{color:#ffffffd9;font-size:1rem}.mobile-nav .nav-list a:hover{color:var(--gold)}.mobile-nav-logo img{height:52px;width:auto;margin-bottom:36px;background:#fff;border-radius:8px;padding:6px 10px}.hero{min-height:90vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;position:relative}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(60px,8vw,110px) var(--gutter) clamp(60px,8vw,110px) clamp(36px,6vw,96px);position:relative;z-index:2;background:var(--page-bg)}.hero-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;display:flex;align-items:center;gap:12px}.hero-eyebrow:before{content:"";width:38px;height:1px;background:var(--gold-gradient)}.hero-title{font-family:var(--font-display);font-size:clamp(2.8rem,5.5vw,5.2rem);font-weight:300;line-height:1.06;color:var(--text-dark);margin-bottom:22px}.hero-title em{font-style:italic;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:.9rem;color:var(--text-light);line-height:1.85;margin-bottom:38px;max-width:410px;font-weight:300}.hero-cta-group{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:48px}.hero-trust{display:flex;align-items:center;gap:18px;padding-top:28px;border-top:1px solid rgba(201,168,76,.12);flex-wrap:wrap}.trust-stat{text-align:center}.trust-stat .number{font-family:var(--font-display);font-size:1.7rem;font-weight:600;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.trust-stat .label{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light)}.trust-divider{width:1px;height:36px;background:#c9a84c2e}.hero-image{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--pink-soft) 0%,#fce8ef 50%,var(--surface-alt) 100%)}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 8s ease}.hero:hover .hero-image img{transform:scale(1.04)}.hero-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(255,252,250,.12) 0%,transparent 50%)}.hero-badge{position:absolute;bottom:36px;left:-16px;background:var(--dark-bg);color:var(--white);padding:14px 22px;border-radius:var(--radius-md);border:1px solid rgba(201,168,76,.28);box-shadow:var(--shadow-deep);z-index:3}.hero-badge .badge-label{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:3px}.hero-badge .badge-value{font-family:var(--font-display);font-size:1.3rem;font-weight:500}.hero-scroll-hint{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:7px;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);animation:floatHint 3s ease infinite}.hero-scroll-hint:after{content:"";width:1px;height:36px;background:var(--gold-gradient);animation:scrollLine 2s ease infinite}@keyframes floatHint{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@keyframes scrollLine{0%{height:0;opacity:0}50%{height:36px;opacity:1}to{height:36px;opacity:0}}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow-soft);border:1px solid rgba(244,167,185,.12);transition:var(--trans)}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 54px #1c1c2e1a,0 0 0 1px #c9a84c26}.product-card-image{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--pink-soft)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-card:hover .product-card-image img{transform:scale(1.07)}.product-badge{position:absolute;top:11px;left:11px;padding:4px 11px;border-radius:var(--radius-pill);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.badge-new{background:var(--gold-gradient);color:#1c1c2e}.badge-sale{background:var(--pink-mid);color:var(--white)}.badge-sold-out{background:#1c1c2ebf;color:#ffffffb3}.product-card-actions{position:absolute;bottom:-60px;left:0;right:0;padding:10px;display:flex;gap:7px;transition:bottom .33s ease;background:linear-gradient(to top,rgba(28,28,46,.65) 0%,transparent 100%)}.product-card:hover .product-card-actions{bottom:0}.product-card-actions .btn{flex:1;padding:9px 14px;font-size:.62rem}.product-card-info{padding:15px 17px 18px}.product-card-brand{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:5px}.product-card-title{font-family:var(--font-display);font-size:1rem;font-weight:500;color:var(--text-dark);line-height:1.3;margin-bottom:9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-price{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.price-current{font-family:var(--font-display);font-size:1.65rem;font-weight:900;color:#111827;letter-spacing:-.02em}.price-original{font-size:.82rem;color:var(--text-muted);text-decoration:line-through}.price-save{font-size:.62rem;font-weight:700;letter-spacing:.08em;color:var(--pink-mid);text-transform:uppercase}.product-card-stars{display:flex;gap:2px;margin-bottom:5px}.star{color:var(--gold);font-size:.68rem}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;cursor:pointer;transition:var(--trans)}.category-card:first-child{grid-row:span 2;aspect-ratio:auto}.category-card:hover{transform:scale(1.02)}.category-card-bg{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-card:hover .category-card-bg{transform:scale(1.08)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,15,26,.78) 0%,rgba(15,15,26,.08) 55%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:22px;transition:var(--trans)}.category-card-name{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:var(--white);margin-bottom:5px}.category-card-count{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light)}.category-card-arrow{position:absolute;top:18px;right:18px;width:34px;height:34px;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:.82rem;transform:translateY(8px) scale(.8);opacity:0;transition:var(--trans)}.category-card:hover .category-card-arrow{transform:translateY(0) scale(1);opacity:1}.why-section{background:var(--dark-bg);color:var(--white)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-image-col{position:relative}.why-image-wrap{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/5}.why-image-wrap img{width:100%;height:100%;object-fit:cover}.why-floating-card{position:absolute;bottom:-22px;right:-22px;background:var(--gold-gradient);color:#1c1c2e;padding:26px 30px;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-deep);min-width:150px}.why-floating-card .big-number{font-family:var(--font-display);font-size:2.8rem;font-weight:600;line-height:1}.why-floating-card .label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700}.why-features{margin-top:44px;display:flex;flex-direction:column;gap:24px}.why-feature{display:flex;gap:18px;align-items:flex-start;padding:22px;border:1px solid rgba(201,168,76,.12);border-radius:var(--radius-md);transition:var(--trans)}.why-feature:hover{background:#c9a84c0a;border-color:#c9a84c47;transform:translate(5px)}.why-icon{width:46px;height:46px;flex-shrink:0;background:#c9a84c17;border:1px solid rgba(201,168,76,.22);border-radius:var(--radius-xs);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.15rem}.why-feature h4{color:var(--off-white);font-family:var(--font-display);font-size:1.05rem;margin-bottom:5px}.why-feature p{font-size:.82rem;color:#ffffff7a;line-height:1.7}.reviews-section{background:var(--surface);padding:70px 0}.reviews-header{text-align:center;margin-bottom:38px}.reviews-header .section-label{color:var(--gold);letter-spacing:.22em}.reviews-header .section-title{max-width:850px;margin-left:auto;margin-right:auto}.reviews-header .section-subtitle{color:#6b7280!important;max-width:620px;margin:14px auto 0}.overall-rating{display:inline-flex;align-items:center;gap:12px;padding:12px 28px;background:#fff;border-radius:var(--radius-pill);border:1px solid rgba(201,168,76,.24);margin-top:20px;box-shadow:0 8px 28px #0000000d}.overall-score{font-family:var(--font-display);font-size:1.7rem;font-weight:700;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.review-card{background:#fff;border-radius:22px;padding:26px;box-shadow:0 12px 35px #0000000f;transition:.3s ease;border:1px solid rgba(201,168,76,.12)}.review-card:hover{border-color:#c9a84c47;transform:translateY(-5px);box-shadow:0 18px 45px #00000017}.review-header{display:flex;align-items:center;gap:13px;margin-bottom:14px}.reviewer-avatar{width:48px;height:48px;border-radius:50%;background:var(--gold-gradient);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:#1c1c2e;flex-shrink:0}.reviewer-name{font-weight:700;font-size:.9rem;color:var(--text-dark)}.reviewer-verified{font-size:.65rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-weight:700}.review-stars{margin:8px 0;color:#d4af37}.review-text{font-size:.9rem;line-height:1.75;color:#4b5563;font-style:italic;font-family:var(--font-display)}.review-product{margin-top:14px;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:700}.reviews-section img,.review-card img{max-height:520px;object-fit:cover;object-position:top}@media(max-width:768px){.reviews-section{padding:55px 0}.reviews-header{margin-bottom:28px}.review-card{padding:22px;border-radius:18px}.reviews-section img,.review-card img{max-height:420px}}.booking-section{background:var(--dark-bg);position:relative;overflow:hidden}.booking-section:before{content:"";position:absolute;top:-50%;left:-20%;width:580px;height:580px;background:radial-gradient(circle,rgba(201,168,76,.07) 0%,transparent 70%);pointer-events:none}.booking-section:after{content:"";position:absolute;bottom:-40%;right:-10%;width:480px;height:480px;background:radial-gradient(circle,rgba(244,167,185,.06) 0%,transparent 70%);pointer-events:none}.booking-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.booking-content .section-label{color:var(--pink)}.booking-content h2{color:var(--white)}.booking-form{background:#ffffff0a;border:1px solid rgba(201,168,76,.18);border-radius:var(--radius-xl);padding:38px}.form-title{font-family:var(--font-display);font-size:1.35rem;color:var(--off-white);margin-bottom:26px}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);margin-bottom:7px;font-weight:600}.form-control{width:100%;padding:13px 17px;background:#ffffff0d;border:1px solid rgba(201,168,76,.18);border-radius:var(--radius-md);color:var(--off-white);font-family:var(--font-body);font-size:.88rem;transition:var(--trans-fast)}.form-control:focus{outline:none;border-color:var(--gold);background:#c9a84c0d;box-shadow:0 0 0 3px #c9a84c17}.form-control::placeholder{color:#ffffff47}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.social-strip{background:var(--white);overflow:hidden;border-top:1px solid rgba(201,168,76,.09);border-bottom:1px solid rgba(201,168,76,.09);padding:18px 0}.social-strip-track{display:flex;gap:56px;align-items:center;animation:marquee 32s linear infinite;white-space:nowrap}.social-item{display:flex;align-items:center;gap:10px;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-mid);flex-shrink:0}.social-item .icon{color:var(--gold);font-size:.95rem}.instagram-header{text-align:center;margin-bottom:36px}.instagram-handle{display:inline-flex;align-items:center;gap:7px;color:var(--gold);font-size:.82rem;font-weight:700;margin-top:11px}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:5px}.instagram-item{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-xs);cursor:pointer;position:relative}.instagram-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.instagram-item:hover img{transform:scale(1.08)}.instagram-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f1a7a;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:var(--white);font-size:1.1rem}.instagram-item:hover .instagram-item-overlay{opacity:1}.site-footer{background:var(--dark-bg);color:#ffffffa6;padding:80px 0 0}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:56px;padding-bottom:56px;border-bottom:1px solid rgba(201,168,76,.08)}.footer-brand img{height:54px;width:auto;margin-bottom:18px;background:#fff;border-radius:8px;padding:6px 10px;object-fit:contain}.footer-brand p{font-size:.83rem;line-height:1.8;max-width:275px}.footer-tagline{font-family:var(--font-display);font-style:italic;font-size:.98rem;color:var(--gold-light);margin:10px 0 18px}.footer-socials{display:flex;gap:10px;margin-top:22px}.social-link{width:36px;height:36px;border:1px solid rgba(201,168,76,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.88rem;transition:var(--trans-fast)}.social-link:hover{background:var(--gold);color:#1c1c2e}.footer-col h5{font-family:var(--font-body);font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.footer-links{display:flex;flex-direction:column;gap:11px}.footer-links a{font-size:.83rem;color:#ffffff8c;transition:var(--trans-fast)}.footer-links a:hover{color:var(--gold);padding-left:5px}.footer-contact-info{display:flex;flex-direction:column;gap:13px}.contact-item{display:flex;gap:11px;align-items:flex-start}.contact-item .icon{color:var(--gold);font-size:.88rem;margin-top:2px;flex-shrink:0}.contact-item span{font-size:.83rem;line-height:1.5}.newsletter-form{display:flex;margin-top:14px}.newsletter-input{flex:1;padding:11px 15px;background:#ffffff0d;border:1px solid rgba(201,168,76,.18);border-right:none;border-radius:var(--radius-pill) 0 0 var(--radius-pill);color:var(--off-white);font-family:var(--font-body);font-size:.8rem}.newsletter-input:focus{outline:none;border-color:var(--gold)}.newsletter-input::placeholder{color:#ffffff47}.newsletter-btn{padding:11px 18px;background:var(--gold-gradient);color:#1c1c2e;font-size:.78rem;font-weight:700;border-radius:0 var(--radius-pill) var(--radius-pill) 0;transition:var(--trans-fast)}.newsletter-btn:hover{filter:brightness(1.1)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:22px var(--gutter);font-size:.72rem;color:#ffffff4d;flex-wrap:wrap;gap:11px}.footer-bottom-links{display:flex;gap:22px}.footer-bottom-links a{color:#ffffff4d}.footer-bottom-links a:hover{color:var(--gold)}.payment-methods{display:flex;gap:7px;align-items:center}.payment-icon{padding:3px 7px;background:#ffffff12;border-radius:4px;font-size:.58rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.07em}.whatsapp-float{position:fixed;right:16px;bottom:16px;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;z-index:999;box-shadow:0 8px 20px #25d36647;transition:all .25s ease}.whatsapp-float svg{width:24px;height:24px;flex-shrink:0}.whatsapp-float span{display:none}.whatsapp-float:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 28px #25d36659}@media(max-width:768px){.whatsapp-float{width:52px;height:52px;right:12px;bottom:12px}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0f1a85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:-460px;width:min(440px,96vw);height:100vh;background:var(--white);z-index:3001;display:flex;flex-direction:column;transition:right .44s var(--ease);box-shadow:-18px 0 54px #0f0f1a1f}.cart-drawer.open{right:0}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid rgba(201,168,76,.1)}.cart-drawer-title{font-family:var(--font-display);font-size:1.45rem;color:var(--text-dark)}.cart-drawer-close{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(201,168,76,.18);border-radius:50%;color:var(--text-mid);font-size:.95rem;transition:var(--trans-fast)}.cart-drawer-close:hover{background:var(--pink-soft);color:var(--pink-dark)}.cart-drawer-body{flex:1;overflow-y:auto;padding:22px 26px}.cart-empty{text-align:center;padding:56px 20px;color:var(--text-light)}.cart-empty-icon{font-size:2.8rem;margin-bottom:14px;opacity:.3}.cart-empty h3{font-family:var(--font-display);margin-bottom:7px;color:var(--text-dark)}.cart-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid rgba(201,168,76,.09)}.cart-item-image{width:78px;height:94px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--pink-soft)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-size:.88rem;font-weight:500;margin-bottom:5px;line-height:1.3;color:var(--text-dark)}.cart-item-variant{font-size:.72rem;color:var(--text-light);margin-bottom:9px}.cart-item-price{font-family:var(--font-display);font-size:1.02rem;font-weight:600;color:var(--text-dark)}.cart-item-qty{display:flex;align-items:center;gap:9px;margin-top:9px}.qty-btn{width:27px;height:27px;border:1px solid rgba(201,168,76,.28);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.88rem;color:var(--text-mid);transition:var(--trans-fast)}.qty-btn:hover{background:var(--gold);color:#1c1c2e;border-color:var(--gold)}.qty-value{font-size:.88rem;font-weight:600;min-width:20px;text-align:center;color:var(--text-dark)}.cart-item-remove{color:var(--text-muted);font-size:.72rem;cursor:pointer;transition:var(--trans-fast)}.cart-item-remove:hover{color:var(--pink-dark)}.cart-drawer-footer{padding:22px 26px;border-top:1px solid rgba(201,168,76,.1)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.83rem;color:var(--text-light)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.cart-total .label{font-family:var(--font-display);font-size:1.06rem;color:var(--text-dark)}.cart-total .amount{font-family:var(--font-display);font-size:1.35rem;font-weight:600;color:var(--text-dark)}.cart-footer-btns{display:flex;flex-direction:column;gap:9px}.product-page{padding:clamp(38px,5vw,76px) 0}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:start}.gallery-main{aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius-xl);background:var(--pink-soft);margin-bottom:14px;position:relative}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px}.gallery-thumb{width:76px;height:92px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease}.gallery-thumb.active{border-color:var(--gold)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-breadcrumb{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px}.product-breadcrumb a:hover{color:var(--gold)}.product-title{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.7rem);font-weight:500;margin-bottom:11px;line-height:1.1;color:var(--text-dark)}.product-stars{display:flex;align-items:center;gap:9px;margin-bottom:18px}.review-count{font-size:.76rem;color:var(--text-light)}.product-price{font-family:var(--font-display);font-size:1.95rem;font-weight:600;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-price-original{font-size:1.05rem;color:var(--text-muted);text-decoration:line-through;margin-left:11px}.product-price-wrap{margin-bottom:26px}.product-short-desc{font-size:.88rem;color:var(--text-mid);line-height:1.82;margin-bottom:26px}.option-group{margin-bottom:22px}.option-label{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--text-dark);margin-bottom:11px;display:block}.option-label span{color:var(--gold)}.option-buttons{display:flex;flex-wrap:wrap;gap:7px}.option-btn{padding:7px 17px;border:1.5px solid rgba(201,168,76,.18);border-radius:var(--radius-pill);font-size:.76rem;font-weight:500;transition:var(--trans-fast);cursor:pointer;background:transparent;color:var(--text-mid)}.option-btn:hover,.option-btn.active{border-color:var(--gold);color:var(--gold-dark);background:#c9a84c0f}.option-btn.out-of-stock{opacity:.38;cursor:not-allowed;text-decoration:line-through}.product-actions{margin:28px 0;display:flex;flex-direction:column;gap:11px}.product-actions .btn{width:100%;justify-content:center;padding:15px}.whatsapp-inquiry{display:flex;align-items:center;justify-content:center;gap:9px;padding:13px;background:#25d36612;border:1.5px solid rgba(37,211,102,.28);border-radius:var(--radius-pill);color:#1a9c50;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:var(--trans-fast)}.whatsapp-inquiry:hover{background:#25d366;color:var(--white);border-color:#25d366}.whatsapp-inquiry svg{width:17px;height:17px}.delivery-info{padding:18px;background:var(--surface);border-radius:var(--radius-md);margin-bottom:22px;border:1px solid rgba(201,168,76,.09)}.delivery-info h4{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:11px}.delivery-item{display:flex;gap:9px;align-items:center;margin-bottom:7px;font-size:.8rem;color:var(--text-mid)}.delivery-item .icon{color:var(--gold);font-size:.88rem}.product-tabs{margin-top:44px}.tabs-nav{display:flex;border-bottom:1px solid rgba(201,168,76,.12);margin-bottom:26px}.tab-btn{padding:13px 0;margin-right:32px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--text-muted);border-bottom:2px solid transparent;transition:var(--trans-fast)}.tab-btn.active,.tab-btn:hover{color:var(--gold);border-bottom-color:var(--gold)}.tab-content{display:none;font-size:.88rem;line-height:1.9;color:var(--text-mid)}.tab-content.active{display:block}.collections-hero{background:var(--dark-bg);padding:clamp(56px,7vw,100px) var(--gutter);text-align:center;position:relative;overflow:hidden}.collections-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(201,168,76,.07) 0%,transparent 68%)}.collections-hero h1{color:var(--white);position:relative;z-index:1}.collections-hero .section-label,.collections-hero p{position:relative;z-index:1}.filter-pill{padding:7px 19px;border:1px solid rgba(201,168,76,.18);border-radius:var(--radius-pill);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--text-mid);transition:var(--trans-fast);cursor:pointer;background:transparent}.filter-pill.active,.filter-pill:hover{background:var(--gold-gradient);color:#1c1c2e;border-color:transparent}.about-hero{min-height:70vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.about-hero-content{padding:80px var(--gutter) 80px clamp(38px,6vw,96px);background:var(--page-bg)}.about-hero-image{height:100%;min-height:500px}.about-hero-image img{width:100%;height:100%;object-fit:cover}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:44px}.value-card{text-align:center;padding:38px 26px;border:1px solid rgba(201,168,76,.13);border-radius:var(--radius-lg);transition:var(--trans)}.value-card:hover{border-color:var(--gold);background:#c9a84c08;transform:translateY(-5px)}.value-icon{font-size:2.3rem;margin-bottom:18px}.value-card h3{color:var(--off-white);font-size:1.15rem;margin-bottom:9px}.value-card p{font-size:.83rem;color:#ffffff7a;line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:76px;align-items:start}.contact-info-card{background:var(--dark-bg);color:var(--white);border-radius:var(--radius-xl);padding:46px;border:1px solid rgba(201,168,76,.12)}.contact-form{background:var(--white);border-radius:var(--radius-xl);padding:46px;box-shadow:var(--shadow-soft);border:1px solid rgba(201,168,76,.09)}.contact-form .form-control{background:var(--surface);border-color:#c9a84c24;color:var(--text-dark)}.contact-form .form-control:focus{background:var(--white)}.contact-form .form-control::placeholder{color:var(--text-muted)}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(201,168,76,.1)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:22px 0;cursor:pointer;font-family:var(--font-display);font-size:1.02rem;color:var(--text-dark);transition:color .2s ease;width:100%;text-align:left;background:none;border:none}.faq-question:hover,.faq-question.open{color:var(--gold-dark)}.faq-arrow{width:27px;height:27px;border:1px solid rgba(201,168,76,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;color:var(--gold);transition:transform .3s ease,background .2s ease;flex-shrink:0}.faq-question.open .faq-arrow{transform:rotate(180deg);background:var(--gold);color:#1c1c2e}.faq-answer{overflow:hidden;max-height:0;transition:max-height .4s ease,padding .3s ease}.faq-answer.open{max-height:500px;padding-bottom:22px}.faq-answer p{font-size:.88rem;color:var(--text-mid);line-height:1.82}.swiper{overflow:visible}.swiper-button-next,.swiper-button-prev{width:42px;height:42px;background:var(--white);border:1.5px solid rgba(201,168,76,.26);border-radius:50%;box-shadow:var(--shadow-soft);color:var(--gold)!important;transition:var(--trans-fast)}.swiper-button-next:after,.swiper-button-prev:after{font-size:.76rem!important;font-weight:700!important}.swiper-button-next:hover,.swiper-button-prev:hover{background:var(--gold-gradient);color:#1c1c2e!important;border-color:transparent}.swiper-pagination-bullet{background:var(--gold)!important;opacity:.28!important}.swiper-pagination-bullet-active{opacity:1!important}.fade-up{opacity:0;transform:translateY(38px)}.fade-in{opacity:0}.slide-left{opacity:0;transform:translate(-38px)}.slide-right{opacity:0;transform:translate(38px)}.scale-in{opacity:0;transform:scale(.9)}@media(max-width:1200px){.products-grid,.categories-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto}.hero-content{padding:76px var(--gutter) 56px;max-width:600px;margin:0 auto;text-align:center}.hero-eyebrow,.hero-cta-group,.hero-trust{justify-content:center}.hero-subtitle{margin:0 auto 36px}.hero-image{aspect-ratio:4/3}.why-grid{grid-template-columns:1fr;gap:44px}.booking-inner{grid-template-columns:1fr;gap:38px}.product-layout,.about-hero,.contact-grid{grid-template-columns:1fr}}@media(max-width:768px){.header-nav{display:none}.mobile-menu-toggle{display:flex}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.categories-grid{grid-template-columns:repeat(2,1fr)}.category-card:first-child{grid-row:span 1;aspect-ratio:3/4}.instagram-grid{grid-template-columns:repeat(3,1fr)}.values-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}.cursor-dot,.cursor-outline{display:none}body{cursor:auto}.whatsapp-float span{display:none}.whatsapp-float{padding:13px;border-radius:50%;right:14px;bottom:20px}.form-row{grid-template-columns:1fr}}@media(max-width:480px){.hero-cta-group{flex-direction:column;align-items:center}.header-inner{grid-template-columns:auto 1fr auto}.header-logo{justify-self:center}.header-logo img{height:50px}}html,body{max-width:100%;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}img,video,iframe{max-width:100%;height:auto}.container,.page-width,.section-wrapper{width:100%;max-width:100%}input,select,textarea,button{font-size:16px}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:nowrap}.header-nav{flex:1}.nav-list{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:nowrap;list-style:none;margin:0;padding:0}.nav-list li{margin:0;padding:0;flex:0 0 auto}.nav-list a{display:inline-block;white-space:nowrap;word-break:normal;overflow-wrap:normal;text-align:center;line-height:1.2}.header-logo{flex:0 0 auto}@media(max-width:1024px){.nav-list{gap:18px}.nav-list a{font-size:.9rem;letter-spacing:.08em}}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.header-nav{justify-self:start}.nav-list{justify-content:flex-start;gap:22px}.header-logo{justify-self:center}.header-actions{justify-self:end;display:flex;align-items:center;gap:16px}@media(max-width:768px){.products-grid{grid-template-columns:1fr 1fr;gap:14px}.product-card{padding:0}.product-card-image{border-radius:14px;overflow:hidden}.product-card-title{font-size:.88rem;line-height:1.35;min-height:42px;margin:10px 0 6px}.product-card-price{font-size:.9rem;margin-bottom:8px}.product-actions{display:flex;flex-direction:column;gap:8px}.product-actions .btn,.product-actions button,.product-actions a{width:100%;min-height:38px;font-size:.78rem;padding:8px 10px;border-radius:999px}.slider-arrow,.swiper-button-next,.swiper-button-prev{width:34px;height:34px;opacity:.9}}@media(max-width:768px){.product-card-info,.product-info,.card-information{padding:12px 6px 0}.product-card-title,.card__heading,.full-unstyled-link{font-size:15px;line-height:1.45;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:44px}.price{margin-bottom:10px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.price-item--regular,.price-item,.price__regular,.price__sale{font-size:15px;line-height:1.2}.price-item--sale{font-weight:600}.price-item--regular,.price__compare{font-size:13px;opacity:.65}.product-card .btn,.product-card .button,.product-card button{width:100%;min-height:42px;font-size:13px;letter-spacing:.08em;padding:10px 12px;margin-top:6px}.product-card .view-details,.product-card a[href*=products]{font-size:13px;margin-top:8px;display:inline-block}}.review-card .whatsapp-icon,.review-card .whatsapp-btn,.review-card .wa-icon,.review-card .wa-button,.testimonial-card .whatsapp-icon,.testimonial-card .whatsapp-btn,.testimonial-card .wa-icon,.testimonial-card .wa-button{display:none!important}.reviews-grid,.testimonials-grid,.review-grid,.testimonial-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:20px!important;align-items:start!important}.review-card,.testimonial-card,.review-item,.testimonial-item{height:100%!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;border-radius:22px!important;overflow:hidden!important}.review-card img,.testimonial-card img,.review-item img,.testimonial-item img{width:100%!important;aspect-ratio:9 / 16!important;object-fit:cover!important;display:block!important;border-radius:18px!important}.review-card .whatsapp-icon,.review-card .whatsapp-btn,.review-card .wa-button,.review-card .wa-icon,.review-card .floating-icon,.review-card .card-icon,.testimonial-card .whatsapp-icon,.testimonial-card .whatsapp-btn,.testimonial-card .wa-button,.testimonial-card .wa-icon,.testimonial-card .floating-icon,.testimonial-card .card-icon,.review-item .whatsapp-icon,.review-item .whatsapp-btn,.review-item .wa-button,.review-item .wa-icon,.review-item .floating-icon,.review-item .card-icon,.testimonial-item .whatsapp-icon,.testimonial-item .whatsapp-btn,.testimonial-item .wa-button,.testimonial-item .wa-icon,.testimonial-item .floating-icon,.testimonial-item .card-icon{display:none!important}@media(max-width:768px){.reviews-grid,.testimonials-grid,.review-grid,.testimonial-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.review-card img,.testimonial-card img,.review-item img,.testimonial-item img{aspect-ratio:9 / 16!important}}.site-header .header-inner{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:20px!important}.header-logo{justify-self:center!important;text-align:center!important}.header-logo img{max-height:64px!important;width:auto!important;object-fit:contain!important}.nav-list{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:nowrap!important}.nav-list li{white-space:nowrap!important}.site-header{background:#fff!important;position:relative!important;z-index:1000!important}.site-header .header-inner{min-height:96px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;padding:18px 48px!important;gap:24px!important}.header-nav{justify-self:start!important;align-self:center!important}.nav-list{display:flex!important;align-items:center!important;gap:24px!important;margin:0!important;padding:0!important;list-style:none!important}.nav-list li{position:relative!important;white-space:nowrap!important}.nav-list a{font-size:12px!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:#171735!important;text-decoration:none!important}.header-logo{justify-self:center!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important}.header-logo img{width:auto!important;height:58px!important;max-height:58px!important;object-fit:contain!important}.header-actions{justify-self:end!important;align-self:center!important;display:flex!important;align-items:center!important;gap:22px!important}.header-icon{width:38px!important;height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.dropdown-menu{display:none!important;position:absolute!important;top:100%!important;left:0!important;min-width:230px!important;background:#fff!important;padding:12px 0!important;margin:14px 0 0!important;list-style:none!important;border-radius:14px!important;box-shadow:0 18px 40px #0000001f!important;z-index:9999!important}.nav-item:hover .dropdown-menu{display:block!important}.dropdown-menu a{display:block!important;padding:12px 18px!important;font-size:13px!important;letter-spacing:.04em!important;text-transform:none!important;color:#171735!important}.dropdown-menu a:hover{background:#f8f5f2!important;color:#b08d57!important}@media screen and (max-width:749px){.site-header .header-inner{min-height:78px!important;display:grid!important;grid-template-columns:auto 1fr auto!important;padding:12px 18px!important}.header-nav{display:none!important}.header-logo{justify-self:start!important}.header-logo img{height:46px!important;max-height:46px!important}.header-actions{justify-self:end!important;gap:12px!important}.header-actions .header-icon{width:34px!important;height:34px!important}}.site-header .header-inner{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;min-height:96px!important;padding:14px 48px!important}.header-nav{justify-self:start!important}.header-logo{position:static!important;transform:none!important;justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important}.header-logo img{height:60px!important;width:auto!important;object-fit:contain!important;display:block!important}.header-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:18px!important}.header-nav .nav-list{display:flex!important;align-items:center!important;gap:24px!important;list-style:none!important;margin:0!important;padding:0!important}.header-nav .nav-list a{font-size:12px!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:#171735!important;text-decoration:none!important}@media screen and (max-width:749px){.site-header .header-inner{grid-template-columns:auto 1fr auto!important;min-height:78px!important;padding:12px 18px!important}.header-nav{display:none!important}.header-logo{justify-self:start!important}.header-logo img{height:46px!important}.header-actions{justify-self:end!important;gap:12px!important}}.site-header .header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:90px!important;padding:0 48px!important;position:relative!important}.header-nav{flex:1!important;display:flex!important;align-items:center!important}.header-nav .nav-list{display:flex!important;align-items:center!important;gap:28px!important;margin:0!important;padding:0!important;list-style:none!important}.header-logo{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 40px!important}.header-logo img{height:58px!important;width:auto!important;object-fit:contain!important;display:block!important}.header-actions{flex:1!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:18px!important}.header-nav,.header-logo,.header-actions{align-self:center!important}@media screen and (max-width:749px){.site-header .header-inner{min-height:78px!important;padding:0 18px!important}.header-nav{display:none!important}.header-logo{margin:0!important}.header-logo img{height:46px!important}.header-actions{flex:0 0 auto!important;gap:12px!important}}.site-logo{width:130px;height:auto;display:block;object-fit:contain}.trust-strip{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap;margin-top:35px;padding:18px 24px;background:#fff;border:1px solid #e8e3dc;border-radius:16px;max-width:1100px;margin-left:auto;margin-right:auto;box-shadow:0 4px 20px #0000000a}.trust-strip div{font-size:14px;font-weight:600;color:#111827;letter-spacing:.3px}@media(max-width:768px){.trust-strip{gap:14px;padding:16px}.trust-strip div{font-size:12px;text-align:center}}.header-logo img,.custom-header .header-logo img{width:auto!important;max-height:95px!important;height:auto!important;object-fit:contain!important;display:block!important}.header-logo{display:flex;align-items:center;justify-content:center}.footer-logo{width:180px;max-width:100%;height:auto;display:block;object-fit:contain}.pagination,.pagination-wrapper,.collection-pagination{display:flex!important;justify-content:center!important;align-items:center!important;gap:12px!important;margin:55px auto 30px!important;padding:0 20px!important}.pagination a,.pagination span,.pagination__item,.pagination__item a,.page-numbers a,.page-numbers span,.pagination-wrapper a,.pagination-wrapper span{min-width:44px!important;height:44px!important;padding:0 16px!important;border-radius:999px!important;border:1px solid #d8c29a!important;background:#fffaf7!important;color:#111827!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-size:13px!important;font-weight:800!important;letter-spacing:.05em!important;text-transform:uppercase!important;transition:all .25s ease!important}.pagination a:hover,.pagination__item a:hover,.page-numbers a:hover,.pagination-wrapper a:hover{background:#d4af37!important;color:#111827!important;border-color:#d4af37!important;transform:translateY(-2px)!important}.pagination .current,.pagination__item--current,.page-numbers .current,.pagination-wrapper .current{background:#111827!important;color:#fff!important;border-color:#111827!important}.pagination .disabled,.pagination__item--disabled,.pagination-wrapper .disabled{opacity:.4!important;pointer-events:none!important}@media(max-width:768px){.pagination,.pagination-wrapper,.collection-pagination{gap:8px!important;margin:40px auto 24px!important}.pagination a,.pagination span,.pagination__item,.pagination__item a,.page-numbers a,.page-numbers span,.pagination-wrapper a,.pagination-wrapper span{min-width:40px!important;height:40px!important;padding:0 13px!important;font-size:11px!important}}body,a,button{cursor:auto!important}.cursor-dot,.cursor-outline{display:none!important}.custom-header{background:#fffaf7!important;border-bottom:1px solid rgba(13,18,48,.08)!important;z-index:1000!important}.custom-header .header-inner{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;min-height:86px!important;padding:14px 42px!important}.custom-header .header-nav{justify-self:start!important}.custom-header .header-logo{justify-self:center!important}.custom-header .header-logo img{max-height:72px!important;width:auto!important}.custom-header .header-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:20px!important}.mobile-nav-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#00000073!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:9998!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.mobile-nav-overlay.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mobile-nav{position:fixed!important;top:0!important;right:-100%!important;width:84%!important;max-width:360px!important;height:100vh!important;background:#0f0f1a!important;z-index:9999!important;padding:92px 32px 40px!important;transition:right .35s ease!important;overflow-y:auto!important}.mobile-nav.open{right:0!important}.mobile-nav-list,.mobile-nav-list li{list-style:none!important;pointer-events:auto!important}.mobile-nav-list{display:flex!important;flex-direction:column!important;gap:22px!important;margin:0!important;padding:0!important}.mobile-nav-list a,.mobile-nav-link{display:block!important;width:100%!important;padding:12px 0!important;color:#fff!important;font-size:18px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-decoration:none!important;background:transparent!important;border:none!important;text-align:left!important;pointer-events:auto!important}.mobile-nav-close{position:absolute!important;top:18px!important;right:18px!important;width:42px!important;height:42px!important;background:#fff!important;color:#0f0f1a!important;border-radius:50%!important;font-size:26px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10000!important;cursor:pointer!important}.mobile-menu-toggle{display:none!important}.mobile-menu-toggle span{display:block!important;width:24px!important;height:2px!important;background:#141936!important}.products-grid{gap:22px!important;align-items:stretch!important}.product-card{background:#fff!important;border:1px solid rgba(201,168,76,.14)!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 8px 24px #0f0f1a0f!important}.product-card:hover{transform:none!important}.product-card-image{aspect-ratio:4 / 5!important;background:#fff7f9!important;overflow:hidden!important}.product-card-image img{width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important}.product-card:hover .product-card-image img{transform:none!important}.product-card-info{padding:14px!important;display:flex!important;flex-direction:column!important}.product-card-title{min-height:44px!important;margin-bottom:8px!important}.product-card-title a,.product-card-title{color:#111827!important;font-size:14px!important;font-weight:700!important;line-height:1.35!important;text-decoration:none!important}.product-card-cart-form{margin-top:auto!important;width:100%!important}.product-card-cart-btn{width:100%!important;min-height:44px!important;border-radius:999px!important;background:linear-gradient(135deg,#d8b12c,#b98205)!important;color:#111827!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important}.gallery-main{background:#fff!important;border-radius:22px!important;overflow:hidden!important}.gallery-main img{width:100%!important;height:auto!important;object-fit:contain!important}.gallery-thumbs{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:14px!important}.gallery-thumb{width:76px!important;height:94px!important;border-radius:8px!important;overflow:hidden!important;border:1px solid #eadfcb!important;background:#fff!important}.gallery-thumb.active{border:2px solid #c89616!important}.gbb-sticky-cart{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:9997!important;background:#fff!important;border-top:1px solid rgba(201,168,76,.25)!important;box-shadow:0 -8px 28px #00000014!important;padding:12px 16px!important;display:none!important}.gbb-sticky-cart-inner{max-width:900px!important;margin:0 auto!important;display:flex!important;align-items:center!important;gap:12px!important}.gbb-sticky-price{font-weight:800!important;color:#111827!important;font-size:15px!important;white-space:nowrap!important}.gbb-sticky-btn{flex:1!important;min-height:46px!important;border-radius:999px!important;border:none!important;background:linear-gradient(135deg,#d8b12c,#b98205)!important;color:#111827!important;font-weight:900!important;text-transform:uppercase!important}@media screen and (max-width:990px){.custom-header .header-inner{grid-template-columns:auto 1fr auto!important;min-height:76px!important;padding:12px 16px!important}.custom-header .header-nav{display:none!important}.custom-header .header-logo{justify-self:start!important}.custom-header .header-logo img{max-height:56px!important}.custom-header .header-actions{gap:14px!important}.mobile-menu-toggle{display:flex!important;flex-direction:column!important;gap:5px!important;align-items:center!important;justify-content:center!important;width:28px!important;height:24px!important}}@media screen and (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}.product-card-title,.product-card-title a{font-size:13px!important}.price-current{font-size:17px!important}.gbb-sticky-cart{display:block!important}body{padding-bottom:78px!important}}.mobile-nav-list a:after,.mobile-nav-link:after{display:none!important;content:none!important}.mobile-nav-list a:hover,.mobile-nav-list a:focus,.mobile-nav-link:hover,.mobile-nav-link:focus{color:#fff!important;background:transparent!important;border:none!important;box-shadow:none!important}.mobile-nav-list a,.mobile-nav-link{position:relative!important;z-index:2!important}.mobile-nav-list a:after,.mobile-nav-link:after{pointer-events:none!important;z-index:-1!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
