*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--gold: #c7965a;--gold-dark: #b37f45;--black: #1a1a1a;--off-white: #f5f2ee;--border: #ececec;--border-warm: #e8e3db;--text-secondary: #666;--text-muted: #999;--radius: 8px;--radius-lg: 14px;--font: "Inter", "Helvetica Neue", Arial, sans-serif}body{font-family:var(--font);color:var(--black);background:#fff;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:var(--font);cursor:pointer;border:none}.container{max-width:1200px;margin:0 auto;padding:0 40px}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:700;color:var(--gold);text-transform:uppercase}.section-title{font-size:clamp(26px,4vw,38px);font-weight:800;line-height:1.15}.section-sub{font-size:15px;color:var(--text-secondary);line-height:1.65}.btn-primary{background:var(--gold);color:#fff;border-radius:var(--radius);padding:16px 36px;font-size:15px;font-weight:700;letter-spacing:.03em;transition:background .18s;display:inline-block}.btn-primary:hover{background:var(--gold-dark)}.btn-dark{background:var(--black);color:#fff;border-radius:var(--radius);padding:15px 36px;font-size:15px;font-weight:600;letter-spacing:.03em;transition:background .18s;display:inline-block}.btn-dark:hover{background:#333}.marquee-wrap{overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marqueeScroll var(--duration, 20s) linear infinite}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement-bar{text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.1em;font-weight:500}.site-header{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:200}.site-header__logo{font-size:22px;font-weight:800;letter-spacing:.03em}.site-header__nav{display:flex;gap:32px}.site-header__nav a{font-size:13px;font-weight:500;color:#555;transition:color .15s}.site-header__nav a:hover{color:var(--gold)}.site-header__actions{display:flex;align-items:center;gap:16px}.header-cart{background:var(--black);color:#fff;padding:9px 20px;border-radius:5px;font-size:13px;font-weight:700;letter-spacing:.04em;transition:background .15s}.header-cart:hover{background:#333}.hero{position:relative;height:90vh;min-height:560px;overflow:hidden;background:#0e0d0c}.hero__bg{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 24px}.hero__badge{font-size:12px;letter-spacing:.18em;font-weight:600;background:#c7965a38;border:1px solid rgba(199,150,90,.5);padding:5px 16px;border-radius:20px;display:inline-block;margin-bottom:18px}.hero__title{font-size:clamp(34px,6vw,70px);font-weight:800;line-height:1.1;max-width:860px;margin-bottom:18px;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero__sub{font-size:16px;opacity:.88;max-width:500px;line-height:1.65;margin-bottom:28px}.hero__reviews{font-size:13px;opacity:.9;margin-bottom:26px}.hero__reviews strong{color:#f0a500}.hero__cta{margin-bottom:14px}.hero__guarantee{font-size:11px;opacity:.6;letter-spacing:.08em}.press{padding:28px 40px;border-bottom:1px solid var(--border)}.press__label{text-align:center;font-size:11px;letter-spacing:.15em;font-weight:700;color:var(--text-muted);text-transform:uppercase;margin-bottom:18px}.press__logos{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;opacity:.5;filter:grayscale(1)}.press__logos span{font-size:17px;font-weight:800;letter-spacing:-.01em}.featured-product{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;padding:64px 40px;max-width:1200px;margin:0 auto}.fp-gallery__main{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:10px}.fp-gallery__main img{width:100%;aspect-ratio:1/1;object-fit:cover}.fp-gallery__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.fp-gallery__thumb{border-radius:var(--radius);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .18s}.fp-gallery__thumb.active,.fp-gallery__thumb:hover{border-color:var(--gold)}.fp-gallery__thumb img{width:100%;aspect-ratio:1/1;object-fit:cover}.fp-info__stars{color:#f0a500;font-size:16px;margin-bottom:4px}.fp-info__rcount{font-size:13px;color:var(--text-muted);margin-bottom:14px}.fp-info__title{font-size:30px;font-weight:800;line-height:1.2;margin-bottom:10px}.fp-info__desc{font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:22px}.fp-info__price{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.fp-info__price-was{font-size:17px;color:#aaa;text-decoration:line-through}.fp-info__price-now{font-size:28px;font-weight:800}.fp-info__price-badge{background:var(--black);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px}.fp-info__var-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.fp-info__sizes{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.fp-size-btn{border:1.5px solid #ddd;border-radius:var(--radius);padding:9px 18px;font-size:14px;font-weight:500;cursor:pointer;background:#fff;transition:.18s;color:var(--black)}.fp-size-btn:hover,.fp-size-btn.active{border-color:var(--black);background:var(--black);color:#fff}.fp-info__atc{width:100%;background:var(--gold);color:#fff;border-radius:var(--radius);padding:17px;font-size:16px;font-weight:700;letter-spacing:.03em;transition:background .18s;margin-bottom:10px}.fp-info__atc:hover{background:var(--gold-dark)}.fp-info__buynow{width:100%;background:var(--black);color:#fff;border-radius:var(--radius);padding:14px;font-size:14px;font-weight:600;letter-spacing:.03em;transition:background .18s}.fp-info__buynow:hover{background:#333}.why-section{max-width:1200px;margin:80px auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.why-section__img img{width:100%;border-radius:var(--radius-lg);aspect-ratio:4/5;object-fit:cover}.why-section__eyebrow{margin-bottom:14px}.why-section__title{font-size:36px;font-weight:800;margin-bottom:18px}.why-section__desc{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:32px}.why-bullets li{padding:14px 0;border-top:1px solid var(--border);display:flex;align-items:flex-start;gap:14px}.why-bullets li:last-child{border-bottom:1px solid var(--border)}.why-bullet__icon{width:38px;height:38px;border-radius:50%;background:var(--off-white);border:1px solid var(--border-warm);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;margin-top:1px}.why-bullet__title{font-size:14px;font-weight:700;margin-bottom:4px}.why-bullet__text{font-size:13px;color:#777;line-height:1.55}.why-section__cta{margin-top:28px}.how-section{max-width:1200px;margin:0 auto 80px;padding:0 40px}.how-section__header{text-align:center;margin-bottom:56px}.how-section__title{font-size:36px;font-weight:800;margin-bottom:10px}.how-section__sub{font-size:15px;color:#777;max-width:520px;margin:0 auto}.how-step{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:80px}.how-step--reversed{direction:rtl}.how-step--reversed>*{direction:ltr}.how-step__img img{width:100%;border-radius:var(--radius-lg);aspect-ratio:4/3;object-fit:cover}.how-step__num{font-size:72px;font-weight:800;color:#eeebe6;line-height:1;margin-bottom:4px}.how-step__eyebrow{margin-bottom:10px}.how-step__title{font-size:24px;font-weight:800;margin-bottom:14px;line-height:1.25}.how-step__text{font-size:14px;color:var(--text-secondary);line-height:1.75}.hero2{position:relative;height:70vh;min-height:480px;overflow:hidden;background:#0e0d0c}.hero2__bg{width:100%;height:100%;object-fit:cover;opacity:.6}.hero2__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 8%}.hero2__eyebrow{margin-bottom:14px}.hero2__title{font-size:clamp(28px,4.5vw,54px);font-weight:800;color:#fff;line-height:1.15;max-width:620px;margin-bottom:22px;text-shadow:0 2px 16px rgba(0,0,0,.5)}.hero2__features{margin-bottom:32px}.hero2__features li{color:#ffffffe0;font-size:14px;padding:6px 0;display:flex;align-items:center;gap:10px}.hero2__features li:before{content:"\2726";color:var(--gold);font-size:12px;flex-shrink:0}.reviews-section{max-width:1200px;margin:80px auto;padding:0 40px}.reviews-section__header{text-align:center;margin-bottom:48px}.reviews-section__intro{font-size:11px;letter-spacing:.15em;font-weight:700;color:var(--text-muted);text-transform:uppercase;margin-bottom:8px}.reviews-section__title{font-size:clamp(24px,3.5vw,36px);font-weight:800;margin-bottom:8px}.reviews-section__sub{font-size:14px;color:var(--text-muted)}.reviews-stats{display:flex;justify-content:center;gap:40px;margin-top:18px}.review-stat__num{font-size:28px;font-weight:800}.review-stat__label{font-size:12px;color:var(--text-muted);letter-spacing:.08em;font-weight:600}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.review-card{border-radius:10px;overflow:hidden;border:1px solid var(--border)}.review-card__img{aspect-ratio:4/3;overflow:hidden}.review-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.review-card:hover .review-card__img img{transform:scale(1.04)}.review-card__body{padding:14px}.review-card__stars{color:#f0a500;font-size:13px;margin-bottom:6px}.review-card__name{font-size:13px;font-weight:700;margin-bottom:4px}.review-card__text{font-size:12px;color:var(--text-secondary);line-height:1.55}.review-card__when{font-size:11px;color:#bbb;margin-top:8px}.trust-strip{background:var(--off-white);border-top:1px solid var(--border-warm);border-bottom:1px solid var(--border-warm);padding:44px 40px}.trust-strip__inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.trust-item__icon{font-size:30px;margin-bottom:10px}.trust-item__title{font-size:14px;font-weight:700;margin-bottom:5px}.trust-item__text{font-size:13px;color:#888;line-height:1.5}.site-footer{background:var(--black);color:#fff;padding:48px 40px 0}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding-bottom:40px}.site-footer h4{font-size:12px;letter-spacing:.12em;font-weight:700;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.footer-brand__desc{font-size:13px;color:#888;line-height:1.65;margin-bottom:18px}.footer-email-form{display:flex;gap:8px}.footer-email-form input{flex:1;background:#2a2a2a;border:none;border-radius:5px;padding:10px 14px;font-size:13px;color:#fff;font-family:var(--font)}.footer-email-form input::placeholder{color:#666}.footer-email-form button{background:var(--gold);color:#fff;border-radius:5px;padding:10px 16px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s;white-space:nowrap}.footer-email-form button:hover{background:var(--gold-dark)}.site-footer__links li{margin-bottom:9px}.site-footer__links a{font-size:13px;color:#888;transition:color .15s}.site-footer__links a:hover{color:#fff}.site-footer__copy{border-top:1px solid #2a2a2a;max-width:1200px;margin:0 auto;padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#555;flex-wrap:wrap;gap:12px}.pay-chips{display:flex;gap:5px;flex-wrap:wrap}.pay-chip{background:#2a2a2a;border-radius:3px;padding:3px 7px;font-size:10px;color:#888}@media(max-width:960px){.container{padding:0 20px}.site-header{padding:14px 20px}.site-header__nav{display:none}.featured-product{grid-template-columns:1fr;gap:28px;padding:40px 20px}.fp-gallery__thumbs{grid-template-columns:repeat(6,1fr)}.why-section{grid-template-columns:1fr;gap:32px;padding:0 20px;margin:40px auto}.how-section{padding:0 20px}.how-step,.how-step--reversed{grid-template-columns:1fr;gap:24px;direction:ltr}.how-step__num{font-size:48px}.reviews-section{padding:0 20px;margin:48px auto}.review-grid{grid-template-columns:repeat(2,1fr)}.trust-strip__inner,.site-footer__grid{grid-template-columns:1fr}.press{padding:24px 20px}.press__logos{gap:20px}}@media(max-width:480px){.review-grid{grid-template-columns:1fr}.hero__title{font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
