:root{--gold:#D7A62A;--gold2:#F2C14E;--black:#070707;--panel:#101010;--muted:#b8b8b8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:#fff;font-family:Arial,Helvetica,sans-serif}.announcement{text-align:center;background:#050505;border-bottom:1px solid #6f5417;color:#eee;padding:10px 16px;font-size:13px;letter-spacing:.7px}.header-main{height:82px;display:flex;align-items:center;gap:24px;padding:0 5%;border-bottom:1px solid #242424;background:#090909;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#f5cf6a;font-weight:700;letter-spacing:3px;font-family:Georgia,serif;font-size:23px}.brand-v{font-size:34px;font-style:italic;color:var(--gold2)}.icon-btn{background:none;border:0;color:#fff;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;position:relative}.icon-btn svg,.search-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icon-btn:hover,.search-icon:hover{color:var(--gold2)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:18px}.search-form{display:flex;border:1px solid #6e551d;border-radius:30px;overflow:hidden;background:#0d0d0d}.search-form input{width:190px;background:none;border:0;color:#fff;padding:11px 15px;outline:0}.search-icon{background:none;color:var(--gold2);border:0;padding:0 12px;display:flex;align-items:center;cursor:pointer}.cart-count{position:absolute;top:-4px;right:-7px;background:var(--gold);color:#000;border-radius:50%;font-size:10px;min-width:18px;height:18px;text-align:center;padding-top:4px}.drawer{position:fixed;left:0;top:0;bottom:0;width:310px;background:#090909;border-right:1px solid #6f5417;padding:28px;z-index:50;transform:translate(-105%);transition:.3s;box-shadow:20px 0 60px #000}.drawer.open{transform:translate(0)}.drawer-head{display:flex;justify-content:space-between;margin-bottom:30px;color:var(--gold2);font-size:22px}.drawer a{display:block;color:#fff;text-decoration:none;padding:15px 16px;margin:7px 0;border:1px solid transparent;border-radius:9px;transition:.2s}.drawer a:hover,.drawer a.active{color:#080808;background:linear-gradient(135deg,var(--gold2),var(--gold));border-color:var(--gold);font-weight:800;box-shadow:0 7px 18px #d7a62a2e;transform:translate(3px)}.hero-wrap{padding:0 2%;background:#050505}.hero-slider{height:min(620px,62vw);min-height:470px;position:relative;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity .6s}.hero-slide.is-active{opacity:1}.hero-copy{height:100%;width:55%;padding:8% 5%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.9) 58%,transparent)}.eyebrow{color:var(--gold2);font-size:15px;letter-spacing:2px;font-weight:700;margin-bottom:15px}.hero-copy h1{font-family:Impact,Arial Black,sans-serif;font-size:clamp(38px,5vw,78px);line-height:.98;margin:0;text-transform:uppercase}.hero-copy h1 span{color:var(--gold2)}.hero-copy p{max-width:600px;color:#ddd;font-size:18px;line-height:1.5}.gold-btn,.outline-btn{display:inline-flex;box-shadow:0 8px 24px #00000047;transition:transform .2s,box-shadow .2s,border-color .2s;align-items:center;justify-content:center;gap:28px;border:1px solid var(--gold);background:linear-gradient(135deg,var(--gold2),var(--gold));color:#080808;text-decoration:none;padding:15px 26px;border-radius:8px;font-weight:800;cursor:pointer}.outline-btn{background:transparent;color:var(--gold2)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0009;border:1px solid #7e611c;color:#fff;width:42px;height:42px;border-radius:50%;font-size:30px;cursor:pointer}.hero-arrow.prev{left:15px}.hero-arrow.next{right:15px}.dots{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:flex;gap:10px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:#eee;opacity:.8}.dot.active{background:var(--gold2)}.section{padding:55px 5%}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:27px;font-weight:800}.section-title a{font-size:14px;color:var(--gold2);text-decoration:none}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:18px}.category-card{text-align:center;color:#fff;text-decoration:none}.circle{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;border:2px solid var(--gold);background:#151515}.circle img{width:100%;height:100%;object-fit:cover}.category-card span{display:block;margin-top:10px;font-size:13px}.about{background:radial-gradient(circle at 70% 50%,#38280a,#080808 55%);border-top:1px solid #241d0d;border-bottom:1px solid #241d0d}.about-inner{max-width:850px;margin:auto;text-align:center}.about h2,.lead-inner h2,.newsletter h2{font-family:Georgia,serif;font-size:42px;margin:0 0 15px}.about p{color:#c9c9c9;line-height:1.8;font-size:17px}.trust{padding-top:30px;padding-bottom:30px}.trust-grid{border:1px solid #555;border-radius:14px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.trust-grid div{padding:25px 18px;border-right:1px solid #444;display:grid;grid-template-columns:42px 1fr;gap:2px 12px;align-items:center}.trust-grid div:last-child{border-right:0}.trust-grid div:first-letter{color:var(--gold2)}.trust-grid strong{color:#eee}.trust-grid span{color:#aaa}.offers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:15px}.offer{min-height:180px;border:1px solid #624b16;border-radius:12px;padding:28px;background:linear-gradient(135deg,#0a0a0a,#241b0c);text-decoration:none;color:#fff;display:flex;align-items:flex-end}.offer b{display:block;color:var(--gold2);font-size:30px}.offer span,.offer em{display:block;margin-top:8px;color:#ddd}.offer em{color:var(--gold2);font-style:normal}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#101010;border:1px solid #242424;border-radius:10px;overflow:hidden;text-decoration:none;color:#fff}.product-card:hover{border-color:var(--gold)}.product-card img{width:100%;aspect-ratio:1;object-fit:cover}.p-info{padding:15px}.p-info h3{font-size:15px;margin:0 0 8px}.p-info strong,.price{color:var(--gold2)}.lead-section{background:#0c0c0c}.contact-socials{margin-top:30px}.contact-social-title{display:block;color:var(--gold2);font-size:12px;font-weight:800;letter-spacing:2px;margin-bottom:12px}.contact-social-icons{display:flex;flex-wrap:wrap;gap:10px}.social-icon{width:46px;height:46px!important;padding:0!important;border:1px solid #4a4a4a;border-radius:10px;display:inline-flex!important;align-items:center;justify-content:center;background:#111;color:#fff;text-decoration:none;transition:.2s}.social-icon:hover{border-color:var(--gold);color:var(--gold2);transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.social-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.lead-inner{max-width:1000px;margin:auto;display:grid;grid-template-columns:1fr 1.2fr;gap:50px}.lead-form{display:grid;gap:14px}.lead-form label{display:grid;gap:6px;color:#ddd}.lead-form input,.lead-form textarea,.newsletter-form input,.search-page input{background:#111;border:1px solid #454545;border-radius:7px;padding:13px;color:#fff;outline:none}.lead-form input:focus,.lead-form textarea:focus{border-color:var(--gold)}.success{color:#8bd18b}.error{color:#ff8f8f}.newsletter{background:linear-gradient(90deg,#151515,#29200d);text-align:center}.newsletter-form{max-width:650px;margin:25px auto 0;display:flex;gap:10px}.newsletter-form input{flex:1}.footer{padding:55px 5% 25px;background:#0a0a0a;border-top:1px solid #272727}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px}.footer-brand{margin-bottom:18px}.footer p{color:#aaa;line-height:1.6;max-width:430px}.footer h4{color:var(--gold2);letter-spacing:1px}.footer a:not(.brand){display:block;color:#ddd;text-decoration:none;padding:7px 0}.footer a:hover{color:var(--gold2)}.gold-link{color:var(--gold2)!important;font-weight:700}.footer-bottom{border-top:1px solid #282828;margin-top:40px;padding-top:18px;color:#777;text-align:center;font-size:13px}.page-content{min-height:50vh}.page-content h1{font-family:Georgia,serif;font-size:44px}.search-page{display:flex;gap:10px;max-width:700px;margin-bottom:35px}.search-page input{flex:1}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.product-detail>img{width:100%;border:1px solid #292929;border-radius:12px}.product-detail h1{font-size:42px}.product-detail form{margin-top:25px}.cart-list{display:grid;gap:10px;margin:25px 0}.cart-item{display:grid;grid-template-columns:1fr auto 80px;gap:20px;border-bottom:1px solid #333;padding:15px}.cart-item input{background:#111;color:#fff;border:1px solid #555;padding:8px}.cart-total{font-size:20px;margin-bottom:20px}.cart-total strong{color:var(--gold2)}@media(max-width:900px){.category-grid{grid-template-columns:repeat(4,1fr)}.hero-copy{width:70%}.offers,.lead-inner,.product-detail{grid-template-columns:1fr}.product-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div:nth-child(2){border-right:0}.footer-grid{grid-template-columns:1fr 1fr}.search-form input{width:120px}}@media(max-width:600px){.announcement{font-size:11px}.header-main{height:68px;padding:0 4%;gap:12px}.brand{font-size:18px;letter-spacing:2px}.brand-v{font-size:27px}.search-form{display:none}.hero-slider{min-height:480px;height:120vw}.hero-copy{width:100%;padding:70px 7% 30px;justify-content:flex-start;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.88) 75%,transparent)}.hero-copy h1{font-size:40px}.hero-copy p{font-size:14px}.category-grid{grid-template-columns:repeat(4,1fr);gap:14px}.category-card span{font-size:11px}.section{padding:38px 4%}.section-title{font-size:21px}.product-grid{gap:10px}.trust-grid{grid-template-columns:1fr}.trust-grid div{border-right:0!important;border-bottom:1px solid #444}.footer-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.about h2,.lead-inner h2,.newsletter h2,.product-detail h1{font-size:31px}}.gold-btn:hover,.outline-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #d7a62a2e}.category-card{transition:transform .2s}.category-card:hover{transform:translateY(-4px)}.offer{background-size:cover;background-position:center;position:relative;overflow:hidden}.offer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000eb,#00000040);pointer-events:none}.offer>div{position:relative;z-index:1}@media(max-width:600px){.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.category-card{min-width:112px;scroll-snap-align:start}.circle{width:112px}.category-grid::-webkit-scrollbar{height:4px}.category-grid::-webkit-scrollbar-thumb{background:var(--gold)}}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:12px 30px;margin-top:18px}.footer-links a{color:#eee;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.footer-links a:hover{color:var(--gold2);transform:translate(3px)}.brand-name{font-family:Georgia,serif;font-size:30px;letter-spacing:4px;color:var(--gold2);font-weight:700}@media(max-width:600px){.footer-links{grid-template-columns:1fr 1fr}.brand-name{font-size:24px;letter-spacing:3px}}.product-card{display:flex;flex-direction:column;min-height:100%;transition:transform .2s,border-color .2s,box-shadow .2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #d7a62a1a}.product-image-link{display:block;line-height:0}.product-title-link{display:block;color:#fff;text-decoration:none}.product-title-link:hover{color:var(--gold2)}.p-info{display:flex;flex-direction:column;align-items:stretch;flex:1}.p-info strong{display:block;margin-top:auto;padding-top:4px;font-size:15px}.buy-now-btn{margin-top:14px;min-height:44px;width:100%;display:flex;align-items:center;justify-content:center;gap:14px;border-radius:7px;border:1px solid var(--gold2);background:linear-gradient(135deg,var(--gold2),var(--gold));color:#080808;text-decoration:none;font-size:13px;font-weight:900;letter-spacing:.7px;box-shadow:0 5px 16px #f2c14e29;transition:transform .2s,filter .2s,box-shadow .2s}.buy-now-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 8px 22px #f2c14e40}.buy-now-btn span{font-size:18px;line-height:1}.buy-now-btn[aria-disabled=true]{opacity:.5;pointer-events:none;filter:grayscale(.3)}@media(max-width:600px){.buy-now-btn{min-height:42px;font-size:12px;margin-top:12px}.p-info{padding:12px}.p-info h3{min-height:36px}}.contact-links-section{padding:70px 20px;background:linear-gradient(135deg,#11110f,#19150b);border-top:1px solid rgba(215,166,42,.16)}.contact-links-inner{max-width:1100px;margin:0 auto;text-align:center}.contact-links-inner h2{margin:8px 0 12px}.contact-links-inner p{max-width:720px;margin:0 auto 24px;opacity:.82;line-height:1.7}.contact-email-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;margin:0 auto 28px;min-width:260px}.policy-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.policy-links a{color:#fff;text-decoration:none;opacity:.86;font-size:14px}.policy-links a:hover{opacity:1;color:#d7a62a}.cart-item-info{display:flex;flex-direction:column;gap:5px;min-width:0}.cart-item-info strong{font-size:15px;color:#fff}.cart-item-info small{color:#aaa;font-size:12px}.cart-remove{display:inline-block;width:max-content;color:#e9b84b;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.4px;margin-top:3px}.cart-remove:hover{color:#fff;text-decoration:underline}.cart-line-price{color:var(--gold2);font-weight:800;align-self:center}.cart-qty{display:flex;flex-direction:column;gap:5px}.cart-qty label{font-size:11px;color:#999}.cart-qty input{width:80px}@media(max-width:600px){.cart-item{grid-template-columns:1fr auto;gap:12px}.cart-line-price{align-self:start}.cart-qty{grid-column:2}.cart-remove{font-size:13px}}html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{overflow-x:hidden}img{max-width:100%;height:auto}button,a,input,textarea{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--gold2);outline-offset:3px}.gold-btn,.outline-btn,.buy-now-btn,.cart-remove{min-height:44px}.product-card{position:relative;display:flex;flex-direction:column;height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #00000047}.product-image-link{display:block;overflow:hidden;background:#151515}.product-card img{display:block;transition:transform .35s ease}.product-card:hover .product-card img{transform:scale(1.035)}.p-info{display:flex;flex-direction:column;align-items:flex-start;flex:1}.product-title-link{color:#fff;text-decoration:none;width:100%}.p-info h3{line-height:1.35;min-height:40px}.p-info strong{font-size:17px;margin-bottom:12px}.buy-now-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:auto;padding:12px 14px;border-radius:8px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#080808;text-decoration:none;font-weight:900;letter-spacing:.5px;border:1px solid #f4c95a;box-shadow:0 8px 20px #00000038;transition:transform .2s,box-shadow .2s}.buy-now-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px #00000052}.buy-now-btn[aria-disabled=true]{opacity:.45;pointer-events:none;filter:grayscale(1)}.cart-page{max-width:1180px;margin:auto}.cart-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.cart-heading h1{font-family:Georgia,serif;font-size:clamp(34px,4vw,54px);margin:0}.cart-subtitle{margin:8px 0 0;color:#999}.cart-count-pill{border:1px solid #5c4718;color:var(--gold2);background:#111;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:800;white-space:nowrap}.cart-list{gap:14px;margin:0 0 24px}.cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) 130px 130px;gap:20px;align-items:center;padding:16px;background:linear-gradient(135deg,#111,#0b0b0b);border:1px solid #292929;border-radius:14px;box-shadow:0 10px 30px #00000029;transition:border-color .2s,transform .2s}.cart-item:hover{border-color:#5d4818;transform:translateY(-1px)}.cart-item-media{display:block;width:96px;height:96px;border-radius:10px;overflow:hidden;border:1px solid #333;background:#151515}.cart-item-media img{width:100%;height:100%;object-fit:cover;display:block}.cart-image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--gold2);font:700 30px Georgia,serif}.cart-item-info{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.cart-product-title{color:#fff;text-decoration:none;font-size:16px;font-weight:800;line-height:1.35;margin-bottom:5px}.cart-product-title:hover{color:var(--gold2)}.cart-item-info small{color:#999;margin-bottom:6px}.cart-unit-price{font-size:12px;color:#777;margin-bottom:10px}.cart-remove{display:inline-flex;align-items:center;gap:6px;color:#d2d2d2;text-decoration:none;border:1px solid #393939;background:#151515;border-radius:7px;padding:7px 10px;font-size:12px;font-weight:800;transition:.2s}.cart-remove:hover{color:#ffb7b7;border-color:#8a4b4b;background:#1b1010;transform:translateY(-1px)}.remove-icon{font-size:18px;line-height:12px;color:#ff9a9a}.cart-qty{display:flex;flex-direction:column;gap:7px;align-items:flex-start}.cart-qty label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#777;font-weight:800}.qty-control{display:flex;border:1px solid #444;border-radius:8px;overflow:hidden;background:#0c0c0c}.qty-control input{width:80px;height:42px;background:transparent;color:#fff;border:0;padding:0 12px;text-align:center;font-weight:800;outline:0}.cart-line-price{text-align:right;color:var(--gold2);font-weight:900;font-size:17px;white-space:nowrap}.cart-summary{margin-left:auto;max-width:500px;border-top:1px solid #2b2b2b;padding-top:22px}.cart-total-row{display:flex;justify-content:space-between;gap:20px;font-size:18px}.cart-total-row strong{color:var(--gold2);font-size:24px}.cart-note{color:#777;font-size:12px;margin:8px 0 18px}.cart-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px}.cart-actions .gold-btn,.cart-actions .outline-btn{width:100%;padding:13px 14px;min-height:48px}.empty-cart-card{text-align:center;border:1px solid #292929;border-radius:16px;background:radial-gradient(circle at 50% 20%,#221a0a,#0d0d0d 58%);padding:70px 24px;box-shadow:0 18px 45px #00000038}.empty-cart-icon{font-size:42px;margin-bottom:12px}.empty-cart-card h2{font-family:Georgia,serif;font-size:32px;margin:0 0 8px}.empty-cart-card p{color:#999;margin:0 auto 24px;max-width:420px}@media(max-width:900px){.section,.header-main{padding-left:4%;padding-right:4%}.hero-copy{width:75%}.product-grid{gap:14px}.cart-item{grid-template-columns:82px minmax(0,1fr) 100px;gap:14px}.cart-item-media{width:82px;height:82px}.cart-line-price{grid-column:2/4;text-align:left;padding-top:0}.cart-qty{grid-column:3;grid-row:1;justify-self:end}.cart-item-info{grid-column:2;grid-row:1}}@media(max-width:600px){.section{padding:34px 4%}.header-main{height:64px;gap:7px}.header-actions{gap:4px}.icon-btn{width:40px;height:40px}.brand{font-size:17px;letter-spacing:1.5px}.brand-v{font-size:25px}.hero-slider{min-height:430px;height:125vw}.hero-copy{width:100%;padding:58px 7% 30px;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.9) 82%,transparent)}.hero-copy h1{font-size:clamp(34px,10vw,46px)}.hero-copy p{font-size:14px;line-height:1.45}.gold-btn,.outline-btn{width:100%;padding:13px 18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{border-radius:9px}.p-info{padding:11px}.p-info h3{font-size:13px;min-height:35px}.p-info strong{font-size:15px;margin-bottom:9px}.buy-now-btn{font-size:11px;min-height:43px;padding:10px 7px}.cart-heading{align-items:flex-start;flex-direction:column;margin-bottom:20px}.cart-heading h1{font-size:36px}.cart-count-pill{align-self:flex-start}.cart-item{grid-template-columns:70px minmax(0,1fr);gap:11px;padding:12px;border-radius:12px;position:relative}.cart-item-media{width:70px;height:70px}.cart-item-info{grid-column:2;grid-row:1;min-width:0;padding-right:4px}.cart-product-title{font-size:14px}.cart-unit-price{font-size:11px}.cart-remove{font-size:11px;padding:6px 8px;min-height:36px}.cart-qty{grid-column:1;grid-row:2;align-items:flex-start}.qty-control input{width:68px;height:38px}.cart-line-price{grid-column:2;grid-row:2;align-self:end;text-align:right;font-size:15px;padding:0 2px 6px}.cart-summary{max-width:none}.cart-total-row{font-size:16px}.cart-total-row strong{font-size:22px}.cart-actions{grid-template-columns:1fr;gap:9px}.cart-actions .outline-btn,.cart-actions .gold-btn{min-height:48px}.empty-cart-card{padding:52px 18px}.empty-cart-card h2{font-size:28px}.newsletter-form{gap:9px}.footer{padding:40px 4% 20px}.footer-grid{gap:28px}}@media(max-width:380px){.brand{font-size:15px}.brand-v{font-size:23px}.product-grid{gap:7px}.p-info{padding:9px}.buy-now-btn{font-size:10px}.cart-item{grid-template-columns:62px minmax(0,1fr);padding:10px}.cart-item-media{width:62px;height:62px}}@media(max-width:600px){.hero-wrap{padding:0;background:#050505}.hero-slider{height:auto;min-height:0;aspect-ratio:3 / 4;background:#050505}.hero-slide{background-size:100% auto;background-repeat:no-repeat;background-position:center top;background-color:#050505}.hero-copy{position:absolute;left:0;right:0;top:auto;bottom:0;height:auto;min-height:48%;width:100%;padding:34px 7% 24px;justify-content:flex-end;background:linear-gradient(180deg,transparent 0%,rgba(5,5,5,.72) 22%,#050505 62%)}.hero-copy .eyebrow{font-size:11px;margin-bottom:8px;letter-spacing:1.5px}.hero-copy h1{font-size:clamp(28px,8.5vw,40px);line-height:1}.hero-copy p{font-size:12px;line-height:1.35;margin:9px 0 13px;max-width:100%}.hero-copy .gold-btn{width:auto;min-width:155px;padding:11px 17px;font-size:12px}.hero-arrow{width:36px;height:36px;font-size:25px}.hero-arrow.prev{left:9px}.hero-arrow.next{right:9px}.dots{bottom:10px}}html,body{max-width:100%;overflow-x:hidden}img,svg,video{max-width:100%}button,a,input,textarea,select{max-width:100%}.section,.page-content{width:100%;margin-inline:auto}@media(min-width:1200px){.hero-slider{height:clamp(560px,42vw,720px)}.section{padding-left:clamp(40px,5vw,90px);padding-right:clamp(40px,5vw,90px)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:601px)and (max-width:1199px){.header-main{padding-inline:clamp(18px,4vw,50px);gap:clamp(10px,2vw,22px)}.hero-wrap{padding-inline:0}.hero-slider{height:clamp(440px,58vw,620px);min-height:440px}.hero-copy{width:min(68%,720px);padding:clamp(35px,6vw,70px)}.hero-copy h1{font-size:clamp(38px,6vw,68px)}.hero-copy p{font-size:clamp(14px,1.5vw,18px)}.section{padding:clamp(38px,5vw,60px) clamp(20px,4vw,55px)}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,2vw,20px)}.footer-grid{gap:clamp(25px,4vw,55px)}}@media(max-width:600px){.section{padding-inline:clamp(14px,4vw,24px)}.section-title{gap:12px;flex-wrap:wrap}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.product-card,.product-card img{min-width:0}.product-card img{height:auto;aspect-ratio:1/1;object-fit:cover}.p-info h3{overflow-wrap:anywhere}.hero-slider{width:100%;max-width:100vw}.hero-slide{width:100%;max-width:100%}.hero-copy{max-width:100%}.gold-btn,.outline-btn,.buy-now-btn{max-width:100%;white-space:normal;text-align:center}.newsletter-form input{min-width:0;width:100%}.footer-grid{min-width:0}}@media(max-width:380px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card img{aspect-ratio:1/1}.p-info h3{font-size:12px}.p-info strong{font-size:14px}.buy-now-btn{min-width:0;width:100%;padding-inline:5px}.hero-copy{padding-inline:6%}}.card-product-actions{margin-top:auto;width:100%}.card-product-form{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%}.add-to-cart-btn,.buy-now-btn{min-height:44px;width:100%;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:11px 9px;font-size:11px;font-weight:900;letter-spacing:.55px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s}.add-to-cart-btn{border:1px solid #5a5a5a;background:linear-gradient(135deg,#202020,#111);color:#fff;box-shadow:0 6px 16px #0003}.add-to-cart-btn b{font-size:17px;color:var(--gold2);line-height:1}.add-to-cart-btn:hover{border-color:var(--gold);color:var(--gold2);transform:translateY(-1px);box-shadow:0 9px 20px #0000004d}.buy-now-btn{border:1px solid var(--gold2);background:linear-gradient(135deg,var(--gold2),var(--gold));color:#080808;box-shadow:0 6px 18px #f2c14e29}.buy-now-btn b{font-size:16px;line-height:1}.buy-now-btn:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 10px 22px #f2c14e3d}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.4)}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.product-actions .gold-btn,.product-actions .outline-btn{width:100%}@media(max-width:600px){.card-product-form{grid-template-columns:1fr;gap:7px}.add-to-cart-btn,.buy-now-btn{min-height:42px;font-size:10.5px;padding:10px 7px}.product-actions{grid-template-columns:1fr;gap:9px}}@media(min-width:601px)and (max-width:900px){.card-product-form{grid-template-columns:1fr 1fr;gap:7px}.add-to-cart-btn,.buy-now-btn{font-size:10px;padding-inline:6px}}.hero-slider{position:relative;aspect-ratio:3/2;height:auto;min-height:0;background:#050505;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-image-link{display:block;width:100%;height:100%;line-height:0}.hero-slide img{display:block;width:100%;height:100%;object-fit:contain;background:#050505}.hero-arrow{z-index:3}.electric-posts-section{padding-top:42px;padding-bottom:42px}.electric-posts-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.electric-posts-head .eyebrow{display:block;margin:0 0 7px;font-size:12px}.electric-posts-head h2{margin:0;font-size:28px;letter-spacing:.4px}.electric-posts-head p{margin:7px 0 0;color:#9f9f9f;font-size:14px}.gold-outline-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid #8a681d;color:var(--gold2);text-decoration:none;padding:10px 16px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.gold-outline-link:hover{background:#151108;border-color:var(--gold2)}.electric-post-slider{position:relative;aspect-ratio:3/2;overflow:hidden;border:1px solid rgba(242,193,78,.38);border-radius:20px;background:#050505;box-shadow:0 24px 70px #00000073;touch-action:pan-y}.electric-post-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.electric-post-slide.is-active{opacity:1;visibility:visible}.electric-post-link{display:block;width:100%;height:100%;line-height:0}.electric-post-slide img{width:100%;height:100%;display:block;object-fit:contain;background:#050505}.electric-post-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(242,193,78,.7);background:#000000ad;color:#fff;font-size:32px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.electric-post-arrow.prev{left:16px}.electric-post-arrow.next{right:16px}.electric-post-arrow:hover{background:#15110a;color:var(--gold2)}.electric-post-dots{position:absolute;z-index:3;left:50%;bottom:14px;transform:translate(-50%);display:flex;gap:7px;padding:7px 10px;border-radius:999px;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.electric-post-dot{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#aaa;cursor:pointer}.electric-post-dot.active{background:var(--gold2);transform:scale(1.25)}@media(max-width:600px){.hero-wrap{padding:0}.hero-slider{aspect-ratio:3/2;border-radius:0}.hero-slide img{object-fit:contain}.hero-arrow{width:34px;height:34px;font-size:24px}.electric-posts-section{padding-top:30px;padding-bottom:30px}.electric-posts-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:15px}.electric-posts-head h2{font-size:21px}.electric-posts-head p{font-size:12px}.gold-outline-link{padding:9px 13px}.electric-post-slider{border-radius:12px}.electric-post-arrow{width:34px;height:34px;font-size:24px}.electric-post-arrow.prev{left:8px}.electric-post-arrow.next{right:8px}}.about-actions{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:24px}.about-actions .gold-btn,.about-actions .outline-btn{min-width:150px}.lead-thankyou{border:1px solid #6f5417;border-radius:20px;padding:34px;background:radial-gradient(circle at 80% 10%,rgba(215,166,42,.16),transparent 45%),linear-gradient(145deg,#111,#080808);box-shadow:0 22px 60px #00000059}.lead-thankyou .thank-icon{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gold2);color:#080808;font-size:42px;font-weight:900;margin-bottom:22px;box-shadow:0 12px 30px #f2c14e2e}.lead-thankyou h3{font-family:Georgia,serif;font-size:44px;margin:0 0 10px}.lead-thankyou p{color:#cfcfcf;line-height:1.7;margin:0 0 24px}@media(max-width:600px){.about-actions{flex-direction:column}.about-actions .gold-btn,.about-actions .outline-btn{width:100%}.lead-thankyou{padding:24px;border-radius:16px}.lead-thankyou h3{font-size:34px}.lead-thankyou .gold-btn{width:100%;font-size:12px;padding:13px 14px}}.thankyou-page{min-height:68vh;display:flex;align-items:center;justify-content:center;padding:70px 5%;background:#070707}.thankyou-page-card{width:min(900px,100%);padding:48px;border-radius:22px}.thankyou-page-card h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,70px);margin:0 0 18px;color:#fff}.thankyou-page-card p{font-size:clamp(17px,2.2vw,22px);line-height:1.75;color:#cfcfcf;max-width:760px;margin:0 0 30px}.thank-actions{display:flex;gap:14px;flex-wrap:wrap}.thank-actions .gold-btn,.thank-actions .outline-btn{min-width:210px}@media(max-width:600px){.thankyou-page{min-height:72vh;padding:38px 5%}.thankyou-page-card{padding:26px 22px;border-radius:17px}.thankyou-page-card h1{font-size:38px}.thankyou-page-card p{font-size:16px;line-height:1.65}.thank-actions{display:grid;grid-template-columns:1fr;gap:10px}.thank-actions .gold-btn,.thank-actions .outline-btn{width:100%;min-width:0}}html,body{width:100%;max-width:100%;overflow-x:hidden}img{max-width:100%}.site-header,.header-main,.section,.footer,.hero-wrap{width:100%;max-width:100%}.hero-wrap{padding-inline:0}.hero-slider{width:100%;height:auto;aspect-ratio:3/2;max-height:620px}.hero-slide img,.electric-post-slide img{object-fit:contain;object-position:center;width:100%;height:100%;max-width:100%;max-height:100%}.electric-post-slider{width:100%;aspect-ratio:3/2;max-height:620px}.hero-copy,.lead-inner,.thankyou-page-card,.product-detail,.footer-grid,.electric-posts-head{min-width:0;max-width:100%}.hero-copy h1,.section-title,.electric-posts-head h2,.lead-inner h2,.thankyou-page-card h1{overflow-wrap:anywhere}.gold-btn,.outline-btn,.buy-now-btn,.add-to-cart-btn{max-width:100%;white-space:normal}@media(min-width:601px)and (max-width:1100px){.header-main{padding-inline:24px;gap:14px}.header-actions{gap:10px}.search-form input{width:150px}.hero-slider,.electric-post-slider{max-height:560px}.section{padding-inline:4%}.lead-inner{gap:28px}.footer-grid{gap:30px}}@media(max-width:600px){.announcement{padding:8px 10px;font-size:10px;line-height:1.35}.header-main{height:66px;padding:0 12px;gap:7px}.icon-btn{width:38px;height:38px;flex:0 0 38px}.icon-btn svg,.search-icon svg{width:23px;height:23px}.brand{font-size:18px;letter-spacing:2px;min-width:0;white-space:nowrap}.header-actions{gap:4px}.cart-icon{flex:0 0 38px}.hero-wrap{padding:0}.hero-slider{width:100%;height:auto;aspect-ratio:3/2;max-height:none;min-height:0}.hero-slide,.hero-image-link,.hero-slide img{width:100%;height:100%}.hero-slide img{object-fit:contain}.hero-arrow{width:34px;height:34px;font-size:23px}.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}.section{padding:32px 14px}.electric-posts-section{padding:28px 14px}.electric-posts-head{width:100%;margin-bottom:12px}.electric-posts-head h2{font-size:20px;line-height:1.15}.electric-posts-head p{font-size:12px;line-height:1.45}.electric-post-slider{width:100%;height:auto;aspect-ratio:3/2;max-height:none;border-radius:12px}.electric-post-slide,.electric-post-link,.electric-post-slide img{width:100%;height:100%}.electric-post-slide img{object-fit:contain}.electric-post-arrow{width:34px;height:34px;font-size:23px}.electric-post-arrow.prev{left:7px}.electric-post-arrow.next{right:7px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.circle{width:100%;height:auto}.category-card span{font-size:10px;line-height:1.25;overflow-wrap:anywhere}.offers{grid-template-columns:1fr;gap:12px}.offer{min-height:150px;padding:20px}.offer b{font-size:24px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{min-width:0}.p-info{padding:11px}.p-info h3{font-size:13px;line-height:1.3}.lead-inner{grid-template-columns:1fr;gap:28px;width:100%}.lead-inner h2{font-size:34px;line-height:1.1}.lead-inner>div{min-width:0}.lead-form{width:100%;min-width:0}.lead-form input,.lead-form textarea{width:100%;max-width:100%;font-size:16px;padding:12px}.lead-form textarea{min-height:120px;resize:vertical}.lead-form .gold-btn{width:100%;min-height:50px}.newsletter-form{flex-direction:column;width:100%;min-width:0}.newsletter-form input,.newsletter-form .gold-btn{width:100%;max-width:100%}.footer{padding:38px 14px 20px}.footer-grid{grid-template-columns:1fr;gap:24px}.thankyou-page{min-height:calc(100svh - 130px);padding:28px 14px}.thankyou-page-card{width:100%;max-width:100%;padding:24px 18px;border-radius:16px}.thankyou-page-card .thank-icon{width:62px;height:62px;font-size:38px;margin-bottom:18px}.thankyou-page-card h1{font-size:clamp(34px,10vw,44px);line-height:1.05}.thankyou-page-card p{font-size:16px;line-height:1.6;overflow-wrap:anywhere}.thank-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%}.thank-actions .gold-btn,.thank-actions .outline-btn{width:100%;min-width:0;min-height:48px;padding:13px 12px}}@media(max-width:380px){.header-main{padding-inline:9px}.brand{font-size:16px;letter-spacing:1.5px}.category-grid{gap:8px}.electric-posts-section,.section{padding-inline:10px}}.brand{min-width:0;line-height:0}.brand-logo{display:block;width:clamp(150px,18vw,225px);height:auto;max-height:52px;object-fit:contain;object-position:left center}.footer-brand{display:inline-flex;align-items:center}.footer-brand-logo{display:block;width:min(220px,70vw);height:auto;max-height:58px;object-fit:contain}.hero-slider{aspect-ratio:1536 / 900;height:auto;min-height:0;max-height:none}.hero-slide img{object-fit:contain;object-position:center;width:100%;height:100%;background:#050505}@media(min-width:601px){.hero-slider{max-height:none}}@media(max-width:600px){.header-main{height:66px;padding-inline:10px}.brand-logo{width:145px;max-height:42px}.hero-slider{aspect-ratio:1536 / 900;min-height:0;height:auto;max-height:none}.hero-slide,.hero-image-link,.hero-slide img{width:100%;height:100%}.hero-slide img{object-fit:contain}.section{width:100%;max-width:100%;overflow:hidden}.category-grid,.offers,.product-grid,.trust-grid{width:100%;max-width:100%}.footer-brand-logo{width:170px;max-height:45px}}@media(max-width:380px){.brand-logo{width:132px}}html.lead-thankyou-route .site-header,html.lead-thankyou-route .footer{display:none!important}html.lead-thankyou-route,html.lead-thankyou-route body{min-height:100%;background:#070707}html.lead-thankyou-route #MainContent{min-height:100svh}html.lead-thankyou-route .thankyou-page{min-height:100svh;padding:clamp(22px,5vw,70px)}html.lead-thankyou-route .thankyou-page-card{margin-inline:auto}html.lead-thankyou-route #StorePageContent{display:none!important}html.lead-thankyou-route #LeadThankYou{display:flex!important}@media(max-width:600px){html,body{width:100%;max-width:100%;overflow-x:hidden}.categories-section{overflow:hidden}.category-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px 10px!important;width:100%!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}.category-card{min-width:0!important;width:100%!important;max-width:100%}.circle{width:100%!important;aspect-ratio:1/1;height:auto!important;border-width:2px}.category-card span{display:block;width:100%;margin-top:8px;font-size:10.5px;line-height:1.25;text-align:center;overflow-wrap:anywhere;word-break:normal}.hero-wrap{width:100%;padding:0!important;overflow:hidden}.hero-slider{width:100%!important;height:auto!important;aspect-ratio:1536/900!important;min-height:0!important;max-height:none!important}.hero-slide,.hero-image-link,.hero-slide img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.hero-slide img{object-fit:contain!important;object-position:center center!important}.electric-posts-section,.products{width:100%;max-width:100%;overflow:hidden}.electric-post-slider{width:100%!important;aspect-ratio:1536/900!important;height:auto!important;max-height:none!important}.electric-post-slide,.electric-post-link,.electric-post-slide img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.electric-post-slide img{object-fit:contain!important;object-position:center center!important}}@media(max-width:380px){.category-grid{gap:13px 8px!important}.category-card span{font-size:9.5px}.section{padding-inline:10px!important}}@media(min-width:601px){.thankyou-page-card{max-width:920px}.thank-actions{align-items:stretch}.thank-actions .gold-btn,.thank-actions .outline-btn{min-height:52px}}@media(max-width:600px){.thankyou-page{width:100%;overflow:hidden}.thankyou-page-card{width:100%;max-width:100%;overflow:hidden}.thank-actions .gold-btn,.thank-actions .outline-btn{font-size:12px;line-height:1.2}}.offers{align-items:stretch}.offer{min-height:205px;padding:26px 28px;background-size:cover;background-position:center;box-shadow:0 18px 45px #00000047;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.offer:hover{transform:translateY(-4px);border-color:var(--gold2);box-shadow:0 24px 55px #0000006b}.offer:after{background:linear-gradient(90deg,#000000f0,#000000b8 48%,#0000002e)}.offer>div{max-width:72%}.offer b{font-family:Impact,Arial Black,sans-serif;font-size:29px;letter-spacing:.5px;line-height:1.05}.offer span{font-size:15px;line-height:1.35}.offer em{font-size:14px;font-weight:800;margin-top:13px}.thankyou-page{min-height:72vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 75% 15%,rgba(242,193,78,.13),transparent 40%),#070707}.thankyou-page-card{width:min(820px,100%);padding:48px;border:1px solid #6f5417;border-radius:22px;background:linear-gradient(145deg,#121212,#080808);box-shadow:0 25px 80px #0000006b}.thankyou-page-card h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,70px);margin:0 0 14px;color:#fff}.thankyou-page-card p{font-size:18px;line-height:1.75;color:#cfcfcf;max-width:720px;margin:0 0 28px}.thank-actions{display:flex;gap:12px;flex-wrap:wrap}.thank-actions .gold-btn{min-width:230px}@media(max-width:600px){.offers{grid-template-columns:1fr;gap:12px}.offer{min-height:165px;padding:22px;border-radius:13px}.offer>div{max-width:82%}.offer b{font-size:25px}.offer span{font-size:13px}.thankyou-page{min-height:calc(100svh - 120px);padding:28px 14px}.thankyou-page-card{padding:28px 20px;border-radius:17px}.thankyou-page-card p{font-size:16px;line-height:1.6}.thank-actions,.thank-actions .gold-btn{width:100%}}.categories-section .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px 30px!important;align-items:start}.categories-section .category-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}.categories-section .circle{width:min(100%,250px)!important;aspect-ratio:1/1!important;height:auto!important;flex:0 0 auto!important;border:2px solid var(--gold)!important;border-radius:50%!important;overflow:hidden!important;background:#151515!important;box-shadow:0 0 0 1px #f2c14e14,0 8px 24px #0000002e!important}@media(max-width:900px){.categories-section .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px 14px!important}.categories-section .circle{width:min(100%,190px)!important}.categories-section .category-card span{font-size:13px!important}}@media(max-width:600px){.categories-section .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px 8px!important}.categories-section .circle{width:100%!important;max-width:none!important;border-width:2px!important}.categories-section .category-card span{font-size:10px!important;line-height:1.25!important;margin-top:7px!important}}.offers-section{padding-top:28px;padding-bottom:38px}.offers-title{margin-bottom:18px}.offers-slider-wrap{position:relative;width:100%;overflow:hidden}.offers-slider{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%}.offer-card{position:relative;display:flex;min-width:0;min-height:265px;border:1px solid #4a3b18;border-radius:13px;overflow:hidden;background:#0b0b0b;color:#fff;text-decoration:none;box-shadow:0 14px 35px #00000040;isolation:isolate;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.offer-card:hover{transform:translateY(-4px);border-color:var(--gold2);box-shadow:0 20px 45px #0006}.offer-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:-3;transform:scale(1.01);transition:transform .35s ease}.offer-card:hover .offer-card-bg{transform:scale(1.06)}.offer-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000f7,#000000d1 43%,#0000002e);z-index:-2}.offer-card-content{position:relative;z-index:2;width:64%;padding:28px 22px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.offer-card-content b{font-family:Impact,Arial Black,sans-serif;font-size:30px;line-height:1.02;letter-spacing:.5px;color:var(--gold2);text-transform:uppercase}.offer-card-content span{margin-top:16px;color:#f0f0f0;font-size:15px;line-height:1.45}.offer-card-content em{margin-top:22px;color:var(--gold2);font-size:15px;font-style:normal;font-weight:800}.offers-dots{display:flex;justify-content:center;gap:12px;margin-top:20px}.offer-dot{width:12px;height:12px;border:0;border-radius:50%;padding:0;background:#777;cursor:pointer;transition:transform .2s,background .2s}.offer-dot.is-active{background:var(--gold2);transform:scale(1.08)}@media(max-width:1100px){.offers-slider{gap:12px}.offer-card{min-height:235px}.offer-card-content{padding:24px 18px;width:70%}.offer-card-content b{font-size:25px}.offer-card-content span,.offer-card-content em{font-size:13px}}@media(max-width:900px){.offers-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding:2px 1px 8px;cursor:grab;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.offers-slider::-webkit-scrollbar{display:none}.offer-card{flex:0 0 78%;min-height:245px;scroll-snap-align:start}.offers-dots{display:flex}}@media(max-width:600px){.offers-section{padding-top:28px;padding-bottom:32px}.offers-title{font-size:21px}.offers-slider{gap:10px}.offer-card{flex-basis:88%;min-height:225px;border-radius:12px}.offer-card-content{padding:24px 20px;width:72%}.offer-card-content b{font-size:27px}.offer-card-content span{font-size:14px;margin-top:13px}.offer-card-content em{font-size:14px;margin-top:18px}}.categories-section .category-slider-wrap{position:relative;width:100%;overflow:hidden}.categories-section .category-slider{display:flex!important;gap:30px!important;width:100%;overflow-x:auto!important;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px 8px 12px;touch-action:pan-x}.categories-section .category-slider::-webkit-scrollbar{display:none}.categories-section .category-card{flex:0 0 calc((100% - 90px)/4)!important;width:auto!important;min-width:0!important;scroll-snap-align:start;scroll-snap-stop:always;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;text-decoration:none!important}.categories-section .category-card:hover{background:transparent!important;border:0!important;box-shadow:none!important;transform:translateY(-3px)}.categories-section .circle{width:100%!important;aspect-ratio:1/1!important;height:auto!important;flex:0 0 auto!important;border:2px solid var(--gold)!important;border-radius:50%!important;overflow:hidden!important;background:#151515!important;box-shadow:0 0 0 1px #f2c14e14,0 8px 24px #0000002e!important}.categories-section .circle img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border:0!important;border-radius:50%!important}.categories-section .category-card span{display:block!important;width:100%!important;margin:12px 0 0!important;padding:0!important;color:#f4f4f4!important;font-size:15px!important;line-height:1.3!important;font-weight:500!important;text-align:center!important;background:transparent!important;border:0!important;box-shadow:none!important}.categories-section .category-nav{position:absolute;z-index:5;top:calc(50% - 28px);width:44px;height:56px;border:1px solid rgba(242,193,78,.65);border-radius:12px;background:#080808e0;color:var(--gold2);font-size:42px;line-height:42px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px #00000059}.categories-section .category-prev{left:0}.categories-section .category-next{right:0}.categories-section .category-nav:hover{background:#171717;transform:scale(1.04)}.categories-section .category-dots{display:flex;justify-content:center;gap:10px;margin-top:12px;min-height:10px}.categories-section .category-dot{width:10px;height:10px;border:0;border-radius:50%;padding:0;background:#777;cursor:pointer}.categories-section .category-dot.active{background:var(--gold2);transform:scale(1.1)}@media(max-width:900px){.categories-section .category-slider{gap:18px;padding-left:34px;padding-right:34px}.categories-section .category-card{flex-basis:calc((100% - 18px)/2)!important}.categories-section .category-card span{font-size:13px!important}.categories-section .category-nav{width:38px;height:48px;font-size:34px;top:calc(50% - 24px)}}@media(max-width:600px){.categories-section .category-slider{gap:14px;padding-left:36px;padding-right:36px}.categories-section .category-card{flex-basis:calc((100% - 14px)/2)!important}.categories-section .category-card span{font-size:12px!important;margin-top:8px!important}.categories-section .category-nav{width:34px;height:44px;border-radius:10px;font-size:30px;top:calc(50% - 22px)}}.categories-section .category-slider{display:flex!important;gap:0!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-padding:0!important;padding:6px 0 10px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.categories-section .category-card{flex:0 0 25%!important;width:25%!important;padding:0 12px!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;scroll-snap-align:start!important}.categories-section .category-card:hover{transform:none!important}.categories-section .circle{width:100%!important;max-width:190px!important;margin:0 auto!important;aspect-ratio:1!important;border:2px solid var(--gold2)!important;border-radius:50%!important;box-shadow:0 0 0 1px #f2c14e1f,0 10px 28px #00000047!important}.categories-section .category-card span{display:block!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:12px auto 0!important;color:#f4f4f4!important;font-size:14px!important;line-height:1.25!important;font-weight:600!important;text-align:center!important}.categories-section .category-dots{margin-top:16px!important;min-height:12px}.categories-section .category-dot{width:10px!important;height:10px!important;border-radius:50%!important;border:0!important;background:#777!important}.categories-section .category-dot.active{background:var(--gold2)!important}.form-note{margin:2px 0 0;color:#777;font-size:12px;line-height:1.5}.lead-form button[disabled]{opacity:.7;cursor:wait;transform:none}@media(max-width:900px){.categories-section .category-card{flex-basis:33.3333%!important;width:33.3333%!important;padding:0 9px!important}.categories-section .circle{max-width:180px!important}}@media(max-width:600px){.categories-section .category-slider{padding-left:0!important;padding-right:0!important}.categories-section .category-card{flex-basis:50%!important;width:50%!important;padding:0 8px!important}.categories-section .circle{max-width:160px!important}.categories-section .category-card span{font-size:12px!important;margin-top:9px!important}}.lead-thankyou{border:1px solid #6f5417!important;border-radius:24px!important;padding:58px 68px!important;background:radial-gradient(circle at 78% 16%,rgba(215,166,42,.18),transparent 44%),linear-gradient(145deg,#151515,#080808)!important;box-shadow:0 25px 80px #0000007a!important}.lead-thankyou .thank-icon{width:94px;height:94px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8ca45,#f0ad00);color:#080808;font-size:62px;font-weight:900;margin:0 0 38px;box-shadow:0 12px 34px #f2c14e33}.lead-thankyou .eyebrow{font-size:20px;letter-spacing:3px;margin-bottom:22px}.lead-thankyou h1{font-family:Georgia,serif;font-size:clamp(50px,7vw,82px);line-height:1;margin:0 0 28px;color:#fff}.lead-thankyou p{font-size:clamp(18px,2.1vw,26px);line-height:1.75;color:#d2d2d2;max-width:850px;margin:0 0 38px}.lead-thankyou .thank-actions{display:block;width:100%}.lead-thankyou .thank-home-btn{width:100%;min-height:70px;border-radius:12px;font-size:20px;letter-spacing:.2px;gap:10px}@media(max-width:600px){.thankyou-page{min-height:100svh!important;padding:24px 16px!important}.lead-thankyou{padding:36px 22px!important;border-radius:20px!important}.lead-thankyou .thank-icon{width:74px;height:74px;font-size:48px;margin-bottom:30px}.lead-thankyou .eyebrow{font-size:14px;letter-spacing:2.4px;margin-bottom:18px}.lead-thankyou h1{font-size:46px;margin-bottom:24px}.lead-thankyou p{font-size:17px;line-height:1.65;margin-bottom:30px}.lead-thankyou .thank-home-btn{min-height:62px;font-size:16px}}.categories-section .category-slider{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-ms-overflow-style:none!important;gap:0!important;padding:6px 0 8px!important}.categories-section .category-slider::-webkit-scrollbar{display:none!important}.categories-section .category-card{flex:0 0 25%!important;width:25%!important;min-width:25%!important;padding:0 5px!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;scroll-snap-align:start!important;text-decoration:none!important}.categories-section .category-card:hover,.categories-section .category-card:active,.categories-section .category-card:focus{background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important}.categories-section .category-card .circle{width:100%!important;max-width:110px!important;aspect-ratio:1/1!important;height:auto!important;margin:0 auto!important;padding:0!important;overflow:hidden!important;border:2px solid var(--gold2)!important;border-radius:50%!important;background:#151515!important;box-shadow:0 6px 18px #00000038!important}.categories-section .category-card .circle img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border:0!important;border-radius:50%!important}.categories-section .category-card span{display:block!important;width:100%!important;margin:7px auto 0!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important;color:#f4f4f4!important;font-size:12px!important;line-height:1.2!important;font-weight:600!important;text-align:center!important;white-space:normal!important}.categories-section .category-dots{display:flex!important;justify-content:center!important;gap:8px!important;margin-top:12px!important}@media(max-width:900px){.categories-section .category-card{flex-basis:25%!important;width:25%!important;min-width:25%!important;padding:0 5px!important}.categories-section .category-card .circle{max-width:100px!important}.categories-section .category-card span{font-size:11px!important}}@media(max-width:600px){.categories-section .category-slider{padding-left:0!important;padding-right:0!important}.categories-section .category-card{flex-basis:25%!important;width:25%!important;min-width:25%!important;padding:0 3px!important}.categories-section .category-card .circle{width:100%!important;max-width:82px!important;border-width:1.5px!important}.categories-section .category-card span{font-size:9.5px!important;line-height:1.15!important;margin-top:6px!important}}.lead-thankyou .thank-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:100%}.lead-thankyou .thank-actions .gold-btn,.lead-thankyou .thank-actions .outline-btn{width:100%;min-height:58px}@media(max-width:600px){.lead-thankyou .thank-actions{grid-template-columns:1fr;gap:10px}.lead-thankyou .thank-actions .gold-btn,.lead-thankyou .thank-actions .outline-btn{min-height:54px}}body.veerzon-thanks-open{overflow:hidden!important}.veerzon-thanks-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483647!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;background:#030303e0!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;animation:veerzonThanksFade .18s ease-out both}.veerzon-thanks-card{position:relative!important;width:min(920px,100%)!important;max-height:calc(100svh - 48px)!important;overflow:auto!important;padding:58px 68px 52px!important;border:1.5px solid #7b5a14!important;border-radius:26px!important;background:radial-gradient(circle at 78% 10%,rgba(221,166,31,.14),transparent 40%),radial-gradient(circle at 12% 100%,rgba(221,166,31,.06),transparent 36%),linear-gradient(145deg,#151515,#0b0b0b 68%,#070707)!important;box-shadow:0 30px 100px #000000b8,inset 0 1px #ffffff08!important;color:#fff!important;text-align:left!important;animation:veerzonThanksUp .24s ease-out both}.veerzon-thanks-check{width:116px!important;height:116px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;margin:0 0 38px!important;background:linear-gradient(135deg,#ffd13f,#efa900)!important;color:#090909!important;font-size:76px!important;line-height:1!important;font-weight:900!important;box-shadow:0 0 0 1px #ffcd3a38,0 18px 45px #f2c14e2b!important}.veerzon-thanks-eyebrow{margin:0 0 18px!important;color:#f3bb2c!important;font-size:clamp(15px,2vw,23px)!important;font-weight:800!important;letter-spacing:3.5px!important}.veerzon-thanks-card h2{margin:0 0 26px!important;color:#fff!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(52px,7vw,88px)!important;line-height:.98!important;letter-spacing:-1px!important}.veerzon-thanks-card p{max-width:820px!important;margin:0 0 42px!important;color:#d0d0d0!important;font-size:clamp(18px,2.1vw,27px)!important;line-height:1.7!important}.veerzon-thanks-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important;min-height:76px!important;padding:16px 24px!important;border:1px solid rgba(255,211,71,.5)!important;border-radius:13px!important;background:linear-gradient(135deg,#ffd13f,#f0ad00)!important;color:#090909!important;text-decoration:none!important;font-size:clamp(17px,2vw,23px)!important;font-weight:900!important;letter-spacing:.3px!important;box-shadow:0 12px 30px #0000004d!important;transition:transform .16s ease,filter .16s ease!important}.veerzon-thanks-button:hover{transform:translateY(-1px)!important;filter:brightness(1.04)!important}.veerzon-thanks-button span{font-size:1.2em!important}.veerzon-thanks-x{position:absolute!important;top:18px!important;right:20px!important;width:42px!important;height:42px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:50%!important;background:#ffffff0a!important;color:#fff!important;font-size:28px!important;line-height:1!important;cursor:pointer!important}.veerzon-thanks-x:hover{background:#ffffff1a!important}@keyframes veerzonThanksFade{0%{opacity:0}to{opacity:1}}@keyframes veerzonThanksUp{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:600px){.veerzon-thanks-overlay{padding:14px!important}.veerzon-thanks-card{padding:42px 22px 24px!important;border-radius:20px!important;max-height:calc(100svh - 28px)!important}.veerzon-thanks-check{width:78px!important;height:78px!important;font-size:51px!important;margin-bottom:28px!important}.veerzon-thanks-eyebrow{font-size:13px!important;letter-spacing:2.2px!important;margin-bottom:15px!important}.veerzon-thanks-card h2{font-size:48px!important;margin-bottom:22px!important}.veerzon-thanks-card p{font-size:17px!important;line-height:1.62!important;margin-bottom:28px!important}.veerzon-thanks-button{min-height:62px!important;font-size:15px!important;border-radius:11px!important}.veerzon-thanks-x{top:12px!important;right:12px!important;width:36px!important;height:36px!important;font-size:23px!important}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/theme.css.map */
