:root{--navy: #0E1B36;--navy-dark: #07111F;--navy-light: #162847;--gold: #C4973A;--gold-dark: #9A7220;--gold-light: #FBF5E6;--gold-muted: #F0E8D0;--white: #FFFFFF;--off-white: #FAFAF8;--text: #1A1A2E;--text-muted: #6B6B80;--border: #E8DCC8;--sale-red: #D64A2E;--whatsapp: #25D366;--whatsapp-dark: #1da851;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", system-ui, -apple-system, sans-serif;--container: 1280px;--pad: clamp(1rem, 4vw, 2.5rem);--radius: 6px;--radius-lg: 14px;--shadow: 0 2px 12px rgba(14,27,54,.08);--shadow-lg: 0 6px 28px rgba(14,27,54,.13);--transition: .22s ease;--header-h: 68px;--bar-h: 40px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:.9375rem;line-height:1.65;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;padding-top:calc(var(--bar-h) + var(--header-h))}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;background:none;border:none}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit;outline:none}.container{max-width:var(--container);margin:0 auto;padding:0 var(--pad)}.section{padding:4rem 0}.section-sm{padding:2.5rem 0}.section-lg{padding:5.5rem 0}.section-title{font-family:var(--font-display);font-size:clamp(1.9rem,3.5vw,2.7rem);font-weight:600;color:var(--navy);line-height:1.2}.section-label{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-header .section-title{margin-bottom:.5rem}.section-header p{color:var(--text-muted);font-size:.9375rem;max-width:500px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.72rem 1.6rem;font-family:var(--font-body);font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--transition);border:2px solid transparent;cursor:pointer;white-space:nowrap}.btn svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}.btn-navy{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-navy:hover{background:var(--gold);border-color:var(--gold)}.btn-gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn-outline{background:transparent;color:var(--white);border-color:#fff9}.btn-outline:hover{background:var(--white);color:var(--navy);border-color:var(--white)}.btn-outline-navy{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline-navy:hover{background:var(--navy);color:var(--white)}.btn-whatsapp{background:var(--whatsapp);color:var(--white);border-color:var(--whatsapp)}.btn-whatsapp:hover{background:var(--whatsapp-dark);border-color:var(--whatsapp-dark)}.btn-sm{padding:.5rem 1.1rem;font-size:.75rem}.btn-full{width:100%}.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:200;height:var(--bar-h);background:var(--navy);display:flex;align-items:center;overflow:hidden}.announcement-bar__track{display:flex;white-space:nowrap;animation:marquee 30s linear infinite}.announcement-bar__track:hover{animation-play-state:paused}.announcement-bar__inner{display:flex;align-items:center}.announcement-bar__item{display:inline-flex;align-items:center;gap:.5rem;padding:0 2rem;color:var(--gold-muted);font-size:.78rem;font-weight:500;letter-spacing:.04em}.announcement-bar__item .dot{width:4px;height:4px;background:var(--gold);border-radius:50%;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:fixed;top:var(--bar-h);left:0;right:0;z-index:100;height:var(--header-h);background:var(--white);border-bottom:1px solid var(--border);display:flex;align-items:center;transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:var(--shadow)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1.5rem}.header-logo{display:flex;flex-direction:column;line-height:1;flex-shrink:0}.header-logo .logo-main{font-family:var(--font-display);font-size:1.7rem;font-weight:700;color:var(--navy);letter-spacing:.04em}.header-logo .logo-sub{font-size:.58rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.header-nav{display:flex;align-items:center;gap:.25rem}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.3rem;padding:.5rem .85rem;font-size:.825rem;font-weight:500;letter-spacing:.04em;color:var(--text);border-radius:var(--radius);transition:all var(--transition)}.nav-link:hover,.nav-link.active{color:var(--navy)}.nav-link .nav-chevron{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;transition:transform var(--transition)}.nav-item:hover .nav-chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + .5rem);left:0;min-width:240px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:.5rem;opacity:0;pointer-events:none;transform:translateY(-6px);transition:all var(--transition);z-index:50}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;pointer-events:all;transform:translateY(0)}.dropdown-link{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;border-radius:var(--radius);font-size:.84rem;color:var(--text);transition:background var(--transition)}.dropdown-link:hover{background:var(--gold-light);color:var(--navy)}.dropdown-link .dd-icon{font-size:1.1rem;width:24px;text-align:center}.dropdown-link .dd-text{font-weight:500}.dropdown-link .dd-sub{font-size:.72rem;color:var(--text-muted);display:block}.dropdown-divider{height:1px;background:var(--border);margin:.4rem .6rem}.header-actions{display:flex;align-items:center;gap:.25rem}.header-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius);color:var(--text);transition:all var(--transition);position:relative}.header-action-btn:hover{background:var(--gold-light);color:var(--navy)}.header-action-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:4px;right:4px;width:16px;height:16px;background:var(--gold);color:#fff;font-size:.6rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hamburger{display:none;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius);transition:background var(--transition)}.hamburger:hover{background:var(--gold-light)}.hamburger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:all var(--transition)}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:calc(var(--bar-h) + var(--header-h));left:0;right:0;bottom:0;background:var(--white);z-index:90;overflow-y:auto;padding:1.5rem var(--pad) 3rem;transform:translate(-100%);transition:transform .3s ease}.mobile-menu.open{transform:translate(0)}.mobile-nav-link{display:block;padding:.85rem 0;border-bottom:1px solid var(--border);font-size:1rem;font-weight:500;color:var(--text)}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-sub{padding-left:1rem;border-left:2px solid var(--gold-light);margin-top:.5rem}.mobile-nav-sub a{display:block;padding:.5rem .75rem;font-size:.875rem;color:var(--text-muted);transition:color var(--transition)}.mobile-nav-sub a:hover{color:var(--navy)}.mobile-contact{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.hero{background:var(--navy);min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 70% 50%,rgba(196,151,58,.12) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 20% 80%,rgba(196,151,58,.08) 0%,transparent 60%);pointer-events:none}.hero:after{content:"";position:absolute;right:-100px;top:-100px;width:500px;height:500px;border-radius:50%;border:1px solid rgba(196,151,58,.15);pointer-events:none}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:5rem 0}.hero-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.hero-heading{font-family:var(--font-display);font-size:clamp(2.5rem,5.5vw,4.2rem);font-weight:600;color:var(--white);line-height:1.12;margin-bottom:1.25rem}.hero-heading em{font-style:italic;color:var(--gold)}.hero-sub{font-size:1rem;color:#ffffffb8;margin-bottom:2rem;max-width:420px;line-height:1.7}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap}.trust-mini{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#fff9}.trust-mini .icon{color:var(--gold);font-size:.9rem}.hero-visual{display:flex;align-items:center;justify-content:center;position:relative}.hero-badge{width:300px;height:300px;border-radius:50%;border:2px solid rgba(196,151,58,.3);display:flex;align-items:center;justify-content:center;position:relative}.hero-badge:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:50%;border:1px solid rgba(196,151,58,.2)}.hero-badge-inner{text-align:center;color:var(--white)}.hero-badge-inner .number{font-family:var(--font-display);font-size:3.5rem;font-weight:700;color:var(--gold);line-height:1}.hero-badge-inner .label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3}.category-grid{background:var(--off-white)}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.collection-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--navy);aspect-ratio:4/3;display:block;box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition)}.collection-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.collection-card img{width:100%;height:100%;object-fit:cover;opacity:.6;transition:opacity var(--transition),transform .4s ease}.collection-card:hover img{opacity:.5;transform:scale(1.04)}.collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(14,27,54,.8) 0%,rgba(14,27,54,.2) 60%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.collection-card-title{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--white);margin-bottom:.25rem}.collection-card-meta{font-size:.78rem;color:#ffffffb3;margin-bottom:.85rem}.collection-card-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);transition:gap var(--transition)}.collection-card:hover .collection-card-cta{gap:.7rem}.collection-card-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:box-shadow var(--transition),transform var(--transition);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.product-card__img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--gold-light)}.product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__img-wrap img{transform:scale(1.06)}.product-card__badge{position:absolute;top:10px;left:10px;background:var(--sale-red);color:var(--white);font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.22rem .55rem;border-radius:3px}.product-card__body{padding:1rem;flex:1;display:flex;flex-direction:column}.product-card__category{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem}.product-card__title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--navy);line-height:1.3;margin-bottom:.5rem;flex:1}.product-card__price{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem}.product-card__price .current{font-size:1rem;font-weight:600;color:var(--navy)}.product-card__price .original{font-size:.82rem;color:var(--text-muted);text-decoration:line-through}.product-card__actions{display:flex;flex-direction:column;gap:.5rem}.product-card__actions .btn{font-size:.72rem;padding:.55rem 1rem}.featured-products{background:var(--white)}.featured-products .products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.trust-badges{background:var(--gold-light);padding:2.5rem 0;border-top:1px solid var(--gold-muted);border-bottom:1px solid var(--gold-muted)}.trust-badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.trust-badge__icon{width:52px;height:52px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.trust-badge__title{font-size:.82rem;font-weight:600;color:var(--navy);letter-spacing:.02em}.trust-badge__sub{font-size:.72rem;color:var(--text-muted);line-height:1.4}.testimonials{background:var(--off-white)}.testimonials-scroll{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.testimonials-scroll::-webkit-scrollbar{display:none}.testimonial-card{flex-shrink:0;width:280px;scroll-snap-align:start;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem;box-shadow:var(--shadow)}.testimonial-stars{color:var(--gold);font-size:.85rem;margin-bottom:.6rem;letter-spacing:.1em}.testimonial-text{font-size:.875rem;color:var(--text);line-height:1.6;margin-bottom:.85rem;font-style:italic}.testimonial-author{font-size:.75rem;font-weight:600;color:var(--navy)}.testimonial-verified{font-size:.68rem;color:var(--text-muted)}.newsletter{background:var(--navy);padding:3.5rem 0;text-align:center}.newsletter h2{font-family:var(--font-display);font-size:1.9rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.newsletter p{color:#ffffffa6;font-size:.9rem;margin-bottom:1.75rem}.newsletter-form{display:flex;max-width:440px;margin:0 auto;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.15)}.newsletter-form input{flex:1;padding:.75rem 1.25rem;background:#ffffff14;color:var(--white);font-size:.875rem;border:none}.newsletter-form input::placeholder{color:#fff6}.newsletter-form button{padding:.75rem 1.5rem;background:var(--gold);color:var(--white);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;transition:background var(--transition)}.newsletter-form button:hover{background:var(--gold-dark)}.site-footer{background:var(--navy-dark);color:#ffffffbf;padding:3.5rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .footer-logo-main{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--white);display:block;margin-bottom:.2rem}.footer-brand .footer-logo-sub{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:1rem}.footer-brand p{font-size:.84rem;line-height:1.7;color:#ffffff8c;margin-bottom:1.25rem;max-width:260px}.payment-methods{display:flex;flex-wrap:wrap;gap:.5rem}.payment-badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;font-size:.65rem;font-weight:600;letter-spacing:.06em;padding:.3rem .6rem;border-radius:4px;text-transform:uppercase}.footer-col-title{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem}.footer-links{display:flex;flex-direction:column;gap:.55rem}.footer-links a{font-size:.84rem;color:#fff9;transition:color var(--transition)}.footer-links a:hover{color:var(--white)}.footer-contact{display:flex;flex-direction:column;gap:.85rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.84rem;color:#fff9}.footer-contact-item .contact-icon{font-size:1rem;flex-shrink:0;margin-top:.1rem}.footer-contact-item a:hover{color:var(--white)}.footer-hours{font-size:.76rem;color:#ffffff73}.footer-bottom{padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-bottom p{font-size:.78rem;color:#fff6}.footer-bottom a{color:#ffffff80;transition:color var(--transition)}.footer-bottom a:hover{color:var(--white)}.whatsapp-float{position:fixed;bottom:1.75rem;right:1.75rem;z-index:500;width:56px;height:56px;background:var(--whatsapp);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:transform var(--transition),box-shadow var(--transition)}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680}.whatsapp-float svg{width:28px;height:28px;fill:#fff}.whatsapp-float:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(37,211,102,.3);animation:wa-pulse 2s ease-out infinite}@keyframes wa-pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.collection-banner{background:var(--navy);padding:3rem 0;text-align:center}.collection-banner h1{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:600;color:var(--white);margin-bottom:.6rem}.collection-banner p{color:#ffffffa6;font-size:.9375rem;max-width:560px;margin:0 auto}.collection-main{padding:3rem 0}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;gap:1rem;flex-wrap:wrap}.collection-count{font-size:.84rem;color:var(--text-muted)}.collection-sort select{padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.84rem;color:var(--text);background:var(--white);cursor:pointer}.product-main{padding:3rem 0}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-gallery{position:sticky;top:calc(var(--bar-h) + var(--header-h) + 1.5rem)}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;background:var(--gold-light);aspect-ratio:1;margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.product-thumbs::-webkit-scrollbar{display:none}.product-thumb{flex-shrink:0;width:72px;height:72px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--gold-light);transition:border-color var(--transition)}.product-thumb.active,.product-thumb:hover{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-breadcrumb{font-size:.78rem;color:var(--text-muted);display:flex;gap:.5rem;align-items:center}.product-breadcrumb a:hover{color:var(--navy)}.product-breadcrumb span{color:var(--border)}.product-badges{display:flex;gap:.5rem;flex-wrap:wrap}.product-badge-tag{background:var(--gold-light);color:var(--gold-dark);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:3px;border:1px solid var(--gold-muted)}.product-title{font-family:var(--font-display);font-size:clamp(1.7rem,2.5vw,2.3rem);font-weight:600;color:var(--navy);line-height:1.2}.product-price-section{display:flex;align-items:center;gap:1rem}.product-price-current{font-size:1.6rem;font-weight:600;color:var(--navy)}.product-price-original{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.product-save-badge{background:var(--sale-red);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:3px}.product-description{font-size:.9rem;color:var(--text-muted);line-height:1.75}.product-variants{display:flex;flex-direction:column;gap:.75rem}.variant-label{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text)}.product-form{display:flex;flex-direction:column;gap:.75rem}.product-form .btn{padding:.9rem 1.5rem;font-size:.82rem}.product-form .btn-navy{font-weight:600}.product-form-group{display:flex;flex-direction:column;gap:.5rem}.qty-selector{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content}.qty-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--off-white);font-size:1.2rem;cursor:pointer;transition:background var(--transition);border:none}.qty-btn:hover{background:var(--gold-light)}.qty-input{width:52px;text-align:center;font-size:.9rem;font-weight:500;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);padding:.5rem;-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-meta-info{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--gold-light);border-radius:var(--radius);border:1px solid var(--gold-muted)}.product-meta-info .meta-row{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-muted)}.product-meta-info .meta-row .meta-icon{font-size:1rem}.whatsapp-order-section{padding:1rem;background:#25d3660f;border-radius:var(--radius);border:1px solid rgba(37,211,102,.2)}.whatsapp-order-section p{font-size:.78rem;color:var(--text-muted);margin-bottom:.6rem}.whatsapp-order-section .btn-whatsapp{width:100%;justify-content:center;padding:.85rem;font-size:.82rem;font-weight:600}.cart-main{padding:3rem 0}.cart-grid{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:center;padding:1rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg)}.cart-item__img{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;background:var(--gold-light)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.cart-item__price{font-size:.9rem;color:var(--text-muted)}.cart-item__remove{font-size:.78rem;color:var(--text-muted);cursor:pointer;transition:color var(--transition)}.cart-item__remove:hover{color:var(--sale-red)}.cart-summary{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:calc(var(--bar-h) + var(--header-h) + 1rem)}.cart-summary h3{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.cart-totals{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.cart-total-row{display:flex;justify-content:space-between;font-size:.875rem}.cart-total-row.total{font-weight:600;color:var(--navy);font-size:1rem;padding-top:.6rem;border-top:1px solid var(--border)}.page-contact{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info h1{font-family:var(--font-display);font-size:2.2rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.contact-info p{color:var(--text-muted);font-size:.9375rem;margin-bottom:2rem;line-height:1.7}.contact-cards{display:flex;flex-direction:column;gap:1rem}.contact-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition),box-shadow var(--transition);text-decoration:none;color:inherit}.contact-card:hover{border-color:var(--gold);box-shadow:var(--shadow)}.contact-card__icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.contact-card__icon.green{background:#25d3661f}.contact-card__icon.blue{background:#0e1b3614}.contact-card__icon.gold{background:var(--gold-light)}.contact-card__title{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.contact-card__value{font-size:.9rem;font-weight:500;color:var(--navy)}.contact-form-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow)}.contact-form-wrap h2{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--navy);margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--text);text-transform:uppercase}.form-group input,.form-group textarea,.form-group select{padding:.7rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--text);background:var(--white);transition:border-color var(--transition);width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group textarea{min-height:130px;resize:vertical}.page-policy{padding:4rem 0}.policy-hero{background:var(--gold-light);border-radius:var(--radius-lg);padding:3rem;text-align:center;margin-bottom:3rem;border:1px solid var(--gold-muted)}.policy-hero h1{font-family:var(--font-display);font-size:2.4rem;font-weight:600;color:var(--navy);margin-bottom:.6rem}.policy-hero p{color:var(--text-muted);font-size:1rem}.policy-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:3rem}.policy-step{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.policy-step__num{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--gold-muted);line-height:1;margin-bottom:.5rem}.policy-step h3{font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.policy-step p{font-size:.84rem;color:var(--text-muted);line-height:1.6}.policy-content{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.policy-content h2{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--navy);margin-bottom:.75rem;margin-top:2rem}.policy-content h2:first-child{margin-top:0}.policy-content p{font-size:.9rem;color:var(--text-muted);line-height:1.75;margin-bottom:.75rem}.policy-content ul{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.policy-content ul li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--text-muted)}.policy-content ul li:before{content:"\2713";color:var(--gold);font-weight:700;flex-shrink:0}.breadcrumb{padding:.75rem 0;border-bottom:1px solid var(--border);margin-bottom:2rem}.breadcrumb-list{display:flex;gap:.5rem;align-items:center;font-size:.78rem;color:var(--text-muted)}.breadcrumb-list a:hover{color:var(--navy)}.breadcrumb-list .sep{color:var(--border)}.breadcrumb-list .current{color:var(--text);font-weight:500}.empty-state{text-align:center;padding:5rem 0}.empty-state p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination a,.pagination span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius);font-size:.84rem;font-weight:500;color:var(--text);transition:all var(--transition)}.pagination a:hover,.pagination .current{background:var(--navy);border-color:var(--navy);color:var(--white)}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){:root{--header-h: 60px;--bar-h: 36px}body{padding-top:calc(var(--bar-h) + var(--header-h))}.header-nav{display:none}.hamburger{display:flex}.mobile-menu{display:block}.hero-inner{grid-template-columns:1fr;padding:3rem 0}.hero-visual{display:none}.hero-heading{font-size:clamp(2rem,7vw,3rem)}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.products-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.trust-badges-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.product-gallery{position:static}.cart-grid,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand p{max-width:100%}.footer-bottom{flex-direction:column;text-align:center}.newsletter-form{flex-direction:column;border-radius:var(--radius-lg);overflow:visible;border:none}.newsletter-form input{border-radius:var(--radius);border:1px solid rgba(255,255,255,.15)}.newsletter-form button{border-radius:var(--radius);padding:.85rem}.product-card__actions{flex-direction:row}.product-card__actions .btn{flex:1}.collections-grid{grid-template-columns:1fr}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.product-card__body{padding:.75rem}.product-card__title{font-size:.875rem}.product-card__actions .btn{font-size:.65rem;padding:.45rem .5rem}.hero-sub{font-size:.9rem}.hero-trust{flex-direction:column;gap:.75rem}}@media(prefers-reduced-motion:reduce){.announcement-bar__track{animation:none}.whatsapp-float:before{animation:none}*{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
