:root{--teal: #004345;--teal-light: #0a5a5c;--gold: #FEC400;--gold-light: #fed740;--cream: #FFFAF6;--cream-dark: #f5ede4;--white: #ffffff;--black: #111111;--gray-600: #555;--gray-400: #999;--gray-200: #e5e5e5;--green: #22c55e;--ann-bar-gold: #DFB357;--font: Helvetica, Arial, sans-serif;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--teal);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.nav{background:var(--teal);padding:14px 24px;text-align:center;position:sticky;top:0;z-index:50}.nav-logo{color:var(--white);font-weight:800;letter-spacing:.06em;font-size:16px}.announcement-bar{background:var(--ann-bar-gold);color:var(--white);text-align:center;padding:8px 16px;font-size:12px;font-weight:600;letter-spacing:.02em}.hero{max-width:var(--max-width);margin:0 auto;padding:32px 24px 64px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.gallery{position:sticky;top:80px;min-width:0}.gallery-main{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--cream-dark);position:relative}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-badge{position:absolute;top:16px;left:16px;background:var(--gold);color:var(--teal);font-size:11px;font-weight:700;padding:6px 12px;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}.buy-box{padding-top:8px;max-width:480px;min-width:0}.press-bar{display:flex;align-items:center;gap:16px;padding:0 0 12px;margin-bottom:14px;border-bottom:1px solid var(--gray-200)}.press-bar-label{font-size:11px;color:var(--gray-400);text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.press-logos{display:flex;gap:14px;align-items:center;flex-wrap:nowrap}.press-logos img{height:22px;width:auto;opacity:.45;filter:grayscale(1)}.rating-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.stars{color:var(--gold);font-size:20px;letter-spacing:2px;text-shadow:0 1px 3px rgba(254,196,0,.35)}.rating-text{font-size:13px;color:var(--gray-600)}.rating-text strong{color:var(--teal)}.recommend-badge{font-size:12px;color:var(--green);font-weight:600;margin-left:4px;display:inline-flex;align-items:center;gap:5px}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--green);display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #22c55e80}50%{box-shadow:0 0 0 5px #22c55e00}}.product-title{font-size:32px;color:var(--teal);margin-bottom:4px;line-height:1.2;letter-spacing:-.03em}.product-headline{font-size:16px;color:var(--gray-600);margin-bottom:18px;line-height:1.5}.quick-benefits{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 16px;margin-bottom:22px;background:var(--cream-dark);border-radius:12px}.quick-benefit{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--teal);font-weight:500}.quick-benefit .icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quick-benefit .icon svg{width:16px;height:16px;fill:none;stroke:var(--green);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.price{font-size:26px;font-weight:800;color:var(--teal)}.price-sub{font-size:13px;color:var(--gray-400)}.qty-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.qty-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--teal)}.qty-stepper{display:inline-flex;align-items:center;border:2px solid var(--gray-200);border-radius:10px;overflow:hidden;background:var(--white)}.qty-btn{width:38px;height:38px;padding:0;background:transparent;border:none;cursor:pointer;font-size:18px;color:var(--teal);font-family:var(--font);letter-spacing:normal!important;text-transform:none!important;border-radius:0}.qty-btn:hover{background:var(--cream-dark)!important;color:var(--teal)!important}.qty-val{min-width:36px;text-align:center;font-size:15px;font-weight:700;color:var(--teal)}input.qty-val{border:none;outline:none;background:transparent;padding:0 4px;height:38px;width:44px;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;font-family:inherit}input.qty-val::-webkit-outer-spin-button,input.qty-val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cta-button{width:100%;padding:20px 32px;background:var(--gold);color:var(--teal);border:none;border-radius:12px;font-size:17px;font-weight:900;cursor:pointer;letter-spacing:1.6px;text-transform:uppercase;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px;font-family:var(--font);position:relative;overflow:hidden;animation:pulseGlow 3s ease-in-out infinite}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);animation:shimmer 3s ease-in-out infinite}.cta-button:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 28px #fec40073}.cta-button:active{transform:translateY(0)}@keyframes pulseGlow{0%,to{box-shadow:0 0 #fec40066}50%{box-shadow:0 0 0 10px #fec40000}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.cta-lock{display:inline-flex;align-items:center}.cta-lock svg{width:14px;height:14px;fill:none;stroke:var(--teal);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.trust-strip{display:flex;justify-content:center;align-items:center;gap:6px;padding:8px 0 0}.trust-item{display:flex;align-items:center;gap:4px;white-space:nowrap}.trust-icon svg{width:12px;height:12px;fill:none;stroke:var(--teal);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-text{font-size:12.5px;color:var(--teal);font-weight:500}.trust-sep{font-size:8px;color:var(--gray-400)}.section-detail{background:var(--white);padding:64px 24px}.section-inner{max-width:800px;margin:0 auto;text-align:center}.section-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:var(--ann-bar-gold);font-weight:700;margin-bottom:12px}.section-heading{font-size:30px;color:var(--teal);line-height:1.25;margin-bottom:16px;letter-spacing:-.02em}.section-body{font-size:16px;color:var(--gray-600);line-height:1.7;max-width:600px;margin:0 auto 36px}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px}.feature{text-align:center;padding:0 8px}.feature-icon{width:44px;height:44px;margin:0 auto 12px;border-radius:50%;background:var(--cream-dark);display:flex;align-items:center;justify-content:center}.feature-icon svg{width:20px;height:20px;fill:none;stroke:var(--teal);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-title{font-size:14px;font-weight:800;color:var(--teal);margin-bottom:4px}.feature-text{font-size:13.5px;color:var(--gray-600);line-height:1.55}.faq-wrapper{background:#ebe3d9}.faq-section{padding:64px 24px;max-width:800px;margin:0 auto}.faq-section h2{font-size:28px;color:var(--teal);letter-spacing:-.02em;margin-bottom:24px;text-align:center}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-item:first-of-type{border-top:1px solid var(--gray-200)}.faq-question{width:100%;background:none;border:none;padding:18px 0;font-size:15.5px;font-weight:600;color:var(--teal);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:var(--font);letter-spacing:normal!important;text-transform:none!important;border-radius:0}.faq-question:hover,.faq-question:focus,.faq-question:active{background:none!important;background-color:transparent!important;color:var(--teal)!important}.faq-question:after{content:"+";font-size:20px;font-weight:300;color:var(--gray-400);transition:all .3s cubic-bezier(.22,1,.36,1);flex-shrink:0;margin-left:16px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--cream);line-height:1;padding-bottom:1px}.faq-item.open .faq-question:after{content:"\2212";background:var(--teal);color:var(--white);padding-bottom:2px}.faq-answer{max-height:0;overflow:hidden;padding:0;font-size:14.5px;color:var(--gray-600);line-height:1.7;transition:max-height .4s cubic-bezier(.22,1,.36,1),padding .4s ease}.faq-item.open .faq-answer{max-height:320px;padding:0 0 24px}.footer{background:var(--teal);color:#ffffff8c;padding:24px 24px 32px;text-align:center;font-size:12px}.footer a{color:#fffc;text-decoration:underline;text-underline-offset:3px}@media(max-width:768px){.hero{grid-template-columns:1fr;gap:12px;padding:16px 16px 32px}.gallery{position:static}.buy-box{max-width:none}.product-title{font-size:26px}.product-headline{font-size:15px}.stars{font-size:16px;letter-spacing:1px}.press-bar{order:98;margin-top:16px;padding:12px 0;border-top:1px solid var(--gray-200);border-bottom:none;justify-content:center;flex-wrap:wrap}.press-bar-label{display:none}.section-detail,.faq-section{padding:48px 20px}.section-heading{font-size:24px}.feature-row{grid-template-columns:1fr;gap:28px}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/sk-pdp-accessory.css.map */
