/* Tenniix Basic — target product-page composition. */
.tnx-basic-page {
  --basic-dark: #1c1d20;
  --basic-lime: #d7fb00;
  --basic-soft: #f5f5f3;
  color: #191a1c;
  background: #fff;
  font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif;
}
.tnx-basic-page h1,
.tnx-basic-page h2,
.tnx-basic-page h3,
.tnx-basic-page p { font-family: inherit; }
.tnx-basic-content { width: min(calc(100% - 72px), 1160px); margin-inline: auto; }

.tnx-basic-product { padding: 28px 0 32px; background: #fff; }
.woocommerce div.product.tnx-basic-buy-grid {
  display: grid;
  width: min(calc(100% - 64px), 1216px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(410px, .94fr);
  align-items: start;
  gap: 36px;
}
.woocommerce div.product.tnx-basic-buy-grid div.summary { width: auto; margin: 0; }
.tnx-basic-gallery { position: sticky; top: 82px; min-width: 0; align-self: start; }
.tnx-basic-gallery__stage { display: grid; aspect-ratio: 1 / 1.03; place-items: center; overflow: hidden; background: #fff; }
.tnx-basic-gallery__stage img { width: 100%; height: 100%; object-fit: contain; transition: opacity .2s ease; }
.tnx-basic-thumbnails { display: grid; grid-template-columns: 24px minmax(0, 1fr) 24px; align-items: center; gap: 5px; margin-top: 9px; }
.tnx-basic-thumbnails__track { display: flex; min-width: 0; gap: 7px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x proximity; }
.tnx-basic-thumbnails__track::-webkit-scrollbar,
.tnx-basic-review-track::-webkit-scrollbar { display: none; }
.tnx-basic-thumb { flex: 0 0 57px; aspect-ratio: 1; padding: 0; overflow: hidden; background: #f4f4f2; border: 1px solid transparent; border-radius: 3px; cursor: pointer; scroll-snap-align: start; }
.tnx-basic-thumb.is-active { border-color: #252525; }
.tnx-basic-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tnx-basic-rail-arrow { width: 26px; height: 40px; min-height: 0; padding: 0; color: #252525; background: transparent; border: 0; border-radius: 0; font-size: 24px; font-weight: 400; cursor: pointer; }
.tnx-basic-rail-arrow:disabled { opacity: .25; cursor: default; }

.tnx-basic-summary { padding-top: 2px; color: #28282a; }
.woocommerce div.product .tnx-basic-summary .product_title { margin: 0 0 6px; font-size: clamp(30px, 3vw, 43px); font-weight: 700; line-height: 1.05; letter-spacing: -.025em; text-transform: uppercase; }
.tnx-basic-rating { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px; color: #555; font-size: 11px; }
.tnx-basic-rating span { color: var(--basic-lime); font-size: 14px; letter-spacing: .07em; text-shadow: 0 0 0 #9db800; }
.tnx-basic-benefits { display: grid; gap: 13px; margin: 0 0 14px; padding: 0; list-style: none; color: #555; font-size: 11px; line-height: 1.55; }
.tnx-basic-benefits strong { color: #2b2b2d; font-weight: 700; }
.tnx-basic-in-box { margin: 0 0 14px; color: #555; font-size: 10px; line-height: 1.55; }
.tnx-basic-in-box strong { color: #2b2b2d; }
.tnx-basic-warranty-banner { width: 100%; max-height: 94px; margin: 10px 0 16px; object-fit: cover; }
.tnx-basic-price { margin-top: 2px; font-size: 13px; font-weight: 700; }
.tnx-basic-price .price,
.woocommerce div.product .tnx-basic-price p.price { margin: 0; color: #1d1d1f; font-size: inherit; font-weight: inherit; }
.tnx-basic-tax-note { margin: 7px 0 18px; color: #777; font-size: 10px; text-decoration: underline; }
.tnx-basic-option { display: grid; gap: 7px; margin-bottom: 14px; font-size: 10px; }
.tnx-basic-option > strong { width: max-content; max-width: 100%; padding: 7px 15px; color: #fff; background: #27282b; border-radius: 20px; font-size: 10px; font-weight: 500; }
.tnx-basic-colors { margin-bottom: 14px; }
.tnx-basic-colors > strong { display: block; margin-bottom: 8px; font-size: 10px; }
.tnx-basic-colors > div { display: flex; gap: 9px; }
.tnx-basic-colors button { position: relative; width: 22px; height: 22px; min-height: 0; padding: 0; background: #37393c; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px transparent; cursor: pointer; }
.tnx-basic-colors button:nth-child(2) { background: #f4f4ef; }
.tnx-basic-colors button.is-active { box-shadow: 0 0 0 1px #777; }
.woocommerce div.product .tnx-basic-summary form.cart { display: grid; margin: 0 0 8px; grid-template-columns: 88px 1fr; gap: 8px; }
.woocommerce div.product .tnx-basic-summary form.cart .quantity { float: none; margin: 0; }
.woocommerce div.product .tnx-basic-summary form.cart .quantity input { width: 100%; min-height: 40px; border: 1px solid #d1d1d1; border-radius: 3px; color: #292929; background: #fff; text-align: center; }
.woocommerce div.product .tnx-basic-summary form.cart .single_add_to_cart_button { min-height: 40px; padding: 8px 20px; color: #1a1a1a; background: var(--basic-lime); border: 1px solid var(--basic-lime); border-radius: 3px; font-size: 11px; font-weight: 500; }
.woocommerce div.product .tnx-basic-summary form.cart .single_add_to_cart_button:hover { color: #1a1a1a; background: #c7e900; border-color: #c7e900; }
.tnx-basic-buy-now { display: grid; min-height: 40px; margin-bottom: 10px; place-items: center; color: #fff; background: #25272a; border-radius: 3px; font-size: 11px; }
.tnx-basic-buy-now:hover { background: #0f1011; }
.tnx-basic-installments { min-height: 42px; padding: 11px 12px; color: #4f5052; background: #f7f7f7; font-size: 9px; line-height: 1.45; }
.tnx-basic-addon { display: grid; min-height: 75px; margin-top: 14px; padding: 9px 10px; border: 1px solid #ececec; grid-template-columns: 58px 1fr auto; align-items: center; gap: 10px; }
.tnx-basic-addon img { width: 54px; height: 54px; object-fit: contain; }
.tnx-basic-addon div { display: grid; gap: 1px; }
.tnx-basic-addon small { color: #858585; font-size: 8px; }
.tnx-basic-addon strong { font-size: 10px; }
.tnx-basic-addon b { font-size: 10px; }
.tnx-basic-addon a { padding: 6px 10px; border: 1px solid #b8b8b8; border-radius: 20px; font-size: 8px; white-space: nowrap; }
.tnx-basic-shipping { padding: 24px 0 18px; border-bottom: 1px solid #e3e3e3; }
.tnx-basic-shipping h2 { margin: 0 0 15px; font-size: 12px; line-height: 1.35; }
.tnx-basic-shipping h2 span { margin-right: 7px; font-size: 18px; font-weight: 400; }
.tnx-basic-shipping p { margin: 0 0 12px; color: #555; font-size: 9px; line-height: 1.5; }
.tnx-basic-promise { padding-top: 15px; }
.tnx-basic-promise__tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 17px; }
.tnx-basic-promise__tabs button { min-height: 31px; padding: 6px 12px; color: #333; background: #f2f2f0; border: 0; border-radius: 18px; font-size: 9px; cursor: pointer; }
.tnx-basic-promise__tabs button.is-active { background: var(--basic-lime); }
.tnx-basic-promise__panel { display: none; }
.tnx-basic-promise__panel.is-active { display: grid; }
div.tnx-basic-promise__panel { grid-template-columns: repeat(4, 1fr); gap: 5px; text-align: center; }
.tnx-basic-promise__panel > div { display: grid; justify-items: center; gap: 3px; }
.tnx-basic-promise__panel > div span { display: grid; width: 26px; height: 26px; margin-bottom: 2px; place-items: center; color: #303030; font-size: 20px; }
.tnx-basic-promise__panel > div strong { font-size: 8px; }
.tnx-basic-promise__panel > div small { color: #777; font-size: 6px; line-height: 1.4; }
.tnx-basic-promise__included { margin: 0; padding: 0 0 0 18px; grid-template-columns: 1fr 1fr; gap: 8px 20px; color: #555; font-size: 9px; }

.tnx-basic-nav { position: sticky; z-index: 92; top: 55px; display: flex; min-height: 43px; align-items: center; justify-content: center; gap: 56px; color: #fff; background: var(--basic-dark); font-size: 10px; }
.tnx-basic-nav a { transition: color .2s ease; }
.tnx-basic-nav a:hover { color: var(--basic-lime); }
.tnx-basic-hero { position: relative; height: clamp(410px, 43vw, 590px); overflow: hidden; color: #fff; background: #222; }
.tnx-basic-hero::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(0,0,0,.05), rgba(0,0,0,.17)); }
.tnx-basic-hero video { width: 100%; height: 100%; object-fit: cover; }
.tnx-basic-hero > div { position: absolute; z-index: 1; inset: 0; display: grid; align-content: center; justify-items: center; }
.tnx-basic-hero h2 { margin: 0 0 16px; font-size: clamp(28px, 4vw, 50px); line-height: 1; letter-spacing: -.025em; }
.tnx-basic-hero button { min-height: 34px; padding: 7px 24px; color: #1d1d1d; background: var(--basic-lime); border: 0; border-radius: 20px; font-size: 9px; cursor: pointer; }

.tnx-basic-reel { padding: 62px 0 78px; }
.tnx-basic-reel > h2 { margin: 0 0 32px; text-align: center; font-size: clamp(22px, 2.6vw, 32px); font-weight: 500; }
.tnx-basic-review-rail { display: grid; grid-template-columns: 28px minmax(0, 1fr) 28px; align-items: center; gap: 6px; }
.tnx-basic-review-track { display: flex; min-width: 0; gap: 16px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x mandatory; }
.tnx-basic-review-card { flex: 0 0 calc((100% - 48px) / 4); min-width: 240px; scroll-snap-align: start; }
.tnx-basic-review-card__media { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; min-height: 0; padding: 0; overflow: hidden; background: #222; border: 0; border-radius: 7px; cursor: pointer; }
.tnx-basic-review-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tnx-basic-review-card__media:hover img { transform: scale(1.035); }
.tnx-basic-review-card__media span { position: absolute; top: 50%; left: 50%; display: grid; width: 40px; height: 29px; place-items: center; color: #fff; background: #f20d20; border-radius: 8px; font-size: 12px; transform: translate(-50%, -50%); }
.tnx-basic-review-card h3 { margin: 13px 0 5px; font-size: 14px; }
.tnx-basic-review-card p { margin: 0; color: #555; font-size: 13px; line-height: 1.6; }

.tnx-basic-features { padding: 16px 0 76px; }
.tnx-basic-features > h2 { margin: 0 0 48px; text-align: center; font-size: clamp(27px, 3.4vw, 40px); line-height: 1; }
.tnx-basic-feature { display: grid; min-height: 490px; margin-bottom: 42px; overflow: hidden; background: var(--basic-soft); border-radius: 18px; grid-template-columns: 1fr 1fr; }
.tnx-basic-feature.is-reversed .tnx-basic-feature__media { order: 2; }
.tnx-basic-feature__media { min-width: 0; overflow: hidden; background: #1e1f20; }
.tnx-basic-feature__media video { width: 100%; height: 100%; min-height: 490px; object-fit: cover; }
.tnx-basic-feature__copy { display: flex; padding: clamp(38px, 5.3vw, 70px); flex-direction: column; justify-content: center; }
.tnx-basic-feature h3 { margin: 0 0 22px; font-size: clamp(24px, 2.7vw, 34px); line-height: 1.05; letter-spacing: .03em; }
.tnx-basic-feature ul { display: grid; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; color: #555; font-size: 10px; }
.tnx-basic-feature li::before { display: inline-block; width: 15px; color: #9fb900; content: '⌁'; font-size: 13px; }
.tnx-basic-feature p { margin: 0; color: #555; font-size: 10px; line-height: 1.65; }

.tnx-basic-power { position: relative; width: min(calc(100% - 72px), 1160px); min-height: 460px; margin: 0 auto 76px; overflow: hidden; color: #fff; background: #222; border-radius: 18px; }
.tnx-basic-power::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.05) 66%); }
.tnx-basic-power > picture,
.tnx-basic-power > picture img { display: block; width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.tnx-basic-power > div { position: absolute; z-index: 1; top: 50%; left: clamp(34px, 6vw, 82px); width: min(390px, 42%); transform: translateY(-50%); }
.tnx-basic-power h2 { margin: 0 0 18px; font-size: clamp(29px, 3.6vw, 46px); line-height: 1.05; }
.tnx-basic-power p { margin: 0; font-size: 11px; line-height: 1.7; }

.tnx-basic-lifestyle { padding-bottom: 38px; }
.tnx-basic-lifestyle__track { position: relative; min-height: 510px; }
.tnx-basic-lifestyle-card { position: absolute; inset: 0; display: grid; visibility: hidden; overflow: hidden; background: #f4f4f2; border-radius: 18px; grid-template-columns: 1.05fr .95fr; opacity: 0; transform: translateX(20px); transition: opacity .4s ease, transform .4s ease, visibility .4s; }
.tnx-basic-lifestyle-card.is-active { visibility: visible; opacity: 1; transform: none; }
.tnx-basic-lifestyle-card__media { overflow: hidden; }
.tnx-basic-lifestyle-card img,
.tnx-basic-lifestyle-card video { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.tnx-basic-lifestyle-card > div:last-child { display: flex; padding: clamp(40px, 6vw, 75px); flex-direction: column; justify-content: center; }
.tnx-basic-lifestyle-card h2 { margin: 0 0 22px; font-size: clamp(26px, 3vw, 38px); line-height: 1.08; letter-spacing: .02em; }
.tnx-basic-lifestyle-card p { margin: 0; color: #555; font-size: 11px; line-height: 1.7; }
.tnx-basic-lifestyle__controls { display: grid; margin-top: 16px; grid-template-columns: 40px 1fr 40px; align-items: center; }
.tnx-basic-lifestyle__controls > button { min-height: 34px; padding: 0; color: #222; background: transparent; border: 0; font-size: 26px; cursor: pointer; }
.tnx-basic-lifestyle__controls > button:last-child { grid-column: 3; }
.tnx-basic-lifestyle__controls > div { display: flex; grid-column: 2; grid-row: 1; justify-content: center; gap: 7px; }
.tnx-basic-lifestyle__controls [data-basic-slider-dot] { width: 7px; height: 7px; min-height: 0; padding: 0; background: #cacaca; border: 0; border-radius: 50%; cursor: pointer; }
.tnx-basic-lifestyle__controls [data-basic-slider-dot].is-active { background: #2d2d2d; }

.tnx-basic-stats { display: grid; padding: 62px 0 90px; grid-template-columns: repeat(6, 1fr); text-align: center; }
.tnx-basic-stats div { display: grid; padding: 0 7px; }
.tnx-basic-stats strong { font-size: clamp(30px, 3vw, 40px); line-height: 1; letter-spacing: -.025em; }
.tnx-basic-stats span { margin-top: 11px; color: #555; font-size: 12px; font-weight: 600; }
.tnx-basic-upgrade { padding-bottom: 84px; text-align: center; }
.tnx-basic-upgrade h2 { margin: 0 0 18px; font-size: clamp(33px, 4.7vw, 58px); line-height: 1; letter-spacing: -.025em; }
.tnx-basic-upgrade > p { max-width: 640px; margin: 0 auto 34px; color: #666; font-size: 10px; line-height: 1.6; }
.tnx-basic-upgrade > img { width: min(920px, 100%); max-height: 560px; margin: 0 auto; object-fit: contain; background: #202124; border-radius: 18px; }

.tnx-basic-included { padding-bottom: 82px; }
.tnx-basic-included > h2 { margin: 0 0 34px; text-align: center; font-size: clamp(34px, 4.4vw, 52px); line-height: 1; }
.tnx-basic-included__grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 10px; }
.tnx-basic-included article { display: grid; min-height: 195px; padding: 14px; grid-column: span 2; align-content: space-between; justify-items: center; background: #f6f6f4; border-radius: 7px; text-align: center; }
.tnx-basic-included article.is-large { min-height: 340px; grid-column: span 5; }
.tnx-basic-included article img { width: 100%; height: 142px; object-fit: contain; }
.tnx-basic-included article.is-large img { height: 280px; }
.tnx-basic-included article h3 { margin: 8px 0 0; font-size: 11px; }

.tnx-basic-compare { padding-bottom: 84px; }
.tnx-basic-compare > h2 { margin: 0 0 34px; text-align: center; font-size: clamp(35px, 4.6vw, 56px); line-height: 1; }
.tnx-basic-table-wrap { overflow: hidden; color: #fff; background: #202124; border-radius: 18px; }
.tnx-basic-compare table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tnx-basic-compare th,
.tnx-basic-compare td { padding: 13px 21px; border-bottom: 1px solid #36373a; font-size: 16px; line-height: 24px; text-align: center; }
.tnx-basic-compare tr > :first-child { width: 29%; color: #fff; text-align: left; }
.tnx-basic-compare thead th { padding-top: 24px; }
.tnx-basic-compare thead img { width: 215px; height: 182px; margin: 0 auto 9px; object-fit: cover; }
.tnx-basic-compare thead strong { display: block; font-size: 16px; line-height: 24px; }
.tnx-basic-compare tbody td { color: var(--basic-lime); font-weight: 600; }
.tnx-basic-compare tbody tr:last-child > * { border-bottom: 0; }

.tnx-basic-reviews { padding: 22px 0 82px; }
.tnx-basic-reviews > h2 { margin: 0 0 28px; text-align: center; font-size: 23px; font-weight: 500; }
.tnx-basic-review-summary { display: grid; padding: 18px 0 42px; border-bottom: 1px solid #ddd; grid-template-columns: .8fr 1fr .8fr; align-items: center; gap: 48px; }
.tnx-basic-review-summary > div:first-child { display: grid; justify-items: center; }
.tnx-basic-review-summary > div:first-child strong { font-size: 22px; }
.tnx-basic-review-summary > div:first-child span,
.tnx-basic-review-list > article > span { color: var(--basic-lime); letter-spacing: .08em; }
.tnx-basic-review-summary small { color: #777; font-size: 12px; }
.tnx-basic-review-bars { display: grid; gap: 6px; }
.tnx-basic-review-bars span { display: grid; grid-template-columns: 16px 1fr 24px; align-items: center; gap: 7px; font-size: 12px; }
.tnx-basic-review-bars i { display: block; height: 3px; background: #ededed; }
.tnx-basic-review-bars b { display: block; height: 100%; background: var(--basic-lime); }
.tnx-basic-review-summary > a { display: grid; min-height: 42px; place-items: center; background: var(--basic-lime); border-radius: 22px; font-size: 13px; font-weight: 500; }
.tnx-basic-review-list article { padding: 30px 0; border-bottom: 1px solid #ddd; }
.tnx-basic-review-list h3 { margin: 7px 0; font-size: 14px; }
.tnx-basic-review-list h3 small { padding: 2px 7px; border: 1px solid #999; border-radius: 12px; font-size: 11px; font-weight: 400; }
.tnx-basic-review-list p { max-width: 900px; margin: 0; color: #555; font-size: 14px; line-height: 1.7; }

.tnx-basic-faqs { padding: 70px 0 80px; background: #f7f7f6; }
.tnx-basic-faqs h2 { margin: 0 0 38px; text-align: center; font-size: clamp(32px, 4vw, 48px); }
.tnx-basic-faqs details { background: #fff; border-bottom: 1px solid #e5e5e5; }
.tnx-basic-faqs summary { position: relative; padding: 21px 48px 21px 22px; font-size: 16px; font-weight: 600; line-height: 22px; list-style: none; cursor: pointer; }
.tnx-basic-faqs summary::-webkit-details-marker { display: none; }
.tnx-basic-faqs summary::after { position: absolute; top: 50%; right: 22px; content: '+'; font-size: 15px; font-weight: 400; transform: translateY(-50%); }
.tnx-basic-faqs details[open] summary::after { content: '−'; }
.tnx-basic-faqs details p { margin: 0; padding: 0 22px 21px; color: #5d5d5d; font-size: 12px; line-height: 20px; }
.tnx-basic-claim { position: fixed; z-index: 94; bottom: 10px; left: 8px; display: grid; min-width: 180px; min-height: 50px; padding: 0 18px; place-items: center; color: #111; background: var(--basic-lime); border: 2px solid #111; border-radius: 0; font-size: 10px; cursor: pointer; }
.tnx-basic-currency { position: fixed; z-index: 94; right: 30px; bottom: 26px; padding: 9px 13px; color: #fff; background: #202124; border-radius: 4px; font-size: 9px; }
.tnx-basic-offer { position: fixed; z-index: 998; inset: 0; display: none; padding: 24px; align-items: center; justify-content: center; background: rgba(17,18,19,.54); }
.tnx-basic-offer.is-open { display: flex; }
.tnx-basic-offer__dialog { position: relative; display: grid; width: min(760px, 94vw); min-height: 430px; overflow: hidden; background: #fff; border-radius: 6px; box-shadow: 0 24px 80px rgba(0,0,0,.35); grid-template-columns: 1fr 1fr; }
.tnx-basic-offer__dialog > div:last-child { display: flex; padding: 54px; flex-direction: column; align-items: flex-start; justify-content: center; }
.tnx-basic-offer__image { background: #ececea; }
.tnx-basic-offer__image img { width: 100%; height: 100%; object-fit: cover; }
.tnx-basic-offer h2 { margin: 0 0 26px; font-size: clamp(39px, 5vw, 57px); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.tnx-basic-offer__dialog > div:last-child button { min-height: 34px; padding: 7px 20px; color: #191919; background: var(--basic-lime); border: 0; border-radius: 0; font-size: 9px; cursor: pointer; }
.tnx-basic-offer .tnx-basic-offer__close { position: absolute; z-index: 1; top: 13px; right: 15px; width: 30px; min-height: 30px; padding: 0; color: #777; background: transparent; border: 0; border-radius: 0; font-size: 24px; font-weight: 300; cursor: pointer; }

.tnx-basic-enhanced [data-basic-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.tnx-basic-enhanced [data-basic-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .woocommerce div.product.tnx-basic-buy-grid { width: min(calc(100% - 40px), 1216px); grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr); gap: 22px; }
  .tnx-basic-content,
  .tnx-basic-power { width: min(calc(100% - 40px), 1160px); }
  .tnx-basic-thumb { flex-basis: 52px; }
  .tnx-basic-review-card { flex-basis: calc((100% - 32px) / 3); }
  .tnx-basic-stats { grid-template-columns: repeat(3, 1fr); row-gap: 42px; }
}

@media (max-width: 760px) {
  .tnx-basic-content,
  .tnx-basic-power { width: min(calc(100% - 28px), 1160px); }
  .tnx-basic-product { padding: 18px 0 28px; }
  .woocommerce div.product.tnx-basic-buy-grid { width: min(calc(100% - 28px), 1216px); grid-template-columns: 1fr; gap: 24px; }
  .tnx-basic-gallery { position: static; }
  .tnx-basic-gallery__stage { aspect-ratio: 1; }
  .tnx-basic-thumb { flex-basis: 58px; }
  .woocommerce div.product .tnx-basic-summary .product_title { font-size: 34px; }
  .tnx-basic-benefits { font-size: 10px; }
  .tnx-basic-nav { top: 52px; min-height: 40px; gap: 24px; font-size: 8px; }
  .tnx-basic-hero { height: 68vw; min-height: 330px; }
  .tnx-basic-hero h2 { padding: 0 20px; text-align: center; }
  .tnx-basic-reel { padding: 48px 0 58px; }
  .tnx-basic-review-card { flex-basis: 78vw; min-width: 0; }
  .tnx-basic-features { padding-bottom: 48px; }
  .tnx-basic-feature { min-height: 0; grid-template-columns: 1fr; border-radius: 12px; }
  .tnx-basic-feature.is-reversed .tnx-basic-feature__media { order: 0; }
  .tnx-basic-feature__media video { min-height: 76vw; }
  .tnx-basic-feature__copy { padding: 34px 28px 38px; }
  .tnx-basic-power { min-height: 480px; margin-bottom: 52px; border-radius: 12px; }
  .tnx-basic-power > picture,
  .tnx-basic-power > picture img { min-height: 480px; }
  .tnx-basic-power > div { top: auto; right: 28px; bottom: 35px; left: 28px; width: auto; transform: none; }
  .tnx-basic-power::after { background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.02) 75%); }
  .tnx-basic-lifestyle__track { min-height: 610px; }
  .tnx-basic-lifestyle-card { grid-template-columns: 1fr; grid-template-rows: 58% 42%; border-radius: 12px; }
  .tnx-basic-lifestyle-card img,
  .tnx-basic-lifestyle-card video { min-height: 0; }
  .tnx-basic-lifestyle-card > div:last-child { padding: 28px; }
  .tnx-basic-lifestyle-card h2 { margin-bottom: 12px; font-size: 24px; }
  .tnx-basic-stats { padding: 48px 0 65px; grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .tnx-basic-upgrade { padding-bottom: 58px; }
  .tnx-basic-included { padding-bottom: 58px; }
  .tnx-basic-included__grid { grid-template-columns: repeat(2, 1fr); }
  .tnx-basic-included article,
  .tnx-basic-included article.is-large { min-height: 210px; grid-column: span 1; }
  .tnx-basic-included article:first-child { grid-column: 1 / -1; }
  .tnx-basic-included article img,
  .tnx-basic-included article.is-large img { height: 160px; }
  .tnx-basic-table-wrap { overflow-x: auto; border-radius: 12px; }
  .tnx-basic-compare table { min-width: 700px; }
  .tnx-basic-review-summary { grid-template-columns: 1fr; gap: 25px; }
  .tnx-basic-review-summary > a { width: 220px; justify-self: center; }
  .tnx-basic-faqs { padding: 52px 0 60px; }
  .tnx-basic-claim { min-width: 132px; min-height: 42px; font-size: 8px; }
  .tnx-basic-currency { right: 10px; bottom: 16px; }
  .tnx-basic-offer__dialog { min-height: 0; grid-template-columns: 1fr; }
  .tnx-basic-offer__image { display: none; }
  .tnx-basic-offer__dialog > div:last-child { min-height: 390px; padding: 46px 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .tnx-basic-page *,
  .tnx-basic-page *::before,
  .tnx-basic-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Tenniix Pickle Basic — video-matched product composition. */
.tnx-pickle-basic-page {
  --pickle-orange: #ff8a00;
  --pickle-lime: #d8fa00;
  --pickle-soft: #f5f5f7;
  background: #fff;
}
.tnx-pickle-summary .product_title { max-width: 500px; }
.tnx-pickle-summary .tnx-basic-benefits { margin-top: 20px; gap: 11px; }
.tnx-pickle-summary .tnx-basic-warranty-banner { max-height: none; aspect-ratio: 3.72 / 1; object-fit: cover; }
.tnx-pickle-summary .tnx-basic-option > strong { background: transparent; border: 1px solid #292a2c; color: #292a2c; }
.tnx-pickle-paypal { display: grid; min-height: 40px; margin: 0 0 10px; place-items: center; color: #202020; background: #ffc439; border-radius: 3px; font-size: 11px; }
.tnx-pickle-paypal:hover { color: #202020; background: #f2b500; }
.tnx-pickle-shipping { padding-bottom: 10px; }
.tnx-pickle-shipping p { margin-left: 29px; font-size: 10px; }
.tnx-pickle-warranty-addon { margin-top: 26px; }
.tnx-pickle-warranty-addon img { background: #f1f1ef; }

.tnx-pickle-hero { height: clamp(430px, 47vw, 660px); }
.tnx-pickle-hero::after { background: rgba(0,0,0,.1); }
.tnx-pickle-hero > img { display: none; }
.tnx-pickle-hero__video--desktop { display: block; }
.tnx-pickle-hero__video--mobile { display: none; }
.tnx-pickle-hero > div { align-content: center; }
.tnx-pickle-hero h2 { margin: 0 0 20px; font-size: clamp(27px, 3.4vw, 47px); text-shadow: 0 2px 24px rgba(0,0,0,.24); }
.tnx-pickle-hero button { min-width: 92px; background: var(--pickle-lime); }

.tnx-pickle-kicker { margin: 0 0 35px; text-align: center; font-size: clamp(24px, 3.2vw, 42px); font-weight: 600; letter-spacing: -.025em; }
.tnx-pickle-features { padding: 58px 0 72px; }
.tnx-pickle-feature { display: grid; min-height: 420px; margin-bottom: 28px; overflow: hidden; background: var(--pickle-soft); border-radius: 20px; grid-template-columns: 1fr 1fr; }
.tnx-pickle-feature.is-reversed .tnx-pickle-feature__media { order: 2; }
.tnx-pickle-feature__media { min-width: 0; overflow: hidden; background: #111; }
.tnx-pickle-feature__media video { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.tnx-pickle-feature__copy { display: flex; padding: clamp(38px, 5vw, 68px); flex-direction: column; justify-content: center; }
.tnx-pickle-feature h2 { margin: 0 0 24px; font-size: clamp(25px, 3vw, 39px); line-height: 1.08; letter-spacing: -.02em; }
.tnx-pickle-feature ul { display: grid; gap: 8px; margin: 0 0 23px; padding: 0; list-style: none; color: #606064; font-size: 10px; }
.tnx-pickle-feature li::before { display: inline-grid; width: 16px; margin-right: 6px; color: #6b7800; content: '⌁'; place-items: center; }
.tnx-pickle-feature p { margin: 0; color: #55575a; font-size: 11px; line-height: 1.75; }

.tnx-pickle-drills { position: relative; min-height: 940px; padding: 105px 0 70px; overflow: hidden; color: #fff; background: #020202; }
.tnx-pickle-drills > video { position: absolute; z-index: 0; inset: 0 0 auto; width: 100%; height: 620px; object-fit: cover; opacity: .75; }
.tnx-pickle-drills::after { position: absolute; z-index: 1; inset: 0 0 auto; height: 620px; content: ''; background: linear-gradient(90deg, rgba(0,0,0,.67), rgba(0,0,0,.17) 70%), linear-gradient(0deg, #020202 0, transparent 38%); }
.tnx-pickle-drills__heading { position: relative; z-index: 2; width: min(calc(100% - 72px), 1160px); margin: 0 auto; }
.tnx-pickle-drills__heading h2 { max-width: 650px; margin: 0 0 16px; color: var(--pickle-orange); font-size: clamp(36px, 5.2vw, 66px); line-height: 1; letter-spacing: -.035em; }
.tnx-pickle-drills__heading p { max-width: 580px; margin: 0 0 28px; font-size: 12px; line-height: 1.7; }
.tnx-pickle-drills__heading strong { font-size: 13px; }
.tnx-pickle-shot-grid { position: relative; z-index: 2; display: grid; margin-top: 315px; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tnx-pickle-shot-grid article { padding: 12px 12px 18px; background: rgba(24,25,27,.94); border-radius: 12px; }
.tnx-pickle-shot-grid img { width: 100%; aspect-ratio: 1.43 / 1; object-fit: cover; border-radius: 7px; }
.tnx-pickle-shot-grid h3 { margin: 12px 0 2px; font-size: 14px; }
.tnx-pickle-shot-grid p { margin: 0; color: #b9babd; font-size: 10px; }

.tnx-pickle-progress { padding: 68px 0 76px; }
.tnx-pickle-progress article { display: grid; min-height: 400px; margin-bottom: 28px; overflow: hidden; background: var(--pickle-soft); border-radius: 20px; grid-template-columns: 1fr 1fr; }
.tnx-pickle-progress article.is-reversed > div:first-child { order: 2; }
.tnx-pickle-progress article > div:first-child { min-width: 0; overflow: hidden; }
.tnx-pickle-progress video { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.tnx-pickle-progress article > div:last-child { display: flex; padding: clamp(36px, 5vw, 67px); flex-direction: column; justify-content: center; }
.tnx-pickle-progress h2 { margin: 0 0 22px; font-size: clamp(26px, 3.1vw, 39px); line-height: 1.08; }
.tnx-pickle-progress article p { margin: 0; color: #55575a; font-size: 11px; line-height: 1.75; }

.tnx-pickle-spec-banner { position: relative; min-height: 530px; margin-bottom: 0; overflow: hidden; color: #fff; background: #222; border-radius: 20px; }
.tnx-pickle-spec-banner::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.07) 72%); }
.tnx-pickle-spec-banner > picture,
.tnx-pickle-spec-banner > picture img { display: block; width: 100%; min-height: 530px; object-fit: cover; }
.tnx-pickle-spec-banner > div { position: absolute; z-index: 1; top: 50%; left: clamp(38px, 6.5vw, 88px); width: min(440px, 42%); transform: translateY(-50%); }
.tnx-pickle-spec-banner h2 { margin: 0 0 25px; font-size: clamp(37px, 4.7vw, 59px); line-height: .98; letter-spacing: -.035em; }
.tnx-pickle-spec-banner p { margin: 0; font-size: 11px; line-height: 1.7; }
.tnx-pickle-stats { padding-top: 56px; padding-bottom: 82px; }

.tnx-pickle-compare { padding: 52px 0 80px; }
.tnx-pickle-compare > h2 { margin: 0 0 34px; text-align: center; font-size: clamp(30px, 4vw, 49px); line-height: 1.05; }
.tnx-pickle-table-wrap { overflow: hidden; border: 1px solid #e4e4e6; border-radius: 13px; }
.tnx-pickle-compare table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tnx-pickle-compare th,
.tnx-pickle-compare td { padding: 16px 17px; border-right: 1px solid #e6e6e8; border-bottom: 1px solid #e6e6e8; font-size: 16px; line-height: 24px; text-align: center; }
.tnx-pickle-compare tr > :first-child { width: 26%; background: #f7f7f8; text-align: left; }
.tnx-pickle-compare tr > :last-child { border-right: 0; }
.tnx-pickle-compare tbody tr:last-child > * { border-bottom: 0; }
.tnx-pickle-compare thead th { padding-top: 22px; padding-bottom: 22px; font-size: 16px; line-height: 24px; }
.tnx-pickle-compare thead small { display: block; margin-top: 5px; color: #777; font-size: 12px; font-weight: 400; }
.tnx-pickle-compare td b { display: inline-grid; width: 22px; height: 22px; margin-right: 3px; color: #222; background: var(--pickle-lime); border-radius: 50%; place-items: center; }

.tnx-pickle-faqs { padding-top: 68px; background: #fff; }
.tnx-pickle-faqs .tnx-basic-content { max-width: 980px; }
.tnx-pickle-faqs details { background: transparent; }
.tnx-pickle-faqs summary { padding-top: 24px; padding-bottom: 24px; font-size: 16px; line-height: 22px; }
.tnx-pickle-reviews { padding: 38px 0 92px; text-align: center; }
.tnx-pickle-reviews h2 { margin: 0 0 13px; font-size: 24px; font-weight: 400; }
.tnx-pickle-reviews p { margin: 0 0 14px; color: #6d6d6f; font-size: 14px; }
.tnx-pickle-reviews a { display: inline-grid; min-height: 38px; padding: 8px 19px; place-items: center; color: #242424; background: var(--pickle-lime); border-radius: 2px; font-size: 13px; font-weight: 500; }
.tnx-pickle-reviews .tnx-basic-review-list { margin-bottom: 20px; text-align: left; }
.tnx-pickle-reviews .tnx-basic-review-list p { margin: 0; color: #555; font-size: 14px; line-height: 1.7; }

@media (max-width: 760px) {
  .tnx-pickle-hero { min-height: 360px; height: 78vw; }
  .tnx-pickle-hero__video--desktop { display: none; }
  .tnx-pickle-hero__video--mobile { display: block; }
  .tnx-pickle-hero h2 { max-width: 330px; font-size: 28px; }
  .tnx-pickle-kicker { margin-bottom: 25px; font-size: 25px; }
  .tnx-pickle-features { padding-top: 42px; }
  .tnx-pickle-feature,
  .tnx-pickle-progress article { min-height: 0; grid-template-columns: 1fr; border-radius: 13px; }
  .tnx-pickle-feature.is-reversed .tnx-pickle-feature__media,
  .tnx-pickle-progress article.is-reversed > div:first-child { order: 0; }
  .tnx-pickle-feature__media video,
  .tnx-pickle-progress video { min-height: 67vw; }
  .tnx-pickle-feature__copy,
  .tnx-pickle-progress article > div:last-child { padding: 32px 27px 37px; }
  .tnx-pickle-drills { min-height: 0; padding-top: 70px; }
  .tnx-pickle-drills > video,
  .tnx-pickle-drills::after { height: 500px; }
  .tnx-pickle-drills__heading { width: min(calc(100% - 28px), 1160px); }
  .tnx-pickle-drills__heading h2 { font-size: 42px; }
  .tnx-pickle-shot-grid { margin-top: 260px; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .tnx-pickle-shot-grid article { padding: 8px 8px 13px; }
  .tnx-pickle-shot-grid h3 { font-size: 11px; }
  .tnx-pickle-progress { padding-top: 50px; }
  .tnx-pickle-spec-banner { min-height: 520px; border-radius: 13px; }
  .tnx-pickle-spec-banner > picture,
  .tnx-pickle-spec-banner > picture img { min-height: 520px; }
  .tnx-pickle-spec-banner::after { background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.02) 72%); }
  .tnx-pickle-spec-banner > div { top: auto; right: 27px; bottom: 34px; left: 27px; width: auto; transform: none; }
  .tnx-pickle-spec-banner h2 { font-size: 39px; }
  .tnx-pickle-table-wrap { overflow-x: auto; }
  .tnx-pickle-compare table { min-width: 720px; }
  .tnx-basic-faqs summary,
  .tnx-pickle-faqs summary { font-size: 14px; line-height: 24px; }
  .tnx-basic-faqs details p { font-size: 12px; line-height: 22px; }
  .tnx-basic-compare th,
  .tnx-basic-compare td,
  .tnx-pickle-compare th,
  .tnx-pickle-compare td,
  .tnx-pickle-compare thead th { font-size: 12px; line-height: 16px; }
  .tnx-basic-compare thead img { width: 107px; height: 95px; }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .tnx-basic-compare th,
  .tnx-basic-compare td,
  .tnx-pickle-compare th,
  .tnx-pickle-compare td { font-size: 13px; }
  .tnx-basic-compare thead img { width: 107px; height: 95px; }
}

/* Tenniix Pickle Pro — AI vision and performance-analysis sections. */
.tnx-pickle-pro-page .tnx-pickle-summary .tnx-basic-benefits { margin-top: 18px; }
.tnx-pickle-pro-page .tnx-pickle-summary form.cart { margin-top: 18px; }
.tnx-pickle-pro-page .tnx-pickle-warranty-addon { margin-bottom: 2px; }

.tnx-pickle-pro-quality { padding: 88px 0 84px; color: #fff; background: #1d2024; }
.tnx-pickle-pro-quality__copy { width: min(calc(100% - 72px), 850px); margin: 0 auto 46px; text-align: center; }
.tnx-pickle-pro-quality__copy > span { display: block; margin-bottom: 13px; color: #bec0c4; font-size: 9px; font-weight: 600; letter-spacing: .09em; }
.tnx-pickle-pro-quality h2 { margin: 0 0 18px; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.02; letter-spacing: -.035em; }
.tnx-pickle-pro-quality p { max-width: 760px; margin: 0 auto; color: #d0d1d3; font-size: 11px; line-height: 1.7; }
.tnx-pickle-pro-quality__media { width: min(calc(100% - 72px), 1160px); height: clamp(410px, 50vw, 650px); margin: 0 auto; overflow: hidden; background: #111; border-radius: 20px; }
.tnx-pickle-pro-quality__media video { width: 100%; height: 100%; object-fit: cover; }

.tnx-pickle-pro-progress { padding-top: 74px; padding-bottom: 76px; }
.tnx-pickle-pro-progress article:last-child { margin-bottom: 0; }

.tnx-pickle-pro-compare { width: 100%; max-width: none; padding: 68px max(36px, calc((100% - 1160px) / 2)) 76px; color: #fff; background: #202226; }
.tnx-pickle-pro-compare .tnx-pickle-table-wrap { max-width: 1160px; margin: 0 auto; overflow: hidden; background: #27292d; border-color: #3a3c40; }
.tnx-pickle-pro-compare th,
.tnx-pickle-pro-compare td { color: #f7f7f7; background: transparent; border-color: #3a3c40; }
.tnx-pickle-pro-compare tr > :first-child { color: #fff; background: #25272b; }
.tnx-pickle-pro-compare thead small { color: #b8b9bc; }
.tnx-pickle-pro-compare td { color: #e7e8e9; }

.tnx-pickle-pro-reviews { padding: 68px 0 92px; }
.tnx-pickle-pro-reviews > h2 { margin: 0 0 26px; font-size: 19px; font-weight: 500; }
.tnx-pickle-pro-reviews article { position: relative; padding: 28px 0 32px; border-top: 1px solid #dedede; }
.tnx-pickle-pro-reviews article > span { color: var(--pickle-lime); font-size: 14px; letter-spacing: .08em; }
.tnx-pickle-pro-reviews h3 { display: inline-block; margin: 9px 10px 10px 0; font-size: 14px; }
.tnx-pickle-pro-reviews h3 small { padding: 2px 7px; border: 1px solid #999; border-radius: 12px; font-size: 11px; font-weight: 400; }
.tnx-pickle-pro-reviews time { color: #777; font-size: 12px; }
.tnx-pickle-pro-reviews article > p { max-width: 860px; margin: 0 0 16px; color: #555; font-size: 14px; line-height: 1.7; }
.tnx-pickle-pro-reviews article > a { display: inline-block; padding-left: 27px; color: #777; font-size: 12px; text-decoration: underline; }
.tnx-pickle-pro-reviews article > a::before { position: absolute; width: 20px; height: 20px; margin: -4px 0 0 -27px; content: ''; background: #eee url('https://cdn.shopify.com/s/files/1/0909/2415/5179/files/pro_black_amz.webp?v=1783933342&width=80') center / contain no-repeat; }

@media (max-width: 760px) {
  .tnx-pickle-pro-quality { padding: 58px 0 54px; }
  .tnx-pickle-pro-quality__copy,
  .tnx-pickle-pro-quality__media { width: min(calc(100% - 28px), 1160px); }
  .tnx-pickle-pro-quality h2 { font-size: 37px; }
  .tnx-pickle-pro-quality__media { height: 70vw; min-height: 300px; border-radius: 13px; }
  .tnx-pickle-pro-progress { padding-top: 50px; }
  .tnx-pickle-pro-compare { padding: 52px 14px 60px; }
  .tnx-pickle-pro-compare .tnx-pickle-table-wrap { overflow-x: auto; }
  .tnx-pickle-pro-reviews { padding-top: 54px; }
}

/* Modules collection — restored after the newer archive template was paired
   with an older stylesheet. */
.tnx-modules-page {
  min-height: 620px;
  padding: 40px 0 96px;
  color: #242426;
  background: #fff;
  font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif;
}
.tnx-modules-container { width: min(calc(100% - 72px), 1280px); margin-inline: auto; }
.tnx-modules-filter-toggle { display: none; }
.tnx-modules-toolbar {
  display: grid;
  min-height: 28px;
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  grid-template-columns: 200px minmax(0, 1fr);
  align-items: center;
  gap: 31px;
}
.tnx-modules-toolbar h1 { margin: 0; font-size: 16px; font-weight: 600; line-height: 1.2; }
.tnx-modules-toolbar > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tnx-modules-toolbar span { color: #77777a; font-size: 14px; }
.tnx-modules-toolbar label { display: flex; align-items: center; gap: 5px; color: #1d1d1f; font-size: 14px; }
.tnx-modules-toolbar select,
.tnx-modules-mobile-sort select {
  min-width: 0;
  padding: 0 22px 0 0;
  color: #272729;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
}
.tnx-modules-layout { display: grid; grid-template-columns: 200px minmax(0, 1fr); align-items: start; gap: 31px; }
.tnx-modules-drawer__backdrop,
.tnx-modules-drawer__header,
.tnx-modules-drawer__footer,
.tnx-modules-mobile-sort { display: none; }
.tnx-modules-filters { display: grid; gap: 3px; }
.tnx-modules-filters button {
  width: 100%;
  min-height: 41px;
  padding: 9px 14px;
  color: #343438;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.tnx-modules-filters button.is-active { color: #111; background: #f1f1f1; font-weight: 600; }
.tnx-modules-grid { display: grid; grid-template-columns: repeat(3, 230px); gap: 46px 14px; }
.tnx-modules-card { display: block; min-width: 0; }
.tnx-modules-card__media {
  display: grid;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  overflow: hidden;
  place-items: center;
  background: #fff;
  border-radius: 0;
}
.tnx-modules-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tnx-modules-card:hover .tnx-modules-card__media img { transform: scale(1.025); }
.tnx-modules-card__body h2 { min-height: 0; margin: 0 0 3px; color: #77777a; font-size: 13px; font-weight: 400; line-height: 1.35; letter-spacing: .025em; }
.tnx-modules-card__body > div { color: #050505; font-size: 13px; font-weight: 600; line-height: 1.4; }
.tnx-modules-card__body .price { color: inherit; }
.tnx-modules-empty { grid-column: 1 / -1; margin: 40px 0; color: #68686a; text-align: center; }
.tnx-modules-card[hidden], .tnx-modules-empty[hidden] { display: none; }

@media (max-width: 1024px) {
  .tnx-modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .tnx-modules-page { padding: 22px 0 68px; }
  .tnx-modules-container { width: min(calc(100% - 28px), 1280px); }
  .tnx-modules-toolbar { display: none; }
  .tnx-modules-filter-toggle {
    display: flex;
    width: 100%;
    min-height: 47px;
    margin-bottom: 25px;
    padding: 0 2px;
    align-items: center;
    justify-content: space-between;
    color: #252527;
    background: transparent;
    border: 0;
    border-top: 1px solid #d5d5d6;
    border-bottom: 1px solid #d5d5d6;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
  }
  .tnx-modules-filter-toggle span { display: inline-flex; align-items: center; gap: 9px; }
  .tnx-modules-filter-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.2; }
  .tnx-modules-layout { display: block; }
  .tnx-modules-drawer {
    position: fixed;
    z-index: 160;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .tnx-modules-drawer[aria-hidden='false'] { visibility: visible; pointer-events: auto; }
  .tnx-modules-drawer__backdrop { position: absolute; inset: 0; display: block; width: 100%; background: rgba(0,0,0,.42); border: 0; border-radius: 0; opacity: 0; transition: opacity .25s ease; }
  .tnx-modules-drawer[aria-hidden='false'] .tnx-modules-drawer__backdrop { opacity: 1; }
  .tnx-modules-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(88vw, 390px);
    padding: 0 20px 88px;
    overflow-y: auto;
    background: #fff;
    transform: translateX(100%);
    transition: transform .25s ease;
  }
  .tnx-modules-drawer[aria-hidden='false'] .tnx-modules-drawer__panel { transform: none; }
  .tnx-modules-drawer__header { display: flex; min-height: 78px; align-items: center; justify-content: space-between; border-bottom: 1px solid #dededf; }
  .tnx-modules-drawer__header h2 { margin: 0 0 3px; font-size: 16px; font-weight: 500; }
  .tnx-modules-drawer__header span { color: #707072; font-size: 10px; }
  .tnx-modules-drawer__header > button { width: 35px; min-height: 35px; padding: 0; color: #222; background: transparent; border: 0; font-size: 26px; font-weight: 300; }
  .tnx-modules-mobile-sort { display: grid; padding: 21px 0; gap: 8px; border-bottom: 1px solid #dededf; font-size: 11px; }
  .tnx-modules-mobile-sort select { width: 100%; padding: 8px 28px 8px 10px; border: 1px solid #c9c9ca; font-size: 11px; }
  .tnx-modules-filters { padding-top: 22px; gap: 13px; }
  .tnx-modules-filters button { width: max-content; min-height: 0; padding: 0 0 2px; color: #747476; background: transparent; border-radius: 0; font-size: 11px; }
  .tnx-modules-filters button.is-active { color: #1d1d1f; background: transparent; border-bottom: 1px solid #1d1d1f; }
  .tnx-modules-drawer__footer { position: absolute; right: 0; bottom: 0; left: 0; display: grid; min-height: 72px; padding: 12px 20px; background: #fff; border-top: 1px solid #dededf; grid-template-columns: 1fr 1fr; gap: 10px; }
  .tnx-modules-drawer__footer button { min-height: 42px; padding: 8px 12px; border: 1px solid #242426; border-radius: 0; font-size: 10px; }
  .tnx-modules-drawer__footer button:first-child { color: #242426; background: #fff; }
  .tnx-modules-drawer__footer button:last-child { color: #181818; background: #d8ff00; border-color: #d8ff00; }
  .tnx-modules-grid { grid-template-columns: 1fr 1fr; gap: 34px 12px; }
  .tnx-modules-card__media { margin-bottom: 11px; border-radius: 8px; }
  .tnx-modules-card__body h2 { min-height: 0; font-size: 11px; }
  .tnx-modules-card__body > div { font-size: 10px; }
}

/* Purchase panels shared by Pro, Basic and Pickle products. The source store
   uses a 16px information scale, 48px actions and 24px service icons. */
:is(.tnx-pro-summary, .tnx-basic-summary) {
  color: #1d1d1f;
  font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.tnx-pro-kicker { display: none; }
.woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) .product_title {
  margin: 0 0 17px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.tnx-pro-rating { margin-bottom: 58px; gap: 8px; font-size: 16px; line-height: 24px; }
.tnx-pro-rating span, .tnx-basic-rating span { font-size: 18px; letter-spacing: .06em; }
.tnx-basic-rating { margin-bottom: 28px; font-size: 14px; line-height: 22px; }
.tnx-pro-benefits,
.tnx-basic-benefits {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
  color: #252527;
  font-size: 16px;
  line-height: 1.6;
}
.tnx-pro-benefits li { padding-left: 0; }
.tnx-pro-benefits li::before { display: none; }
.tnx-pro-benefits strong,
.tnx-basic-benefits strong { color: #1d1d1f; font-weight: 600; }
.tnx-basic-in-box { margin-bottom: 20px; color: #454547; font-size: 14px; line-height: 1.6; }
.tnx-pro-warranty-banner,
.tnx-basic-warranty-banner { max-height: none; margin: 10px 0 24px; border-radius: 0; object-fit: cover; }
.tnx-pro-price,
.tnx-basic-price { margin: 0 0 5px; color: #1d1d1f; font-size: 18px; font-weight: 600; line-height: 26px; }
.tnx-price-currency { font: inherit; }
.tnx-pro-tax-note,
.tnx-basic-tax-note { margin: 0 0 22px; color: #66666a; font-size: 12px; line-height: 20px; }
.tnx-basic-option { gap: 8px; margin-bottom: 20px; font-size: 14px; line-height: 22px; }
.tnx-basic-option > strong { padding: 8px 18px; border-radius: 22px; font-size: 13px; line-height: 20px; }
.tnx-pro-colors,
.tnx-basic-colors { margin-bottom: 21px; }
.tnx-pro-colors strong,
.tnx-basic-colors > strong { margin-bottom: 10px; font-size: 14px; line-height: 22px; }
.tnx-pro-colors div,
.tnx-basic-colors > div { gap: 14px; }
.tnx-pro-colors button,
.tnx-basic-colors button {
  width: 34px;
  height: 34px;
  min-height: 0;
  padding: 4px;
  background: #323234;
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: none;
}
.tnx-pro-colors button:last-child,
.tnx-basic-colors button:last-child { background-color: #cfcfd1; }
.tnx-pro-colors button.is-active,
.tnx-basic-colors button.is-active { border-color: #1d1d1f; box-shadow: none; }

.woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart {
  display: grid;
  margin: 0 0 10px;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 10px;
}
.woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart .tnx-quantity {
  display: grid;
  width: 140px;
  min-height: 48px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c9c9cb;
  border-radius: 999px;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: stretch;
}
.woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart .tnx-quantity input.qty {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0;
  color: #1d1d1f;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  appearance: textfield;
  box-shadow: none;
}
.tnx-quantity input.qty::-webkit-inner-spin-button,
.tnx-quantity input.qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart .tnx-quantity__button {
  display: grid;
  width: 44px;
  min-height: 46px;
  padding: 0;
  place-items: center;
  color: #1d1d1f;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.tnx-quantity__button svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.tnx-quantity__button:disabled { opacity: .3; cursor: default; }
.woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart .single_add_to_cart_button {
  min-height: 48px;
  padding: 10px 24px;
  color: #1d1d1f;
  background: #d8ff00;
  border: 1px solid #d8ff00;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart .single_add_to_cart_button:hover { color: #1d1d1f; background: #c9ee00; border-color: #c9ee00; }
.tnx-pro-buy-now,
.tnx-basic-buy-now,
.tnx-pickle-paypal {
  display: grid;
  width: 100%;
  min-height: 48px;
  margin: 0 0 34px;
  padding: 10px 24px;
  place-items: center;
  color: #fff;
  background: #303033;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.tnx-pro-buy-now:hover,
.tnx-basic-buy-now:hover { color: #fff; background: #18181a; }
.tnx-pickle-paypal { color: #202020; background: #ffc439; }
.tnx-pickle-paypal:hover { color: #202020; background: #f2b500; }
.tnx-pro-installments,
.tnx-basic-installments {
  display: flex;
  min-height: 64px;
  margin: 0 0 31px;
  padding: 13px 15px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #202024;
  background: #f3f1ee;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
}
.tnx-klarna-badge { display: inline-flex; margin-left: auto; padding: 5px 9px; color: #161616; background: #ffb3d1; border-radius: 7px; font-size: 16px; font-weight: 700; line-height: 20px; white-space: nowrap; }

.tnx-pro-shipping,
.tnx-basic-shipping { padding: 0 0 22px; border-bottom: 1px solid #e2e2e4; }
.tnx-pro-shipping h2,
.tnx-basic-shipping h2 {
  display: flex;
  margin: 27px 0 24px;
  align-items: center;
  gap: 16px;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .01em;
}
.tnx-pro-shipping h2 .tnx-shipping-icon,
.tnx-basic-shipping h2 .tnx-shipping-icon { display: inline-flex; width: 28px; height: 28px; margin: 0; flex: 0 0 28px; transform: none; }
.tnx-shipping-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: .9; stroke-linecap: round; stroke-linejoin: round; }
.tnx-pro-shipping p,
.tnx-basic-shipping p { margin: 0 0 18px; color: #1d1d1f; font-size: 16px; line-height: 1.4; }

.tnx-pro-promise,
.tnx-basic-promise { margin-top: 23px; padding-top: 0; padding-bottom: 24px; border-bottom: 1px solid #e6e6e9; }
.tnx-pro-promise__tabs,
.tnx-basic-promise__tabs { display: grid; margin-bottom: 0; grid-template-columns: 1fr 1fr; gap: 20px; }
.tnx-pro-promise__tabs button,
.tnx-basic-promise__tabs button {
  min-height: 40px;
  padding: 8px 24px;
  color: #1d1d1f;
  background: #fafafc;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.tnx-pro-promise__tabs button.is-active,
.tnx-basic-promise__tabs button.is-active { color: #1d1d1f; background: #d8ff00; border-color: #333336; }
.tnx-pro-promise__panel[data-pro-promise-panel='guarantees'],
div.tnx-basic-promise__panel[data-pro-promise-panel='guarantees'] {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
  text-align: left;
}
.tnx-pro-promise__panel[data-pro-promise-panel='guarantees'] > div,
div.tnx-basic-promise__panel[data-pro-promise-panel='guarantees'] > div {
  display: grid;
  min-height: 76px;
  padding: 12px 18px;
  border: 1px solid #e6e6e9;
  border-radius: 12px;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: start;
  justify-items: start;
  column-gap: 12px;
  row-gap: 1px;
}
.tnx-promise-icon { width: 24px; height: 24px; margin: 0; object-fit: contain; grid-column: 1; grid-row: 1 / span 2; }
.tnx-pro-promise__panel strong,
.tnx-basic-promise__panel > div strong { color: #333336; font-size: 12px; font-weight: 600; line-height: 20px; grid-column: 2; }
.tnx-pro-promise__panel small,
.tnx-basic-promise__panel > div small { color: #1d1d1f; font-size: 12px; font-weight: 400; line-height: 20px; grid-column: 2; }
.tnx-pro-included,
.tnx-basic-promise__included { margin: 18px 0 0; padding: 16px 28px; border: 1px solid #e6e6e9; border-radius: 12px; color: #1d1d1f; font-size: 14px; line-height: 24px; grid-template-columns: 1fr 1fr; gap: 5px 24px; }

.tnx-pro-addon,
.tnx-basic-addon {
  min-height: 96px;
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid #e1e1e3;
  border-radius: 0;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
}
.tnx-pro-addon__image { width: 54px; height: 54px; background: #f3f3f1; }
.tnx-pro-addon__image .tnx-promise-icon { width: 24px; height: 24px; }
.tnx-pro-addon small,
.tnx-basic-addon small { color: #77777a; font-size: 10px; line-height: 16px; }
.tnx-pro-addon strong,
.tnx-basic-addon strong { color: #1d1d1f; font-size: 13px; line-height: 20px; }
.tnx-pro-addon b,
.tnx-basic-addon b { margin-top: 3px; color: #050505; font-size: 16px; line-height: 22px; }
.tnx-pro-addon a { width: 30px; height: 30px; font-size: 23px; }
.tnx-basic-addon a { padding: 7px 12px; font-size: 10px; }

@media (max-width: 760px) {
  .woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) .product_title { font-size: 36px; line-height: 44px; }
  .tnx-pro-rating { margin-bottom: 44px; }
  .tnx-pro-benefits,
  .tnx-basic-benefits { font-size: 15px; }
  .woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart { grid-template-columns: 120px minmax(0, 1fr); }
  .woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart .tnx-quantity { width: 120px; grid-template-columns: 38px minmax(0, 1fr) 38px; }
  .woocommerce div.product :is(.tnx-pro-summary, .tnx-basic-summary) form.cart .tnx-quantity__button { width: 38px; }
  .tnx-pro-installments,
  .tnx-basic-installments { font-size: 14px; line-height: 21px; }
  .tnx-pro-shipping h2,
  .tnx-basic-shipping h2 { font-size: 17px; }
  .tnx-pro-shipping p,
  .tnx-basic-shipping p { font-size: 15px; }
  .tnx-pro-promise__tabs,
  .tnx-basic-promise__tabs { gap: 4px; }
  .tnx-pro-promise__tabs button,
  .tnx-basic-promise__tabs button { padding-right: 14px; padding-left: 14px; }
  .tnx-pro-promise__panel[data-pro-promise-panel='guarantees'] > div,
  div.tnx-basic-promise__panel[data-pro-promise-panel='guarantees'] > div { padding: 12px; }
  .tnx-pro-addon,
  .tnx-basic-addon { grid-template-columns: 50px minmax(0, 1fr) auto; padding: 13px; }
}

/* Product gallery rail and in-page navigation match the source storefront. */
.tnx-basic-thumbnails,
.tnx-pro-thumbnails {
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 7px;
  margin-top: 12px;
}
.tnx-basic-thumbnails__track,
.tnx-pro-thumbnails__track {
  gap: 12px;
  padding: 1px;
}
.tnx-basic-thumb,
.tnx-pro-thumb {
  flex: 0 0 calc(14% - 8px);
  overflow: hidden;
  background: #f9fafb;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}
.tnx-basic-thumb img,
.tnx-pro-thumb img { border-radius: 12px; }
.tnx-basic-thumb.is-active,
.tnx-pro-thumb.is-active {
  border-color: transparent;
  box-shadow: 0 0 0 1px #86868b;
}
.tnx-basic-rail-arrow,
.tnx-pro-thumb-arrow { width: 28px; }

.tnx-basic-nav,
.tnx-pro-nav {
  min-height: 42px;
  gap: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.tnx-basic-nav a,
.tnx-pro-nav a {
  padding: 10px 24px;
  white-space: nowrap;
}

@media (max-width: 749px) {
  .tnx-basic-thumb,
  .tnx-pro-thumb { flex-basis: calc(27% - 8px); }
  .tnx-basic-nav,
  .tnx-pro-nav {
    min-height: 0;
    padding: 10px 0;
    gap: 0;
    font-size: 12px;
    line-height: 22px;
  }
  .tnx-basic-nav a,
  .tnx-pro-nav a {
    flex: 1 1 0;
    padding: 8px 10px;
    text-align: center;
  }
}

/* Tenniix Pickle Basic — match the source storefront presentation. */
.tnx-pickle-basic-page .tnx-pickle-hero {
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
}
.tnx-pickle-basic-page .tnx-pickle-hero video { position: absolute; inset: 0; }
.tnx-pickle-basic-page .tnx-pickle-hero h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: normal;
  text-align: center;
}
.tnx-pickle-basic-page .tnx-pickle-hero button {
  position: absolute;
  top: 58%;
  left: 50%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 24px;
  border: 1px solid var(--pickle-lime);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transform: translateX(-50%);
}

.tnx-pickle-basic-page .tnx-pickle-feature {
  min-height: 0;
  margin-bottom: 36px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  gap: 24px;
}
.tnx-pickle-basic-page .tnx-pickle-feature.is-reversed { grid-template-columns: 2fr 3fr; }
.tnx-pickle-basic-page .tnx-pickle-feature__media { border-radius: 32px; }
.tnx-pickle-basic-page .tnx-pickle-feature__media video {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 32px;
}
.tnx-pickle-basic-page .tnx-pickle-feature__copy { padding: 0; }
.tnx-pickle-basic-page .tnx-pickle-feature h2 {
  margin: 0 0 28px;
  color: #333336;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}
.tnx-pickle-basic-page .tnx-pickle-feature ul {
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  color: #333336;
  font-size: 14px;
  line-height: 22px;
}
.tnx-pickle-basic-page .tnx-pickle-feature li { display: flex; align-items: center; gap: 12px; }
.tnx-pickle-basic-page .tnx-pickle-feature li::before { display: none; content: none; }
.tnx-pickle-basic-page .tnx-pickle-feature li img { width: 24px; height: 24px; object-fit: contain; }
.tnx-pickle-basic-page .tnx-pickle-feature p {
  margin: 0;
  color: #333336;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.tnx-pickle-basic-page .tnx-pickle-progress article p {
  color: #333336;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.tnx-pickle-basic-page .tnx-pickle-spec-banner {
  min-height: 0;
  overflow: hidden;
  border-radius: 32px;
}
.tnx-pickle-basic-page .tnx-pickle-spec-banner::after { background: rgba(0,0,0,.1); }
.tnx-pickle-basic-page .tnx-pickle-spec-banner > picture,
.tnx-pickle-basic-page .tnx-pickle-spec-banner > picture img {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 32px;
}
.tnx-pickle-basic-page .tnx-pickle-spec-banner > div {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 70%;
  max-width: 880px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.tnx-pickle-basic-page .tnx-pickle-spec-banner h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.tnx-pickle-basic-page .tnx-pickle-spec-banner p {
  margin: 29px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.tnx-pickle-basic-page .tnx-pickle-stats {
  padding: 24px 0 36px;
  background: transparent;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tnx-pickle-basic-page .tnx-pickle-stats div {
  min-height: 128px;
  padding: 20px 12px;
  align-content: center;
  background: #fff;
  border-radius: 24px;
}
.tnx-pickle-basic-page .tnx-pickle-stats strong {
  color: #525256;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.tnx-pickle-basic-page .tnx-pickle-stats span {
  margin-top: 0;
  color: #333336;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tnx-pickle-basic-page .tnx-pickle-compare { padding: 64px 0 60px; }
.tnx-pickle-basic-page .tnx-pickle-table-wrap {
  overflow: hidden;
  color: #f5f5f7;
  background: #1d1d1f;
  border: 0;
  border-radius: 32px;
}
.tnx-pickle-basic-page .tnx-pickle-table-wrap > h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.tnx-pickle-basic-page .tnx-pickle-compare table { margin-bottom: 24px; }
.tnx-pickle-basic-page .tnx-pickle-compare th,
.tnx-pickle-basic-page .tnx-pickle-compare td {
  padding: 14px 18px;
  color: #f5f5f7;
  background: transparent;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.tnx-pickle-basic-page .tnx-pickle-compare tr > :first-child {
  width: 25%;
  color: #fff;
  background: transparent;
  font-weight: 700;
  text-align: left;
}
.tnx-pickle-basic-page .tnx-pickle-compare thead th {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: rgba(255,255,255,.16);
  font-size: 16px;
  line-height: 24px;
}
.tnx-pickle-basic-page .tnx-pickle-compare thead small {
  margin-top: 10px;
  color: rgba(235,235,245,.6);
  font-size: 12px;
  line-height: 18px;
}
.tnx-pickle-basic-page .tnx-pickle-compare td { font-weight: 500; }
.tnx-pickle-basic-page .tnx-pickle-compare td b {
  display: inline-flex;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.tnx-pickle-basic-page .tnx-pickle-faqs { background: #f5f5f7; }
.tnx-pickle-basic-page .tnx-pickle-faqs .tnx-basic-content {
  width: min(100%, 1052px);
  max-width: 1052px;
  padding-right: 48px;
  padding-left: 48px;
  box-sizing: border-box;
}
.tnx-pickle-basic-page .tnx-pickle-faqs details {
  margin-bottom: 15px;
  overflow: hidden;
  background: #fafafc;
  border: 1px solid #e6e6e9;
  border-radius: 16px;
}
.tnx-pickle-basic-page .tnx-pickle-faqs summary {
  padding: 28px 48px 28px 25px;
  font-size: 16px;
  line-height: 22px;
}
.tnx-pickle-basic-page .tnx-pickle-faqs summary::after { right: 25px; }
.tnx-pickle-basic-page .tnx-pickle-faqs details p {
  margin: 0 25px;
  padding: 25px 0 28px;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .tnx-pickle-basic-page .tnx-pickle-hero h2 { width: 100vw; font-size: 20px; line-height: 30px; }
  .tnx-pickle-basic-page .tnx-pickle-hero button { top: 62%; }
  .tnx-pickle-basic-page .tnx-pickle-feature,
  .tnx-pickle-basic-page .tnx-pickle-feature.is-reversed { grid-template-columns: 1fr; gap: 24px; }
  .tnx-pickle-basic-page .tnx-pickle-feature.is-reversed .tnx-pickle-feature__media { order: 0; }
  .tnx-pickle-basic-page .tnx-pickle-feature__copy { text-align: left; }
  .tnx-pickle-basic-page .tnx-pickle-spec-banner > div { width: calc(100% - 24px); }
  .tnx-pickle-basic-page .tnx-pickle-spec-banner h2 { font-size: 24px; line-height: 32px; white-space: normal; }
  .tnx-pickle-basic-page .tnx-pickle-spec-banner p { font-size: 14px; line-height: 22px; }
  .tnx-pickle-basic-page .tnx-pickle-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .tnx-pickle-basic-page .tnx-pickle-stats div { min-height: 104px; border-radius: 24px; }
  .tnx-pickle-basic-page .tnx-pickle-stats strong { font-size: 24px; line-height: 32px; }
  .tnx-pickle-basic-page .tnx-pickle-stats span { font-size: 14px; line-height: 22px; }
  .tnx-pickle-basic-page .tnx-pickle-table-wrap { padding: 20px 12px; border-radius: 0; }
  .tnx-pickle-basic-page .tnx-pickle-table-wrap > h2 { font-size: 22px; }
  .tnx-pickle-basic-page .tnx-pickle-compare table { min-width: 720px; }
  .tnx-pickle-basic-page .tnx-pickle-compare th,
  .tnx-pickle-basic-page .tnx-pickle-compare td,
  .tnx-pickle-basic-page .tnx-pickle-compare thead th { font-size: 12px; line-height: 16px; }
  .tnx-pickle-basic-page .tnx-pickle-faqs .tnx-basic-content { padding-right: 15px; padding-left: 15px; }
  .tnx-pickle-basic-page .tnx-pickle-faqs details { margin-bottom: 12px; border-radius: 14px; }
  .tnx-pickle-basic-page .tnx-pickle-faqs summary { padding: 15px 40px 15px 10px; font-size: 14px; line-height: 24px; }
  .tnx-pickle-basic-page .tnx-pickle-faqs summary::after { right: 14px; }
  .tnx-pickle-basic-page .tnx-pickle-faqs details p { margin: 0 10px; padding: 20px 0 15px; font-size: 12px; line-height: 22px; }
}
