@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#111;color:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}:root{--gold: #D89E6A;--gold-l: #E4A770;--gold-d: #b8941f;--black: #111111;--black-l: #1a1a1a;--black-ll: #2a2a2a;--brown: #c8956c;--white: #ffffff;--gray: #f5f5f5;--border: #e5e5e5;--border-dark: rgba(216,158,106,.2);--font-h: "Cinzel", serif;--font-b: "Inter", sans-serif;--radius: 8px;--shadow: 0 4px 24px rgba(0,0,0,.4)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--black-l)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}#hc-honeycomb-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.shopify-section,header,main,footer,.hc-header,.hc-announcement,.page-width{position:relative;z-index:1}.hc-skip{position:absolute;top:-40px;left:16px;background:var(--gold);color:var(--black);padding:8px 16px;border-radius:var(--radius);font-weight:700;z-index:999;transition:top .2s}.hc-skip:focus{top:8px}.hc-announcement{background:var(--black);color:#ffffffb3;text-align:center;padding:10px 16px;font-size:13px;letter-spacing:1px}.hc-announcement strong{color:var(--gold)}.hc-marquee{background:var(--gold);color:var(--black);padding:10px 0;overflow:hidden;white-space:nowrap}.hc-marquee-track{display:inline-flex;animation:hc-mq 30s linear infinite}.hc-marquee span{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:3px;padding:0 24px}@keyframes hc-mq{to{transform:translate(-50%)}}.hc-header{position:sticky;top:0;z-index:100;background:#111111f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-dark)}.hc-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:72px}.hc-logo{font-family:var(--font-h);font-size:22px;font-weight:700;color:var(--gold);letter-spacing:2px;display:flex;align-items:center;gap:10px}.hc-logo img{height:44px;width:auto}.hc-nav{display:flex;gap:32px}.hc-nav a{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#ffffffb3;transition:color .2s}.hc-nav a:hover{color:var(--gold)}.hc-header-actions{display:flex;align-items:center;gap:16px}.hc-cart-btn{position:relative;color:#fffc;padding:8px;transition:color .2s}.hc-cart-btn:hover{color:var(--gold)}.hc-cart-count{position:absolute;top:2px;right:2px;background:var(--gold);color:var(--black);width:18px;height:18px;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.hc-menu-btn{display:none;color:#fffc;padding:8px}@media(max-width:768px){.hc-nav{display:none}.hc-menu-btn{display:flex;align-items:center;justify-content:center}}.hc-mobile-nav{display:none;flex-direction:column;background:var(--black-l);border-bottom:1px solid var(--border-dark);padding:16px;gap:4px}.hc-mobile-nav.open{display:flex}.hc-mobile-nav a{padding:12px 16px;font-size:14px;color:#fffc;border-radius:var(--radius);transition:all .2s}.hc-mobile-nav a:hover{background:var(--border-dark);color:var(--gold)}.hc-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:120px 16px 60px;position:relative}.hc-hero-card{background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-dark);border-radius:24px;padding:48px 32px;max-width:700px;width:100%;text-align:center;animation:hc-fade-up .8s ease-out}@media(min-width:640px){.hc-hero-card{padding:64px 48px}}.hc-hero-eyebrow{color:var(--gold);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:4px;margin-bottom:16px}.hc-hero-title{font-family:var(--font-h);font-size:clamp(28px,6vw,60px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:12px}.hc-hero-title span{background:linear-gradient(to right,var(--gold),var(--gold-l),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hc-hero-desc{font-size:clamp(15px,2.5vw,18px);color:#ffffffb3;max-width:560px;margin:0 auto 32px;line-height:1.6}.hc-hero-buttons{display:flex;flex-direction:column;gap:12px;justify-content:center;margin-bottom:28px}@media(min-width:640px){.hc-hero-buttons{flex-direction:row;gap:16px}}.hc-hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 20px;color:#ffffff80;font-size:13px}.hc-hero-trust span{display:flex;align-items:center;gap:6px}.hc-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:var(--gold);color:var(--black);font-family:var(--font-b);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius);transition:all .25s;box-shadow:0 0 20px #d89e6a40}.hc-btn-primary:hover{background:var(--gold-l);transform:translateY(-2px);box-shadow:0 4px 24px #d89e6a66}.hc-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border:2px solid var(--gold);color:var(--gold);font-family:var(--font-b);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius);transition:all .25s;background:transparent}.hc-btn-outline:hover{background:var(--gold);color:var(--black)}.hc-trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 40px;padding:28px 16px;background:#fff;border-top:1px solid var(--border)}.hc-trust-item{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--black);font-weight:500}.hc-trust-icon{width:40px;height:40px;border-radius:50%;background:var(--gray);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.hc-products-section{padding:80px 16px;background:var(--black-l)}.hc-section-header{text-align:center;margin-bottom:48px}.hc-section-eyebrow{color:var(--gold);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:4px;margin-bottom:12px}.hc-section-title{font-family:var(--font-h);font-size:clamp(28px,4vw,42px);font-weight:700;color:#fff;line-height:1.2}.hc-section-subtitle{color:#fff9;margin-top:12px;font-size:16px}.hc-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1100px;margin:0 auto}.hc-prod-card{background:var(--black-ll);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:all .3s}.hc-prod-card:hover{transform:translateY(-6px);border-color:var(--border-dark);box-shadow:0 16px 48px #00000080}.hc-prod-img-wrap{position:relative;background:var(--black-l);aspect-ratio:1;overflow:hidden}.hc-prod-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hc-prod-card:hover .hc-prod-img-wrap img{transform:scale(1.05)}.hc-prod-badge{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--black);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:4px 10px;border-radius:4px}.hc-prod-badge.new{background:var(--black);color:var(--gold);border:1px solid var(--gold)}.hc-prod-tag{position:absolute;top:12px;right:12px;background:#000000b3;color:var(--gold);font-size:10px;font-weight:600;padding:4px 10px;border-radius:4px;border:1px solid var(--border-dark)}.hc-prod-body{padding:20px}.hc-prod-target{color:var(--gold);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:6px}.hc-prod-name{font-family:var(--font-h);font-size:20px;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.2}.hc-prod-desc{font-size:13px;color:#ffffff8c;line-height:1.5;margin-bottom:16px}.hc-prod-price-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}.hc-prod-price{font-size:22px;font-weight:700;color:var(--gold)}.hc-prod-price-from{font-size:12px;color:#fff6;margin-right:4px}.hc-prod-card-btn{width:100%;padding:12px;background:var(--gold);color:var(--black);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius);transition:all .25s;display:flex;align-items:center;justify-content:center;gap:8px}.hc-prod-card-btn:hover{background:var(--gold-l)}.hc-product-page{max-width:1200px;margin:0 auto;padding:40px 16px}.hc-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media(max-width:768px){.hc-product-grid{grid-template-columns:1fr;gap:24px}}.hc-gallery{background:#1a1a1a;border-radius:16px;padding:20px}.hc-main-img{aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:10px;overflow:hidden}.hc-main-img img{width:100%;height:100%;object-fit:contain}.hc-thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.hc-thumbs::-webkit-scrollbar{display:none}.hc-thumb{width:72px;height:72px;flex-shrink:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:#111;transition:border-color .2s}.hc-thumb.active{border-color:var(--gold)}.hc-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.hc-prod-info{color:#fff}.hc-prod-subtitle{color:var(--brown);font-size:12px;text-transform:uppercase;letter-spacing:3px;font-weight:600;margin-bottom:8px}.hc-prod-title{font-family:var(--font-h);font-size:clamp(26px,4vw,38px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:20px}.hc-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.hc-price-main{font-size:34px;font-weight:700;color:var(--gold)}.hc-price-orig{font-size:18px;color:#555;text-decoration:line-through}.hc-savings{color:#4caf50;font-size:13px;font-weight:600;margin-bottom:24px}.hc-variants-label{font-size:13px;font-weight:600;color:#ffffffb3;margin-bottom:10px;display:block}.hc-variant-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:20px}@media(min-width:480px){.hc-variant-grid{grid-template-columns:repeat(4,1fr)}}.hc-variant-btn{border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;padding:10px 8px;cursor:pointer;font-size:12px;text-align:left;transition:all .2s;border-radius:var(--radius);line-height:1.4}.hc-variant-btn:hover{border-color:var(--gold)}.hc-variant-btn.active{background:var(--gold);color:var(--black);border-color:var(--gold)}.hc-variant-name{display:block;font-weight:600}.hc-variant-sub{display:block;font-size:10px;opacity:.7;margin-top:2px}.hc-cart-row{display:flex;gap:10px;margin-bottom:12px}.hc-qty-box{display:flex;align-items:center;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);overflow:hidden;height:50px}.hc-qty-btn{width:44px;height:100%;background:#ffffff0d;color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s}.hc-qty-btn:hover{background:#ffffff1a}.hc-qty-val{min-width:40px;text-align:center;font-weight:700;font-size:15px}.hc-add-cart{flex:1;height:50px;background:var(--gold);color:var(--black);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;gap:8px;transition:all .25s}.hc-add-cart:hover{background:var(--gold-l)}.hc-wa-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);color:#fff9;font-size:13px;transition:all .2s;margin-bottom:24px}.hc-wa-btn:hover{border-color:#25d366;color:#25d366}.hc-bulk{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;margin-top:8px}.hc-bulk-hdr{display:flex;align-items:center;gap:12px;margin-bottom:14px}.hc-bulk-hdr:before,.hc-bulk-hdr:after{content:"";flex:1;height:1px;background:#ffffff1a}.hc-bulk-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--gold);white-space:nowrap}.hc-tier{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:10px;margin-bottom:8px;cursor:pointer;transition:all .2s}.hc-tier:hover{border-color:#d89e6a66}.hc-tier.sel{border-color:var(--gold);background:#d89e6a14}.hc-tier-left{display:flex;align-items:center;gap:10px}.hc-tier-radio{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hc-tier.sel .hc-tier-radio{border-color:var(--gold)}.hc-tier-dot{width:10px;height:10px;background:var(--gold);border-radius:50%;display:none}.hc-tier.sel .hc-tier-dot{display:block}.hc-tier-label{font-size:13px;font-weight:500;color:#fff}.hc-tier-save{font-size:10px;background:var(--gold);color:var(--black);padding:2px 8px;border-radius:3px;text-transform:uppercase;letter-spacing:1px;margin-left:6px;font-weight:700}.hc-tier-price{font-size:14px;font-weight:700;color:var(--gold)}.hc-tier-was{font-size:12px;color:#555;text-decoration:line-through}.hc-desc-panel{background:#1a1a1a;border-top:1px solid rgba(255,255,255,.06);padding:40px 16px}.hc-desc-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px}@media(max-width:768px){.hc-desc-inner{grid-template-columns:1fr}}.hc-desc-text{font-size:14px;line-height:1.8;color:#ffffffb3}.hc-feats-title{font-family:var(--font-h);font-size:18px;font-weight:600;margin-bottom:16px;color:#fff}.hc-feats-list{list-style:none}.hc-feats-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:13px;color:#ffffffa6;line-height:1.5}.hc-feats-list li:before{content:"\2713";color:var(--gold);font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}.hc-testimonials{padding:80px 16px;background:var(--black)}.hc-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:1100px;margin:48px auto 0}.hc-review-card{background:var(--black-l);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:24px}.hc-stars{color:var(--gold);font-size:16px;letter-spacing:2px;margin-bottom:12px}.hc-review-text{font-size:14px;color:#ffffffb3;line-height:1.6;margin-bottom:16px;font-style:italic}.hc-reviewer{display:flex;align-items:center;gap:10px}.hc-reviewer-avatar{width:36px;height:36px;border-radius:50%;background:var(--border-dark);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--gold);border:1px solid var(--border-dark)}.hc-reviewer-name{font-size:13px;font-weight:600;color:#fff}.hc-reviewer-meta{font-size:11px;color:#fff6}.hc-faq{padding:80px 16px;background:var(--black-l)}.hc-faq-inner{max-width:760px;margin:48px auto 0}.hc-faq-item{border-bottom:1px solid rgba(255,255,255,.08)}.hc-faq-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;background:none;border:none;font-family:var(--font-b);font-size:15px;font-weight:600;color:#fff;cursor:pointer;text-align:left;gap:16px}.hc-faq-btn:hover{color:var(--gold)}.hc-faq-icon{font-size:22px;flex-shrink:0;color:var(--gold);transition:transform .3s}.hc-faq-item.open .hc-faq-icon{transform:rotate(45deg)}.hc-faq-body{display:none;padding:0 0 18px;font-size:14px;color:#fff9;line-height:1.7}.hc-faq-item.open .hc-faq-body{display:block}.hc-payments-bar{background:var(--black-ll);border-top:1px solid rgba(255,255,255,.06);padding:32px 16px;text-align:center}.hc-payments-label{color:#ffffff59;font-size:11px;text-transform:uppercase;letter-spacing:3px;margin-bottom:20px}.hc-payments-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 28px}.hc-payment-item{display:flex;align-items:center;gap:8px;color:#fff9;font-size:13px;font-weight:500}.hc-payments-secure{color:#ffffff4d;font-size:11px;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:6px}.hc-footer{background:var(--black);border-top:1px solid rgba(255,255,255,.06);padding:60px 16px 24px}.hc-footer-grid{max-width:1100px;margin:0 auto 48px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}@media(max-width:768px){.hc-footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){.hc-footer-grid{grid-template-columns:1fr}}.hc-footer-brand .hc-logo{font-size:20px;margin-bottom:12px;display:block}.hc-footer-tagline{font-size:13px;color:#ffffff80;line-height:1.6;margin-bottom:20px}.hc-footer-social{display:flex;gap:10px}.hc-social-btn{width:36px;height:36px;border-radius:50%;background:#d89e6a1a;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:15px;transition:all .2s}.hc-social-btn:hover{background:var(--gold);color:var(--black)}.hc-footer-col-title{font-family:var(--font-h);font-size:13px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.hc-footer-links{list-style:none}.hc-footer-links li{margin-bottom:8px}.hc-footer-links a{font-size:13px;color:#ffffff80;transition:color .2s}.hc-footer-links a:hover{color:var(--gold)}.hc-footer-bottom{max-width:1100px;margin:0 auto;border-top:1px solid rgba(255,255,255,.06);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.hc-footer-copy{font-size:12px;color:#ffffff4d}.hc-footer-legal{display:flex;gap:16px}.hc-footer-legal a{font-size:12px;color:#ffffff4d}.hc-footer-legal a:hover{color:var(--gold)}.hc-wa-float{position:fixed!important;bottom:28px!important;right:28px!important;z-index:9999!important;display:flex!important;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 4px 24px #25d3668c;text-decoration:none;animation:hc-pulse-wa 2.2s ease-in-out infinite;transition:transform .25s,box-shadow .25s}.hc-wa-float:hover{transform:scale(1.12)!important;box-shadow:0 6px 32px #25d366bf}@keyframes hc-pulse-wa{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 36px #25d366bf,0 0 0 8px #25d3661a}}@keyframes hc-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hc-fade-up{animation:hc-fade-up .6s ease-out forwards}.hc-container{max-width:1200px;margin:0 auto}.hc-text-gold{color:var(--gold)}.hc-divider{height:1px;background:#ffffff14;margin:40px 0}@media(max-width:767px){body{font-size:15px}.hc-header-inner{height:60px;padding:0 12px}.hc-logo{font-size:17px}.hc-logo img{height:36px}.hc-nav{display:none!important}.hc-menu-btn{display:flex!important}.hc-cart-btn svg{width:20px;height:20px}.hc-announcement{font-size:11px;padding:8px 12px}.hc-marquee span{font-size:11px;letter-spacing:2px;padding:0 16px}.hc-hero{min-height:100svh;padding:80px 12px 40px}.hc-hero-card{padding:28px 18px;border-radius:16px}.hc-hero-eyebrow{font-size:11px;letter-spacing:3px}.hc-hero-title{font-size:clamp(24px,7vw,36px)!important}.hc-hero-desc{font-size:14px;margin-bottom:24px}.hc-hero-buttons{flex-direction:column!important;gap:10px!important}.hc-btn-primary,.hc-btn-outline{width:100%;padding:14px 20px;font-size:13px;justify-content:center}.hc-hero-trust{gap:8px 16px;font-size:12px}.hc-trust-bar{gap:16px 24px;padding:20px 12px}.hc-trust-item{font-size:12px}.hc-trust-icon{width:32px;height:32px;font-size:15px}.hc-section-eyebrow{font-size:11px}.hc-section-title{font-size:clamp(22px,6vw,32px)!important}.hc-section-subtitle{font-size:14px}.hc-products-section{padding:48px 12px}.hc-product-grid{grid-template-columns:1fr!important;gap:16px}.hc-prod-name{font-size:18px}.hc-prod-body{padding:16px}.hc-prod-card-btn{font-size:13px;padding:11px}.hc-showcase{padding:48px 0}.hc-showcase-item,.hc-showcase-item.rev{grid-template-columns:1fr!important;direction:ltr!important;gap:20px!important;margin-bottom:56px;padding:0 12px}.hc-sc-img-card{padding:18px}.hc-sc-img-card img{height:260px!important}.hc-sc-title{font-size:clamp(22px,6vw,34px)!important}.hc-sc-prices{grid-template-columns:repeat(2,1fr)!important;gap:6px}.hc-sc-btn{width:100%;justify-content:center}.hc-bulk-section{padding:48px 12px}.hc-bulk-grid{grid-template-columns:1fr 1fr!important;gap:12px}.hc-bulk-card{padding:20px 14px}.hc-bulk-qty{font-size:28px}.hc-bulk-price{font-size:22px}.hc-pp-top{grid-template-columns:1fr!important;gap:20px!important;padding:20px 12px!important}.hc-gallery{position:static!important;padding:14px}.hc-sc-img-card{padding:14px}.hc-thumb{width:60px!important;height:60px!important}.hc-prod-title{font-size:clamp(24px,6vw,34px)!important}.hc-price-main{font-size:28px!important}.hc-tier-card{padding:12px;gap:10px}.hc-tier-name{font-size:13px!important}.hc-tier-price{font-size:17px!important}.hc-add-cart{font-size:14px;padding:14px}.hc-pay-row{grid-template-columns:1fr 1fr 1fr!important;gap:6px}.hc-pay-btn{font-size:11px;padding:10px 4px}.hc-desc-panel{padding:28px 12px}.hc-desc-inner{grid-template-columns:1fr!important;gap:24px}.hc-testimonials{padding:48px 12px}.hc-testimonials-grid{grid-template-columns:1fr!important;gap:14px;margin-top:32px}.hc-faq{padding:48px 12px}.hc-faq-btn{font-size:14px;padding:14px 0}.hc-payments-bar{padding:24px 12px}.hc-payments-grid{gap:8px 20px}.hc-payment-item{font-size:12px}.hc-footer{padding:40px 12px 20px}.hc-footer-grid{grid-template-columns:1fr 1fr!important;gap:24px;margin-bottom:32px}.hc-footer-brand{grid-column:1 / -1}.hc-footer-col-title,.hc-footer-links a{font-size:12px}.hc-footer-bottom{flex-direction:column;gap:8px;text-align:center}.hc-footer-copy,.hc-footer-legal a{font-size:11px}.hc-wa-float{bottom:16px;right:14px;width:50px;height:50px}.hc-wa-float svg{width:24px;height:24px}.hc-sound-btn{top:10px;right:10px;width:32px;height:32px;font-size:13px}.hc-cart-row{flex-direction:column}.hc-tracking{padding:0 12px;margin:32px auto}.hc-carrier-grid{grid-template-columns:1fr!important}.hc-tracker-form{flex-direction:column}.hc-tracker-input{min-width:unset}}@media(max-width:390px){.hc-hero-card{padding:22px 14px}.hc-bulk-grid,.hc-pay-row{grid-template-columns:1fr!important}.hc-pay-btn{font-size:12px;padding:12px}.hc-footer-grid{grid-template-columns:1fr!important}.hc-sc-prices{grid-template-columns:repeat(2,1fr)!important}.hc-header-inner{padding:0 10px}}@media(min-width:768px)and (max-width:1023px){.hc-showcase-item{gap:32px}.hc-sc-img-card img{height:300px!important}.hc-bulk-grid{grid-template-columns:repeat(2,1fr)!important}.hc-footer-grid{grid-template-columns:1.2fr 1fr 1fr!important}.hc-footer-brand{grid-column:1 / -1}.hc-product-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:767px){.hc-faq-btn,.hc-add-cart,.hc-btn-primary,.hc-btn-outline,.hc-pay-btn,.hc-wa-order,.hc-prod-card-btn,.hc-sc-btn,.hc-bulk-cta,.hc-tier-card{min-height:44px}.hc-social-btn{width:42px!important;height:42px!important}.hc-nav a,.hc-mobile-nav a{min-height:44px;display:flex;align-items:center}}*{-webkit-tap-highlight-color:transparent}input,button,a{touch-action:manipulation}body{overflow-x:hidden;max-width:100vw}
/*# sourceMappingURL=/cdn/shop/t/30/assets/theme.css.map */
