*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #1e4d3b;--green-dark: #0a1f18;--green-light: #f0f7f4;--green-border: #c8e6d8;--text: #1a1a1a;--text-muted: #555555;--bg: #ffffff;--bg-soft: #f7f5f2;--font: "Inter", sans-serif;--radius: 8px;--max-width: 1200px}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page-width{max-width:var(--max-width);margin:0 auto;padding:0 24px}.btn{display:inline-block;background:var(--green);color:#fff;font-family:var(--font);font-weight:700;font-size:15px;padding:16px 32px;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s,transform .1s;text-align:center}.btn:hover{background:var(--green-dark);transform:translateY(-1px);color:#fff}.btn--full{width:100%}.btn--white{background:#fff;color:var(--green)}.btn--white:hover{background:var(--green-light);color:var(--green)}.btn--outline{background:transparent;color:var(--green);border:2px solid var(--green)}.announcement-bar{background:var(--green);color:#fff;text-align:center;padding:10px 24px;font-size:13px;font-weight:500;letter-spacing:.02em}.announcement-bar a{color:#fff;text-decoration:underline}.site-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:var(--max-width);margin:0 auto}.site-header__logo{font-size:1.3rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.site-header__nav{display:flex;gap:32px;list-style:none}.site-header__nav a{font-size:14px;font-weight:500;color:var(--text);transition:color .2s}.site-header__nav a:hover{color:var(--green)}.site-header__icons{display:flex;align-items:center;gap:16px}.site-header__icon{color:var(--text);cursor:pointer;position:relative}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--green);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer}.mobile-menu-toggle svg{width:24px;height:24px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:580px}.hero__image{overflow:hidden;background:#f0f0ee}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__content{background:var(--green);display:flex;flex-direction:column;justify-content:center;padding:60px 56px}.hero__rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.hero__stars{color:#f5c842;font-size:16px;letter-spacing:2px}.hero__rating-text{color:#fffc;font-size:13px;font-weight:500}.hero__headline{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.hero__subheadline{font-size:1rem;color:#ffffffbf;margin-bottom:32px;max-width:400px}.hero__trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px}.hero__trust-item{display:flex;align-items:center;gap:6px;color:#ffffffb3;font-size:12px;font-weight:500}.scroll-bar{background:var(--green-light);border-top:1px solid var(--green-border);border-bottom:1px solid var(--green-border);padding:12px 0;overflow:hidden;white-space:nowrap}.scroll-bar__track{display:inline-flex;gap:48px;animation:marquee 25s linear infinite}.scroll-bar__item{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--green)}.scroll-bar__item:before{content:"\2713"}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:48px 24px;max-width:var(--max-width);margin:0 auto}.product-gallery__main{border-radius:12px;overflow:hidden;background:var(--bg-soft);aspect-ratio:4/3}.product-gallery__main img{width:100%;height:100%;object-fit:contain;background:#f7f5f2}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.product-gallery__thumb{border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;aspect-ratio:1;background:var(--bg-soft)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.active{border-color:var(--green)}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-info__stars{color:#f5a623;font-size:14px}.product-info__rating-text{font-size:13px;color:var(--text-muted)}.product-info__title{font-size:1.8rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.product-info__price{display:flex;align-items:center;gap:12px;margin-bottom:20px}.product-info__price-current{font-size:1.8rem;font-weight:700;color:var(--green)}.product-info__price-compare{font-size:1.1rem;color:#999;text-decoration:line-through}.product-info__price-badge{background:var(--green);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px}.product-info__tagline{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.product-info__bullets{list-style:none;margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.product-info__bullets li{font-size:14px;font-weight:600;color:var(--green);display:flex;align-items:center;gap:8px}.product-info__bullets li:before{content:"\2713"}.gift-box{background:var(--green-light);border:1px solid var(--green-border);border-radius:10px;padding:14px 18px;margin-bottom:20px;display:flex;align-items:center;gap:12px}.gift-box__icon{font-size:20px}.gift-box__title{font-size:13px;font-weight:700;color:var(--green);margin-bottom:2px}.gift-box__desc{font-size:12px;color:var(--text-muted)}.add-to-cart{margin-bottom:12px;font-size:16px;padding:18px}.dynamic-checkout{margin-bottom:16px}.trust-row{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;padding:12px 0;border-top:1px solid #eee;margin-top:4px}.trust-row__item{font-size:12px;color:var(--text-muted)}.urgency-row{display:flex;justify-content:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.urgency-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:4px 12px;border-radius:4px}.urgency-badge--green{background:var(--green-light);color:var(--green)}.urgency-badge--red{background:#fff3f3;color:#b22222}.accordion{border:1px solid #eee;border-radius:10px;overflow:hidden;margin-top:20px}.accordion__item{border-bottom:1px solid #eee}.accordion__item:last-child{border-bottom:none}.accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:none;border:none;cursor:pointer;font-family:var(--font);font-size:14px;font-weight:600;color:var(--text);text-align:left}.accordion__trigger svg{width:16px;height:16px;transition:transform .2s;flex-shrink:0}.accordion__trigger.open svg{transform:rotate(180deg)}.accordion__content{display:none;padding:0 20px 16px;font-size:14px;color:var(--text-muted);line-height:1.7}.accordion__content.open{display:block}.section{padding:60px 0}.section--soft{background:var(--bg-soft)}.section--green{background:var(--green)}.section__header{text-align:center;margin-bottom:48px}.section__title{font-size:2.2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.section__subtitle{font-size:1rem;color:var(--text-muted)}.section--green .section__title{color:#fff}.section--green .section__subtitle{color:#ffffffbf}.sound-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.sound-card{display:flex;align-items:flex-start;gap:12px;background:var(--bg-soft);border-radius:10px;padding:16px}.sound-card__icon{font-size:20px;flex-shrink:0}.sound-card__text{font-size:14px;font-weight:500;line-height:1.5}.sound-cta{background:var(--green);border-radius:12px;padding:24px 32px;text-align:center;color:#fff;font-size:1rem;font-weight:600;line-height:1.6}.hiw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hiw-card{border-radius:14px;padding:28px 24px}.hiw-card--blue{background:#eff6ff;border:1px solid #bfdbfe}.hiw-card--green{background:#f0fdf4;border:1px solid #bbf7d0}.hiw-card--red{background:#fff7ed;border:1px solid #fed7aa}.hiw-card__icon{font-size:2rem;margin-bottom:12px}.hiw-card__mode{display:inline-block;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:12px}.hiw-card--blue .hiw-card__mode{background:#3b82f6;color:#fff}.hiw-card--green .hiw-card__mode{background:#22c55e;color:#fff}.hiw-card--red .hiw-card__mode{background:#ef4444;color:#fff}.hiw-card__title{font-size:1.1rem;font-weight:700;margin-bottom:8px}.hiw-card__text{font-size:14px;color:var(--text-muted);line-height:1.6}.comparison-wrap{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.comparison-table thead th{padding:20px;font-size:15px;font-weight:700;text-align:center;border-bottom:2px solid #eee;background:#fff}.comparison-table thead th:first-child{text-align:left}.comparison-table thead th.ours{background:var(--green);color:#fff}.comparison-table tbody td{padding:16px 20px;border-bottom:1px solid #f0f0f0;text-align:center;font-size:14px;background:#fff}.comparison-table tbody td:first-child{text-align:left;font-weight:600}.comparison-table tbody tr:last-child td{border-bottom:none}.yes{color:var(--green);font-size:20px;font-weight:700}.no{color:#ccc;font-size:18px}.comparison-cta{text-align:center;margin-top:32px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px}.testimonial-card__stars{color:#f5a623;font-size:14px;margin-bottom:12px}.testimonial-card__text{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:16px;font-style:italic}.testimonial-card__author{font-size:13px;font-weight:700;color:var(--text)}.guarantee-box{background:var(--green-light);border:2px solid var(--green);border-radius:16px;padding:48px 40px;text-align:center;max-width:720px;margin:0 auto}.guarantee-box__icon{font-size:4rem;margin-bottom:16px}.guarantee-box__title{font-size:2rem;font-weight:800;color:var(--green);letter-spacing:-.02em;margin-bottom:16px}.guarantee-box__text{font-size:1rem;color:#444;line-height:1.7;margin-bottom:16px;max-width:560px;margin-left:auto;margin-right:auto}.guarantee-box__badge{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;font-weight:700;font-size:14px;padding:10px 24px;border-radius:30px}.faq-list{max-width:720px;margin:0 auto}.site-footer{background:var(--text);color:#aaa;padding:40px 0;font-size:13px}.site-footer__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;max-width:var(--max-width);margin:0 auto;padding:0 24px}.site-footer__brand{color:#fff;font-weight:700;font-size:15px}.site-footer__links{display:flex;gap:24px}.site-footer__links a{color:#aaa;transition:color .2s}.site-footer__links a:hover{color:#fff}@media(max-width:768px){.hero{grid-template-columns:1fr;min-height:auto}.hero__image{min-height:280px}.hero__content{padding:40px 24px}.hero__headline{font-size:1.8rem}.product-page{grid-template-columns:1fr;gap:32px}.section__title{font-size:1.7rem}.guarantee-box{padding:32px 20px}.guarantee-box__title{font-size:1.5rem}.site-header__nav{display:none}.mobile-menu-toggle{display:block}.sound-grid,.hiw-grid,.testimonials-grid{grid-template-columns:1fr}}@media(max-width:768px){[style*="grid-template-columns:repeat(3,1fr)"],[style*="grid-template-columns: repeat(3, 1fr)"],[style*="grid-template-columns:repeat(2,1fr)"],[style*="grid-template-columns: repeat(2, 1fr)"]{display:flex!important;flex-direction:column!important}.hero__headline{font-size:1.6rem}.hero__content{padding:32px 20px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/neckwell.css.map */
