:root{--tk-teal: #025C5C;--tk-teal-dark: #014A4A;--tk-teal-soft: rgba(2, 92, 92, .08);--tk-black: #080808;--tk-ink: #111111;--tk-muted: #5F6666;--tk-bg: #F7F9F8;--tk-white: #FFFFFF;--tk-line: rgba(17, 17, 17, .1);--tk-line-dark: rgba(255, 255, 255, .12);--tk-muted-dark: rgba(247, 249, 248, .72);--tk-radius: 16px;--tk-radius-lg: 22px;--tk-shadow: 0 1px 2px rgba(8, 8, 8, .05), 0 8px 24px rgba(8, 8, 8, .06);--tk-shadow-lift: 0 2px 4px rgba(8, 8, 8, .06), 0 14px 34px rgba(8, 8, 8, .1);--tk-max: 1240px}.tk-wrap{max-width:var(--tk-max);margin:0 auto;padding-left:22px;padding-right:22px}.tk-section{padding:64px 0}.tk-section--tint{background:var(--tk-bg)}.tk-eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--tk-teal);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.tk-eyebrow:before{content:"";width:18px;height:2px;background:var(--tk-teal);border-radius:2px}.tk-h2{margin:0 0 10px;color:var(--tk-ink);font-size:clamp(26px,3.4vw,38px);font-weight:800;letter-spacing:-.02em;line-height:1.12}.tk-sub{margin:0 0 34px;max-width:620px;color:var(--tk-muted);font-size:16px;line-height:1.6}.tk-center{text-align:center}.tk-center .tk-sub{margin-left:auto;margin-right:auto}.tk-center .tk-eyebrow:before{display:none}.tk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 28px;border-radius:14px;border:0;font-size:16px;font-weight:800;letter-spacing:.01em;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.tk-btn--primary{background:var(--tk-teal);color:#fff;box-shadow:0 6px 18px #025c5c47}.tk-btn--primary:hover{background:var(--tk-teal-dark);transform:translateY(-1px);box-shadow:0 10px 24px #025c5c52}.tk-btn--ghost{background:transparent;color:var(--tk-ink);border:1.5px solid rgba(17,17,17,.18)}.tk-btn--ghost:hover{border-color:var(--tk-teal);color:var(--tk-teal)}.tk-btn:focus-visible{outline:3px solid rgba(2,92,92,.45);outline-offset:2px}@media(prefers-reduced-motion:reduce){.tk-btn,.tk-card,.take-footer a{transition:none!important}}.tk-grid{display:grid;gap:14px}.tk-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.tk-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.tk-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.tk-card{background:var(--tk-white);border:1px solid var(--tk-line);border-radius:var(--tk-radius);padding:24px 22px;box-shadow:var(--tk-shadow);transition:transform .18s ease,box-shadow .18s ease}.tk-card:hover{transform:translateY(-2px);box-shadow:var(--tk-shadow-lift)}.tk-card-icon{display:inline-grid;place-items:center;width:44px;height:44px;margin-bottom:14px;border-radius:12px;background:var(--tk-teal-soft);color:var(--tk-teal)}.tk-card-icon svg{width:22px;height:22px}.tk-card-title{margin:0 0 6px;color:var(--tk-ink);font-size:16px;font-weight:800}.tk-card-text{margin:0;color:var(--tk-muted);font-size:14px;line-height:1.55}@media(max-width:900px){.tk-grid--4,.tk-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.tk-grid--4,.tk-grid--3,.tk-grid--2{grid-template-columns:1fr}.tk-section{padding:48px 0}}.tk-announce{background:var(--tk-black);color:#fff}.tk-announce-inner{max-width:var(--tk-max);margin:0 auto;padding:9px 22px;display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tk-announce-item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.tk-announce-item svg{width:14px;height:14px;color:var(--tk-teal);flex:none}.tk-announce-item--deal{font-weight:900}.tk-announce-item--deal svg{color:#ffb400}.tk-announce--teal{background:var(--tk-teal)}.tk-announce--teal .tk-announce-item svg{color:#fff}@media(max-width:560px){.tk-announce-inner{gap:8px;justify-content:center;padding:8px 14px;text-align:center}.tk-announce-item{font-size:10.5px;letter-spacing:.04em}.tk-announce-item:nth-child(n+4){display:none}}.tk-header-section{position:sticky;top:0;z-index:60}.tk-header{background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--tk-line)}.tk-header-inner{max-width:var(--tk-max);margin:0 auto;padding:0 22px;display:flex;align-items:center;gap:18px;min-height:68px}.tk-header-logo{display:flex;align-items:center;flex:none}.tk-header-logo img{display:block;width:auto;height:48px}.tk-nav{display:flex;align-items:center;gap:4px;margin:0 auto}.tk-nav a{display:inline-flex;align-items:center;padding:10px 13px;border-radius:10px;color:var(--tk-ink);font-size:14.5px;font-weight:700;text-decoration:none;transition:background .15s ease,color .15s ease}.tk-nav a:hover{background:var(--tk-teal-soft);color:var(--tk-teal)}.tk-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.tk-icon-btn{position:relative;display:inline-grid;place-items:center;width:44px;height:44px;border-radius:12px;border:0;background:transparent;color:var(--tk-ink);cursor:pointer;text-decoration:none}.tk-icon-btn:hover{background:var(--tk-teal-soft);color:var(--tk-teal)}.tk-icon-btn svg{width:22px;height:22px}.tk-cart-count{position:absolute;top:4px;right:3px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--tk-teal);color:#fff;font-size:10.5px;font-weight:800;line-height:17px;text-align:center}.tk-burger{display:none}.tk-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:none}.tk-drawer[data-open=true]{display:block}.tk-drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#08080880}.tk-drawer-panel{position:absolute;top:0;left:0;bottom:0;width:min(86vw,360px);background:#fff;display:flex;flex-direction:column;padding:18px;box-shadow:0 0 60px #0808084d;overflow-y:auto}.tk-drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.tk-drawer-top img{height:44px;width:auto}.tk-drawer-nav{display:flex;flex-direction:column}.tk-drawer-nav a{display:flex;align-items:center;min-height:54px;padding:0 10px;border-bottom:1px solid var(--tk-line);color:var(--tk-ink);font-size:17px;font-weight:700;text-decoration:none}.tk-drawer-nav a:active{color:var(--tk-teal)}.tk-drawer-trust{margin-top:18px;padding:14px;border-radius:14px;background:var(--tk-bg);color:var(--tk-muted);font-size:13px;font-weight:700;line-height:1.7}.tk-drawer-trust svg{width:13px;height:13px;color:var(--tk-teal);vertical-align:-1px;margin-right:6px}@media(max-width:990px){.tk-nav{display:none}.tk-burger{display:inline-grid}.tk-header-inner{min-height:60px;gap:8px}.tk-header-logo img{height:42px}}.tk-hero{background:linear-gradient(180deg,var(--tk-white) 0%,var(--tk-bg) 100%);overflow:hidden}.tk-hero-inner{max-width:var(--tk-max);margin:0 auto;padding:64px 22px 56px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.tk-hero-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;padding:7px 13px;border-radius:999px;background:var(--tk-teal-soft);color:var(--tk-teal);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tk-hero h1{margin:0 0 16px;color:var(--tk-ink);font-size:clamp(34px,5vw,56px);font-weight:850;letter-spacing:-.025em;line-height:1.05}.tk-hero h1 em{font-style:normal;color:var(--tk-teal)}.tk-hero-sub{margin:0 0 28px;max-width:520px;color:var(--tk-muted);font-size:17.5px;line-height:1.65}.tk-hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}.tk-hero-badges{display:flex;flex-wrap:wrap;gap:8px 18px;padding:0;margin:0;list-style:none}.tk-hero-badges li{display:inline-flex;align-items:center;gap:7px;color:var(--tk-muted);font-size:13.5px;font-weight:700}.tk-hero-badges svg{width:15px;height:15px;color:var(--tk-teal);flex:none}.tk-hero-media{position:relative}.tk-hero-media:before{content:"";position:absolute;top:8%;right:6%;bottom:8%;left:6%;border-radius:50%;background:radial-gradient(closest-side,rgba(2,92,92,.14),transparent 72%);z-index:0}.tk-hero-media img{position:relative;z-index:1;display:block;width:100%;height:auto;border-radius:var(--tk-radius-lg)}.tk-hero-media--card img{background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-lift)}@media(max-width:900px){.tk-hero-inner{grid-template-columns:1fr;padding:40px 18px 44px;gap:28px}.tk-hero-media{order:-1;max-width:440px;margin:0 auto;width:100%}.tk-hero-ctas .tk-btn{flex:1;min-width:150px}}.tk-rev-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}.tk-rev-tab{border:1.5px solid var(--tk-line);background:#fff;color:var(--tk-muted);border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:800;cursor:pointer;transition:all .15s ease}.tk-rev-tab[aria-pressed=true]{background:var(--tk-teal);border-color:var(--tk-teal);color:#fff}.tk-rev-card{display:flex;flex-direction:column;gap:10px}.tk-rev-stars{color:var(--tk-teal);font-size:15px;letter-spacing:.12em}.tk-rev-text{margin:0;color:var(--tk-ink);font-size:15px;line-height:1.6}.tk-rev-meta{display:flex;align-items:center;gap:8px;margin-top:auto;color:var(--tk-muted);font-size:13px;font-weight:700}.tk-rev-verified{display:inline-flex;align-items:center;gap:5px;color:var(--tk-teal)}.tk-rev-verified svg{width:13px;height:13px}.tk-rev-card[hidden]{display:none}.tk-ugc{margin-top:36px}.tk-ugc-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.tk-ugc-tile{aspect-ratio:1;border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow);display:block}.tk-ugc-tile img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:700px){.tk-ugc-row{grid-template-columns:repeat(2,1fr)}.tk-rev-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:6px;-webkit-overflow-scrolling:touch}.tk-rev-grid .tk-card{flex:0 0 84%;scroll-snap-align:start}}.tk-faq-list{max-width:760px;margin:0 auto}.tk-faq-item{background:#fff;border:1px solid var(--tk-line);border-radius:14px;margin-bottom:10px;overflow:hidden}.tk-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;cursor:pointer;list-style:none;color:var(--tk-ink);font-size:16px;font-weight:800;min-height:56px}.tk-faq-item summary::-webkit-details-marker{display:none}.tk-faq-chevron{flex:none;width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:var(--tk-teal-soft);color:var(--tk-teal);transition:transform .2s ease}.tk-faq-chevron svg{width:14px;height:14px}.tk-faq-item[open] .tk-faq-chevron{transform:rotate(180deg)}.tk-faq-body{padding:0 20px 18px;color:var(--tk-muted);font-size:15px;line-height:1.65}.tk-quiz{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:28px;align-items:center;padding:42px;border-radius:36px;background:radial-gradient(circle at 78% 18%,rgba(2,92,92,.55),transparent 35%),linear-gradient(135deg,#071314,#0d2021 60%,#071314);box-shadow:0 30px 80px #0000003d;border:1px solid rgba(255,255,255,.08)}.tk-quiz:after{content:"";position:absolute;inset:auto -80px -100px auto;width:250px;height:250px;border-radius:999px;background:#025c5c99;filter:blur(50px)}.tk-quiz h2{margin:0 0 10px;color:#fff;font-size:clamp(24px,3vw,36px);font-weight:850;letter-spacing:-.02em}.tk-quiz p{margin:0;color:var(--tk-muted-dark);font-size:15.5px;line-height:1.6;max-width:560px}.tk-quiz .tk-eyebrow{color:#7ff4ed;margin-bottom:10px}.tk-quiz .tk-btn{position:relative;z-index:1;width:100%;justify-content:center}.tk-quiz-panel{position:relative;z-index:1;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:26px;padding:22px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tk-quiz-question{color:#fff!important;font-weight:850;margin-bottom:14px!important}.tk-quiz-options{display:grid;gap:10px;margin-bottom:14px}.tk-quiz-options button{width:100%;text-align:left;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;border-radius:16px;padding:13px 14px;font-weight:800;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.tk-quiz-options button:hover,.tk-quiz-options button.is-active{transform:translateY(-1px);background:#025c5c8c;border-color:#7ff4ed8c}.tk-quiz-result{display:none;gap:5px;color:#fff;border:1px solid rgba(127,244,237,.28);background:#025c5c38;border-radius:18px;padding:13px 14px;margin:12px 0 14px}.tk-quiz-result.is-visible{display:grid}.tk-quiz-result strong{font-size:15px}.tk-quiz-result span{color:var(--tk-muted-dark);line-height:1.45;font-size:14px}@media(max-width:860px){.tk-quiz{grid-template-columns:1fr;padding:34px 24px}.tk-quiz .tk-btn{width:100%}}.tk-benefits{margin:14px 0 18px;padding:0;list-style:none;display:grid;gap:9px}.tk-benefits li{display:flex;gap:10px;align-items:flex-start;color:var(--tk-ink);font-size:15px;font-weight:600;line-height:1.45}.tk-benefits svg{flex:none;width:18px;height:18px;color:var(--tk-teal);margin-top:1px}.tk-trust-row{margin-top:14px}.tk-trust-row-line{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:center;color:var(--tk-muted);font-size:13px;font-weight:700}.tk-trust-row-line span{display:inline-flex;align-items:center;gap:6px}.tk-trust-row-line svg{width:14px;height:14px;color:var(--tk-teal)}.tk-pay-icons{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.tk-pay-icons svg{height:24px;width:auto;border-radius:4px}.tk-ship-note{margin-top:14px;padding:13px 15px;border-radius:12px;background:var(--tk-bg);border:1px solid var(--tk-line);color:var(--tk-muted);font-size:13.5px;line-height:1.6}.tk-ship-note strong{color:var(--tk-ink)}.tk-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:55;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--tk-line);padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:none;align-items:center;gap:12px;transform:translateY(110%);transition:transform .25s ease}.tk-sticky-atc[data-visible=true]{transform:translateY(0)}.tk-sticky-atc img{width:46px;height:46px;border-radius:10px;object-fit:cover;border:1px solid var(--tk-line);flex:none}.tk-sticky-atc-info{min-width:0;flex:1}.tk-sticky-atc-title{margin:0;color:var(--tk-ink);font-size:13.5px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-sticky-atc-price{margin:0;color:var(--tk-teal);font-size:13.5px;font-weight:800}.tk-sticky-atc .tk-btn{min-height:48px;padding:0 20px;flex:none}@media(max-width:760px){.tk-sticky-atc{display:flex}}.tk-cart-trust{margin:12px 0;padding:12px 14px;border-radius:12px;background:var(--tk-bg);border:1px solid var(--tk-line)}.tk-cart-trust-line{display:flex;flex-wrap:wrap;gap:5px 14px;color:var(--tk-muted);font-size:12.5px;font-weight:700}.tk-cart-trust-line span{display:inline-flex;align-items:center;gap:5px}.tk-cart-trust-line svg{width:13px;height:13px;color:var(--tk-teal)}.tk-freeship{margin:12px 0}.tk-freeship-label{margin:0 0 7px;color:var(--tk-ink);font-size:13px;font-weight:700}.tk-freeship-label strong{color:var(--tk-teal)}.tk-freeship-track{height:8px;border-radius:999px;background:#11111114;overflow:hidden}.tk-freeship-fill{height:100%;border-radius:999px;background:var(--tk-teal);transition:width .3s ease}.take-footer{background:linear-gradient(180deg,#0B0D0D 0%,var(--tk-black) 100%);color:#f7f9f8;border-top:1px solid var(--tk-line-dark)}.take-footer a{color:var(--tk-muted-dark);text-decoration:none;transition:color .18s ease}.take-footer a:hover{color:#fff}.take-trust-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:var(--tk-max);margin:0 auto;padding:24px 22px 0}.take-trust-card{border:1px solid var(--tk-line-dark);background:#ffffff09;border-radius:16px;padding:16px 15px}.take-trust-icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#025c5c42;color:#fff;margin-bottom:9px}.take-trust-icon svg{width:17px;height:17px}.take-trust-title{margin:0 0 4px;font-size:14px;font-weight:800;letter-spacing:.02em;color:#fff}.take-trust-text{margin:0;color:var(--tk-muted-dark);font-size:13px;line-height:1.5}.take-footer-main{max-width:var(--tk-max);margin:0 auto;padding:44px 22px 28px;display:grid;grid-template-columns:1.35fr 2.35fr 1.25fr;gap:38px;align-items:start}.take-footer-brand-logo{width:min(260px,100%);height:auto;display:block;margin-bottom:18px;background:transparent;border-radius:0;padding:0;box-shadow:none}.take-footer-brand-copy{color:var(--tk-muted-dark);font-size:14px;line-height:1.65;max-width:340px;margin:0 0 18px}.take-footer-review-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(2,92,92,.58);background:#025c5c29;border-radius:999px;padding:9px 13px;color:#fff;font-size:13px;font-weight:700}.take-stars{color:#fff;letter-spacing:.08em}.take-footer-links-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:24px}.take-footer-heading{margin:0 0 14px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.take-footer-list{margin:0;padding:0;list-style:none}.take-footer-list li{margin:0 0 10px;line-height:1.25}.take-footer-list a{font-size:14px;font-weight:650}.take-newsletter-card{border:1px solid var(--tk-line-dark);background:#ffffff09;border-radius:18px;padding:20px}.take-newsletter-kicker{margin:0 0 9px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.take-newsletter-text{color:var(--tk-muted-dark);margin:0 0 16px;font-size:14px;line-height:1.55}.take-newsletter-form{display:flex;gap:8px}.take-newsletter-form input[type=email]{min-width:0;flex:1;height:46px;border-radius:12px;border:1px solid var(--tk-line-dark);background:#00000040;color:#fff;padding:0 13px;font:inherit}.take-newsletter-form input[type=email]::placeholder{color:#f7f9f870}.take-newsletter-form button{height:46px;border:0;border-radius:12px;padding:0 18px;background:var(--tk-teal);color:#fff;font-weight:900;cursor:pointer}.take-newsletter-form button:hover{background:var(--tk-teal-dark)}.take-newsletter-success{margin:10px 0 0;color:#8fe3c9;font-size:13px;font-weight:700}.take-footer-contact{margin-top:16px;padding-top:14px;border-top:1px solid var(--tk-line-dark);display:grid;gap:7px}.take-footer-contact-title{margin:0;color:#fff;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.take-footer-contact a{color:var(--tk-muted-dark);font-size:13.5px;font-weight:700;line-height:1.4}.take-footer-contact a:hover{color:#fff}.take-footer-hours{margin:0;color:#f7f9f8a8;font-size:13px;line-height:1.45}.take-footer-hours strong{color:#ffffffe0;font-weight:900}.take-social-row{display:flex;gap:10px;margin-top:16px}.take-social-row a{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid var(--tk-line-dark);border-radius:999px;color:#fff}.take-social-row a:hover{border-color:var(--tk-teal);background:#025c5c33}.take-social-row svg{width:17px;height:17px}.take-footer-pay{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.take-footer-pay svg{height:22px;width:auto;border-radius:4px;opacity:.92}.take-footer-bottom{border-top:1px solid var(--tk-line-dark);max-width:var(--tk-max);margin:0 auto;padding:18px 22px 26px;display:flex;justify-content:space-between;align-items:center;gap:16px;color:#f7f9f894;font-size:13px}.take-footer-legal{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end}.take-footer-legal a{font-size:13px}@media(max-width:990px){.take-trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.take-footer-main{grid-template-columns:1fr}.take-footer-links-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media(max-width:580px){.take-trust-bar{grid-template-columns:1fr;padding-left:16px;padding-right:16px}.take-footer-main{padding:34px 16px 24px}.take-footer-links-grid{grid-template-columns:1fr 1fr;gap:20px 16px}.take-newsletter-form{flex-direction:column}.take-footer-bottom{padding:18px 16px 24px;flex-direction:column;align-items:flex-start}.take-footer-legal{justify-content:flex-start}}.tk-product{padding:36px 0 56px}.tk-product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}.tk-gallery-main{background:#fff;border:1px solid var(--tk-line);border-radius:var(--tk-radius-lg);overflow:hidden;box-shadow:var(--tk-shadow)}.tk-gallery-main img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#fff}.tk-gallery-main{position:relative}.tk-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(17,17,17,.12);border-radius:999px;background:#ffffffeb;color:var(--tk-ink);font-size:32px;line-height:1;font-weight:500;cursor:pointer;box-shadow:0 10px 28px #08080824}.tk-gallery-nav:hover{background:#fff;color:var(--tk-teal)}.tk-gallery-nav--prev{left:12px}.tk-gallery-nav--next{right:12px}.tk-home-products .tk-center{margin-bottom:26px}.tk-home-products-actions{display:flex;justify-content:center;margin-top:22px}@media(max-width:700px){.tk-gallery-nav{width:36px;height:36px;font-size:28px}.tk-gallery-nav--prev{left:8px}.tk-gallery-nav--next{right:8px}}.tk-gallery-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:nowrap;overflow-x:auto;padding:2px 2px 6px;scroll-behavior:smooth;scrollbar-width:thin}.tk-gallery-thumbs button{width:72px;height:72px;flex:0 0 72px;padding:0;border-radius:12px;overflow:hidden;border:1.5px solid var(--tk-line);background:#fff;cursor:pointer}.tk-gallery-thumbs button[aria-current=true]{border-color:var(--tk-teal);box-shadow:0 0 0 2px #025c5c2e}.tk-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.tk-product-vendor{margin:0 0 6px;color:var(--tk-teal);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.tk-product-title{margin:0 0 8px;color:var(--tk-ink);font-size:clamp(26px,3vw,36px);font-weight:850;letter-spacing:-.02em;line-height:1.1}.tk-title-rating-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 8px}.tk-title-rating-row .tk-product-title{margin:0}.tk-product-title-rating{display:inline-flex;align-items:center;gap:7px;flex:none;padding:8px 11px;border:1px solid var(--tk-line);border-radius:999px;background:#fff;color:var(--tk-ink);text-decoration:none;font-size:13px;font-weight:800;line-height:1;box-shadow:var(--tk-shadow)}.tk-product-title-rating .tk-rev-stars{color:#f3b300;font-size:13px;letter-spacing:.02em}.tk-rev-stars--45{display:inline-flex;align-items:center;color:#f3b300;letter-spacing:.02em;white-space:nowrap;line-height:1}.tk-half-star{position:relative;display:inline-block;color:#1113}.tk-half-star:before{content:"\2605";position:absolute;inset:0 auto 0 0;width:50%;overflow:hidden;color:#f3b300}.tk-product-title-rating strong{font-weight:950}.tk-product-title-rating:hover{border-color:#025c5c59;color:var(--tk-teal)}.tk-product-rating{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--tk-muted);font-size:13.5px;font-weight:700}.tk-product-rating .tk-rev-stars{font-size:16px}.tk-price{display:flex;align-items:baseline;gap:10px;margin:0 0 4px}.tk-price-current{color:var(--tk-ink);font-size:26px;font-weight:850}.tk-price-compare{color:var(--tk-muted);font-size:17px;text-decoration:line-through}.tk-price-badge{background:var(--tk-teal-soft);color:var(--tk-teal);font-size:12px;font-weight:800;padding:4px 9px;border-radius:999px}.tk-tax-note{margin:0 0 6px;color:var(--tk-muted);font-size:12.5px}.tk-tennis-pack-copy{margin:14px 0 2px;padding:15px 16px;border:1px solid rgba(2,92,92,.16);border-radius:16px;background:linear-gradient(180deg,#fff,#f7fbfa);color:var(--tk-ink)}.tk-tennis-pack-copy strong{display:block;margin-bottom:5px;font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:var(--tk-teal)}.tk-tennis-pack-copy p{margin:0;color:var(--tk-muted);font-size:13.5px;font-weight:650;line-height:1.52}.tk-option{margin:16px 0 0}.tk-option-label{display:block;margin:0 0 7px;color:var(--tk-ink);font-size:13.5px;font-weight:800}.tk-option select,.tk-qty input{height:50px;border-radius:12px;border:1.5px solid rgba(17,17,17,.16);background:#fff;color:var(--tk-ink);font:inherit;font-weight:700;padding:0 14px}.tk-option select{width:100%;max-width:360px}.tk-qty{margin:16px 0 0;display:flex;align-items:center;gap:0;width:max-content;border:1.5px solid rgba(17,17,17,.16);border-radius:12px;overflow:hidden}.tk-qty button{width:46px;height:50px;border:0;background:#fff;color:var(--tk-ink);font-size:20px;font-weight:800;cursor:pointer}.tk-qty button:hover{background:var(--tk-teal-soft);color:var(--tk-teal)}.tk-qty input{width:58px;height:50px;border:0;border-left:1.5px solid rgba(17,17,17,.12);border-right:1.5px solid rgba(17,17,17,.12);border-radius:0;text-align:center}.tk-buy{display:grid;gap:10px;margin-top:18px}.tk-buy .tk-btn{width:100%}.tk-buy .shopify-payment-button__button--unbranded,.tk-buy .shopify-payment-button button{border-radius:14px!important;min-height:52px;font-weight:800!important;font-size:16px!important}.tk-product-desc{margin-top:26px;color:var(--tk-muted);font-size:15.5px;line-height:1.7}.tk-product-desc h1,.tk-product-desc h2,.tk-product-desc h3{color:var(--tk-ink)}.tk-soldout{opacity:.55;pointer-events:none}@media(max-width:900px){.tk-product-grid{grid-template-columns:1fr;gap:26px}.tk-product{padding:18px 0 48px}}.tk-pgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tk-pcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--tk-line);border-radius:var(--tk-radius);overflow:hidden;box-shadow:var(--tk-shadow);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.tk-pcard:hover{transform:translateY(-3px);box-shadow:var(--tk-shadow-lift)}.tk-pcard-media{aspect-ratio:1;background:var(--tk-bg)}.tk-pcard-media img{width:100%;height:100%;object-fit:contain;display:block}.tk-pcard-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px;flex:1}.tk-pcard-title{margin:0;color:var(--tk-ink);font-size:15px;font-weight:800;line-height:1.3}.tk-pcard-price{margin:auto 0 0;padding-top:6px;color:var(--tk-teal);font-size:15px;font-weight:850;display:flex;gap:8px;align-items:baseline}.tk-pcard-compare{color:var(--tk-muted);font-weight:600;text-decoration:line-through;font-size:13px}.tk-collection-head{padding:40px 0 8px}@media(max-width:990px){.tk-pgrid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.tk-pgrid{grid-template-columns:repeat(2,1fr);gap:10px}}.tk-pagination{display:flex;justify-content:center;gap:6px;margin:34px 0 0;flex-wrap:wrap}.tk-pagination a,.tk-pagination span{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border-radius:12px;border:1.5px solid var(--tk-line);background:#fff;color:var(--tk-ink);font-weight:800;font-size:14px;text-decoration:none}.tk-pagination span.tk-page-current{background:var(--tk-teal);border-color:var(--tk-teal);color:#fff}.tk-cart{padding:40px 0 60px}.tk-cart-layout{display:grid;grid-template-columns:1.6fr .9fr;gap:28px;align-items:start}.tk-cart-lines{display:grid;gap:12px}.tk-line{display:grid;grid-template-columns:86px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--tk-line);border-radius:var(--tk-radius);padding:14px}.tk-line img{width:86px;height:86px;object-fit:contain;border-radius:10px;background:var(--tk-bg)}.tk-line-title{margin:0 0 2px;color:var(--tk-ink);font-size:15px;font-weight:800}.tk-line-title a{color:inherit;text-decoration:none}.tk-line-variant{margin:0 0 8px;color:var(--tk-muted);font-size:13px}.tk-line-remove{color:var(--tk-muted);font-size:12.5px;font-weight:700;text-decoration:underline}.tk-line-price{color:var(--tk-ink);font-weight:850;font-size:15px;text-align:right}.tk-line .tk-qty{margin:0}.tk-line .tk-qty button{height:40px;width:38px}.tk-line .tk-qty input{height:40px;width:48px}.tk-cart-summary{background:#fff;border:1px solid var(--tk-line);border-radius:var(--tk-radius-lg);padding:22px;box-shadow:var(--tk-shadow);position:sticky;top:90px}.tk-cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin:0 0 4px;color:var(--tk-ink);font-size:17px;font-weight:850}.tk-cart-taxnote{margin:0 0 14px;color:var(--tk-muted);font-size:12.5px}.tk-cart-note label{display:block;margin:14px 0 6px;color:var(--tk-ink);font-size:13px;font-weight:800}.tk-cart-note textarea{width:100%;min-height:76px;border-radius:12px;border:1.5px solid rgba(17,17,17,.16);padding:10px 12px;font:inherit;resize:vertical}.tk-cart-empty{text-align:center;padding:70px 0}@media(max-width:900px){.tk-cart-layout{grid-template-columns:1fr}.tk-cart-summary{position:fixed;left:0;right:0;bottom:0;top:auto;border-radius:18px 18px 0 0;box-shadow:0 -10px 30px #0808081f;z-index:50;padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.tk-cart{padding-bottom:320px}}.tk-page{padding:48px 0 64px}.tk-page-narrow{max-width:760px;margin:0 auto}.tk-rte{color:var(--tk-muted);font-size:16px;line-height:1.75}.tk-rte h2,.tk-rte h3{color:var(--tk-ink);letter-spacing:-.01em}.tk-rte a{color:var(--tk-teal);font-weight:700}.tk-rte img{max-width:100%;border-radius:var(--tk-radius)}.tk-form{display:grid;gap:12px;max-width:520px}.tk-form input[type=text],.tk-form input[type=email],.tk-form input[type=password],.tk-form input[type=tel],.tk-form textarea{width:100%;height:50px;border-radius:12px;border:1.5px solid rgba(17,17,17,.16);padding:0 14px;font:inherit;background:#fff}.tk-form textarea{min-height:130px;padding:12px 14px;height:auto;resize:vertical}.tk-form input:focus-visible,.tk-form textarea:focus-visible,.tk-option select:focus-visible{outline:3px solid rgba(2,92,92,.35);outline-offset:1px;border-color:var(--tk-teal)}.tk-form-errors{background:#fdf1f1;border:1px solid #E8B7B7;color:#8c2f2f;border-radius:12px;padding:12px 14px;font-size:14px}.tk-form-success{background:#edf7f3;border:1px solid #B9DECE;color:#1f5c46;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:700}.tk-link{color:var(--tk-teal);font-weight:800;text-decoration:none}.tk-link:hover{text-decoration:underline}.tk-search-bar{display:flex;gap:8px;max-width:560px;margin:0 auto 30px}.tk-search-bar input{flex:1;height:52px;border-radius:14px;border:1.5px solid rgba(17,17,17,.16);padding:0 16px;font:inherit}.tk-hero404{text-align:center;padding:90px 0}.tk-hero404 h1{font-size:clamp(34px,5vw,52px);color:var(--tk-ink);margin:0 0 12px;font-weight:850}.tk-password-page{min-height:100vh;display:grid;place-items:center;background:var(--tk-black);color:#fff;text-align:center;padding:24px}.tk-password-page img{width:200px;height:auto;margin:0 auto 22px}.tk-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tk-article-card{background:#fff;border:1px solid var(--tk-line);border-radius:var(--tk-radius);overflow:hidden;text-decoration:none;box-shadow:var(--tk-shadow)}.tk-article-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.tk-article-card-body{padding:16px}.tk-article-card h3{margin:0 0 6px;color:var(--tk-ink);font-size:16px;font-weight:800}.tk-article-card p{margin:0;color:var(--tk-muted);font-size:13.5px;line-height:1.55}@media(max-width:900px){.tk-blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.tk-blog-grid{grid-template-columns:1fr}}.tk-hero-trust-img{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;padding:10px 12px;border-radius:14px;background:#ffffffeb;box-shadow:var(--tk-shadow)}.tk-hero-trust-img img{display:block;width:100%;height:auto;border-radius:8px}.tk-proof-head{margin-bottom:22px}.tk-lifestyle-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;align-items:stretch}.tk-lifestyle-card{position:relative;margin:0;min-height:240px;border-radius:var(--tk-radius-lg);overflow:hidden;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow)}.tk-lifestyle-card--feature{grid-row:span 2}.tk-lifestyle-card img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover}.tk-lifestyle-card figcaption{display:none}.tk-proof-badges{margin:18px auto 0;max-width:760px;padding:12px 16px;border:1px solid var(--tk-line);border-radius:16px;background:#fff;box-shadow:var(--tk-shadow)}.tk-proof-badges img{display:block;width:100%;height:auto}@media(max-width:900px){.tk-lifestyle-grid{grid-template-columns:1fr 1fr}.tk-lifestyle-card--feature{grid-row:span 1}}@media(max-width:560px){.tk-lifestyle-grid{grid-template-columns:1fr}.tk-lifestyle-card{min-height:320px}.tk-hero-trust-img{position:static;margin-top:10px}}.tk-product-proof-strip{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 14px}.tk-product-proof-strip span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--tk-teal-soft);color:var(--tk-teal);font-size:12.5px;font-weight:850}.tk-product-proof-strip svg{width:14px;height:14px}.tk-product-detail-panel{margin-top:22px;padding:18px;border:1px solid var(--tk-line);border-radius:var(--tk-radius-lg);background:#fff;box-shadow:var(--tk-shadow)}.tk-product-detail-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}.tk-product-detail-head>span{display:inline-grid;place-items:center;width:42px;height:42px;flex:none;border-radius:14px;background:var(--tk-teal-soft);color:var(--tk-teal)}.tk-product-detail-head svg{width:21px;height:21px}.tk-product-detail-head h2{margin:0 0 3px;color:var(--tk-ink);font-size:18px;font-weight:900;letter-spacing:-.01em}.tk-product-detail-head p{margin:0;color:var(--tk-muted);font-size:13.5px;line-height:1.5}.tk-product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.tk-product-spec-grid div{padding:13px;border:1px solid var(--tk-line);border-radius:14px;background:var(--tk-bg)}.tk-product-spec-grid strong{display:block;color:var(--tk-ink);font-size:13.5px;font-weight:900;margin-bottom:3px}.tk-product-spec-grid span{color:var(--tk-muted);font-size:12.8px;line-height:1.45}.tk-product-badge-row{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 8px}.tk-product-badge-row span{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid var(--tk-line);border-radius:999px;color:var(--tk-muted);font-size:12px;font-weight:800}.tk-product-badge-row svg{width:13px;height:13px;color:var(--tk-teal)}.tk-product-accordion{border-top:1px solid var(--tk-line);margin-top:8px}.tk-product-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;cursor:pointer;padding:14px 0;color:var(--tk-ink);font-weight:900}.tk-product-accordion summary::-webkit-details-marker{display:none}.tk-product-accordion summary svg{width:14px;height:14px;color:var(--tk-teal);transition:transform .2s ease}.tk-product-accordion[open] summary svg{transform:rotate(180deg)}.tk-product-accordion .tk-rte{padding-bottom:12px}@media(max-width:560px){.tk-product-spec-grid{grid-template-columns:1fr}}.tk-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none}.tk-cart-drawer[data-open=true]{pointer-events:auto}.tk-cart-drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#0808088a;opacity:0;transition:opacity .22s ease;cursor:pointer}.tk-cart-drawer[data-open=true] .tk-cart-drawer-scrim{opacity:1}.tk-cart-drawer-panel{position:absolute;top:0;right:0;bottom:0;width:min(94vw,440px);background:#fff;transform:translate(104%);transition:transform .25s ease;box-shadow:-18px 0 50px #08080838;display:grid;grid-template-rows:auto auto auto auto 1fr auto;overflow:hidden}.tk-cart-drawer[data-open=true] .tk-cart-drawer-panel{transform:translate(0)}.tk-cart-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 12px;border-bottom:1px solid var(--tk-line)}.tk-cart-drawer-head h2{margin:0;color:var(--tk-ink);font-size:22px;font-weight:900;letter-spacing:-.02em}.tk-checkout-confidence{margin:12px 18px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tk-checkout-confidence div{padding:10px 8px;border-radius:13px;background:var(--tk-teal-soft);border:1px solid rgba(2,92,92,.14)}.tk-checkout-confidence strong{display:block;color:var(--tk-teal);font-size:11.5px;font-weight:900}.tk-checkout-confidence span{display:block;margin-top:2px;color:var(--tk-muted);font-size:10.5px;line-height:1.25}.tk-cart-drawer-badges{display:block;margin:10px 18px 4px;width:calc(100% - 36px);height:auto;border:1px solid var(--tk-line);border-radius:13px;background:#fff;padding:8px}.tk-cart-drawer-message{margin:8px 18px 0;padding:11px 12px;border-radius:12px;background:#edf7f3;color:#1f5c46;border:1px solid #B9DECE;font-size:13px;font-weight:800}.tk-cart-drawer-message[data-error=true]{background:#fdf1f1;color:#8c2f2f;border-color:#e8b7b7}.tk-cart-drawer-items{overflow:auto;padding:14px 18px;display:grid;align-content:start;gap:12px}.tk-cart-drawer-line{display:grid;grid-template-columns:78px 1fr auto;gap:12px;align-items:start;padding:12px;border:1px solid var(--tk-line);border-radius:16px;background:#fff;box-shadow:var(--tk-shadow)}.tk-cart-drawer-line img{width:78px;height:78px;object-fit:contain;border-radius:12px;background:var(--tk-bg)}.tk-cart-drawer-title{display:block;color:var(--tk-ink);text-decoration:none;font-size:14px;font-weight:900;line-height:1.25}.tk-cart-drawer-line-info p{margin:4px 0 8px;color:var(--tk-muted);font-size:12px}.tk-cart-drawer-qty{display:inline-flex;align-items:center;overflow:hidden;border:1px solid var(--tk-line);border-radius:11px}.tk-cart-drawer-qty button{width:32px;height:32px;border:0;background:#fff;color:var(--tk-ink);font-size:17px;font-weight:900;cursor:pointer}.tk-cart-drawer-qty button:hover{color:var(--tk-teal);background:var(--tk-teal-soft)}.tk-cart-drawer-qty span{display:inline-grid;place-items:center;min-width:34px;height:32px;border-left:1px solid var(--tk-line);border-right:1px solid var(--tk-line);font-size:13px;font-weight:900}.tk-cart-drawer-price{display:grid;justify-items:end;gap:8px;white-space:nowrap}.tk-cart-drawer-price span{color:var(--tk-ink);font-size:13.5px;font-weight:900}.tk-cart-drawer-price button{border:0;background:transparent;color:var(--tk-muted);text-decoration:underline;font-size:12px;font-weight:800;cursor:pointer}.tk-cart-drawer-empty{text-align:center;padding:34px 18px;border:1px dashed rgba(17,17,17,.22);border-radius:16px;background:var(--tk-bg)}.tk-cart-drawer-empty p{margin:0 0 16px;color:var(--tk-muted);font-weight:700}.tk-cart-drawer-foot{border-top:1px solid var(--tk-line);padding:14px 18px calc(16px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -10px 30px #0808080f}.tk-checkout-btn{width:100%;min-height:56px;margin-top:12px}.tk-cart-drawer-continue{display:block;width:100%;margin-top:10px;border:0;background:transparent;color:var(--tk-muted);font-size:13px;font-weight:850;cursor:pointer}@media(max-width:480px){.tk-checkout-confidence{grid-template-columns:1fr}.tk-cart-drawer-line{grid-template-columns:66px 1fr}.tk-cart-drawer-price{grid-column:2;justify-items:start;grid-auto-flow:column;align-items:center}.tk-cart-drawer-line img{width:66px;height:66px}}.tk-page-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0}.tk-page-link-card{display:block;padding:18px;border-radius:16px;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow);text-decoration:none;color:var(--tk-ink);font-weight:900}.tk-page-link-card span{display:block;margin-top:5px;color:var(--tk-muted);font-size:13px;font-weight:650;line-height:1.45}.tk-page-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0}.tk-page-mini-grid div{padding:18px;border-radius:16px;background:var(--tk-bg);border:1px solid var(--tk-line)}.tk-page-mini-grid strong{display:block;color:var(--tk-ink);margin-bottom:4px}@media(max-width:700px){.tk-page-links,.tk-page-mini-grid{grid-template-columns:1fr}}.tk-cart-page-trust-img{margin:0 0 12px;padding:10px;border:1px solid var(--tk-line);border-radius:14px;background:#fff}.tk-cart-page-trust-img img{display:block;width:100%;height:auto}.tk-bundle-offers{margin:14px 0 12px;padding:12px;border:1px solid var(--tk-line);border-radius:18px;background:#fff;box-shadow:var(--tk-shadow)}.tk-bundle-head{margin-bottom:9px}.tk-bundle-head .tk-eyebrow{font-size:11px}.tk-bundle-head .tk-card-title{font-size:17px!important;line-height:1.1}.tk-bundle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tk-bundle-card{position:relative;display:flex;flex-direction:column;align-items:stretch;text-align:center;border:1.5px solid var(--tk-line);border-radius:14px;background:#fff;padding:8px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;min-width:0}.tk-bundle-card:hover{border-color:#025c5c52;transform:translateY(-1px)}.tk-bundle-card.is-active{border-color:var(--tk-teal);box-shadow:0 0 0 2px #025c5c1a;background:linear-gradient(180deg,#025c5c0a,#025c5c03)}.tk-bundle-visual{position:relative;height:56px;border-radius:12px;background:linear-gradient(180deg,#f5fbfb,#ebf5f5);border:1px solid rgba(2,92,92,.1);display:grid;place-items:center;padding:5px;overflow:hidden;margin-bottom:7px}.tk-bundle-count{display:none}.tk-bundle-stack{display:flex;flex-wrap:nowrap;gap:3px;justify-content:center;align-items:center;max-width:72px}.tk-bundle-paddle-wrap{width:18px;aspect-ratio:.58;border-radius:5px;background:#fff;border:1px solid rgba(17,17,17,.08);box-shadow:0 4px 10px #08080814;overflow:hidden;display:block}.tk-bundle-paddle-wrap img{display:block;width:100%;height:100%;object-fit:contain}.tk-bundle-visual--1 .tk-bundle-paddle-wrap{width:25px}.tk-bundle-visual--2 .tk-bundle-paddle-wrap{width:20px}.tk-bundle-visual--4 .tk-bundle-paddle-wrap{width:15px}.tk-bundle-copy{min-width:0}.tk-bundle-badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:3px;padding:3px 6px;border-radius:999px;background:var(--tk-teal);color:#fff;font-size:8.5px;font-weight:900;letter-spacing:.01em;max-width:100%}.tk-bundle-label{display:block;color:var(--tk-ink);font-size:12px;font-weight:850;margin-bottom:1px;line-height:1.12}.tk-bundle-card strong{display:block;color:var(--tk-ink);font-size:19px;line-height:1;letter-spacing:-.03em;white-space:nowrap}.tk-bundle-meta{display:block;margin-top:3px;color:var(--tk-muted);font-size:10.5px;font-weight:750;line-height:1.15}@media(max-width:560px){.tk-bundle-offers{margin:10px 0;padding:9px;border-radius:15px}.tk-bundle-head{margin-bottom:7px}.tk-bundle-head .tk-eyebrow{display:none}.tk-bundle-head .tk-card-title{font-size:15px!important}.tk-bundle-grid{gap:7px}.tk-bundle-card{padding:6px 5px;border-radius:12px}.tk-bundle-visual{height:44px;border-radius:10px;margin-bottom:5px;padding:4px}.tk-bundle-stack{max-width:58px;gap:2px}.tk-bundle-visual--1 .tk-bundle-paddle-wrap{width:21px}.tk-bundle-visual--2 .tk-bundle-paddle-wrap{width:16px}.tk-bundle-visual--4 .tk-bundle-paddle-wrap{width:12px}.tk-bundle-badge{font-size:7.5px;padding:2px 4px;margin-bottom:2px}.tk-bundle-label{font-size:10.5px}.tk-bundle-card strong{font-size:15px}.tk-bundle-meta{display:none}}.tk-ad-bridge{padding:42px 0 48px;background:radial-gradient(circle at 78% 10%,rgba(2,92,92,.11),transparent 34%),linear-gradient(180deg,#fff,#f6f9f8);border-bottom:1px solid var(--tk-line)}.tk-ad-bridge-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;align-items:center}.tk-ad-bridge-copy h1{margin:0 0 12px;color:var(--tk-ink);font-size:clamp(34px,4.6vw,62px);font-weight:950;letter-spacing:-.045em;line-height:.94;max-width:640px}.tk-ad-bridge-lede{margin:0 0 20px;color:var(--tk-muted);font-size:17px;line-height:1.6;max-width:660px}.tk-story-thread{margin:0 0 14px;padding:18px 19px;border:1px solid rgba(2,92,92,.12);border-radius:20px;background:#ffffffbd;box-shadow:0 12px 32px #0808080f}.tk-story-kicker{margin:0 0 9px!important;color:var(--tk-teal)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.12em;text-transform:uppercase}.tk-story-thread p{margin:0;color:var(--tk-muted);font-size:14.5px;line-height:1.55}.tk-story-thread p+p{margin-top:8px}.tk-story-thread strong{color:var(--tk-ink);font-weight:950}.tk-ad-bridge-clues{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 14px}.tk-ad-bridge-clues article{padding:15px 16px;border-radius:18px;background:#ffffffc7;border:1px solid rgba(2,92,92,.12);box-shadow:0 1px 2px #08080808}.tk-ad-bridge-clues article.is-wide{grid-column:1 / -1}.tk-ad-bridge-clues span{display:block;color:var(--tk-teal);font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase;margin-bottom:6px}.tk-ad-bridge-clues strong{display:block;color:var(--tk-ink);font-size:17px;font-weight:950;line-height:1.12;margin-bottom:5px}.tk-ad-bridge-clues p{margin:0;color:var(--tk-muted);font-size:13.7px;line-height:1.45}.tk-ad-bridge-note{margin:12px 0 18px;padding:13px 15px;border-radius:16px;background:#fff;border:1px solid var(--tk-line);color:var(--tk-muted);font-size:14px;line-height:1.5}.tk-ad-bridge-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.tk-ad-bridge-media{position:relative;border-radius:24px;overflow:hidden;border:1px solid var(--tk-line);box-shadow:0 18px 50px #08080829;background:#fff}.tk-ad-bridge-media img{display:block;width:100%;aspect-ratio:1.91 / 1;height:auto;object-fit:cover}.tk-ad-bridge-caption{position:absolute;left:16px;right:16px;bottom:16px;display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border-radius:15px;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--tk-shadow)}.tk-ad-bridge-caption span{color:var(--tk-teal);font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.tk-ad-bridge-caption strong{color:var(--tk-ink);font-size:13px;font-weight:950;text-align:right}.tk-buy-box{margin-top:14px;padding:16px;border:1px solid var(--tk-line);border-radius:var(--tk-radius-lg);background:#fff;box-shadow:var(--tk-shadow-lift);scroll-margin-top:96px}.tk-buy-box-kicker{margin:0 0 8px;color:var(--tk-teal);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.tk-buy-box-rating{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:12px 14px;border:1px solid var(--tk-line);border-radius:16px;background:linear-gradient(180deg,#fff,#f7fbfb)}.tk-buy-box-rating-stars{color:#f3b300;font-size:16px;letter-spacing:.08em;line-height:1}.tk-buy-box-rating-copy{display:grid;gap:3px;line-height:1.1}.tk-buy-box-rating-copy strong{color:var(--tk-ink);font-size:15px;font-weight:900}.tk-buy-box-rating-copy span{color:var(--tk-muted);font-size:12px;font-weight:700}.tk-buy-box-rating-link{margin-left:auto;color:var(--tk-teal);font-size:13px;font-weight:850;text-decoration:none;white-space:nowrap}.tk-buy-box-rating-link:hover{text-decoration:underline}@media(max-width:990px){.tk-ad-bridge-grid{grid-template-columns:1fr}.tk-ad-bridge-media{order:-1}.tk-ad-bridge-copy h1{font-size:clamp(30px,8vw,46px)}}@media(max-width:560px){.tk-ad-bridge{padding:18px 0 30px}.tk-ad-bridge-media{border-radius:18px}.tk-ad-bridge-caption{position:static;border-radius:0;align-items:flex-start;flex-direction:column}.tk-ad-bridge-actions .tk-btn{width:100%}.tk-ad-bridge-clues{grid-template-columns:1fr}.tk-buy-box{padding:13px}}@media(max-width:560px){.tk-buy-box-rating{align-items:flex-start;flex-wrap:wrap}.tk-buy-box-rating-link{margin-left:0}}@media(max-width:700px){.tk-product .tk-wrap{padding-left:14px;padding-right:14px}.tk-product-grid{gap:18px}.tk-gallery-main{border-radius:18px}.tk-gallery-main img{width:100%;max-height:72vh;object-fit:contain}.tk-gallery-thumbs{gap:8px;padding-bottom:8px;-webkit-overflow-scrolling:touch}.tk-gallery-thumbs button{width:64px;height:64px;flex-basis:64px;border-radius:11px}.tk-title-rating-row{align-items:flex-start;flex-direction:column;gap:8px}.tk-product-title-rating{width:max-content;max-width:100%}.tk-buy-box{margin-top:10px}}.tk-product-spec-line{margin:-2px 0 10px;color:var(--tk-muted);font-size:14px;font-weight:750;line-height:1.35}.tk-hero-mini-proof,.tk-proof-badges--text,.tk-cart-drawer-note{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.tk-hero-mini-proof{margin-top:12px;padding:10px;border:1px solid var(--tk-line);border-radius:14px;background:#fff;box-shadow:var(--tk-shadow)}.tk-hero-mini-proof span,.tk-proof-badges--text span{display:inline-flex;align-items:center;border-radius:999px;background:var(--tk-teal-soft);color:var(--tk-teal);font-size:12px;font-weight:850;padding:7px 10px}.tk-proof-badges--text{justify-content:center}.tk-cart-drawer-note{margin:10px 18px 4px;padding:11px 12px;border:1px solid var(--tk-line);border-radius:13px;background:#fff;color:var(--tk-muted);font-size:12px;line-height:1.35}.tk-cart-drawer-note strong{color:var(--tk-ink)}.tk-checkout-btn svg,.tk-cart-summary .tk-btn svg,.tk-buy .tk-btn svg{width:18px!important;height:18px!important;flex:0 0 18px!important}.tk-checkout-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}.tk-bundle-card strong[data-tk-bundle-price]{font-size:17px}@media(max-width:640px){.tk-product-title{font-size:28px}.tk-product-spec-line{font-size:13px}.tk-bundle-card strong[data-tk-bundle-price]{font-size:14px}}body.tk-cold-funnel-product .tk-site-topbar{position:fixed;top:0;left:0;right:0;z-index:95;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-105%);transition:transform .22s ease,opacity .22s ease,visibility .22s ease}body.tk-cold-funnel-product .tk-site-topbar .tk-header-section{position:relative;top:auto}body.tk-cold-funnel-product.tk-product-topbar-revealed .tk-site-topbar{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}body.tk-cold-funnel-product #MainContent{transition:padding-top .22s ease}body.tk-cold-funnel-product.tk-product-topbar-revealed #MainContent{padding-top:var(--tk-product-topbar-offset, 78px)}@media(prefers-reduced-motion:reduce){body.tk-cold-funnel-product .tk-site-topbar,body.tk-cold-funnel-product #MainContent{transition:none}}.tk-contact-page{background:linear-gradient(180deg,#fff 0%,var(--tk-bg) 100%)}.tk-contact-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.72fr);gap:34px;align-items:start;max-width:1120px;margin:0 auto}.tk-contact-copy{background:#fff;border:1px solid var(--tk-line);border-radius:24px;box-shadow:var(--tk-shadow);padding:clamp(24px,4vw,38px)}.tk-contact-form{max-width:none}.tk-location-card{overflow:hidden;background:#fff;border:1px solid var(--tk-line);border-radius:24px;box-shadow:var(--tk-shadow-lift)}.tk-location-card__top{padding:26px 26px 14px}.tk-location-kicker{margin:0 0 8px;color:var(--tk-teal);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.tk-location-card h2{margin:0 0 8px;color:var(--tk-ink);font-size:25px;line-height:1.12;letter-spacing:-.02em}.tk-location-card p{margin:0;color:var(--tk-muted);font-size:14.5px;line-height:1.6}.tk-location-details{display:grid;gap:10px;padding:0 26px 22px}.tk-location-detail{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:14px;border:1px solid var(--tk-line);border-radius:16px;background:var(--tk-bg)}.tk-location-dot{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:999px;background:var(--tk-teal-soft);color:var(--tk-teal);font-weight:900}.tk-location-detail strong{display:block;margin-bottom:4px;color:var(--tk-ink);font-size:13px;letter-spacing:.06em;text-transform:uppercase}.tk-location-detail a{color:var(--tk-muted);text-decoration:none;font-size:14.5px;font-weight:700;line-height:1.45}.tk-location-detail a:hover{color:var(--tk-teal)}.tk-phone-hours{margin:5px 0;color:var(--tk-muted);font-size:14px;line-height:1.5}.tk-phone-hours strong{color:var(--tk-ink);font-weight:900}.tk-map-shell{position:relative;overflow:hidden;width:calc(100% - 32px);margin:0 16px 16px;border-radius:18px;border:1px solid var(--tk-line);background:var(--tk-bg);aspect-ratio:1.22 / 1}.tk-map-shell iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.tk-map-cta{display:flex;align-items:center;justify-content:center;min-height:54px;margin:0 16px 18px;border-radius:15px;background:var(--tk-black);color:#fff;text-decoration:none;font-weight:900;letter-spacing:.01em}.tk-map-cta:hover{background:var(--tk-teal);color:#fff}@media(max-width:920px){.tk-contact-layout{grid-template-columns:1fr;max-width:760px}}@media(max-width:560px){.tk-contact-page{padding-top:28px}.tk-contact-copy,.tk-location-card{border-radius:20px}.tk-location-card__top,.tk-location-details{padding-left:18px;padding-right:18px}.tk-map-shell{width:calc(100% - 24px);margin-left:12px;margin-right:12px}.tk-map-cta{margin-left:12px;margin-right:12px}}.tk-review-form-card{margin-top:28px;display:grid;grid-template-columns:.82fr 1.18fr;gap:22px;align-items:start}.tk-review-form-copy p:last-child{margin-bottom:0;color:var(--tk-muted);line-height:1.55}.tk-review-form{max-width:none}.tk-review-form label{display:grid;gap:6px;color:var(--tk-ink);font-size:13px;font-weight:850}.tk-review-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tk-review-form select{width:100%;height:50px;border-radius:12px;border:1.5px solid rgba(17,17,17,.16);padding:0 14px;font:inherit;background:#fff;color:var(--tk-ink)}.tk-review-form select:focus-visible{outline:3px solid rgba(2,92,92,.35);outline-offset:1px;border-color:var(--tk-teal)}.tk-review-form .tk-btn{justify-self:start;min-width:170px}.tk-review-form-note{margin:-2px 0 0;color:var(--tk-muted);font-size:12.5px;font-weight:700}@media(max-width:760px){.tk-review-form-card,.tk-review-form-grid{grid-template-columns:1fr}.tk-review-form .tk-btn{width:100%}}.tk-reviews-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}.tk-reviews-head .tk-sub{margin-bottom:0}.tk-reviews-summary{flex:0 0 auto;min-width:220px;padding:16px 18px;border:1px solid var(--tk-line);border-radius:18px;background:#fff;box-shadow:var(--tk-shadow)}.tk-reviews-summary-stars{color:var(--tk-teal);letter-spacing:.12em;font-size:14px;line-height:1;margin-bottom:8px}.tk-reviews-summary strong{display:block;color:var(--tk-ink);font-size:15px;line-height:1.25}.tk-reviews-summary span{display:block;color:var(--tk-muted);font-size:12.5px;margin-top:3px}.tk-rev-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;padding:8px;border:1px solid var(--tk-line);border-radius:999px;background:#ffffffc7;width:fit-content;max-width:100%;box-shadow:0 1px 2px #08080808}.tk-rev-tab{border:0;background:transparent;color:var(--tk-muted);border-radius:999px;padding:10px 16px;font-size:13.5px;font-weight:850;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.tk-rev-tab:hover{color:var(--tk-teal);background:var(--tk-teal-soft)}.tk-rev-tab[aria-pressed=true]{background:var(--tk-teal);color:#fff;box-shadow:0 8px 18px #025c5c2e}.tk-rev-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.tk-rev-card{position:relative;min-height:260px;display:flex;flex-direction:column;gap:12px;padding:22px;border-radius:18px}.tk-rev-card[hidden]{display:none!important}.tk-rev-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.tk-rev-stars{color:var(--tk-teal);font-size:14px;letter-spacing:.12em;white-space:nowrap}.tk-rev-rating{flex:none;border:1px solid var(--tk-line);border-radius:999px;padding:5px 9px;color:var(--tk-muted);font-size:12px;font-weight:850;line-height:1}.tk-rev-body{position:relative;overflow:hidden;max-height:156px;transition:max-height .22s ease}.tk-rev-body:after{content:"";position:absolute;left:0;right:0;bottom:0;height:54px;background:linear-gradient(to bottom,#fff0,#fff 82%);pointer-events:none;opacity:0}.tk-rev-card.is-collapsible:not(.is-expanded) .tk-rev-body:after{opacity:1}.tk-rev-card.is-expanded .tk-rev-body{max-height:900px}.tk-rev-text{margin:0;color:var(--tk-ink);font-size:14.5px;line-height:1.68}.tk-rev-readmore{align-self:flex-start;border:0;background:transparent;color:var(--tk-teal);padding:0;font:inherit;font-size:13.5px;font-weight:900;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.tk-rev-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid var(--tk-line);color:var(--tk-muted);font-size:13px;font-weight:850}.tk-rev-verified{display:inline-flex;align-items:center;gap:5px;color:var(--tk-teal);font-size:12px}.tk-rev-verified--plain{color:var(--tk-muted);font-weight:750}.tk-review-empty{margin:0 0 18px;padding:16px 18px;border-radius:14px;border:1px solid var(--tk-line);background:#fff;color:var(--tk-muted);font-weight:800}.tk-review-actions{display:flex;justify-content:center;margin-top:24px}.tk-review-show-more[hidden]{display:none!important}.tk-review-form-card{margin-top:34px;display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:start;padding:28px;border-radius:20px}.tk-review-form-copy .tk-card-title{font-size:24px;letter-spacing:-.02em;margin-bottom:10px}.tk-review-form-copy p:last-child{margin-bottom:0;color:var(--tk-muted);line-height:1.65;font-size:15px}.tk-review-form{max-width:none;display:grid;gap:14px}.tk-review-form label{display:grid;gap:7px;color:var(--tk-ink);font-size:13px;font-weight:850}.tk-review-form label span{display:block}.tk-review-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tk-review-form input[type=text],.tk-review-form input[type=email],.tk-review-form select,.tk-review-form textarea{width:100%;border-radius:13px;border:1.5px solid rgba(17,17,17,.14);padding:0 14px;font:inherit;background:#fff;color:var(--tk-ink);box-shadow:inset 0 1px #08080805}.tk-review-form input[type=text],.tk-review-form input[type=email],.tk-review-form select{height:52px}.tk-review-form textarea{min-height:150px;padding-top:13px;padding-bottom:13px;resize:vertical}.tk-review-form input:focus-visible,.tk-review-form select:focus-visible,.tk-review-form textarea:focus-visible{outline:3px solid rgba(2,92,92,.28);outline-offset:1px;border-color:var(--tk-teal)}.tk-review-form .tk-btn{justify-self:start;min-width:180px}.tk-review-form-note{margin:-4px 0 0;color:var(--tk-muted);font-size:12.5px;font-weight:750}.tk-quiz{grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:32px}.tk-quiz-panel{display:grid;gap:14px;padding:22px}.tk-quiz-question{margin:0!important}.tk-quiz-options{margin:0}.tk-quiz-options button{min-height:48px;display:flex;align-items:center}.tk-quiz .tk-btn.tk-quiz-cta{width:100%;min-height:54px;border-radius:14px;white-space:normal;text-align:center}.tk-quiz-result{margin:0}@media(max-width:980px){.tk-reviews-head{align-items:flex-start;flex-direction:column}.tk-reviews-summary{width:100%}.tk-rev-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.tk-rev-toolbar{border-radius:18px;width:100%}.tk-rev-tab{flex:1 1 auto}.tk-rev-grid{grid-template-columns:1fr}.tk-rev-grid .tk-card{flex:initial;scroll-snap-align:initial}.tk-review-form-card{grid-template-columns:1fr;padding:22px}.tk-review-form-grid{grid-template-columns:1fr}.tk-review-form .tk-btn{width:100%}.tk-quiz{grid-template-columns:1fr;padding:30px 20px;border-radius:26px}.tk-quiz-panel{padding:18px;border-radius:20px}}.tk-review-actions{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.tk-review-form-card[hidden]{display:none!important}.tk-review-toggle{min-width:170px}@media(max-width:560px){.tk-review-actions .tk-btn{width:100%}}.sk-reviews{--sk-red: var(--tk-teal);--sk-red-dark: var(--tk-teal-dark);--sk-review-line: rgba(8,8,8,.14);--sk-review-soft: #f7f9f8;background:#fff;padding:54px 0 72px;color:var(--tk-ink);font-family:inherit}.sk-reviews-inner{max-width:1120px;margin:0 auto;padding:0 28px}.sk-review-top{display:grid;grid-template-columns:300px 1fr;gap:90px;align-items:start;margin-bottom:24px}.sk-rating-score{font-size:19px;font-weight:900;color:#111;margin-bottom:16px}.sk-rating-score>span{color:#f3b300;letter-spacing:.02em;font-size:18px;vertical-align:middle}.sk-bars{display:grid;gap:12px}.sk-bars div{display:grid;grid-template-columns:22px 20px 1fr;align-items:center;gap:5px;font-size:12px}.sk-bars b{color:var(--sk-red);font-size:20px;line-height:1}.sk-bars em{height:5px;background:#f0f0f3;border-radius:999px;position:relative;display:block;overflow:hidden}.sk-bars em:before{content:"";display:block;width:var(--w);height:100%;background:#9ca0ba;border-radius:999px}.sk-talked-about strong{font-size:13px;font-weight:900}.sk-tags{display:flex;gap:7px;flex-wrap:wrap;margin:11px 0 20px}.sk-tags span{height:28px;border:1px solid #cfd2dc;border-radius:999px;padding:0 15px;display:inline-flex;align-items:center;font-size:12px;color:#333;background:#fff}.sk-review-photos{display:flex;gap:3px;flex-wrap:wrap}.sk-review-photos img{width:90px;height:90px;object-fit:cover;display:block;border:1px solid rgba(0,0,0,.06)}.sk-review-summary{font-size:14px;line-height:1.38;margin-bottom:18px}.sk-review-summary strong{display:block;margin-bottom:6px}.sk-review-summary p{margin:0}.sk-review-tabs{display:flex;gap:25px;border-bottom:1px solid #d5d5d5;margin-bottom:12px}.sk-review-tabs a{color:#111;text-decoration:none;font-size:13px;font-weight:900;padding:0 0 11px}.sk-review-tabs a:first-child{border-bottom:2px solid var(--sk-red)}.sk-review-filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:0 0 22px}.sk-review-filters button{height:34px;border:1px solid #d4d4d4;background:#fff;color:#111;border-radius:999px;padding:0 14px;font-size:12px;font-weight:900;cursor:pointer}.sk-review-filters button.is-active,.sk-review-filters button:hover{background:var(--sk-red);border-color:var(--sk-red);color:#fff}.sk-review-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:12px}.sk-review-actions button{height:37px;border:0;border-radius:2px;background:var(--sk-red);color:#fff;padding:0 28px;font-weight:900;cursor:pointer}.sk-review-actions button:hover{background:var(--sk-red-dark)}.sk-write-review{border:1px solid var(--sk-review-line);background:var(--sk-review-soft);padding:22px;margin:-8px 0 44px;display:grid;grid-template-columns:270px 1fr;gap:24px}.sk-write-review[hidden]{display:none!important}.sk-write-review-copy strong{display:block;font-size:15px;font-weight:950;margin-bottom:6px}.sk-write-review-copy p{margin:0;color:var(--tk-muted);font-size:13px;line-height:1.45}.sk-review-form{display:grid;gap:13px}.sk-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sk-review-form label{display:grid;gap:6px;font-size:12px;font-weight:900;color:#111}.sk-review-form input,.sk-review-form select,.sk-review-form textarea{width:100%;border:1px solid #d6d6d6;background:#fff;color:#111;border-radius:2px;font:inherit;font-size:13px;font-weight:650;padding:0 12px;box-sizing:border-box}.sk-review-form input,.sk-review-form select{height:42px}.sk-review-form textarea{min-height:120px;padding-top:11px;resize:vertical}.sk-review-form input:focus-visible,.sk-review-form select:focus-visible,.sk-review-form textarea:focus-visible{outline:3px solid rgba(2,92,92,.28);outline-offset:1px;border-color:var(--sk-red)}.sk-review-form button[type=submit]{justify-self:start;height:40px;border:0;border-radius:999px;background:var(--sk-red);color:#fff;padding:0 24px;font-weight:950;cursor:pointer}.sk-review-form button[type=submit]:hover{background:var(--sk-red-dark)}.sk-form-note{margin:-4px 0 0;color:var(--tk-muted);font-size:12px;font-weight:700}.sk-form-success,.sk-form-errors{padding:12px 14px;border-radius:4px;font-size:13px;font-weight:800;line-height:1.35}.sk-form-success{background:#025c5c1a;border:1px solid rgba(2,92,92,.22);color:var(--tk-teal-dark)}.sk-form-errors{background:#fff0f0;border:1px solid #ffc9c9;color:#8b0000}.sk-review-list{display:grid;gap:34px}.sk-review-item{display:grid;grid-template-columns:280px 1fr;gap:24px;border-top:1px solid #ddd;padding-top:26px}.sk-review-item[hidden]{display:none!important}.sk-review-item aside{border:1px solid #ddd;background:#f8f8f8;padding:18px;font-size:12px;min-height:180px}.sk-avatar{width:43px;height:43px;border-radius:50%;background:#ececf2;display:grid;place-items:center;font-weight:900;margin-bottom:8px}.sk-review-item aside strong{display:block;font-size:12px}.sk-review-item aside span{display:block;color:var(--sk-red);font-size:11px;font-weight:900;margin:1px 0 20px}.sk-review-item aside small{display:block;font-size:11px;color:#111}.sk-review-body{font-size:14px;line-height:1.55}.sk-review-stars{color:var(--sk-red);font-size:19px;font-weight:900}.sk-review-stars time{float:right;color:#333;font-size:11px;font-weight:400}.sk-review-body h3{font-size:15px;margin:8px 0;font-weight:900}.sk-review-body p{max-width:750px;margin:0 0 16px}.sk-review-thumbs{display:flex;gap:7px;flex-wrap:wrap}.sk-review-thumbs img{width:82px;height:82px;object-fit:cover;display:block;border:1px solid #eee}.sk-review-video-wrap{margin-top:14px;width:min(320px,100%);border:1px solid #e8e8e8;background:#0a0a0a;border-radius:10px;overflow:hidden}.sk-review-video{display:block;width:100%;height:auto;max-height:420px;background:#0a0a0a}@media(max-width:1200px){.sk-review-top{gap:30px}}@media(max-width:760px){.sk-reviews{padding:42px 0 56px}.sk-reviews-inner{padding:0 16px}.sk-review-top{grid-template-columns:1fr;gap:25px}.sk-review-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.sk-review-actions{margin-bottom:24px}.sk-review-actions button{flex:1;padding:0 12px}.sk-write-review{grid-template-columns:1fr;padding:18px;margin-bottom:34px}.sk-form-grid{grid-template-columns:1fr}.sk-review-form button[type=submit]{width:100%}.sk-review-item{grid-template-columns:1fr}.sk-review-video-wrap{width:100%}.sk-review-stars time{float:none;display:block;margin-top:4px}}@media(max-width:760px){.sk-reviews{padding:34px 0 82px;overflow-x:hidden}.sk-reviews-inner{padding:0 15px;max-width:100%;box-sizing:border-box}.sk-review-top,.sk-review-summary,.sk-review-tabs,.sk-review-filters,.sk-review-actions,.sk-write-review,.sk-review-list{width:100%;max-width:100%;box-sizing:border-box}.sk-review-filters{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;margin-bottom:16px}.sk-review-filters::-webkit-scrollbar{display:none}.sk-review-filters button{flex:0 0 auto;min-width:max-content}.sk-review-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sk-review-actions button{width:100%;min-width:0;border-radius:10px;padding:0 10px;white-space:nowrap}.sk-write-review{border-radius:14px;padding:18px}.sk-review-list{display:block}.sk-review-item{display:block;border-top:1px solid #dedede;padding:22px 0 26px;margin:0}.sk-review-item:first-child{border-top:0}.sk-review-item aside{border:0;background:transparent;min-height:0;padding:0;margin:0 0 14px;display:grid;grid-template-columns:46px 1fr;grid-template-areas:"avatar name" "avatar verified" "recommend recommend";column-gap:12px;align-items:center;width:100%;box-sizing:border-box}.sk-avatar{grid-area:avatar;width:46px;height:46px;margin:0;font-size:16px}.sk-review-item aside strong{grid-area:name;font-size:16px;line-height:1.15;letter-spacing:-.01em}.sk-review-item aside span{grid-area:verified;font-size:14px;line-height:1.2;margin:2px 0 0;color:var(--sk-red)}.sk-review-item aside small{grid-area:recommend;margin-top:14px;font-size:15px;line-height:1.35;color:#171717}.sk-review-body{font-size:16px;line-height:1.55;width:100%;max-width:100%;overflow-wrap:anywhere}.sk-review-stars{font-size:22px;line-height:1;letter-spacing:-1px;margin-bottom:10px}.sk-review-stars time{display:block;float:none;margin-top:9px;font-size:14px;line-height:1.2;color:#555;letter-spacing:0}.sk-review-body h3{font-size:21px;line-height:1.18;margin:10px 0;letter-spacing:-.02em}.sk-review-body p{max-width:100%;margin-bottom:16px;color:#202020}.sk-review-thumbs{margin-top:8px;gap:8px}.sk-review-thumbs img{width:86px;height:86px;border-radius:2px}.sk-review-video-wrap{width:100%;max-width:100%;border-radius:12px;margin-top:14px}.sk-review-video{width:100%;max-height:340px;object-fit:contain}}@media(max-width:420px){.sk-reviews-inner{padding:0 15px}.sk-review-actions{grid-template-columns:1fr}.sk-review-body h3{font-size:20px}.sk-review-body{font-size:15.5px}}@media(max-width:900px){.sk-reviews{padding:34px 0 calc(110px + env(safe-area-inset-bottom))!important;overflow-x:hidden!important}.sk-reviews-inner{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}.sk-review-list{display:block!important;gap:0!important;width:100%!important;max-width:100%!important}.sk-review-item{display:block!important;grid-template-columns:none!important;width:100%!important;max-width:100%!important;gap:0!important;padding:22px 0 26px!important;margin:0!important;border-top:1px solid #dedede!important;box-sizing:border-box!important;overflow:visible!important}.sk-review-item:first-child{border-top:0!important}.sk-review-item aside{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-areas:"avatar name" "avatar verified"!important;column-gap:11px!important;row-gap:2px!important;align-items:center!important;width:100%!important;min-height:0!important;height:auto!important;padding:0!important;margin:0 0 11px!important;border:0!important;background:transparent!important;box-shadow:none!important;box-sizing:border-box!important}.sk-avatar{grid-area:avatar!important;width:42px!important;height:42px!important;min-width:42px!important;margin:0!important;font-size:15px!important}.sk-review-item aside strong{grid-area:name!important;display:block!important;font-size:16px!important;line-height:1.15!important;margin:0!important;letter-spacing:-.01em!important;white-space:normal!important}.sk-review-item aside span{grid-area:verified!important;display:block!important;color:var(--tk-teal)!important;font-size:13.5px!important;line-height:1.15!important;margin:0!important;font-weight:900!important}.sk-review-item aside small{display:none!important}.sk-review-body{display:block!important;width:100%!important;max-width:100%!important;font-size:15.5px!important;line-height:1.52!important;overflow-wrap:break-word!important;word-break:normal!important}.sk-review-stars{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important;color:var(--tk-teal)!important;font-size:22px!important;line-height:1!important;margin:0 0 10px!important;letter-spacing:-1px!important}.sk-review-stars time{float:none!important;display:block!important;margin:0!important;color:#555!important;font-size:14px!important;line-height:1.2!important;font-weight:500!important;letter-spacing:0!important}.sk-review-body h3{font-size:20px!important;line-height:1.18!important;margin:8px 0 10px!important;letter-spacing:-.02em!important}.sk-review-body p{width:100%!important;max-width:100%!important;margin:0 0 14px!important;color:#202020!important}.sk-review-thumbs{display:flex!important;gap:8px!important;margin-top:10px!important}.sk-review-thumbs img{width:78px!important;height:78px!important;object-fit:cover!important;border-radius:3px!important}.sk-review-video-wrap{width:100%!important;max-width:100%!important;margin-top:12px!important;border-radius:12px!important}.sk-review-video{width:100%!important;max-height:330px!important;object-fit:contain!important}.tk-sticky-atc-title{font-size:13px!important;line-height:1.15!important}.tk-sticky-atc-price{font-size:14px!important}}.tk-quiz,.tk-quiz *,.tk-sticky-atc,.tk-sticky-atc *{box-sizing:border-box}@media(max-width:760px){html,body{max-width:100%;overflow-x:hidden}.tk-wrap{padding-left:18px;padding-right:18px}.tk-quiz{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;grid-template-columns:1fr!important;padding:28px 18px!important;gap:22px!important;border-radius:28px!important}.tk-quiz-copy,.tk-quiz-panel,.tk-quiz-options,.tk-quiz-result{width:100%!important;max-width:100%!important;min-width:0!important}.tk-quiz-panel{padding:18px!important;border-radius:22px!important;overflow:hidden!important}.tk-quiz-options button{width:100%!important;max-width:100%!important;min-width:0!important;padding-left:16px!important;padding-right:16px!important;text-align:left!important}.tk-quiz .tk-btn,.tk-quiz .tk-btn.tk-quiz-cta{display:flex!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding-left:14px!important;padding-right:14px!important;white-space:normal!important;text-align:center!important;overflow:hidden!important;line-height:1.15!important}.tk-sticky-atc{left:0!important;right:0!important;width:100%!important;max-width:100vw!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;gap:10px!important;align-items:center!important;overflow:hidden!important}.tk-sticky-atc img{width:50px!important;height:50px!important;border-radius:12px!important}.tk-sticky-atc-info{flex:1 1 0!important;min-width:0!important;overflow:hidden!important}.tk-sticky-atc-title{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:13px!important;line-height:1.12!important;max-height:2.3em!important}.tk-sticky-atc-price{font-size:13.5px!important;line-height:1.15!important}.tk-sticky-atc .tk-btn{flex:0 0 auto!important;width:auto!important;min-width:132px!important;max-width:44vw!important;min-height:52px!important;padding-left:14px!important;padding-right:14px!important;border-radius:17px!important;font-size:15px!important;line-height:1!important;white-space:nowrap!important}}@media(max-width:380px){.tk-sticky-atc img{width:46px!important;height:46px!important}.tk-sticky-atc .tk-btn{min-width:118px!important;max-width:42vw!important;font-size:14px!important;padding-left:10px!important;padding-right:10px!important}}html,body{max-width:100%;overflow-x:hidden}.tk-product,.tk-product *,.tk-product *:before,.tk-product *:after,.sk-reviews,.sk-reviews *,.sk-reviews *:before,.sk-reviews *:after{box-sizing:border-box}.tk-product-grid,.tk-product-grid>*,.tk-gallery,.tk-gallery-main,.tk-gallery-thumbs,.tk-buy-box,.tk-buy-box form,.tk-buy,.tk-tennis-pack-copy,.tk-trust-row,.tk-trust-row-line,.tk-pay-icons,.tk-ship-note,.shopify-payment-button{min-width:0;max-width:100%}.tk-product-grid>*{min-width:0}.tk-buy-box,.tk-tennis-pack-copy,.tk-ship-note{overflow-wrap:break-word;word-break:normal}.tk-buy-box{width:100%;overflow:hidden}.tk-buy .tk-btn,.tk-buy .shopify-payment-button,.tk-buy .shopify-payment-button__button,.tk-buy .shopify-payment-button__button--unbranded,.tk-buy .shopify-payment-button button,.tk-buy .shopify-payment-button iframe{width:100%!important;max-width:100%!important;min-width:0!important}@media(max-width:760px){.tk-product .tk-wrap{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important;overflow:hidden!important}.tk-product-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;gap:18px!important;overflow:hidden!important}.tk-gallery,.tk-gallery-main{width:100%!important;max-width:100%!important;overflow:hidden!important}.tk-gallery-main{border-radius:18px!important}.tk-gallery-main img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}.tk-gallery-thumbs{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;padding-bottom:8px!important}.tk-title-rating-row{width:100%!important;max-width:100%!important;align-items:flex-start!important;flex-direction:column!important;gap:9px!important;overflow:hidden!important}.tk-title-rating-row .tk-product-title{width:100%!important;max-width:100%!important;font-size:clamp(31px,8.5vw,38px)!important;line-height:1.04!important;overflow-wrap:break-word!important}.tk-product-title-rating{width:auto!important;max-width:100%!important;flex:0 1 auto!important;white-space:nowrap!important;overflow:hidden!important}.tk-product-title-rating .tk-rev-stars--45{flex:none!important}.tk-buy-box{width:100%!important;max-width:100%!important;margin:10px 0 0!important;padding:14px!important;border-radius:20px!important;overflow:hidden!important}.tk-product--tennis .tk-price-current{font-size:30px!important;line-height:1.05!important}.tk-product--tennis .tk-tax-note{font-size:13px!important;line-height:1.35!important;margin-bottom:10px!important}.tk-tennis-pack-copy{width:100%!important;max-width:100%!important;margin:12px 0 0!important;padding:13px 14px!important;border-radius:16px!important;overflow:hidden!important}.tk-tennis-pack-copy strong{font-size:12.5px!important;line-height:1.15!important;letter-spacing:.08em!important}.tk-tennis-pack-copy p{max-width:100%!important;font-size:13.25px!important;line-height:1.46!important;font-weight:650!important;overflow-wrap:break-word!important;word-break:normal!important}.tk-qty{width:172px!important;max-width:100%!important;margin-top:16px!important}.tk-qty button{width:48px!important;flex:0 0 48px!important}.tk-qty input{width:76px!important;flex:1 1 auto!important}.tk-buy{width:100%!important;max-width:100%!important;gap:10px!important;margin-top:18px!important;overflow:hidden!important}.tk-buy .tk-btn,.tk-buy .shopify-payment-button__button,.tk-buy .shopify-payment-button__button--unbranded,.tk-buy .shopify-payment-button button{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;border-radius:16px!important}.tk-trust-row{width:100%!important;max-width:100%!important;overflow:hidden!important}.tk-trust-row-line{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;max-width:100%!important}.tk-trust-row-line span{justify-content:center!important;gap:4px!important;min-width:0!important;white-space:nowrap!important;font-size:12px!important;line-height:1.15!important}.tk-trust-row-line svg{width:14px!important;height:14px!important;flex:none!important}.tk-pay-icons{display:flex!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.tk-pay-icons svg{height:23px!important;max-width:46px!important;flex:0 0 auto!important}.tk-ship-note{width:100%!important;max-width:100%!important;padding:12px 13px!important;border-radius:14px!important;font-size:13px!important;line-height:1.55!important;overflow:hidden!important;overflow-wrap:break-word!important}.sk-reviews,.sk-reviews-inner,.sk-review-top,.sk-rating-box,.sk-talked-about,.sk-review-summary,.sk-review-tabs,.sk-review-filters,.sk-review-actions,.sk-review-list,.sk-review-item,.sk-review-body{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.sk-reviews-inner{padding-left:16px!important;padding-right:16px!important}.sk-review-top{grid-template-columns:minmax(0,1fr)!important;gap:20px!important}.sk-rating-score{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important}.sk-bars div{grid-template-columns:18px 18px minmax(0,1fr)!important;width:100%!important}}@media(max-width:390px){.tk-trust-row-line{grid-template-columns:1fr!important}.tk-trust-row-line span{justify-content:flex-start!important}}
/*# sourceMappingURL=/cdn/shop/t/78/assets/take-store.css.map */
