:root{--gold: #C9A84C;--gold-dark: #A8893E;--gold-light: #E8D5A3;--gold-pale: #FDF8EE;--black: #0A0A0A;--black-soft: #1C1C1C;--gray-dark: #3D3D3D;--gray-mid: #6B6B6B;--gray-light: #D0D0D0;--off-white: #F8F5EF;--white: #FFFFFF;--font-heading: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Jost", "Helvetica Neue", Arial, sans-serif;--transition: .3s ease;--transition-fast: .15s ease;--transition-slow: .5s ease;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .14)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;color:var(--black);background-color:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:400;line-height:1.2;color:var(--black);margin:0}p{margin:0}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}img{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}ul,ol{list-style:none;margin:0;padding:0}.container{max-width:1320px;margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 48px}}@media(min-width:1200px){.container{padding:0 80px}}.section-padding{padding:80px 0}@media(min-width:768px){.section-padding{padding:120px 0}}.gold-divider{width:60px;height:2px;background:var(--gold);margin:0 auto 24px}.gold-divider--left{margin:0 0 24px}.section-label{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 40px;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition),transform var(--transition);white-space:nowrap;border-radius:var(--radius-btn, 0)}.btn-primary{background:var(--gold);color:var(--black)}.btn-primary:hover{background:var(--gold-dark);color:var(--black)}.btn-outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.55)}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:var(--black-soft)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background var(--transition),box-shadow var(--transition)}.site-header.scrolled{background:#0a0a0af7;box-shadow:0 1px #c9a84c26}.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}.header__logo{font-family:var(--font-heading);font-size:18px;font-weight:700;letter-spacing:.05em;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:10px;flex-shrink:0}.header__logo img{width:auto;max-height:44px;object-fit:contain}.header__logo:hover{color:var(--gold)}.header__nav{display:none}@media(min-width:768px){.header__nav{display:flex;align-items:center;gap:40px}}.header__nav a{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);position:relative}.header__nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width var(--transition)}.header__nav a:hover{color:var(--gold)}.header__nav a:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:20px}.header__cart{position:relative;color:var(--gold);display:flex;align-items:center}.header__cart:hover{color:var(--gold)}.header__cart svg{width:22px;height:22px}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--gold);color:var(--black);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:4px}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{display:block;width:24px;height:1.5px;background:var(--gold);transition:transform var(--transition),opacity var(--transition)}.mobile-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.mobile-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--black);z-index:999;transform:translate(-100%);transition:transform var(--transition-slow);display:flex;flex-direction:column;justify-content:center;padding:60px 48px}.mobile-nav.open{transform:translate(0)}.mobile-nav a{font-family:var(--font-heading);font-size:36px;color:var(--white);display:block;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav a:hover{color:var(--gold)}.mobile-nav-close{position:absolute;top:28px;right:28px;color:var(--white);font-size:30px;cursor:pointer;background:none;border:none;line-height:1}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;background:var(--black);overflow:hidden;grid-column:1 / -1!important;margin-left:0!important;margin-right:0!important}@media(max-width:767px){.hero{min-height:100svh}.hero__content{text-align:center}.hero__actions{justify-content:center}.hero__subtitle{max-width:100%!important;margin-left:auto;margin-right:auto}.hero__label{display:block}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;opacity:.42}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0abf,#0a0a0a40)}.hero__content{position:relative;z-index:1;max-width:680px;padding-top:80px}.hero__label{font-size:11px;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:20px;display:block}.hero__title{font-family:var(--font-heading);font-size:clamp(38px,5.5vw,76px);font-weight:400;color:var(--white);line-height:1.1;margin-bottom:24px}.hero__subtitle{font-size:17px;font-weight:300;color:#ffffffc7;line-height:1.75;margin-bottom:44px;max-width:500px}.hero__actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff6;font-size:10px;letter-spacing:.18em;text-transform:uppercase;animation:bounceScroll 2s infinite}.hero__scroll:before{content:"";display:block;width:1px;height:44px;background:linear-gradient(to bottom,transparent,rgba(201,168,76,.5))}@keyframes bounceScroll{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(7px)}}.featured-products{background:var(--white)}.section-header{text-align:center;margin-bottom:64px}.section-header h2{font-size:clamp(28px,4vw,48px);margin-bottom:16px}.section-header p{font-size:16px;color:var(--gray-mid);max-width:480px;margin:0 auto}.products-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.products-grid>*{flex:0 1 100%}@media(min-width:640px){.products-grid>*{flex:0 1 calc(50% - 16px)}}@media(min-width:1024px){.products-grid{gap:24px}.products-grid>*{flex:0 1 calc(25% - 18px)}}.product-card{position:relative;background:var(--white);border:1px solid rgba(0,0,0,.07);transition:box-shadow var(--transition),transform var(--transition);border-radius:var(--radius-card, 0);overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__image{aspect-ratio:1/1;overflow:hidden;background:var(--off-white)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__badge{position:absolute;top:14px;left:14px;background:var(--gold);color:var(--black);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px}.product-card__info{padding:20px;text-align:center}.product-card__name{font-family:var(--font-heading);font-size:18px;font-weight:400;margin-bottom:6px}.product-card__name a{color:var(--black)}.product-card__name a:hover{color:var(--gold-dark)}.product-card__price{font-size:14px;font-weight:500;color:var(--gray-dark);letter-spacing:.05em}.product-card__cta{display:inline-block;margin-top:16px;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dark);border-bottom:1px solid var(--gold-light);padding-bottom:2px;transition:color var(--transition-fast),border-color var(--transition-fast)}.product-card__cta:hover{color:var(--gold);border-color:var(--gold)}.trust-signals,.brand-story,.testimonials,.product-faq,.contact-page>.container{content-visibility:auto;contain-intrinsic-size:auto 600px}.trust-signals{background:var(--black)}.trust-grid{display:grid;grid-template-columns:1fr;gap:48px;text-align:center}@media(min-width:640px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.trust-grid{grid-template-columns:repeat(4,1fr);gap:32px}}.trust-item__icon{width:48px;height:48px;margin:0 auto 20px;color:var(--gold)}.trust-item__icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.trust-item__title{font-family:var(--font-heading);font-size:19px;color:var(--white);margin-bottom:8px}.trust-item__text{font-size:14px;color:#ffffff80;line-height:1.65}.brand-story{background:var(--off-white)}.brand-story__grid{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}@media(min-width:900px){.brand-story__grid{grid-template-columns:1fr 1fr;gap:80px}}.brand-story__image{aspect-ratio:4/5;overflow:hidden;background:var(--gray-light);border-radius:var(--radius-card, 0)}.brand-story__image img{width:100%;height:100%;object-fit:cover}.brand-story__content h2{font-size:clamp(26px,3.5vw,44px);margin-bottom:24px}.brand-story__content p{font-size:16px;color:var(--gray-dark);line-height:1.85;margin-bottom:16px}.brand-story__content .btn{margin-top:24px}@media(max-width:767px){.brand-story__content{text-align:center}.brand-story__content .gold-divider--left{margin-left:auto;margin-right:auto}.brand-story__content .btn{display:block;text-align:center}}.testimonials{background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:40px 36px;border:1px solid rgba(201,168,76,.2);transition:box-shadow var(--transition);border-radius:var(--radius-card, 0)}.testimonial-card:hover{box-shadow:var(--shadow)}.testimonial-stars{color:var(--gold);font-size:16px;letter-spacing:2px;margin-bottom:20px}.testimonial-text{font-family:var(--font-heading);font-size:17px;font-style:italic;color:var(--gray-dark);line-height:1.7;margin-bottom:24px}.testimonial-footer{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--gold-light)}.testimonial-author{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-mid)}.product-layout{display:grid;grid-template-columns:1fr;gap:60px}@media(min-width:900px){.product-layout{grid-template-columns:55% 1fr;gap:80px;align-items:start}}.product-gallery__main{aspect-ratio:1/1;overflow:hidden;background:var(--off-white);margin-bottom:16px;border-radius:var(--radius-card, 0);position:relative}.product-gallery__main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:default}.product-gallery__thumb{position:relative}.product-gallery__thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:opacity .18s ease}.product-gallery__main img.gallery-switching{opacity:0}.product-gallery__thumbs{display:flex;gap:12px;flex-wrap:wrap}.product-gallery__thumb{width:calc(25% - 9px);aspect-ratio:1/1;overflow:hidden;background:var(--off-white);cursor:pointer;border:2px solid transparent;transition:border-color var(--transition-fast);border-radius:calc(var(--radius-card, 0) / 2)}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--gold)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}@media(min-width:900px){.product-gallery,.product-info{position:sticky;top:100px}}.product-breadcrumb{font-size:12px;color:var(--gray-mid);margin-bottom:16px;letter-spacing:.05em}.product-breadcrumb a:hover{color:var(--gold)}.product-title{font-size:clamp(24px,3vw,38px);margin-bottom:12px}.product-price{font-size:22px;font-weight:500;color:var(--gray-dark);letter-spacing:.05em;margin-bottom:20px}.product-rating{display:flex;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--gray-light)}.product-rating__stars{color:var(--gold);letter-spacing:2px;font-size:15px}.product-rating__count{font-size:13px;color:var(--gray-mid)}.product-features{margin-bottom:28px}.product-features h4{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:14px}.product-features ul{list-style:none;padding:0}.product-features li{font-size:14px;color:var(--gray-dark);padding:7px 0 7px 20px;position:relative}.product-features li:before{content:"";position:absolute;left:0;top:16px;width:8px;height:1px;background:var(--gold)}.product-variants{margin-bottom:20px}.product-variants label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-mid);display:block;margin-bottom:10px}.product-variants select{width:100%;padding:13px 16px;border:1px solid var(--gray-light);font-family:var(--font-body);font-size:14px;background:var(--white);color:var(--black);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B6B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer;outline:none;border-radius:var(--radius-input, 0)}.product-variants select:focus{border-color:var(--gold)}.product-quantity{display:flex;align-items:center;border:1px solid var(--gray-light);width:fit-content;margin-bottom:20px;border-radius:var(--radius-input, 0);overflow:hidden}.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--gray-dark);background:none;border:none;cursor:pointer;transition:color var(--transition-fast)}.qty-btn:hover{color:var(--gold)}.qty-input{width:56px;height:44px;text-align:center;border:none;border-left:1px solid var(--gray-light);border-right:1px solid var(--gray-light);font-family:var(--font-body);font-size:15px;color:var(--black);outline:none}.product-atc{width:100%;padding:17px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;background:var(--black);color:var(--white);border:none;cursor:pointer;margin-bottom:12px;transition:background var(--transition),color var(--transition);display:flex;align-items:center;justify-content:center;gap:10px;border-radius:var(--radius-btn, 0)}.product-atc:hover{background:var(--gold);color:var(--black)}.product-payment-btn{margin-bottom:24px}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px;padding:20px 0;border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light)}.product-trust__item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.product-trust__icon{color:var(--gold)}.product-trust__icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.product-trust__label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-dark);line-height:1.4;word-break:break-word;overflow-wrap:break-word}.accordion{border-top:1px solid var(--gray-light)}.accordion-item{border-bottom:1px solid var(--gray-light)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--black);text-align:left}.accordion-trigger__icon{width:20px;height:20px;position:relative;flex-shrink:0}.accordion-trigger__icon:before,.accordion-trigger__icon:after{content:"";position:absolute;background:var(--black);transition:transform var(--transition)}.accordion-trigger__icon:before{width:12px;height:1px;top:50%;left:50%;transform:translate(-50%,-50%)}.accordion-trigger__icon:after{width:1px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.accordion-item.open .accordion-trigger__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-body{padding-bottom:20px}.accordion-body p{font-size:14px;color:var(--gray-dark);line-height:1.8;margin-bottom:8px}.accordion-body ul{list-style:none;padding:0}.accordion-body li{font-size:14px;color:var(--gray-dark);line-height:1.7;padding:5px 0 5px 18px;position:relative}.accordion-body li:before{content:"\2014";position:absolute;left:0;color:var(--gold);font-size:12px}.accordion-body a{color:var(--gold-dark);text-decoration:underline}.reviews-summary{display:flex;align-items:center;gap:16px;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--gray-light)}.reviews-summary__score{font-family:var(--font-heading);font-size:56px;line-height:1}.reviews-summary__stars{color:var(--gold);font-size:20px}.reviews-summary__count{font-size:13px;color:var(--gray-mid);margin-top:4px}.reviews-placeholder{padding:48px;background:var(--off-white);text-align:center;color:var(--gray-mid);font-size:15px;border-radius:var(--radius-card, 0)}.collection-header{text-align:center;padding:60px 0 48px}.collection-header h1{font-size:clamp(32px,5vw,56px);margin-bottom:12px}.collection-header p{font-size:16px;color:var(--gray-mid);max-width:480px;margin:0 auto}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid var(--gray-light);flex-wrap:wrap;gap:16px}.collection-toolbar__count{font-size:13px;color:var(--gray-mid);letter-spacing:.05em}.collection-toolbar select{padding:10px 38px 10px 16px;border:1px solid var(--gray-light);font-family:var(--font-body);font-size:13px;background:var(--white);color:var(--black);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B6B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer;outline:none;border-radius:var(--radius-input, 0)}.collection-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.collection-grid>*{flex:0 1 100%}@media(min-width:640px){.collection-grid>*{flex:0 1 calc(50% - 16px)}}@media(min-width:1024px){.collection-grid{gap:40px}.collection-grid>*{flex:0 1 calc(33.333% - 27px)}}.collection-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:72px}.collection-pagination a,.collection-pagination span{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-light);font-size:14px;color:var(--gray-dark);transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.collection-pagination a:hover,.collection-pagination .current{background:var(--black);color:var(--white);border-color:var(--black)}.policy-page{padding-top:140px;padding-bottom:80px;max-width:800px;margin:0 auto}.policy-page h1{font-size:clamp(28px,4vw,44px);margin-bottom:12px}.policy-date{font-size:13px;color:var(--gray-mid);margin-bottom:48px;display:block}.policy-content h2{font-size:22px;margin-top:48px;margin-bottom:16px;padding-top:16px;border-top:1px solid var(--gray-light)}.policy-content h3{font-size:17px;margin-top:32px;margin-bottom:12px}.policy-content p{font-size:15px;color:var(--gray-dark);line-height:1.88;margin-bottom:16px}.policy-content ul{list-style:disc;padding-left:28px;margin-bottom:20px}.policy-content li{font-size:15px;color:var(--gray-dark);line-height:1.7;margin-bottom:8px}.policy-content a{color:var(--gold-dark);text-decoration:underline}.policy-content a:hover{color:var(--gold)}.contact-grid{display:grid;grid-template-columns:1fr;gap:80px}@media(min-width:900px){.contact-grid{grid-template-columns:1fr 1.6fr}}.contact-info h1{font-size:clamp(28px,4vw,44px);margin-bottom:20px}.contact-info p{font-size:15px;color:var(--gray-dark);line-height:1.85;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:28px}.contact-detail{display:flex;gap:18px;align-items:flex-start}.contact-detail__icon{color:var(--gold);flex-shrink:0;margin-top:2px}.contact-detail__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.contact-detail__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:4px}.contact-detail__value{font-size:15px;color:var(--black)}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-dark)}.form-input,.form-textarea{padding:14px 16px;border:1px solid var(--gray-light);font-family:var(--font-body);font-size:15px;color:var(--black);background:var(--white);transition:border-color var(--transition-fast);outline:none;width:100%;border-radius:var(--radius-input, 0)}.form-input:focus,.form-textarea:focus{border-color:var(--gold)}.form-textarea{resize:vertical;min-height:140px}.form-submit{align-self:flex-start}.contact-sent{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 32px;border:1px solid var(--gold-light);background:var(--gold-pale);border-radius:var(--radius-card, 0)}.contact-sent__icon{width:64px;height:64px;color:var(--gold);margin-bottom:24px}.contact-sent__icon svg{width:100%;height:100%}.contact-sent h3{font-family:var(--font-heading);font-size:28px;font-weight:400;margin-bottom:16px;color:var(--black)}.contact-sent p{font-size:15px;color:var(--gray-mid);line-height:1.7;max-width:400px;margin-bottom:32px}.contact-sent__btn{display:inline-block;padding:15px 40px;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;transition:background .3s ease,color .3s ease}.contact-error{background:#fff0f0;border:1px solid #f5c6c6;padding:16px 20px;color:#c0392b;font-size:14px;border-radius:var(--radius-card, 0);margin-bottom:20px}.cart-page{padding:80px 0 120px;background:var(--white)}.cart-header{margin-bottom:48px}.cart-header h1{font-size:clamp(28px,4vw,44px)}.cart-layout{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:960px){.cart-layout{grid-template-columns:1fr 380px;gap:64px}}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item{display:grid;grid-template-columns:100px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--gray-light);align-items:start}@media(min-width:640px){.cart-item{grid-template-columns:130px 1fr}}.cart-item__image-wrap{display:block;border-radius:var(--radius-card, 0);overflow:hidden;background:var(--off-white)}.cart-item__image-wrap img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:16px}.cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.cart-item__name{font-family:var(--font-heading);font-size:17px;color:var(--black);font-weight:400}.cart-item__name:hover{color:var(--gold-dark)}.cart-item__variant{font-size:13px;color:var(--gray-mid);margin-top:4px}.cart-item__price{font-size:16px;font-weight:600;color:var(--black);white-space:nowrap}.cart-item__bottom{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cart-item__qty{display:flex;align-items:center;border:1px solid var(--gray-light);border-radius:var(--radius-input, 0);overflow:hidden;width:fit-content}.cart-qty-btn{width:36px;height:36px;background:none;border:none;font-size:18px;color:var(--black);cursor:pointer;transition:background var(--transition-fast);display:flex;align-items:center;justify-content:center}.cart-qty-btn:hover{background:var(--off-white)}.cart-qty-input{width:44px;height:36px;border:none;border-left:1px solid var(--gray-light);border-right:1px solid var(--gray-light);text-align:center;font-family:var(--font-body);font-size:14px;color:var(--black);background:none;-moz-appearance:textfield}.cart-qty-input::-webkit-outer-spin-button,.cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-item__remove{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-mid);transition:color var(--transition-fast)}.cart-item__remove:hover{color:var(--black)}.cart-update-btn{margin-top:24px;background:none;border:1px solid var(--gray-light);color:var(--gray-mid);font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:10px 24px;cursor:pointer;border-radius:var(--radius-btn, 0);transition:border-color var(--transition-fast),color var(--transition-fast)}.cart-update-btn:hover{border-color:var(--black);color:var(--black)}.cart-summary{background:var(--off-white);border-radius:var(--radius-card, 0);padding:32px;height:fit-content;position:sticky;top:120px}.cart-summary__title{font-family:var(--font-heading);font-size:22px;font-weight:400;margin-bottom:24px}.cart-summary__rows{display:flex;flex-direction:column;gap:12px}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;color:var(--gray-dark)}.cart-summary__row--note{font-size:12px;color:var(--gray-mid)}.cart-summary__divider{height:1px;background:var(--gray-light);margin:20px 0}.cart-summary__total{display:flex;justify-content:space-between;font-size:18px;font-weight:600;margin-bottom:24px}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;background:var(--gold);color:var(--black);font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;border:none;cursor:pointer;border-radius:var(--radius-btn, 0);transition:background var(--transition)}.cart-checkout-btn:hover{background:var(--gold-dark)}.cart-checkout-btn svg{flex-shrink:0}.cart-continue-link{display:block;text-align:center;margin-top:16px;font-size:12px;color:var(--gray-mid);letter-spacing:.06em;transition:color var(--transition-fast)}.cart-continue-link:hover{color:var(--black)}.cart-trust{display:flex;gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid var(--gray-light)}.cart-trust__item{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--gray-mid);flex:1}.cart-trust__item svg{width:16px;height:16px;stroke:var(--gold);fill:none;flex-shrink:0}.cart-empty{text-align:center;padding:80px 24px;max-width:440px;margin:0 auto}.cart-empty__icon{width:80px;height:80px;margin:0 auto 24px;color:var(--gray-light)}.cart-empty__icon svg{width:100%;height:100%}.cart-empty h2{font-size:28px;margin-bottom:12px}.cart-empty p{color:var(--gray-mid);margin-bottom:32px;font-size:15px}.site-footer{background:var(--black)}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 16px;margin:0 auto 40px;max-width:960px}.footer-brand{grid-column:1 / -1}@media(min-width:1024px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;margin:0 auto 56px;max-width:900px}.footer-brand{grid-column:auto}}.footer-brand__logo{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--white);margin-bottom:8px;display:block}.footer-brand__logo:hover{color:var(--gold-light)}.footer-brand__tagline{font-size:12px;color:#ffffff59;line-height:1.6;margin-bottom:14px;max-width:220px}.footer-brand__contact{display:flex;flex-wrap:wrap;gap:6px 20px}.footer-brand__contact a,.footer-brand__contact span{font-size:13px;color:#ffffff73;transition:color var(--transition-fast)}.footer-brand__contact a:hover{color:var(--gold)}.footer-col h4{font-family:var(--font-body);font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:14px;color:#ffffff80;transition:color var(--transition-fast)}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:28px 0;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:center;text-align:center}}.footer-bottom__copy{font-size:12px;color:#ffffff47;letter-spacing:.04em}.footer-payment{display:flex;align-items:center;gap:8px}.footer-payment svg{height:24px;width:auto;opacity:.45}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}.text-gold{color:var(--gold)}.text-center{text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.shopify-payment-button__button{border-radius:var(--radius-btn, 0)!important;font-family:var(--font-body)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important;min-height:52px!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/orvani.css.map */
