@font-face{font-family:"Anton";font-style:normal;font-weight:400;font-display:swap;src:url("https://fonts.gstatic.com/s/anton/v27/1Ptgg87LROyAm3Kz-C8.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:300 700;font-display:swap;src:url("https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2") format("woff2")}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url("https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2")}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url("https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2") format("woff2")}@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url("https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2") format("woff2")}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--gold:#E6C642;--gold-dark:#c9a935;--gold-gradient:linear-gradient(90deg,#caa83d,#9a7e1f);--bg-dark:#000000;--bg-section:#0a0a0a;--bg-card:#1a1a1a;--text-white:#ffffff;--text-gray:#b0b0b0;--text-light:#d0d0d0;--font-heading:'Anton',sans-serif;--font-body:'Inter',sans-serif;--font-ui:'Poppins',sans-serif;--header-height:60px;--container-width:1200px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-dark);color:var(--text-white);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.gold{color:var(--gold)}.section-title{font-family:var(--font-heading);font-size:2rem;font-weight:400;letter-spacing:1px;margin-bottom:30px}.btn{display:inline-block;padding:12px 32px;font-family:var(--font-heading);font-size:16px;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;border:none;cursor:pointer;transition:all 0.3s;text-align:center}.btn-gold{background:var(--gold);color:#000}.btn-gold:hover{background:var(--gold-dark)}.btn-outline{background:transparent;color:var(--text-white);border:2px solid var(--text-white);padding:8px 20px;font-family:var(--font-heading);font-size:12px;letter-spacing:1.5px;text-transform:uppercase}.btn-outline:hover{background:var(--text-white);color:#000}.btn-gold-small{background:var(--gold);color:#000;padding:8px 20px;font-family:var(--font-heading);font-size:12px;letter-spacing:1.5px;text-transform:uppercase;display:inline-block}.btn-gold-small:hover{background:var(--gold-dark)}.btn-outline-white{background:transparent;color:var(--text-white);border:2px solid var(--text-white);padding:12px 28px;font-size:14px;font-weight:600;display:inline-block;transition:all 0.3s}.btn-outline-white:hover{background:var(--text-white);color:#000}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(0,0,0,0.95);border-bottom:1px solid #1a1a1a;transition:background 0.3s}.site-header.scrolled{background:rgba(0,0,0,0.98)}.header-inner{max-width:var(--container-width);margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.logo img{height:38px;width:auto}.main-nav ul{display:flex;gap:28px}.main-nav a{font-size:14px;font-weight:500;color:var(--text-white);transition:color 0.2s;white-space:nowrap}.main-nav a:hover{color:var(--gold)}.header-icons{display:flex;align-items:center;gap:12px}.icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid #333;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-white);transition:all 0.2s;position:relative;background:none;cursor:pointer}.icon-btn:hover{border-color:var(--gold);color:var(--gold)}.cart-btn{background:var(--gold);border-color:var(--gold);color:#000}.cart-btn:hover{background:var(--gold-dark);color:#000}.cart-count{position:absolute;top:-5px;right:-5px;background:#ff0000;color:white;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span{width:24px;height:2px;background:white;display:block;transition:0.3s}.search-overlay{display:none;position:absolute;top:100%;left:0;width:100%;background:#111;padding:16px 20px;border-bottom:2px solid var(--gold);animation:slideDown 0.3s ease}.search-overlay.active{display:block}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-inner{max-width:var(--container-width);margin:0 auto;display:flex;gap:12px}.search-inner input{flex:1;background:#1a1a1a;border:1px solid #333;color:var(--text-white);padding:12px 16px;font-size:15px;border-radius:6px;outline:none}.search-inner input:focus{border-color:var(--gold)}.search-inner input::placeholder{color:#666}.search-close{background:none;border:none;color:var(--text-white);font-size:20px;cursor:pointer;padding:0 8px}.hero{position:relative;min-height:420px;max-height:480px;margin-top:var(--header-height);background:url('assets/images/branding/hero.webp') right center / cover no-repeat;display:flex;align-items:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,0.88) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.15) 70%,rgba(0,0,0,0.05) 100%)}.hero-content{position:relative;z-index:2;padding:0 60px;max-width:var(--container-width);margin:0 auto;width:100%}.hero h1{font-family:var(--font-heading);font-size:2.8rem;font-weight:400;line-height:1.2;letter-spacing:2px;color:var(--text-white);margin-bottom:24px;text-transform:uppercase;max-width:500px}.ticker-bar{background:var(--gold-gradient);padding:14px 0;overflow:hidden;white-space:nowrap}.ticker-track{display:flex;animation:ticker 25s linear infinite}.ticker-bar:hover .ticker-track{animation-play-state:paused}.ticker-content{display:flex;flex-shrink:0}.ticker-content span{display:inline-flex;align-items:center;gap:10px;padding:0 30px;font-family:var(--font-heading);font-size:16px;font-weight:500;letter-spacing:1px;color:#000;text-transform:uppercase;white-space:nowrap}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.categories-section{background:var(--bg-section);padding:50px 0 40px;border-top:3px solid var(--gold)}.categories-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.category-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 8px;background:var(--bg-card);border-radius:8px;border:1px solid #2a2a2a;transition:all 0.3s}.category-card:hover{border-color:var(--gold);transform:translateY(-3px)}.category-icon{width:60px;height:60px;margin-bottom:10px}.category-icon img{width:100%;height:100%;object-fit:contain}.category-name{font-size:12px;font-weight:600;color:var(--text-white);line-height:1.3}.category-name small{color:var(--text-gray);font-weight:400;font-size:11px}.products-section{background:var(--bg-section);padding:20px 0 50px}.products-carousel{position:relative;display:flex;align-items:center;gap:10px}.products-track{display:flex;gap:20px;overflow:hidden;flex:1;scroll-behavior:smooth}.product-card{min-width:calc(25% - 15px);max-width:calc(25% - 15px);flex-shrink:0;background:var(--bg-card);border-radius:8px;overflow:hidden;transition:all 0.3s;display:block}.product-card:hover{border-color:var(--gold)}.products-grid .product-card{min-width:0;max-width:none}.product-image{position:relative;background:#111;aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:6px;margin:10px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}.product-card:hover .product-image img{transform:scale(1.05)}.badge{position:absolute;bottom:10px;left:10px;background:var(--gold);color:#000;font-size:10px;font-weight:700;padding:4px 10px;border-radius:3px;text-transform:uppercase;z-index:2}.product-name{font-family:var(--font-body);font-size:13px;font-weight:600;padding:4px 14px;color:var(--text-white);line-height:1.3}.product-price{font-family:var(--font-heading);font-size:14px;font-weight:400;color:var(--gold);padding:4px 14px 12px}.old-price{text-decoration:line-through;color:var(--text-gray);font-weight:400}.product-card .btn-outline,.product-card .btn-gold-small{margin:0 14px 14px}.carousel-btn{width:36px;height:36px;border-radius:50%;background:var(--gold);border:none;color:#000;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s}.carousel-btn:hover{background:var(--gold-dark)}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.dot{width:8px;height:8px;border-radius:50%;background:#333;cursor:pointer;transition:background 0.2s}.dot.active{background:var(--gold)}.about-section{background:var(--bg-dark);padding:50px 0;border-top:1px solid #1a1a1a}.about-section p{font-size:14px;line-height:1.7;color:var(--text-gray);margin-bottom:16px;max-width:800px}.why-choose-section{background:var(--bg-section);padding:60px 0 70px;position:relative}.shape-divider{position:absolute;left:0;width:100%;overflow:hidden;line-height:0}.shape-divider.shape-top{top:0}.shape-divider.shape-bottom{bottom:0}.shape-divider svg{width:100%;height:40px}.why-choose-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.why-choose-left .section-title{font-size:2.2rem;line-height:1.3}.why-item{display:flex;gap:16px;margin-bottom:32px;align-items:flex-start}.why-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--gold)}.why-text h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:400;letter-spacing:0.5px;margin-bottom:4px;color:var(--text-white)}.why-text p{font-size:13px;color:var(--text-gray);line-height:1.5}.contact-section{background:var(--bg-dark);padding:60px 0 80px;border-top:1px solid #1a1a1a}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.contact-image img{width:100%;max-width:400px;border-radius:12px;border:3px solid var(--gold)}.contact-content h2{font-family:var(--font-heading);font-size:2rem;font-weight:400;letter-spacing:1px;line-height:1.3;margin-bottom:16px}.contact-content p{font-size:14px;color:var(--text-gray);margin-bottom:24px;line-height:1.6}.site-footer{background:var(--bg-section);border-top:3px solid var(--gold);padding:50px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-col h2,.footer-col h4{font-family:var(--font-heading);font-size:1rem;font-weight:400;letter-spacing:0.5px;margin-bottom:16px;color:var(--text-white)}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{font-size:13px;color:var(--text-gray);transition:color 0.2s}.footer-col ul li a:hover{color:var(--gold)}.social-icons{display:flex;gap:10px;margin-bottom:20px}.social-icon{width:40px;height:40px;border-radius:50%;background:#1a1a1a;border:1px solid #333;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text-white);transition:all 0.2s}.social-icon:hover{background:var(--gold);color:#000;border-color:var(--gold)}.language-select select{background:var(--bg-section);color:var(--text-white);border:1px solid var(--gold);padding:8px 12px;font-size:13px;border-radius:4px;cursor:pointer}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid #1a1a1a}.payment-icons-img{margin-bottom:16px}.payment-icons-img img{max-width:400px;margin:0 auto}.payment-icons-crypto{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.payment-icons-crypto i,.payment-icons-crypto .crypto-icon{font-size:24px;color:var(--gold);opacity:0.85;transition:opacity 0.2s}.payment-icons-crypto i:hover,.payment-icons-crypto .crypto-icon:hover{opacity:1}.payment-icons-crypto .crypto-icon{font-family:var(--font-ui);font-size:13px;font-weight:700;letter-spacing:1px;background:rgba(230,198,66,0.15);padding:4px 10px;border-radius:4px;border:1px solid rgba(230,198,66,0.3)}.copyright{font-size:13px;color:var(--text-gray)}.welcome-bar{position:fixed;bottom:0;left:0;width:100%;background:var(--gold);z-index:999;transform:translateY(100%);transition:transform 0.4s ease}.welcome-bar.visible{transform:translateY(0)}.welcome-bar-inner{max-width:var(--container-width);margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:center;gap:16px}.welcome-bar p{font-family:var(--font-ui);font-size:15px;color:#000;font-weight:500}.welcome-bar-btn{background:#000;color:#fff;border:none;padding:8px 20px;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;transition:opacity 0.2s}.welcome-bar-btn:hover{opacity:0.85}.welcome-bar-close{background:none;border:none;color:#000;font-size:24px;cursor:pointer;line-height:1;padding:0 4px}.page-header{margin-top:var(--header-height);padding:50px 0 40px;background:var(--bg-section);border-bottom:3px solid var(--gold)}.page-header h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:400;letter-spacing:2px}.shop-filter-bar{display:grid;grid-template-columns:minmax(280px,1fr) 240px auto auto;gap:12px;align-items:center;margin-bottom:18px;padding:16px;background:#0f0f0f;border:1px solid #2a2a2a;border-radius:8px}.shop-search-wrap{position:relative;min-width:0}.shop-search-wrap i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:14px;pointer-events:none}#shopSearchInput,#shopCategorySelect{width:100%;height:44px;background:#050505;border:1px solid #333;border-radius:6px;color:var(--text-white);font-family:var(--font-ui);font-size:14px;outline:none}#shopSearchInput{padding:0 14px 0 40px}#shopCategorySelect{padding:0 12px;cursor:pointer}#shopSearchInput:focus,#shopCategorySelect:focus{border-color:var(--gold);box-shadow:0 0 0 2px rgba(230,198,66,0.16)}.shop-filter-reset{height:44px;padding:0 18px;border:1px solid #444;border-radius:6px;background:transparent;color:var(--text-light);font-family:var(--font-ui);font-size:13px;cursor:pointer}.shop-filter-reset:hover{border-color:var(--gold);color:var(--gold)}.shop-result-count{color:var(--text-gray);font-family:var(--font-ui);font-size:13px;white-space:nowrap;text-align:right}.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:30px;padding:40px 0}.shop-sidebar{background:var(--bg-card);border-radius:8px;padding:20px;border:1px solid #2a2a2a;position:sticky;top:80px;align-self:start}.filter-title{font-family:var(--font-heading);font-size:1.2rem;margin-bottom:16px;color:var(--text-white)}.filter-group{margin-bottom:20px}.filter-group h5{font-size:13px;font-weight:600;color:var(--text-light);margin-bottom:10px}.filter-group label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-gray);margin-bottom:6px;cursor:pointer}.filter-group label:hover{color:var(--gold)}.filter-group input[type="checkbox"]{accent-color:var(--gold)}.category-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}.cat-pill{display:inline-flex;align-items:center;padding:6px 16px;border:1px solid #333;border-radius:20px;font-size:12px;color:var(--text-gray);transition:all 0.2s;cursor:pointer;background:transparent;text-decoration:none}.cat-pill:hover,.cat-pill.active{border-color:var(--gold);color:var(--gold);background:rgba(230,198,66,0.1)}.category-pills::before{content:"Categorieen";display:none}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.products-grid .product-card{min-width:0}.product-page{padding:30px 0 60px;margin-top:var(--header-height)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-gallery{position:relative}.product-gallery .main-image{width:100%;border-radius:4px;background:#111;cursor:zoom-in}.gallery-thumbs{display:flex;gap:8px;margin-top:10px}.gallery-thumbs .thumb{width:80px;height:80px;object-fit:cover;border-radius:3px;border:2px solid transparent;cursor:pointer;transition:border-color 0.2s;background:#111}.gallery-thumbs .thumb:hover,.gallery-thumbs .thumb.active{border-color:var(--gold)}.product-info h1{font-family:var(--font-heading);font-size:2.2rem;font-weight:400;letter-spacing:1px;margin-bottom:8px}.product-info .price{font-family:var(--font-heading);font-size:1.4rem;color:var(--gold);margin-bottom:20px}.variation-group{margin-bottom:14px}.variation-group label{display:block;font-family:var(--font-heading);font-size:14px;font-weight:400;letter-spacing:0.5px;margin-bottom:8px;color:var(--gold)}.variation-group label .var-value{color:var(--text-white)}.variation-options{display:flex;gap:6px;flex-wrap:wrap}.variation-btn{min-width:42px;min-height:42px;padding:8px 14px;background:#000;border:1px solid #fff;color:#fff;font-size:13px;font-weight:500;border-radius:3px;cursor:pointer;transition:all 0.15s;display:inline-flex;align-items:center;justify-content:center}.variation-btn:hover{border-color:var(--gold);color:var(--gold)}.variation-btn.selected{background:var(--gold);border-color:var(--gold);color:#000}.var-clear{display:block;font-size:12px;color:var(--text-gray);margin-top:4px;cursor:pointer}.var-clear:hover{color:var(--gold)}.stock-status{font-size:13px;color:#4caf50;margin:12px 0 8px}.add-to-cart-row{display:flex;align-items:center;gap:10px;margin-top:16px}.qty-input{width:50px;height:46px;background:#000;border:1px solid #fff;color:var(--text-white);text-align:center;font-size:15px;font-weight:600;border-radius:3px}.qty-input:focus{border-color:var(--gold);outline:none}.add-to-cart-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#000;font-family:var(--font-heading);font-size:16px;height:46px;padding:0 28px;border:none;cursor:pointer;letter-spacing:1px;text-transform:uppercase;transition:background 0.3s;border-radius:3px}.add-to-cart-btn:hover{background:var(--gold-dark)}.accordion{margin-bottom:30px}.accordion-title{font-family:var(--font-heading);font-size:1.3rem;margin-bottom:16px;color:var(--gold)}.accordion-item{background:var(--bg-card);border:1px solid #2a2a2a;border-radius:8px;margin-bottom:8px;overflow:hidden}.accordion-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;font-weight:600;font-size:14px;color:var(--text-white);transition:color 0.2s}.accordion-header:hover{color:var(--gold)}.accordion-header i{transition:transform 0.3s;font-size:12px;color:var(--gold)}.accordion-item.open .accordion-header i{transform:rotate(180deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.accordion-item.open .accordion-body{max-height:800px}.accordion-body-inner{padding:0 20px 16px;font-size:14px;color:var(--text-gray);line-height:1.7}.accordion-body-inner ul{padding-left:20px;list-style:disc;margin:8px 0}.accordion-body-inner li{margin-bottom:4px}.accordion-body-inner a{color:var(--gold);text-decoration:underline}.tabs-nav{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:24px}.tab-btn{padding:8px 18px;background:var(--bg-card);border:1px solid #333;color:var(--text-gray);border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all 0.2s}.tab-btn:hover,.tab-btn.active{border-color:var(--gold);color:var(--gold);background:rgba(230,198,66,0.1)}.tab-panel{display:none}.tab-panel.active{display:block}.lab-result-card{background:var(--bg-card);border-radius:8px;padding:24px;border:1px solid #2a2a2a}.lab-table{width:100%;border-collapse:collapse;margin-top:16px}.lab-table th,.lab-table td{padding:10px 14px;text-align:left;border-bottom:1px solid #2a2a2a;font-size:13px}.lab-table th{color:var(--gold);font-weight:600}.lab-table td{color:var(--text-gray)}.calculator-container{background:var(--bg-card);border-radius:16px;padding:40px;max-width:800px;border:1px solid #2a2a2a}.calc-grid{display:grid;grid-template-columns:1fr 2fr;gap:30px}.calc-field{margin-bottom:24px}.calc-field label{display:block;font-size:14px;font-weight:600;color:var(--text-white);margin-bottom:10px}.calc-options{display:flex;gap:8px;flex-wrap:wrap}.calc-option{padding:8px 16px;background:#000;border:2px solid #333;color:var(--text-white);font-size:13px;border-radius:6px;cursor:pointer;transition:all 0.2s}.calc-option:hover,.calc-option.selected{border-color:var(--gold);background:var(--gold);color:#000}.calc-input{background:#000;border:2px solid #333;color:var(--text-white);padding:10px 14px;font-size:14px;border-radius:6px;width:80px;outline:none}.calc-input:focus{border-color:var(--gold)}.calc-result{background:#000;border-radius:12px;padding:24px;margin-top:20px;border:1px solid #2a2a2a}.calc-result p{font-size:16px;color:var(--text-white);margin-bottom:12px}.calc-result strong{color:var(--gold)}.ruler{position:relative;height:40px;background:#1a1a1a;border-radius:6px;overflow:hidden;margin-top:10px}.ruler-fill{height:100%;background:var(--gold);border-radius:6px;transition:width 0.4s ease}.ruler-ticks{display:flex;justify-content:space-between;padding:4px 8px 0}.ruler-ticks span{font-size:10px;color:var(--text-gray)}.syringe-options{gap:16px}.syringe-option{padding:0;border:none;background:none}.syringe-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#000;border:2px solid #333;border-radius:12px;cursor:pointer;transition:all 0.2s;min-width:100px}.syringe-card:hover{border-color:var(--gold)}.syringe-option input:checked~.syringe-card{border-color:var(--gold);background:rgba(230,198,66,0.1)}.syringe-img{width:60px;height:auto;filter:brightness(0.9)}.syringe-card span{font-size:14px;font-weight:600;color:var(--text-white)}.calc-option input:checked~span,.calc-option:has(input:checked) span{background:var(--gold);color:#000}.calc-option:has(input:checked){border-color:var(--gold);background:var(--gold);color:#000}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:30px}.contact-card{background:var(--bg-card);border-radius:8px;padding:30px;border:1px solid #2a2a2a}.contact-card .icon{font-size:32px;color:var(--gold);margin-bottom:16px}.contact-card h3{font-family:var(--font-heading);font-size:1.1rem;margin-bottom:8px}.contact-card p,.contact-card li{font-size:14px;color:var(--text-gray);line-height:1.6}.contact-card a{color:var(--gold)}.contact-card a:hover{text-decoration:underline}.about-promises{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:40px 0}.promise-card{text-align:center;padding:24px 16px}.promise-card .icon{font-size:36px;color:var(--gold);margin-bottom:16px}.promise-card h4{font-size:14px;font-weight:600;color:var(--text-white);line-height:1.4}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.feature-card{background:var(--bg-card);border-radius:8px;padding:24px;border:1px solid #2a2a2a}.feature-card .icon{font-size:28px;color:var(--gold);margin-bottom:12px}.feature-card h4{font-family:var(--font-heading);font-size:1rem;margin-bottom:8px}.feature-card p{font-size:13px;color:var(--text-gray);line-height:1.6}.content-page{padding:40px 0 60px}.content-page h2{font-family:var(--font-heading);font-size:1.5rem;margin:30px 0 12px;color:var(--text-white)}.content-page p{font-size:14px;color:var(--text-gray);line-height:1.7;margin-bottom:12px}.content-page ul{padding-left:20px;list-style:disc;margin-bottom:12px}.content-page li{font-size:14px;color:var(--text-gray);line-height:1.7;margin-bottom:6px}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(4,1fr)}.product-card{min-width:calc(50% - 10px)}.why-choose-grid{grid-template-columns:1fr;gap:30px}.contact-grid{grid-template-columns:1fr;text-align:center}.contact-image img{margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.shop-layout{grid-template-columns:220px 1fr}.about-promises{grid-template-columns:repeat(2,1fr)}.about-features{grid-template-columns:1fr 1fr}.product-layout{grid-template-columns:1fr}.calc-grid{grid-template-columns:1fr}}@media (max-width:768px){.main-nav{display:none;position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));background:rgba(0,0,0,0.98);padding:20px;border-bottom:2px solid var(--gold);z-index:9999;overflow-y:auto}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:16px}.main-nav ul li a{font-size:16px;display:block;padding:8px 0}.mobile-menu-btn{display:flex}.search-toggle{display:none}.hero{height:350px;min-height:300px}.hero h1{font-size:2.2rem;line-height:1.15}.hero-content{padding:0 20px}.categories-grid{grid-template-columns:repeat(4,1fr);gap:8px}.category-icon{width:50px;height:50px}.category-name{font-size:10px}.section-title{font-size:1.6rem}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.page-header{padding:28px 0 24px}.page-header h1{font-size:2rem;line-height:1.18}.shop-layout{grid-template-columns:1fr}.content-page{padding-top:18px}.shop-filter-bar{grid-template-columns:1fr;gap:10px;margin:0 -4px 14px;padding:12px}.shop-result-count{text-align:left}.shop-sidebar{position:static}.category-pills{position:sticky;top:calc(var(--header-height)+8px);z-index:90;flex-wrap:nowrap;align-items:center;gap:8px;margin:0 -20px 24px;padding:10px 16px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;background:rgba(0,0,0,0.96);border-top:1px solid #1a1a1a;border-bottom:1px solid #2a2a2a;box-shadow:0 8px 20px rgba(0,0,0,0.35);-webkit-overflow-scrolling:touch}.category-pills::before{content:"Categorie";display:inline-flex;flex:0 0 auto;align-items:center;height:36px;padding-right:4px;font-family:var(--font-ui);font-size:11px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:0.5px}.category-pills::-webkit-scrollbar{display:none}.cat-pill{flex:0 0 auto;min-height:36px;max-width:210px;padding:8px 13px;border-radius:999px;scroll-snap-align:start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#111}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card .product-name{font-size:13px;line-height:1.3}.product-card .product-price{font-size:13px}.product-card .btn{font-size:11px;padding:6px 10px}.contact-grid{grid-template-columns:1fr}.about-features{grid-template-columns:1fr}.page-header h1{font-size:2rem}.calculator-container{padding:20px 16px}.calc-grid,#peptideForm.form-grid{grid-template-columns:1fr}.syringe-options{gap:10px}.syringe-card{min-width:80px;padding:12px 8px}.syringe-img{width:45px}.calc-options{gap:6px}.calc-option{padding:8px 14px;font-size:12px}.product-layout{grid-template-columns:1fr;gap:20px}.product-info h1{font-size:1.6rem}.variation-btn{padding:8px 14px;font-size:13px;min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center}.add-to-cart-row{flex-direction:column;gap:10px}.add-to-cart-btn{width:100%}.tabs-nav{flex-wrap:wrap;gap:4px}.tab-btn{font-size:12px;padding:8px 12px}.cart-item{grid-template-columns:60px 1fr auto auto auto;gap:10px}.cart-item-img img{width:60px;height:60px}.checkout-grid{grid-template-columns:1fr}.checkout-sidebar{position:static}.form-row{grid-template-columns:1fr}.cart-notification{right:10px;left:10px;bottom:10px;max-width:none}}.search-results{max-width:var(--container-width);margin:0 auto;background:#1a1a1a;border-radius:0 0 8px 8px;max-height:420px;overflow-y:auto;border:1px solid #333;border-top:none}.search-result-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-bottom:1px solid #2a2a2a;transition:background 0.2s;text-decoration:none;color:inherit}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#222}.search-result-thumb{width:50px;height:50px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#111}.search-result-thumb img{width:100%;height:100%;object-fit:cover}.search-result-info{display:flex;flex-direction:column;gap:2px;min-width:0}.search-result-name{font-size:14px;font-weight:600;color:var(--text-white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-price{font-family:var(--font-heading);font-size:13px;color:var(--gold)}.search-no-results{padding:20px 16px;text-align:center;font-size:14px;color:var(--text-gray)}@media (max-width:768px){.search-results{max-height:300px}.search-result-thumb{width:40px;height:40px}.search-result-name{font-size:13px}}@media (max-width:480px){.hero h1{font-size:1.6rem}.page-header{padding:22px 0 18px}.page-header h1{font-size:1.65rem;letter-spacing:1px}#shopSearchInput,#shopCategorySelect,.shop-filter-reset{height:42px;font-size:13px}.hero{height:280px;min-height:240px}.categories-grid{grid-template-columns:repeat(3,1fr);gap:6px}.category-icon{width:42px;height:42px}.category-name{font-size:9px}.footer-grid{grid-template-columns:1fr}.about-promises{grid-template-columns:1fr 1fr}.welcome-bar-inner{flex-wrap:wrap;justify-content:center;text-align:center}.related-products .products-grid{grid-template-columns:repeat(2,1fr) !important}.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card{padding:8px}.product-card .product-image{height:140px}.cart-item{grid-template-columns:50px 1fr auto;gap:8px}.cart-item-qty,.cart-item-total{font-size:13px}.syringe-options{flex-wrap:nowrap;overflow-x:auto}.syringe-card{min-width:70px;padding:10px 6px}.syringe-img{width:35px}.syringe-card span{font-size:12px}.header-inner{padding:0 12px}.logo img{height:32px}.checkout-submit{font-size:14px;padding:14px}.variation-options{gap:4px}.variation-btn{padding:6px 10px;font-size:12px;min-width:36px;min-height:36px}}.breadcrumb{font-size:13px;color:var(--text-gray);margin-bottom:24px}.breadcrumb a{color:var(--text-gray);transition:color 0.2s}.breadcrumb a:hover{color:var(--gold)}.breadcrumb span{color:var(--gold)}.product-gallery{position:relative}.product-gallery .main-image{width:100%;border-radius:12px;background:#111;cursor:zoom-in}.gallery-thumbs{display:flex;gap:10px;margin-top:12px}.gallery-thumbs .thumb{width:80px;height:80px;object-fit:cover;border-radius:6px;border:2px solid #333;cursor:pointer;transition:border-color 0.2s}.gallery-thumbs .thumb:hover,.gallery-thumbs .thumb.active{border-color:var(--gold)}.product-usps{list-style:none;margin-top:16px;display:flex;flex-wrap:wrap;gap:4px 16px}.product-usps li{font-size:12px;color:var(--text-gray);display:inline-flex;align-items:center;gap:6px}.product-usps li i{color:var(--gold);font-size:13px}.product-tabs{margin-top:50px;padding-top:30px;border-top:1px solid #2a2a2a}.product-tabs .tabs-nav{margin-bottom:0}.product-tabs .tab-btn{border-radius:6px 6px 0 0;border-bottom:none}.product-tabs .tab-btn.active{background:var(--bg-card);border-color:var(--gold);border-bottom:none}.tab-content{background:var(--bg-card);border:1px solid #333;border-top:2px solid var(--gold);border-radius:0 0 8px 8px;padding:24px;font-size:14px;color:var(--text-gray);line-height:1.7}.tab-content h4{font-family:var(--font-heading);color:var(--text-white);font-size:1rem;margin:20px 0 10px}.tab-content ul{padding-left:20px;list-style:disc;margin:8px 0}.tab-content li{margin-bottom:6px}.tab-content a{color:var(--gold)}.tab-content p{margin-bottom:10px}.related-products{margin-top:50px;padding-top:30px;border-top:1px solid #2a2a2a}@media (max-width:768px){.related-products .products-grid{grid-template-columns:repeat(2,1fr) !important}.gallery-thumbs .thumb{width:60px;height:60px}}.cart-notification{position:fixed;bottom:30px;right:30px;background:#111;border:2px solid var(--gold);color:var(--text-white);padding:16px 24px;border-radius:10px;font-size:14px;z-index:9999;transform:translateY(120px);opacity:0;transition:all 0.4s ease;max-width:360px;box-shadow:0 8px 30px rgba(0,0,0,0.5)}.cart-notification.visible{transform:translateY(0);opacity:1}.cart-notification i{color:var(--gold);margin-right:8px}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #2a2a2a}.cart-item-img img{width:80px;height:80px;object-fit:cover;border-radius:8px;background:#111}.cart-item-info h4{font-size:14px;font-weight:600;color:var(--text-white);margin-bottom:4px}.cart-item-variant{font-size:12px;color:var(--text-gray)}.cart-item-price{font-size:13px;color:var(--gold);margin-top:4px}.cart-item-qty{display:flex;align-items:center;gap:10px}.qty-btn{width:30px;height:30px;border-radius:6px;border:1px solid #333;background:#111;color:var(--text-white);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color 0.2s}.qty-btn:hover{border-color:var(--gold)}.cart-item-qty span{font-size:14px;font-weight:600;min-width:20px;text-align:center}.cart-item-total{font-family:var(--font-heading);font-size:15px;color:var(--gold);white-space:nowrap}.cart-item-remove{background:none;border:none;color:#666;cursor:pointer;font-size:14px;padding:8px;transition:color 0.2s}.cart-item-remove:hover{color:#ff4444}.cart-summary{background:var(--bg-card);border:1px solid #2a2a2a;border-radius:12px;padding:24px;margin-top:30px;max-width:400px;margin-left:auto}.cart-summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;color:var(--text-gray);border-bottom:1px solid #1a1a1a}.cart-summary-row.total{border-bottom:none;padding-top:16px;margin-top:8px;border-top:2px solid var(--gold);font-family:var(--font-heading);font-size:18px;color:var(--text-white)}.cart-summary-row.total span:last-child{color:var(--gold)}.cart-actions{display:flex;gap:12px;margin-top:20px;justify-content:flex-end}.checkout-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:40px;padding:40px 0;align-items:start}.checkout-form-section{background:var(--bg-card);border-radius:12px;padding:30px;border:1px solid #2a2a2a}.checkout-form-section h2{font-family:var(--font-heading);font-size:1.3rem;margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-row.full{grid-template-columns:1fr}.form-group{display:flex;flex-direction:column}.form-group label{font-size:13px;font-weight:600;color:var(--text-light);margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;background:#000;border:1px solid #333;border-radius:6px;color:var(--text-white);font-size:14px;font-family:var(--font-body)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);outline:none}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:80px}.checkout-sidebar{background:var(--bg-card);border-radius:12px;padding:24px;border:1px solid #2a2a2a;position:sticky;top:80px}.checkout-sidebar h3{font-family:var(--font-heading);font-size:1.1rem;margin-bottom:16px}.checkout-item{display:flex;justify-content:space-between;padding:8px 0;font-size:13px;color:var(--text-gray);border-bottom:1px solid #1a1a1a}.checkout-subtotal{border-top:1px solid #333;margin-top:8px;padding-top:12px}.checkout-total{border-bottom:none;border-top:2px solid var(--gold);margin-top:8px;padding-top:12px;font-family:var(--font-heading);font-size:16px;color:var(--text-white)}.checkout-total span:last-child{color:var(--gold)}.checkout-submit{width:100%;margin-top:20px;padding:16px;background:var(--gold);color:#000;border:none;font-family:var(--font-heading);font-size:16px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;border-radius:6px;transition:background 0.3s}.checkout-submit:hover{background:var(--gold-dark)}.order-success{text-align:center;padding:80px 20px}.order-success i{font-size:64px;color:var(--gold);margin-bottom:24px}.order-success h1{font-family:var(--font-heading);font-size:2rem;margin-bottom:16px}.order-success p{color:var(--text-gray);font-size:15px;max-width:500px;margin:0 auto 24px}@media (max-width:768px){.cart-item{grid-template-columns:60px 1fr;gap:10px}.cart-item-qty,.cart-item-total,.cart-item-remove{grid-column:2}.cart-summary{max-width:100%}.checkout-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.cart-notification{right:10px;left:10px;bottom:10px;max-width:none}}.sale-banner{position:fixed;top:0;left:0;width:100%;z-index:1001;background:linear-gradient(90deg,#1a1a1a 0%,#2d2d2d 50%,#1a1a1a 100%);border-bottom:2px solid var(--gold);color:#fff;font-family:var(--font-ui)}.sale-banner-inner{max-width:var(--container-width);margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:16px;text-align:center}.sale-banner-title{font-family:var(--font-heading);font-size:18px;font-weight:400;letter-spacing:2px;color:var(--gold);text-transform:uppercase}.sale-banner-timer{display:inline-flex;align-items:center;gap:4px;background:var(--gold);color:#000;padding:4px 12px;border-radius:4px;font-weight:700;font-size:14px;font-family:monospace}.sale-banner-close{background:none;border:none;color:rgba(255,255,255,0.6);font-size:24px;cursor:pointer;padding:0 8px;line-height:1;margin-left:8px;transition:color 0.2s}.sale-banner-close:hover{color:#fff}.sale-price{color:#ff4444;font-weight:700}.sale-badge{position:absolute;top:10px;right:10px;bottom:auto;left:auto;background:#ff4444 !important;color:#fff !important;font-size:11px;font-weight:700;padding:4px 8px;border-radius:3px;z-index:2}.sale-tag{display:inline-block;background:#ff4444;color:#fff;font-size:13px;font-weight:700;padding:3px 10px;border-radius:4px;margin-right:8px}.product-old-price{text-decoration:line-through;color:var(--text-gray);font-size:15px}.product-sale-info{display:flex;align-items:center;margin-bottom:4px}@media (max-width:768px){.sale-banner{position:fixed;top:0;left:0;width:100%;z-index:1001}.sale-banner-inner{flex-direction:row;flex-wrap:wrap;gap:6px 10px;padding:8px 36px 8px 12px}.sale-banner-title{font-size:11px;letter-spacing:0.5px;line-height:1.3;flex:1 1 100%}.sale-banner-timer{font-size:11px;padding:2px 8px;flex:0 0 auto}.sale-banner-close{position:absolute;top:4px;right:4px;font-size:20px;padding:4px 8px}.sale-banner~.content-page .category-pills{top:calc(var(--header-height,60px)+90px)}.site-header{transition:top 0.3s ease}}.header-lang{position:relative;display:inline-block;margin-right:8px}.header-lang-btn{background:none;border:1px solid #333;color:var(--text-white);padding:6px 12px;border-radius:20px;cursor:pointer;font-size:13px;font-family:var(--font-ui);display:inline-flex;align-items:center;gap:6px;transition:all 0.2s;white-space:nowrap}.header-lang-btn:hover{border-color:var(--gold);color:var(--gold)}.header-lang-btn i{font-size:12px}.header-lang-label{font-weight:600;letter-spacing:0.5px}.header-lang-arrow{font-size:10px;transition:transform 0.2s}.header-lang-btn.open .header-lang-arrow{transform:rotate(180deg)}.header-lang-dropdown{display:none;position:absolute;top:calc(100%+6px);right:0;background:#1a1a1a;border:1px solid #333;border-radius:8px;min-width:150px;z-index:1000;box-shadow:0 8px 24px rgba(0,0,0,0.5);overflow:hidden}.header-lang-dropdown.open{display:block}.header-lang-option{display:block;padding:10px 16px;font-size:13px;color:var(--text-gray);transition:all 0.15s;text-decoration:none;border-bottom:1px solid #222}.header-lang-option:last-child{border-bottom:none}.header-lang-option:hover{background:#222;color:var(--gold)}.header-lang-option.active{color:var(--gold);font-weight:600}.footer-lang{position:relative;display:inline-block;margin-top:12px}.footer-lang .header-lang-btn{border-color:var(--gold);color:var(--text-white);background:rgba(230,198,66,0.08);padding:8px 14px;font-size:13px}.footer-lang .header-lang-btn:hover{background:rgba(230,198,66,0.15)}.footer-lang .header-lang-dropdown{left:0;right:auto;bottom:auto;top:calc(100%+6px)}.mobile-lang-selector{display:none;align-items:center;gap:10px;padding:16px 0;margin-top:16px;border-top:1px solid #222}@media (max-width:768px){.main-nav.open .mobile-lang-selector{display:flex}}.mobile-lang-label{font-size:14px;color:var(--text-gray);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.mobile-lang-label i{color:var(--gold)}.mobile-lang-select{flex:1;background:#111;color:var(--text-white);border:1px solid #333;padding:10px 14px;font-size:14px;font-family:var(--font-ui);border-radius:6px;cursor:pointer;appearance:auto}.mobile-lang-select:focus{border-color:var(--gold);outline:none}.language-select,.language-select select{display:none !important;visibility:hidden !important;height:0 !important;overflow:hidden !important}@media (max-width:768px){.header-icons{gap:8px}.header-lang{margin-right:4px}.header-lang-btn{padding:5px 10px;font-size:12px;gap:4px}.header-lang-label{font-size:11px}.header-lang-dropdown{right:-10px;min-width:130px}.header-lang-option{padding:8px 12px;font-size:12px}.icon-btn{width:34px;height:34px;font-size:13px}.cart-count{font-size:9px;width:15px;height:15px;top:-4px;right:-4px}}@media (max-width:480px){.header-inner{padding:0 10px}.header-icons{gap:6px}.header-lang{margin-right:2px}.header-lang-btn{padding:4px 8px;font-size:11px;gap:3px}.header-lang-btn .fa-chevron-down{display:none}.icon-btn{width:32px;height:32px;font-size:12px}.cart-count{font-size:8px;width:14px;height:14px;top:-3px;right:-3px}.mobile-menu-btn{padding:4px}.mobile-menu-btn span{width:22px;height:2px}}@media (max-width:600px){.hero-content h1{font-size:1.6rem;line-height:1.2}.hero-content p{font-size:14px !important}.btn{padding:10px 18px;font-size:13px}.container{padding-left:14px;padding-right:14px}.seo-text h2{font-size:1.4rem !important}.product-grid{grid-template-columns:repeat(2,1fr) !important;gap:10px !important}.product-card{padding:10px}.product-card img{max-height:140px}.product-card h3{font-size:13px}.product-card .price{font-size:14px}.footer-cols{grid-template-columns:1fr 1fr !important;gap:18px}.sale-banner{font-size:12px;padding:6px 10px}.sale-banner-timer{font-weight:700}table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}}@media (max-width:992px) and (min-width:769px){.product-grid{grid-template-columns:repeat(3,1fr) !important}.footer-cols{grid-template-columns:repeat(3,1fr) !important}.hero-content h1{font-size:2.2rem}.container{max-width:900px}}@media (max-width:568px) and (orientation:landscape){.hero{min-height:60vh;padding:40px 0}.hero-content{padding:0 16px}.hero-content h1{font-size:1.4rem}.header-inner{padding:8px 12px}}@media (max-width:480px){.error-404 h1,body .container h1[style*="8rem"]{font-size:4rem !important}}@media (max-width:360px){.hero-content h1{font-size:1.35rem}.product-grid{grid-template-columns:1fr !important}.btn{width:100%;display:block;text-align:center;margin-bottom:8px}.hero-content>div[style*="flex"]{flex-direction:column}}@media (pointer:coarse){.icon-btn{min-width:44px;min-height:44px}.header-lang-btn{min-height:44px;padding:8px 12px}.main-nav a{padding:10px 12px}.btn{min-height:44px}}html,body{max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto}.product-faq .faq-item{transition:border-color .2s}.product-faq .faq-item[open]{border-color:#d4af37}.product-faq .faq-item summary::-webkit-details-marker{color:#d4af37}.product-faq .faq-item summary::marker{color:#d4af37}.bundle-widget{margin:14px 0 0;padding:14px;background:#080808;border:1px solid #1a1a1a;border-radius:6px}.bundle-widget-title{display:flex;align-items:center;gap:6px;font-family:var(--font-heading);font-size:.8rem;letter-spacing:1px;color:var(--text-gray);text-transform:uppercase;margin:0 0 10px}.bundle-widget-title i{color:var(--gold);font-size:.85rem}.bundle-widget-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.bundle-tier{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 4px 8px;background:#000;border:1px solid #1a1a1a;border-radius:5px;cursor:pointer;transition:border-color .15s,background .15s;color:var(--text-white);font-family:var(--font-ui);line-height:1.2;min-height:80px;gap:2px}.bundle-tier:hover{border-color:#333}.bundle-tier-selected{border-color:var(--gold)!important;background:#0c0a04!important}.bundle-tier-best{border-color:#2a2410}.bundle-tier-best:hover{border-color:#3a3215}.bundle-tier-best.bundle-tier-selected{border-color:var(--gold)!important}.bundle-tier-bestflag{position:absolute;top:-7px;left:50%;transform:translateX(-50%);background:var(--gold);color:#000;font-family:var(--font-heading);font-size:7px;font-weight:700;letter-spacing:.5px;padding:2px 7px;border-radius:8px;white-space:nowrap;line-height:1.3}.bundle-tier-qty{font-family:var(--font-heading);font-size:1.1rem;line-height:1;color:var(--text-white)}.bundle-tier-selected .bundle-tier-qty{color:var(--gold)}.bundle-tier-unit{font-size:9px;color:var(--text-gray);text-transform:uppercase;letter-spacing:.3px}.bundle-tier-tags{display:flex;align-items:center;justify-content:center;gap:3px;flex-wrap:wrap;min-height:14px}.bundle-sale-tag{display:inline-block;background:#c62828;color:#fff;font-size:8px;font-weight:700;padding:1px 4px;border-radius:2px;line-height:1.3}.bundle-vol-tag{display:inline-block;background:var(--gold);color:#000;font-size:8px;font-weight:700;padding:1px 4px;border-radius:2px;line-height:1.3}.bundle-tier-price{display:flex;flex-direction:column;align-items:center;gap:1px;width:100%}.bundle-tier-perpiece{font-size:9px;color:var(--text-gray);line-height:1.1}.bundle-tier-total{font-family:var(--font-heading);font-size:.85rem;color:var(--gold);line-height:1.1}.bundle-tier-selected .bundle-tier-total{color:var(--gold)}.bundle-tier-save{font-size:8px;color:#4caf50;font-weight:600;line-height:1.1;text-align:center}.cha-ching-notification{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;gap:10px;background:#0d0d0d;border:1px solid var(--gold);color:#fff;padding:12px 16px;border-radius:6px;font-family:var(--font-ui);z-index:10000;transform:translateY(100px);opacity:0;transition:transform .3s ease,opacity .2s ease;max-width:300px;box-shadow:0 4px 16px rgba(0,0,0,.4)}.cha-ching-notification.visible{transform:translateY(0);opacity:1}.cha-ching-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:rgba(230,198,66,.12);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--gold)}.cha-ching-body{display:flex;flex-direction:column;gap:1px}.cha-ching-body strong{font-size:12px;color:#fff;line-height:1.2}.cha-ching-sub{font-size:10px;color:var(--text-gray)}.cha-ching-pct{display:inline-block;background:var(--gold);color:#000;font-weight:700;font-size:9px;padding:1px 4px;border-radius:2px;margin-right:3px}.cha-ching-total{font-family:var(--font-heading);font-size:.9rem;color:var(--gold)}@media(max-width:768px){.bundle-widget{padding:10px 8px;margin-top:12px}.bundle-widget-grid{grid-template-columns:repeat(5,1fr);gap:4px}.bundle-tier{padding:8px 2px 6px;min-height:70px}.bundle-tier-qty{font-size:.95rem}.bundle-tier-perpiece{font-size:8px}.bundle-tier-total{font-size:.75rem}.bundle-tier-save{font-size:7px}.cha-ching-notification{right:10px;left:10px;bottom:10px;max-width:none;padding:10px 12px}.cha-ching-icon{width:24px;height:24px;font-size:12px}}@media(max-width:400px){.bundle-widget-grid{grid-template-columns:repeat(2,1fr)!important;gap:6px}.bundle-tier{min-height:64px;padding:8px 4px}.bundle-widget-grid{grid-template-columns:repeat(2,1fr);gap:5px}.bundle-tier{min-height:64px}.bundle-tier-qty{font-size:.85rem}.bundle-tier-total{font-size:.7rem}}.contact-cta-section{background:var(--bg-dark);padding:60px 0 80px;border-top:1px solid #1a1a1a}.contact-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.contact-cta-image img{width:100%;max-width:400px;border-radius:12px;border:3px solid var(--gold)}.contact-cta-content h2{font-family:var(--font-heading);font-size:2rem;font-weight:400;letter-spacing:1px;line-height:1.3;margin-bottom:16px}.contact-cta-content p{font-size:14px;color:var(--text-gray);margin-bottom:24px;line-height:1.6}.social-icons{flex-wrap:wrap;align-items:center}.support-contact-link{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:7px 12px;border:1px solid rgba(230,198,66,.55);border-radius:8px;background:rgba(230,198,66,.08);color:var(--text-white);transition:background .2s,border-color .2s,color .2s}.support-contact-link i{color:var(--gold);font-size:17px}.support-contact-link span{display:flex;flex-direction:column;font-size:12px;font-weight:700;line-height:1.2}.support-contact-link small{color:var(--gold);font-size:10px;font-weight:600;margin-top:2px}.support-contact-link:hover{background:var(--gold);border-color:var(--gold);color:#000}.support-contact-link:hover i,.support-contact-link:hover small{color:#000}.contact-inline-link{color:var(--gold);font-weight:600}.contact-inline-link .contact-inline-reply{white-space:nowrap;font-size:.9em}.contact-page-header{margin-top:var(--header-height);padding:58px 0 48px;background:radial-gradient(circle at 85% 20%,rgba(230,198,66,.14),transparent 35%),var(--bg-section);border-bottom:3px solid var(--gold)}.contact-page-header h1{font-family:var(--font-heading);font-size:clamp(2.3rem,5vw,3.6rem);font-weight:400;letter-spacing:1.5px;line-height:1.1;margin-bottom:14px}.contact-page-header p{max-width:760px;color:var(--text-light);font-size:16px;line-height:1.7}.contact-response-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:7px 12px;border:1px solid rgba(230,198,66,.55);border-radius:999px;background:rgba(230,198,66,.08);color:var(--gold);font-family:var(--font-ui);font-size:12px;font-weight:600}.contact-page-shell{padding:54px 0 72px;background:#050505}.contact-layout{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.35fr);gap:28px;align-items:start}.contact-info-panel{display:grid;gap:14px;position:sticky;top:84px}.contact-info-card,.contact-form-card,.contact-faq-card{background:linear-gradient(145deg,#181818,#111);border:1px solid #2a2a2a;border-radius:12px;padding:24px}.contact-info-card.is-highlighted{border-color:rgba(230,198,66,.55);box-shadow:0 12px 36px rgba(0,0,0,.2)}.contact-info-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(230,198,66,.12);color:var(--gold);font-size:18px;margin-bottom:14px}.contact-info-card h2,.contact-info-card h3,.contact-form-card h2,.contact-faq-card h2{font-family:var(--font-heading);font-weight:400;letter-spacing:.5px;color:#fff}.contact-info-card h2,.contact-form-card h2,.contact-faq-card h2{font-size:1.55rem}.contact-info-card h3{font-size:1.1rem}.contact-info-card p,.contact-form-intro,.contact-faq-card p{color:var(--text-gray);font-size:14px;line-height:1.7;margin-top:7px}.contact-email{display:inline-block;margin-top:10px;color:var(--gold);font-weight:600;overflow-wrap:anywhere}.contact-form-card{padding:30px}.contact-form{margin-top:24px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.contact-field label,.contact-field-label{color:#fff;font-size:13px;font-weight:600}.contact-field .optional{color:var(--text-gray);font-size:11px;font-weight:400}.contact-field input,.contact-field select,.contact-field textarea{width:100%;border:1px solid #383838;border-radius:8px;background:#070707;color:#fff;font-family:var(--font-body);font-size:14px;padding:12px 13px;outline:none;transition:border-color .2s,box-shadow .2s}.contact-field input,.contact-field select{min-height:46px}.contact-field textarea{min-height:156px;resize:vertical;line-height:1.6}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#777}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(230,198,66,.12)}.contact-field select{cursor:pointer}.contact-consent{display:flex;align-items:flex-start;gap:10px;color:var(--text-gray);font-size:12px;line-height:1.55;margin:2px 0 18px}.contact-consent input{width:17px;height:17px;margin-top:1px;accent-color:var(--gold);flex:0 0 auto}.contact-consent a{color:var(--gold);text-decoration:underline}.contact-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border:0;border-radius:7px;background:var(--gold);color:#000;padding:0 24px;font-family:var(--font-heading);font-size:15px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .2s}.contact-submit:hover{background:var(--gold-dark);transform:translateY(-1px)}.contact-submit:disabled{cursor:wait;opacity:.65;transform:none}.contact-form-note{color:var(--text-gray);font-size:12px;line-height:1.55;margin-top:13px}.contact-form-status{display:none;margin-top:18px;padding:12px 14px;border-radius:7px;font-size:13px;line-height:1.55}.contact-form-status.is-visible{display:block}.contact-form-status.is-success{background:rgba(46,204,113,.1);border:1px solid rgba(46,204,113,.45);color:#a7e9c3}.contact-form-status.is-error{background:rgba(231,76,60,.1);border:1px solid rgba(231,76,60,.45);color:#ffb4ac}.contact-company-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.contact-faq{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.contact-faq-card h3{font-size:15px;color:#fff;margin-bottom:6px}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}.contact-layout>div{order:1}.contact-info-panel{order:2;position:static;grid-template-columns:1fr 1fr}.contact-cta-grid{grid-template-columns:1fr}.contact-cta-image{display:none}}@media(max-width:640px){.contact-page-header{padding:42px 0 34px}.contact-page-header p{font-size:14px}.contact-page-shell{padding:34px 0 52px}.contact-info-panel,.contact-form-grid,.contact-faq{grid-template-columns:1fr}.contact-form-card{padding:22px}.support-contact-link{width:100%;justify-content:flex-start}}.product-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout>*,.product-gallery,.product-info,.bundle-widget,.bundle-widget-grid,.bundle-tier,.bundle-tier-price,.bundle-tier-tags{min-width:0}.bundle-widget{max-width:100%}.bundle-widget-grid{grid-template-columns:repeat(5,minmax(0,1fr));max-width:100%}.bundle-tier{max-width:100%;overflow-wrap:anywhere}.bundle-tier-price,.bundle-tier-tags{max-width:100%}.page-header+.content-page{margin-top:0!important}@media(max-width:1024px){.product-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:768px){:root{--text-gray:#b8b8b8;--text-light:#dedede}html{-webkit-text-size-adjust:100%}.main-nav{top:calc(var(--header-height)+var(--sale-banner-height,0px));height:calc(100vh - var(--header-height) - var(--sale-banner-height,0px));height:calc(100dvh - var(--header-height) - var(--sale-banner-height,0px));overscroll-behavior:contain}.sale-banner+.site-header .main-nav{top:calc(var(--header-height)+var(--sale-banner-height,46px));height:calc(100vh - var(--header-height) - var(--sale-banner-height,46px));height:calc(100dvh - var(--header-height) - var(--sale-banner-height,46px))}.main-nav a{min-height:44px;display:flex;align-items:center}.sale-banner{padding:0}.sale-banner-inner{min-width:0;max-width:100%;min-height:44px;padding:6px 48px 6px 12px}.sale-banner-title{min-width:0;flex:1 1 auto;overflow-wrap:anywhere}.sale-banner-close{top:0;right:0;margin:0;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;color:#fff}.category-pills{top:calc(var(--header-height)+var(--sale-banner-height,0px)+8px);width:100%;max-width:100%;min-width:0;margin:0 0 24px;padding:10px 12px}.sale-banner~.content-page .category-pills{top:calc(var(--header-height)+var(--sale-banner-height,46px)+8px)}.cat-pill{min-height:44px}.blog-grid{grid-template-columns:minmax(0,1fr)!important;width:100%;max-width:100%;min-width:0}.blog-card,.blog-card-body{min-width:0;max-width:100%}.blog-article,.blog-article h1,.blog-article h2,.blog-article h3,.blog-breadcrumb{min-width:0;max-width:100%;overflow-wrap:anywhere}.lab-card{min-width:0;max-width:100%}.lab-card .lab-imgs{width:100%;max-width:100%;min-width:0}.lab-card .lab-imgs a{display:block;flex:1 1 260px;min-width:0;max-width:100%}.lab-card .lab-imgs img{width:100%!important;max-width:100%!important;height:auto}.product-gallery,.gallery-thumbs{min-width:0;max-width:100%}.gallery-thumbs{flex-wrap:wrap}.gallery-thumbs .thumb{flex:0 0 60px}input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([tabindex="-1"]),select,textarea{font-size:16px!important;min-height:44px}input::placeholder,textarea::placeholder{color:#a3a3a3!important;opacity:1}.mobile-menu-btn,.icon-btn,.search-close,.sale-banner-close,.carousel-btn,.qty-btn,.cart-item-remove,.welcome-bar-close{min-width:44px;min-height:44px}.mobile-menu-btn,.search-close,.carousel-btn,.qty-btn,.welcome-bar-close{align-items:center;justify-content:center}.mobile-menu-btn{padding:8px}.header-lang-btn,.welcome-bar-btn,.shop-filter-reset,.variation-btn,.tab-btn,.calc-option,.option-grid label,.syringe-grid label,.accordion-header,.support-contact-link{min-height:44px!important;touch-action:manipulation}.variation-btn{min-width:44px;max-width:100%;white-space:normal;overflow-wrap:anywhere}.tabs-nav,.variation-options,.calc-options,.option-grid,.syringe-grid{min-width:0;max-width:100%}.calc-input,.custom-input{max-width:100%}.option-grid label,.syringe-grid label{position:relative}.option-grid input[type="radio"],.syringe-grid input[type="radio"]{display:block!important;position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;opacity:0!important}.option-grid label:has(input:focus-visible),.syringe-grid label:has(input:focus-visible){outline:3px solid var(--gold);outline-offset:2px}.cart-item,.cart-item-info{min-width:0}.cart-item-info h4{overflow-wrap:anywhere}.cart-item-remove{justify-self:start;color:#aaa}.cart-actions{flex-direction:column;align-items:stretch}.cart-actions .btn{width:100%;min-height:44px;margin-bottom:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--gold);outline-offset:2px}}@media(max-width:400px){.bundle-widget-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root{--pk-sale-red-aa:#c62828;--pk-whatsapp-green-aa:#25d366;--pk-muted-text-aa:#aaa}.sale-badge,.sale-tag,.bundle-sale-tag,.savings-tag,.discount-badge{background:var(--pk-sale-red-aa)!important;color:#fff!important}.bundle-vol-tag{background:var(--gold)!important;color:#000!important}.compare-price{color:var(--pk-muted-text-aa)!important}a[href^="https://wa.me/"]{background:var(--pk-whatsapp-green-aa)!important;color:#000!important}:is(.content-page,.seo-text,.seo-content-section,.tab-content,.accordion-body-inner):is(p,li) a:not(.btn){text-decoration-line:underline;text-decoration-thickness:.08em;text-underline-offset:.16em;text-decoration-skip-ink:auto}:is(.content-page,.seo-text,.seo-content-section,.tab-content,.accordion-body-inner):is(p,li) a:not(.btn):is(:hover,:focus-visible){text-decoration-thickness:.14em}.shop-intro{max-width:920px;margin:14px auto 0}.shop-intro p,.shop-seo-content p{color:var(--text-gray);font-size:15px;line-height:1.75}.shop-intro p+p{margin-top:10px}.shop-catalog-heading{font-family:var(--font-heading);font-size:1.8rem;font-weight:400;letter-spacing:.5px;margin:0 0 22px}.shop-empty-state{grid-column:1/-1;width:100%;padding:54px 20px;text-align:center;color:var(--text-gray);font-size:16px}.shop-seo-content{background:var(--bg-section);border-top:1px solid #222;padding:58px 0 62px}.shop-seo-content>.container{max-width:960px}.shop-seo-section+.shop-seo-section{border-top:1px solid #242424;margin-top:34px;padding-top:34px}.shop-seo-content h2{font-family:var(--font-heading);font-size:1.65rem;font-weight:400;letter-spacing:.5px;line-height:1.25;margin-bottom:15px}.shop-seo-content h3{color:var(--gold);font-size:1rem;line-height:1.4;margin-bottom:8px}.shop-seo-content p+p{margin-top:12px}.shop-seo-content a{color:var(--gold);text-decoration-line:underline;text-decoration-thickness:.08em;text-underline-offset:.16em}.shop-seo-content a:is(:hover,:focus-visible){text-decoration-thickness:.14em}.shop-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.shop-benefits li,.shop-faq-grid article{min-width:0;background:var(--bg-card);border:1px solid #2a2a2a;border-radius:8px;padding:20px}.shop-benefits strong{color:var(--gold);display:block;font-size:15px;margin-bottom:7px}.shop-benefits span{color:var(--text-gray);display:block;font-size:14px;line-height:1.65}.shop-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shop-faq-grid p{font-size:14px}@media(max-width:768px){.shop-intro p,.shop-seo-content p{font-size:14px;line-height:1.7}.shop-catalog-heading{font-size:1.5rem;margin-bottom:16px}.shop-seo-content{padding:42px 0 46px}.shop-seo-section+.shop-seo-section{margin-top:27px;padding-top:27px}.shop-seo-content h2{font-size:1.4rem}.shop-benefits,.shop-faq-grid{grid-template-columns:1fr}.shop-benefits li,.shop-faq-grid article{padding:17px}}@media(max-width:430px){.shop-intro{margin-top:10px}.shop-intro p{font-size:13px;line-height:1.62}.shop-seo-content{padding:34px 0 38px}.shop-seo-content h2{font-size:1.25rem}.shop-empty-state{padding:42px 12px}}.category-breadcrumb{margin:0 0 18px;color:var(--text-gray);font-size:13px}.category-breadcrumb ol{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0;padding:0;list-style:none}.category-breadcrumb li+li:before{content:'›';margin-right:7px;color:#777}.category-breadcrumb a{color:var(--gold);text-decoration:none}.category-breadcrumb a:hover,.category-breadcrumb a:focus-visible{text-decoration:underline}.category-intro{max-width:920px;margin:14px auto 0}.content-page .category-intro{margin:14px 0 28px}.category-intro p,.category-seo-content p{color:var(--text-gray);font-size:15px;line-height:1.75}.category-intro p+p,.category-seo-content p+p{margin-top:10px}.category-page-links{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px}.category-products-heading{font-family:var(--font-heading);font-size:1.7rem;font-weight:400;letter-spacing:.4px;margin:0 0 22px}.category-product-count{color:var(--gold)}.category-seo-content{background:var(--bg-section);border-top:1px solid #222;padding:56px 0 62px}.category-seo-content>.container{max-width:960px}.category-seo-section+.category-seo-section{border-top:1px solid #242424;margin-top:32px;padding-top:32px}.category-seo-content h2{font-family:var(--font-heading);font-size:1.6rem;font-weight:400;letter-spacing:.4px;line-height:1.3;margin-bottom:14px}.category-seo-content h3{color:var(--gold);font-size:1rem;line-height:1.4;margin-bottom:8px}.category-seo-content a{color:var(--gold);text-decoration:underline;text-underline-offset:.16em}.category-faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.category-faq-grid article{min-width:0;background:var(--bg-card);border:1px solid #2a2a2a;border-radius:8px;padding:19px}.category-faq-grid p{font-size:14px}.shop-category-hubs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0 22px}.shop-category-hubs a{display:block;background:var(--bg-card);border:1px solid #2a2a2a;border-radius:8px;padding:17px;text-decoration:none}.shop-category-hubs strong{display:block;color:var(--gold);font-size:15px;margin-bottom:6px}.shop-category-hubs span{display:block;color:var(--text-gray);font-size:13px;line-height:1.55}.shop-category-hubs a:hover,.shop-category-hubs a:focus-visible{border-color:var(--gold)}@media(max-width:768px){.category-intro p,.category-seo-content p{font-size:14px;line-height:1.7}.category-seo-content{padding:42px 0 46px}.category-seo-section+.category-seo-section{margin-top:26px;padding-top:26px}.category-seo-content h2{font-size:1.38rem}.category-faq-grid,.shop-category-hubs{grid-template-columns:1fr}.category-faq-grid article{padding:17px}}@media(max-width:430px){.category-intro{margin-top:10px}.category-intro p{font-size:13px;line-height:1.62}.category-seo-content{padding:34px 0 38px}.category-seo-content h2{font-size:1.25rem}}.product-purpose-note,.product-brand-note{margin:14px 0;padding:11px 13px;background:rgba(230,198,66,.07);border-left:3px solid var(--gold);border-radius:0 6px 6px 0;color:var(--text-gray);font-size:12px;line-height:1.6}.product-purpose-note a,.product-brand-note a{color:var(--gold);text-decoration:underline;text-underline-offset:.16em}.brand-page-header{margin-top:var(--header-height);padding:64px 0 58px;background:radial-gradient(circle at 82% 18%,rgba(230,198,66,.15),transparent 34%),linear-gradient(145deg,#111,#050505 68%);border-bottom:3px solid var(--gold)}.brand-breadcrumb{margin-bottom:24px;color:var(--text-gray);font-size:13px}.brand-breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;align-items:center;list-style:none}.brand-breadcrumb li+li:before{content:'›';margin-right:8px;color:#777}.brand-breadcrumb a{color:var(--gold)}.brand-page-header h1{max-width:920px;font-family:var(--font-heading);font-size:clamp(2.4rem,5.5vw,4.6rem);font-weight:400;letter-spacing:1.2px;line-height:1.06;text-wrap:balance}.brand-page-lead{max-width:820px;margin-top:22px;color:var(--text-light);font-size:17px;line-height:1.75}.brand-page-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.brand-page-actions .btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center}.brand-page-main{background:var(--bg-dark)}.brand-section{padding:68px 0}.brand-section-muted{background:var(--bg-section);border-top:1px solid #1f1f1f;border-bottom:1px solid #1f1f1f}.brand-copy-grid{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.45fr);gap:68px;align-items:start}.brand-eyebrow{margin-bottom:9px;color:var(--gold);font-family:var(--font-ui);font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}.brand-section h2,.brand-final-cta h2{font-family:var(--font-heading);font-size:clamp(1.75rem,3.2vw,2.55rem);font-weight:400;letter-spacing:.6px;line-height:1.2;text-wrap:balance}.brand-prose p,.brand-domain-card p,.brand-info-card p,.brand-faq-list p{color:var(--text-gray);font-size:15px;line-height:1.78}.brand-prose p+p{margin-top:16px}.brand-prose a,.brand-domain-card p a,.brand-info-card a,.brand-faq-list a{color:var(--gold);text-decoration:underline;text-underline-offset:.17em}.brand-domain-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px;align-items:start;padding:34px;border:1px solid rgba(230,198,66,.48);border-radius:12px;background:linear-gradient(145deg,rgba(230,198,66,.08),rgba(255,255,255,.015))}.brand-domain-card h2{margin-bottom:14px}.brand-domain-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--gold);color:#000;font-size:22px}.brand-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.brand-text-link{flex:0 0 auto;color:var(--gold);font-size:14px;font-weight:600}.brand-text-link:hover,.brand-text-link:focus-visible{text-decoration:underline;text-underline-offset:.2em}.brand-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.brand-link-card{min-width:0;padding:22px;background:var(--bg-card);border:1px solid #2b2b2b;border-radius:9px;transition:border-color .2s,transform .2s}.brand-link-card:hover,.brand-link-card:focus-visible{border-color:var(--gold);transform:translateY(-2px)}.brand-link-card span{display:block;color:#fff;font-size:15px;font-weight:700;margin-bottom:6px}.brand-link-card small{display:block;color:var(--text-gray);font-size:13px;line-height:1.55}.brand-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.brand-info-card{min-width:0;padding:25px;background:linear-gradient(145deg,#181818,#101010);border:1px solid #2b2b2b;border-radius:10px}.brand-info-card>i{width:42px;height:42px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:9px;background:rgba(230,198,66,.12);color:var(--gold);font-size:18px}.brand-info-card h3{margin-bottom:9px;color:#fff;font-size:16px}.brand-info-card p{font-size:14px;line-height:1.7}.brand-info-card a{display:inline-block;margin-top:16px;font-size:13px;font-weight:700}.brand-faq-wrap{max-width:900px}.brand-faq-wrap>h2{margin-bottom:25px}.brand-faq-list{display:grid;gap:10px}.brand-faq-list details{background:var(--bg-card);border:1px solid #2b2b2b;border-radius:8px;overflow:hidden}.brand-faq-list details[open]{border-color:rgba(230,198,66,.55)}.brand-faq-list summary{position:relative;cursor:pointer;padding:18px 52px 18px 20px;color:#fff;font-size:15px;font-weight:700;list-style:none}.brand-faq-list summary::-webkit-details-marker{display:none}.brand-faq-list summary:after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:22px;font-weight:400}.brand-faq-list details[open] summary:after{content:'–'}.brand-faq-list p{padding:0 20px 20px}.brand-final-cta{padding:56px 0;background:linear-gradient(110deg,rgba(230,198,66,.11),transparent 65%),#050505;border-top:1px solid #242424}.brand-final-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:32px}.brand-final-cta .brand-page-actions{flex:0 0 auto;margin-top:0}@media(max-width:900px){.brand-copy-grid{grid-template-columns:1fr;gap:24px}.brand-link-grid,.brand-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-final-cta>.container{align-items:flex-start;flex-direction:column}.brand-final-cta .brand-page-actions{width:100%}}@media(max-width:640px){.brand-page-header{padding:44px 0 42px}.brand-page-header h1{font-size:2.35rem;line-height:1.1}.brand-page-lead{font-size:14px;line-height:1.7;margin-top:17px}.brand-page-actions{display:grid;grid-template-columns:1fr;width:100%}.brand-page-actions .btn{width:100%;padding-left:18px;padding-right:18px}.brand-section{padding:44px 0}.brand-link-grid,.brand-info-grid{grid-template-columns:1fr}.brand-domain-card{grid-template-columns:1fr;padding:23px}.brand-domain-icon{width:44px;height:44px;font-size:18px}.brand-section-heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.brand-prose p,.brand-domain-card p,.brand-faq-list p{font-size:14px;line-height:1.7}.brand-link-card,.brand-info-card{padding:19px}.brand-faq-list summary{padding:16px 46px 16px 17px;font-size:14px}.brand-faq-list summary:after{right:17px}.brand-faq-list p{padding:0 17px 17px}.brand-final-cta{padding:42px 0}}@media(max-width:440px){.brand-page-header{min-height:530px}}@media(max-width:370px){.brand-page-header{min-height:546px}}@media(max-width:330px){.brand-page-header{min-height:612px}}html[data-prerendered-sale]{--pk-initial-sale-height:57px}html[data-prerendered-sale] #saleBanner{height:var(--pk-initial-sale-height);min-height:var(--pk-initial-sale-height)}html[data-prerendered-sale] .site-header{top:var(--pk-initial-sale-height)!important}html[data-prerendered-sale] .hero{margin-top:calc(var(--header-height)+var(--pk-initial-sale-height))!important}.sale-banner{min-height:57px}@media(max-width:768px){html[data-prerendered-sale]{--pk-initial-sale-height:46px}.sale-banner{min-height:46px}}@media(max-width:480px){html[data-prerendered-sale]{--pk-initial-sale-height:56px}.sale-banner{min-height:56px}}.hero-content{padding-left:60px;padding-right:60px}.hero h1{max-width:980px;margin-bottom:12px;font-size:clamp(2.25rem,3vw,2.8rem);line-height:1.12;text-wrap:balance}.hero-intro{max-width:740px;color:#fff;font-size:16px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.hero-actions .btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center}.hero-trust{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:16px;color:var(--text-light);font-size:13px}.hero-trust li{display:inline-flex;align-items:center;gap:7px}.hero-trust i{color:var(--gold)}.hero-domain-note{margin-top:9px;color:#aaa;font-size:11px;line-height:1.5}.home-brand-intro{background:var(--bg-dark);padding:58px 0}.home-brand-intro>.container{max-width:900px}.home-section-eyebrow{margin-bottom:8px!important;color:var(--gold)!important;font-family:var(--font-ui);font-size:11px!important;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.home-brand-intro h2{margin-bottom:18px;color:#fff;font-family:var(--font-heading);font-size:2rem;font-weight:400;letter-spacing:.6px;line-height:1.2}.home-brand-intro p{max-width:820px;margin-bottom:14px;color:var(--text-gray);font-size:15px;line-height:1.78}.home-intro-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:24px}.home-intro-actions .brand-text-link{padding:10px 0}.about-section a{color:var(--gold);text-decoration:underline;text-underline-offset:.17em}@media(max-width:768px){.hero-content{padding-left:20px;padding-right:20px}.hero h1{max-width:660px;font-size:2.05rem;line-height:1.12}.hero-intro{font-size:14px;line-height:1.55}.hero-trust{gap:7px 16px;font-size:12px}.home-brand-intro{padding:44px 0}.home-brand-intro h2{font-size:1.65rem}.home-brand-intro p{font-size:14px;line-height:1.7}}@media(min-width:481px) and (max-width:768px){.hero h1{min-height:6.9rem;display:flex;align-items:flex-end}.home-intro-actions{align-items:flex-start;flex-direction:column;gap:8px}}@media(max-width:480px){.hero{height:280px;min-height:240px}.hero-content{padding-left:14px;padding-right:14px}.hero h1{margin-bottom:8px;font-size:1.35rem;line-height:1.16;letter-spacing:1px}.hero-intro{font-size:12px!important;line-height:1.42}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.hero-actions .btn{min-width:0;min-height:40px;margin:0;padding:8px 6px;font-size:11px;letter-spacing:.7px;white-space:nowrap}.hero-trust{gap:4px 12px;margin-top:9px;font-size:10.5px;line-height:1.35}.hero-domain-note{display:none}.home-brand-intro{padding:38px 0}.home-intro-actions{align-items:stretch;flex-direction:column;gap:8px;margin-top:20px}.home-intro-actions .btn{width:100%;margin:0}.home-intro-actions .brand-text-link{padding:8px 0}}.pk-consent-panel,.pk-consent-actions button,.pk-consent-choices label,.pk-consent-settings{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}

/* pk-sf-repair-20260816:start */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.toc-heading{font-size:1.17em;font-weight:700;line-height:1.3;margin:1em 0}
/* pk-sf-repair-20260816:end */
