*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--card: #141414;--green: #00e676;--green2: #00c853;--white: #ffffff;--muted: #aaaaaa;--border: #222222;--font: "Inter", sans-serif}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:var(--font);background:var(--black);color:var(--white);font-size:1.5rem;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.announcement-bar{background:var(--green);color:var(--black);text-align:center;padding:.8rem 2rem;font-size:1.2rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.site-header{background:var(--black);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;width:100%}.header-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:65px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo__text{font-size:2rem;font-weight:900;color:var(--white);letter-spacing:-.02em}.header-logo img{height:45px;width:auto}.header-nav{display:flex;align-items:center;gap:.5rem}.nav-item{position:relative}.nav-link{display:block;padding:.6rem 1.2rem;font-size:1.35rem;font-weight:600;color:var(--white);transition:color .2s;white-space:nowrap}.nav-link:hover{color:var(--green)}.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:#111;border:1px solid var(--border);min-width:200px;z-index:999;padding:.5rem 0}.nav-item.has-dropdown:hover .nav-dropdown{display:block}.nav-dropdown__link{display:block;padding:.8rem 1.5rem;font-size:1.3rem;color:var(--muted);transition:color .15s,background .15s}.nav-dropdown__link:hover{color:var(--green);background:#ffffff08}.header-icons{display:flex;align-items:center;gap:.5rem}.header-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--white);transition:color .2s;position:relative}.header-icon:hover{color:var(--green)}.cart-count{position:absolute;top:2px;right:2px;background:var(--green);color:var(--black);font-size:1rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--white);cursor:pointer;padding:.4rem}.mobile-menu{position:fixed;top:65px;right:0;width:220px;background:var(--black);border:1px solid var(--border);z-index:9999;transform:translateY(-20px);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease}.mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:all}.mobile-menu__inner{padding:1rem 2rem 2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:var(--white);font-size:2rem;cursor:pointer}.mobile-menu__link{display:block;padding:1rem 0;font-size:1.8rem;font-weight:600;color:var(--white);border-bottom:1px solid var(--border)}.mobile-menu__link--child{font-size:1.5rem;color:var(--muted);padding-left:1.5rem}.hero{position:relative;background:#111;overflow:hidden}.hero__slide{min-height:520px;display:flex;align-items:center;justify-content:center;position:relative;background-size:cover;background-position:center}.hero__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.hero__content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:700px}.hero__heading{font-size:clamp(3rem,6vw,6rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero__sub{font-size:clamp(1.2rem,2vw,1.6rem);color:#fffc;margin-bottom:2.5rem}.hero__btns{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:1.1rem 2.4rem;font-family:var(--font);font-size:1.3rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.btn--primary{background:var(--green);color:var(--black);border-color:var(--green)}.btn--primary:hover{background:var(--green2);border-color:var(--green2);transform:translateY(-1px);box-shadow:0 4px 20px #00e67659}.btn--outline{background:transparent;color:var(--white);border-color:#ffffff80}.btn--outline:hover{border-color:var(--white);background:#ffffff0f}.trust-bar{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.trust-bar__inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;padding:1rem}.trust-item__icon{width:40px;height:40px;color:var(--green)}.trust-item__title{font-size:1.4rem;font-weight:700;color:var(--white)}.trust-item__text{font-size:1.2rem;color:var(--muted)}.section{padding:6rem 0}.section+.section{border-top:1px solid var(--border)}.section--dark{background:var(--black)}.section--card{background:var(--card)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{margin-bottom:3rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.section-title{font-size:clamp(2rem,3vw,2.8rem);font-weight:800;color:var(--white)}.section-title span{color:var(--green)}.section-divider{width:50px;height:3px;background:var(--green);margin-bottom:1rem}.section-viewall{display:inline-flex;align-items:center;gap:.5rem;color:var(--green);font-size:1.3rem;font-weight:600;border:1px solid var(--green);padding:.6rem 1.4rem;transition:all .2s;white-space:nowrap}.section-viewall:hover{background:var(--green);color:var(--black)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.product-card{background:var(--card);border:1px solid var(--border);border-radius:14px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;flex-direction:column;position:relative;overflow:hidden}.product-card:hover{border-color:var(--green);transform:translateY(-4px);box-shadow:0 8px 30px #00e67626}.product-card__badge{position:absolute;top:1.2rem;left:1.2rem;background:var(--green);color:var(--black);font-size:1rem;font-weight:800;padding:.3rem .8rem;letter-spacing:.08em;text-transform:uppercase;z-index:2}.product-card__image{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;padding:1.5rem}.product-card__image-placeholder{width:100%;aspect-ratio:1/1;background:#f3f3f3;display:flex;align-items:center;justify-content:center}.product-card__image-placeholder svg{width:70px;height:70px;opacity:.2}.product-card__body{padding:1.6rem;flex:1;display:flex;flex-direction:column;gap:.8rem}.product-card__name{font-size:1.6rem;font-weight:700;color:var(--white);transition:color .2s}.product-card__name:hover{color:var(--green)}.product-card__desc{font-size:1.25rem;color:var(--muted);line-height:1.6}.product-card__specs{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;border-top:1px solid var(--border);padding-top:1rem;margin-top:.5rem}.spec-item{display:flex;align-items:center;gap:.5rem}.spec-item__icon{width:15px;height:15px;color:var(--green);flex-shrink:0}.spec-item__text{font-size:1.2rem;color:#ccc;font-weight:500}.product-card__footer{padding:1.2rem 1.6rem 1.6rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.product-card__price{display:flex;flex-direction:column}.product-card__price-amount{font-size:2rem;font-weight:800;color:var(--green)}.product-card__price-compare{font-size:1.2rem;color:#555;text-decoration:line-through}.newsletter-section{background:var(--card);border-top:1px solid var(--border);padding:6rem 0;text-align:center}.newsletter-section h2{font-size:clamp(2rem,3vw,3rem);font-weight:800;margin-bottom:1rem}.newsletter-section p{color:var(--muted);font-size:1.5rem;margin-bottom:2.5rem}.newsletter-form{display:flex;max-width:480px;margin:0 auto;gap:0}.newsletter-form input{flex:1;padding:1.2rem 1.6rem;background:#ffffff0d;border:1px solid var(--border);border-right:none;color:var(--white);font-family:var(--font);font-size:1.4rem;outline:none}.newsletter-form input:focus{border-color:var(--green)}.newsletter-form input::placeholder{color:var(--muted)}.newsletter-form button{padding:1.2rem 2rem;background:var(--green);color:var(--black);border:none;font-size:1.6rem;font-weight:800;cursor:pointer;transition:background .2s}.newsletter-form button:hover{background:var(--green2)}.reviews-section{background:var(--black);padding:6rem 0;border-top:1px solid var(--border)}.reviews-header{text-align:center;margin-bottom:3rem}.tp-stars{display:flex;justify-content:center;gap:4px;margin-bottom:.8rem}.tp-star{width:32px;height:32px;background:#00b67a;display:flex;align-items:center;justify-content:center}.tp-star svg{width:18px;height:18px;fill:#fff}.tp-score{font-size:1.6rem;font-weight:700;color:var(--white);margin-bottom:.3rem}.tp-label{font-size:1.3rem;color:var(--muted);margin-bottom:.8rem}.tp-logo{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--white);font-weight:700;font-size:1.4rem}.tp-logo svg{width:20px;height:20px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.review-card{background:var(--card);border:1px solid var(--border);padding:2rem;transition:border-color .2s}.review-card:hover{border-color:#00b67a}.review-card__stars{display:flex;gap:3px;margin-bottom:.8rem}.review-card__star{width:18px;height:18px;background:#00b67a;display:flex;align-items:center;justify-content:center}.review-card__star svg{width:11px;height:11px;fill:#fff}.review-card__author{font-size:1.2rem;color:var(--muted);margin-bottom:.5rem}.review-card__title{font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:.8rem}.review-card__text{font-size:1.3rem;color:var(--muted);line-height:1.7}.review-card__date{font-size:1.1rem;color:#444;margin-top:1rem;display:block}.site-footer{background:#050505;border-top:1px solid var(--border);padding-top:4rem}.footer-inner{max-width:1200px;margin:0 auto;padding:0 2rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:3rem}.footer-logo__text{font-size:1.8rem;font-weight:900;color:var(--white)}.footer-logo img{height:40px;width:auto;margin-bottom:1.2rem}.footer-tagline{font-size:1.3rem;color:var(--muted);line-height:1.6;max-width:250px}.footer-links h4,.footer-newsletter h4{font-size:1.3rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.2rem}.footer-links a{display:block;font-size:1.3rem;color:var(--muted);padding:.3rem 0;transition:color .2s}.footer-links a:hover{color:var(--green)}.footer-newsletter p{font-size:1.3rem;color:var(--muted);margin-bottom:1.2rem;line-height:1.5}.footer-bottom{border-top:1px solid var(--border);padding:1.5rem 2rem;text-align:center;font-size:1.2rem;color:var(--muted)}@media(max-width:989px){.header-nav{display:none}.mobile-menu-toggle{display:flex}.mobile-menu{display:block}.products-grid,.reviews-grid,.trust-bar__inner{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:599px){.products-grid,.reviews-grid{grid-template-columns:1fr}.trust-bar__inner{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}.hero__btns{flex-direction:column;align-items:center}}.container--narrow{max-width:760px}.rte{color:var(--muted);line-height:1.8}.rte a{color:var(--green);text-decoration:underline}.rte h1,.rte h2,.rte h3{color:var(--white);margin:1.5rem 0 .8rem}.rte p{margin-bottom:1rem}.rte ul,.rte ol{margin:1rem 0 1rem 2rem}.rte img{margin:1rem 0}.collection-header{margin-bottom:3rem}.collection-header__desc{margin-top:1rem;max-width:700px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-page__main-image{width:100%;background:var(--card);border:1px solid var(--border);aspect-ratio:1;object-fit:contain;padding:2rem}.product-page__placeholder{width:100%;aspect-ratio:1;background:var(--card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.product-page__placeholder svg{width:80px;height:80px;opacity:.2;color:var(--green)}.product-page__thumbs{display:flex;gap:.8rem;margin-top:1rem;flex-wrap:wrap}.product-page__thumb{width:70px;height:70px;border:1px solid var(--border);background:var(--card);padding:4px;cursor:pointer;transition:border-color .2s}.product-page__thumb:hover{border-color:var(--green)}.product-page__thumb img{width:100%;height:100%;object-fit:contain}.product-page__vendor{font-size:1.2rem;color:var(--green);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.product-page__title{font-size:clamp(2.4rem,4vw,3.4rem);font-weight:800;margin:.6rem 0 1.2rem;color:var(--white)}.product-page__price{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.product-page__price-amount{font-size:2.6rem;font-weight:800;color:var(--green)}.product-page__price-compare{font-size:1.6rem;color:#555;text-decoration:line-through}.product-page__option{margin-bottom:1.2rem}.product-page__option-label{display:block;font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:var(--white)}.product-page__option-select,.product-page__variant-hidden{width:100%;padding:1rem;background:#ffffff0d;border:1px solid var(--border);color:var(--white);font-family:var(--font);font-size:1.4rem}.product-page__variant-hidden{display:none}.product-page__buy{display:flex;gap:1rem;margin:2rem 0;align-items:stretch}.product-page__qty{width:80px;padding:1rem;background:#ffffff0d;border:1px solid var(--border);color:var(--white);font-family:var(--font);font-size:1.4rem;text-align:center}.product-page__add{flex:1;border:none}.product-page__add[disabled]{opacity:.5;cursor:not-allowed}.product-page__description{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:4rem;flex-wrap:wrap}.pagination__link{padding:.8rem 1.4rem;border:1px solid var(--border);color:var(--muted);font-size:1.3rem;font-weight:600;transition:all .2s}.pagination__link:hover{border-color:var(--green);color:var(--green)}.pagination__link--current{background:var(--green);color:var(--black);border-color:var(--green)}.collection-empty,.search-meta{color:var(--muted);font-size:1.4rem;margin-bottom:2rem}.cart-table{border:1px solid var(--border)}.cart-table__head{display:grid;grid-template-columns:3fr 1fr 1.5fr 1fr;gap:1rem;padding:1.2rem 1.6rem;background:var(--card);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border-bottom:1px solid var(--border)}.cart-row{display:grid;grid-template-columns:3fr 1fr 1.5fr 1fr;gap:1rem;padding:1.6rem;align-items:center;border-bottom:1px solid var(--border)}.cart-row:last-child{border-bottom:none}.cart-row__product{display:flex;gap:1rem;align-items:center}.cart-row__product img{border:1px solid var(--border)}.cart-row__title{font-size:1.4rem;font-weight:600;color:var(--white);display:block}.cart-row__title:hover{color:var(--green)}.cart-row__variant{font-size:1.2rem;color:var(--muted)}.cart-row__qty{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.cart-row__remove{font-size:1.1rem;color:#ff5252}.cart-row__remove:hover{text-decoration:underline}.cart-row__total{font-weight:700;color:var(--green)}.cart-footer{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;flex-wrap:wrap;gap:1.5rem}.cart-footer__totals{display:flex;align-items:baseline;gap:1rem}.cart-footer__label{font-size:1.6rem;color:var(--muted)}.cart-footer__amount{font-size:2.4rem;font-weight:800;color:var(--green)}.cart-footer__actions{display:flex;gap:1rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{font-size:1.6rem;color:var(--muted);margin-bottom:2rem}.search-page-form{display:flex;gap:0;max-width:600px;margin-bottom:3rem}.search-page-input{flex:1;padding:1.2rem 1.6rem;background:#ffffff0d;border:1px solid var(--border);border-right:none;color:var(--white);font-family:var(--font);font-size:1.4rem}.search-page-input:focus{outline:none;border-color:var(--green)}.auth-card{background:var(--card);border:1px solid var(--border);padding:2.5rem;max-width:480px}.auth-card__alt{margin-top:1.5rem;font-size:1.3rem;color:var(--muted)}.auth-card__alt a{color:var(--green)}.form-field{margin-bottom:1.4rem}.form-field label{display:block;font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:var(--white)}.form-field input{width:100%;padding:1rem;background:#ffffff0d;border:1px solid var(--border);color:var(--white);font-family:var(--font);font-size:1.4rem}.form-field input:focus{outline:none;border-color:var(--green)}.form-errors{background:#ff52521a;border:1px solid #ff5252;color:#ff8a80;padding:1rem;margin-bottom:1.5rem;font-size:1.3rem}.account-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.account-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.account-head p{font-size:1.5rem;color:var(--white)}.account-subtitle{font-size:1.6rem;font-weight:700;color:var(--white);margin-bottom:1.2rem}.account-side{background:var(--card);border:1px solid var(--border);padding:2rem}.error-404{text-align:center;padding:8rem 0}.error-404__code{font-size:clamp(6rem,15vw,12rem);font-weight:900;color:var(--green);line-height:1}.error-404__title{font-size:2.4rem;font-weight:800;margin:1rem 0}.error-404__text{color:var(--muted);margin-bottom:2.5rem}@media(max-width:749px){.product-page{grid-template-columns:1fr;gap:2rem}.account-grid{grid-template-columns:1fr}.cart-table__head{display:none}.cart-row{grid-template-columns:1fr 1fr;gap:1rem 1.5rem}.cart-row__product{grid-column:1 / -1}.cart-row__price:before,.cart-row__qty:before,.cart-row__total:before{content:attr(data-label) ": ";font-size:1.1rem;color:var(--muted);text-transform:uppercase}}:root{--kk-accent: #FF6B00}.product-page__price-amount{color:var(--kk-accent);font-weight:700}.product-page__price-compare{text-decoration:line-through;color:var(--muted);margin-left:8px}.product-page__badge{background:var(--kk-accent);color:#fff;font-weight:700;font-size:13px;padding:3px 9px;border-radius:999px;margin-left:8px}.product-page__stock{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);margin:6px 0 18px}.dot{width:9px;height:9px;border-radius:50%;display:inline-block}.dot--in{background:#21c55d;box-shadow:0 0 8px #21c55d}.dot--out{background:#ef4444}.product-page__thumb.is-active{outline:2px solid var(--kk-accent)}.product-page__related{margin-top:64px}.product-page__related-title{font-size:clamp(22px,3vw,30px);margin-bottom:24px}.product-page__related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-page__related-card{display:block;text-decoration:none;color:var(--white);background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .15s,border-color .15s}.product-page__related-card:hover{transform:translateY(-4px);border-color:var(--kk-accent)}.product-page__related-img{position:relative;aspect-ratio:1/1;display:grid;place-items:center;background:#fff}.product-page__related-img img{width:100%;height:100%;object-fit:contain;padding:14px}.product-page__related-badge{position:absolute;top:10px;left:10px;background:var(--kk-accent);color:#fff;font-size:12px;font-weight:700;padding:3px 8px;border-radius:999px}.product-page__related-name{font-size:15px;font-weight:600;margin:12px 14px 6px}.product-page__related-price{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--kk-accent);margin:0 14px 14px}.product-page__related-price s{font-weight:400;font-size:13px;color:var(--muted)}.product-page__related-price .muted{font-weight:400;font-size:12px;color:var(--muted)}@media(max-width:900px){.product-page__related-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.product-card__desc,.product-card__specs{display:none!important}.product-card__body{padding:10px 12px!important}.product-card__footer{padding:0 12px 12px!important}.product-card__name{font-size:1.3rem!important;margin:4px 0!important}.product-card__price-amount{font-size:1.6rem!important}.product-card__image,.product-card__image-placeholder{height:170px!important;aspect-ratio:auto!important}.product-card__image{width:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important}.product-card__image-placeholder{background:#f3f3f3!important}}.trust-bar{padding:6px 0!important}.trust-item{font-size:.75rem!important;padding:0 16px!important}.trust-item__icon{width:14px!important;height:14px!important}.trust-item__icon svg{width:14px!important;height:14px!important}.trust-bar .trust-item__title{color:#000!important}@media screen and (max-width:749px){.hero .btn--primary{background:transparent!important;border:2px solid #fff!important;color:#fff!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
