/*
Theme Name: Tenniix WooCommerce
Theme URI: https://demo3.ponyfast.com/
Author: PonyFast
Description: ACF-powered WooCommerce theme inspired by the Tenniix storefront.
Version: 1.8.1
Text Domain: tenniix
Requires at least: 6.5
Requires PHP: 7.4
*/

:root {
  --ink: #101113;
  --muted: #6c7075;
  --line: #dedfe1;
  --paper: #fff;
  --soft: #f4f5f4;
  --lime: #d8ff33;
  --green: #1e352a;
  --radius: 20px;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 880px); margin-inline: auto; }
.section { padding: 92px 0; }
.section--soft { background: var(--soft); }
.eyebrow { margin: 0 0 12px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-title { margin: 0 0 40px; font-size: clamp(34px, 5vw, 68px); line-height: .98; letter-spacing: -.045em; }
.btn, .button, button.button, input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid var(--ink); border-radius: 999px; color: #fff; background: var(--ink); font-weight: 700; transition: .2s ease; cursor: pointer; }
.btn:hover, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.btn--light { color: var(--ink); background: #fff; border-color: #fff; }
.btn--outline { color: var(--ink); background: transparent; }

.announcement { padding: 8px 20px; color: #fff; background: #101113; text-align: center; font-size: 13px; font-weight: 700; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 76px; gap: 32px; }
.brand { font-size: 25px; font-weight: 900; letter-spacing: .12em; }
.main-nav ul { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2vw, 36px); list-style: none; margin: 0; padding: 0; }
.main-nav li { position: relative; }
.main-nav a { font-size: 14px; font-weight: 700; }
.main-nav .sub-menu { display: none; position: absolute; top: 100%; left: -20px; min-width: 180px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 35px rgba(0,0,0,.1); }
.main-nav li:hover > .sub-menu { display: grid; gap: 10px; }
.header-actions { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 700; }
.cart-link { position: relative; }
.cart-count { display: inline-grid; place-items: center; min-width: 19px; height: 19px; margin-left: 3px; padding: 0 5px; color: #111; background: var(--lime); border-radius: 99px; font-size: 11px; }
.menu-toggle { display: none; padding: 8px; color: var(--ink); background: none; border: 0; font-size: 24px; }

.hero { position: relative; display: grid; min-height: min(830px, calc(100vh - 108px)); align-items: end; overflow: hidden; color: #fff; background: #181a19; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 30%, rgba(0,0,0,.74) 100%); }
.hero-content { position: relative; z-index: 1; padding: 80px 0; }
.hero h1 { max-width: 980px; margin: 0 0 20px; font-size: clamp(48px, 8vw, 118px); line-height: .86; letter-spacing: -.06em; }
.hero p { max-width: 650px; margin: 0 0 30px; font-size: clamp(18px, 2vw, 25px); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { overflow: hidden; background: var(--soft); border-radius: var(--radius); }
.product-card__image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #e8e9e7; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card__badge { position: absolute; top: 14px; left: 14px; padding: 7px 12px; border-radius: 99px; color: #fff; background: #111; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.product-card__body { padding: 22px; }
.product-card h3 { margin: 0 0 8px; font-size: 22px; }
.product-card__price { color: var(--muted); font-weight: 700; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius); color: #fff; background: #222; }
.feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.8)); }
.feature-card__content { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; }
.feature-card h3 { margin: 0 0 12px; font-size: 30px; line-height: 1; }
.feature-card p { margin: 0; color: rgba(255,255,255,.84); }
.split-banner { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; background: var(--green); color: #fff; }
.split-banner__media img { width: 100%; height: 100%; object-fit: cover; }
.split-banner__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 8vw, 110px); }
.split-banner h2 { margin: 0 0 24px; font-size: clamp(42px, 6vw, 84px); line-height: .95; letter-spacing: -.05em; }

.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.quote p { margin: 0 0 36px; font-size: 21px; line-height: 1.4; }
.quote strong { font-size: 14px; }
.press-strip { overflow: hidden; padding: 24px 0; background: var(--lime); }
.press-strip__inner { display: flex; width: max-content; gap: 70px; animation: marquee 28s linear infinite; font-size: 24px; font-weight: 900; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(-50%); } }

.page-hero { padding: 100px 0 70px; background: var(--soft); }
.page-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(54px, 9vw, 120px); line-height: .9; letter-spacing: -.06em; }
.page-hero.has-cover { position: relative; color: #fff; background-position: center; background-size: cover; }
.page-hero.has-cover::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.38); }
.page-hero.has-cover .container { position: relative; z-index: 1; }
.tnx-configured-section { margin: 54px 0; }
.tnx-configured-section img { width: 100%; max-height: 620px; margin-bottom: 24px; object-fit: cover; }
.tnx-configured-faq { margin-top: 58px; }
.tnx-configured-faq details { padding: 18px 0; border-top: 1px solid #ddd; }
.tnx-configured-faq summary { cursor: pointer; font-weight: 600; }
.prose { padding: 70px 0 100px; font-size: 18px; }
.prose h2 { margin-top: 2.3em; font-size: 34px; }
.about-cover { aspect-ratio: 16/7; overflow: hidden; }
.about-cover img { width: 100%; height: 100%; object-fit: cover; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding: 90px 0; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #aaa; background: transparent; outline: none; }
.contact-notice { grid-column: 1/-1; padding: 12px 16px; background: #effbe9; border-radius: 8px; }
.guide-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.guide-item { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 28px; padding: 28px; background: #fff; }
.guide-item__num { color: var(--muted); font-size: 13px; font-weight: 800; }

.shop-header { padding: 80px 0 40px; }
.shop-header h1 { margin: 0 0 20px; font-size: clamp(54px, 8vw, 100px); letter-spacing: -.055em; }
.shop-toolbar { display: flex; justify-content: space-between; margin-bottom: 28px; color: var(--muted); font-size: 14px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0 0 70px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { aspect-ratio: 4/5; object-fit: cover; margin: 0 0 18px; background: var(--soft); border-radius: var(--radius); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-size: 22px; }
.woocommerce ul.products li.product .price { color: var(--muted); font-weight: 700; }
.woocommerce .woocommerce-ordering select { padding: 10px; border: 1px solid var(--line); border-radius: 6px; }

.single-product-shell { padding: 60px 0; }
.woocommerce div.product { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(35px, 6vw, 90px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product .product_title { font-size: clamp(42px, 6vw, 76px); line-height: .95; letter-spacing: -.05em; }
.woocommerce div.product p.price { color: var(--ink); font-size: 26px; }
.woocommerce div.product form.cart .quantity input { min-height: 48px; }
.woocommerce-product-details__short-description { color: #3f4244; font-size: 18px; }
.product-benefits { display: grid; gap: 10px; padding: 0; list-style: none; }
.product-benefits li::before { content: '✓'; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 10px; background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 900; }
.product-story { display: grid; gap: 1px; background: var(--line); }
.story-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: #fff; }
.story-row:nth-child(even) .story-row__media { order: 2; }
.story-row__media img { width: 100%; height: 100%; object-fit: cover; }
.story-row__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 100px); }
.story-row h2 { margin: 0 0 20px; font-size: clamp(38px, 5vw, 68px); line-height: .95; letter-spacing: -.045em; }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.stat { padding: 50px 20px; background: #fff; text-align: center; }
.stat strong { display: block; font-size: 40px; }
.stat span { color: var(--muted); font-size: 14px; }

.newsletter { padding: 70px 0; color: #fff; background: #171918; }
.newsletter-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.newsletter h2 { max-width: 800px; margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1; }
.newsletter-form { display: flex; min-width: 360px; border-bottom: 1px solid #fff; }
.newsletter-form input { flex: 1; padding: 12px 0; color: #fff; background: transparent; border: 0; outline: 0; }
.newsletter-form button { padding: 10px; background: transparent; border: 0; }
.site-footer { padding: 70px 0 30px; color: #fff; background: #0b0c0c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-brand { font-size: 30px; font-weight: 900; letter-spacing: .12em; }
.footer-title { margin: 0 0 18px; font-size: 14px; }
.footer-menu { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; color: #b5b8b6; font-size: 14px; }
.footer-socials { display: flex; align-items: center; gap: 19px; margin-top: 25px; }
.footer-socials a { display: inline-flex; color: #fff; }
.footer-socials svg { display: block; width: 18px; height: 18px; flex: 0 0 18px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.footer-socials rect, .footer-socials circle { fill: none; }
.footer-socials .footer-socials__play { fill: #0b0c0c; stroke: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 25px; border-top: 1px solid #303231; color: #898d8a; font-size: 12px; }

@media (max-width: 1024px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; padding: 25px 20px; background: #fff; border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: block; }
  .main-nav ul { display: grid; justify-content: start; gap: 18px; }
  .main-nav .sub-menu { position: static; display: grid; box-shadow: none; border: 0; padding: 12px 0 0 18px; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-actions .account-link { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 520px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 65px 0; }
  .announcement { font-size: 11px; }
  .header-inner { min-height: 64px; gap: 12px; }
  .brand { font-size: 20px; }
  .header-actions { gap: 10px; }
  .hero { min-height: 660px; }
  .hero-content { padding: 50px 0; }
  .product-grid, .quote-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .split-banner, .contact-layout, .newsletter-inner, .woocommerce div.product { grid-template-columns: 1fr; }
  .split-banner__media { min-height: 420px; }
  .contact-layout { gap: 35px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .guide-item { grid-template-columns: 45px 1fr; }
  .guide-item .btn { grid-column: 2; justify-self: start; }
  .story-row { grid-template-columns: 1fr; min-height: 0; }
  .story-row:nth-child(even) .story-row__media { order: 0; }
  .story-row__media { min-height: 390px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .newsletter-form { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 8px; }
}

/* Desktop header proportions and icons matched to the original storefront. */
@media (min-width: 1025px) {
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .announcement {
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
    color: #d8ff00;
    background: #1d1d1f;
    border-bottom: 1px solid #303033;
    font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .announcement span {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .announcement b {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-header {
    background: #1d1d1f;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-inner {
    width: min(calc(100% - 72px), 1280px);
    min-height: 72px;
    gap: 28px;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav a,
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-actions {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav a {
    white-space: nowrap;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav > ul {
    gap: 30px;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-3px);
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-actions {
    min-width: 156px;
    justify-content: flex-end;
    gap: 24px;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-icon {
    width: 20px;
    height: 20px;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-icon .cart-count {
    top: -8px;
    right: -10px;
    min-width: 14px;
    width: auto;
    height: 14px;
    padding: 0 3px;
    color: #fff;
    background: #050505;
    border: 1px solid #333438;
    font-size: 7px;
    line-height: 12px;
  }
  body:is(.home, .single-product, .page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-icon .cart-count.is-empty {
    display: none;
  }
}

/* Tenniix Pro product recording match. */
.single-product { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; }
.single-product .announcement { height: 20px; padding: 3px 20px; color: #d8ff00; background: #151515; font-size: 9px; line-height: 14px; letter-spacing: .02em; }
.single-product .site-header { top: 0; color: #fff; background: #1b1b1d; border: 0; backdrop-filter: none; }
.single-product .header-inner { width: min(calc(100% - 64px), 1280px); min-height: 55px; gap: 28px; }
.single-product .brand { display: inline-flex; align-items: center; }
.single-product .brand img { width: 130px; height: auto; }
.single-product .main-nav a, .single-product .header-actions { color: #fff; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 22px; }
.single-product .header-actions { gap: 18px; }
.single-product .cart-count { color: #111; }
.tnx-pro-content { width: min(calc(100% - 48px), 1160px); margin-inline: auto; }

.tnx-pro-product { padding: 42px 0 58px; background: #fff; }
.woocommerce div.product.tnx-pro-buy-grid { display: grid; width: min(calc(100% - 64px), 1280px); margin: 0 auto; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: start; gap: 52px; }
.woocommerce div.product.tnx-pro-buy-grid div.summary { width: auto; margin: 0; }
.tnx-pro-gallery { position: sticky; top: 78px; min-width: 0; align-self: start; }
.tnx-pro-gallery__stage { display: grid; aspect-ratio: 1 / 1.06; place-items: center; overflow: hidden; background: #fff; }
.tnx-pro-gallery__stage img { width: 100%; height: 100%; object-fit: contain; transition: opacity .18s ease; }
.tnx-pro-thumbnails { display: grid; grid-template-columns: 26px minmax(0, 1fr) 26px; align-items: center; gap: 7px; margin-top: 14px; }
.tnx-pro-thumbnails__track { display: flex; min-width: 0; gap: 9px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.tnx-pro-thumbnails__track::-webkit-scrollbar { display: none; }
.tnx-pro-thumb { flex: 0 0 78px; aspect-ratio: 1; padding: 0; overflow: hidden; background: #f5f5f5; border: 1px solid transparent; border-radius: 2px; cursor: pointer; scroll-snap-align: start; }
.tnx-pro-thumb.is-active { border-color: #161616; }
.tnx-pro-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tnx-pro-thumb-arrow { width: 26px; height: 42px; padding: 0; color: #343434; background: transparent; border: 0; font-size: 24px; font-weight: 400; cursor: pointer; }
.tnx-pro-thumb-arrow:disabled { opacity: .25; }

.tnx-pro-summary { color: #1b1b1d; }
.tnx-pro-kicker { margin: 0 0 10px; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.woocommerce div.product .tnx-pro-summary .product_title { margin: 0 0 10px; font-size: clamp(38px, 3.5vw, 52px); font-weight: 700; line-height: 1.02; letter-spacing: -.035em; }
.tnx-pro-rating { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 18px; color: #5a5a5b; font-size: 12px; }
.tnx-pro-rating span, .tnx-pro-stars { color: #d4ff00; letter-spacing: .08em; }
.tnx-pro-benefits { display: grid; gap: 10px; margin: 0 0 18px; padding: 0; list-style: none; font-size: 13px; line-height: 1.45; }
.tnx-pro-benefits li { position: relative; padding-left: 24px; }
.tnx-pro-benefits li::before { position: absolute; top: 1px; left: 0; content: '✓'; display: grid; width: 16px; height: 16px; place-items: center; color: #111; background: #d4ff00; border-radius: 50%; font-size: 9px; font-weight: 700; }
.tnx-pro-warranty-banner { width: 100%; margin: 8px 0 18px; border-radius: 2px; }
.tnx-pro-price { margin: 0 0 3px; font-size: 19px; font-weight: 600; }
.tnx-pro-price del { color: #858585; font-size: 14px; font-weight: 400; }
.tnx-pro-price ins { text-decoration: none; }
.tnx-pro-tax-note { margin: 0 0 18px; color: #797979; font-size: 10px; }
.tnx-pro-colors { margin-bottom: 18px; }
.tnx-pro-colors strong { display: block; margin-bottom: 9px; font-size: 12px; }
.tnx-pro-colors div { display: flex; gap: 10px; }
.tnx-pro-colors button { width: 35px; height: 35px; padding: 3px; background: #2c2c2c; background-clip: content-box; border: 1px solid transparent; border-radius: 50%; cursor: pointer; }
.tnx-pro-colors button:last-child { background-color: #e8e8e8; }
.tnx-pro-colors button.is-active { border-color: #191919; }
.woocommerce div.product .tnx-pro-summary form.cart { display: grid; grid-template-columns: 104px 1fr; gap: 10px; margin: 0 0 10px; }
.woocommerce div.product .tnx-pro-summary form.cart .quantity { float: none; margin: 0; }
.woocommerce div.product .tnx-pro-summary form.cart .quantity input { width: 100%; min-height: 48px; border: 1px solid #c9c9c9; border-radius: 24px; text-align: center; }
.woocommerce div.product .tnx-pro-summary form.cart .single_add_to_cart_button { min-height: 48px; padding: 11px 20px; color: #171717; background: #d4ff00; border-color: #d4ff00; border-radius: 4px; font-size: 13px; font-weight: 500; }
.woocommerce div.product .tnx-pro-summary form.cart .single_add_to_cart_button:hover { background: #c6ee00; border-color: #c6ee00; }
.tnx-pro-installments { margin: 0 0 28px; padding: 14px 16px; background: #f5f5f2; border-radius: 2px; font-size: 11px; }
.tnx-pro-shipping { border-bottom: 1px solid #e6e6e6; }
.tnx-pro-shipping h2 { display: flex; gap: 10px; align-items: center; margin: 24px 0 14px; font-size: 14px; line-height: 1.3; letter-spacing: .02em; }
.tnx-pro-shipping h2 span { font-size: 22px; }
.tnx-pro-shipping p { margin: 0 0 14px; font-size: 12px; line-height: 1.42; }
.tnx-pro-promise { margin-top: 24px; }
.tnx-pro-promise__tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tnx-pro-promise__tabs button { min-height: 38px; padding: 7px 12px; color: #242424; background: #fff; border: 1px solid transparent; border-radius: 22px; font-size: 10px; cursor: pointer; }
.tnx-pro-promise__tabs button.is-active { background: #d4ff00; border-color: #222; }
.tnx-pro-promise__panel { display: none; }
.tnx-pro-promise__panel.is-active { display: grid; }
.tnx-pro-promise__panel[data-pro-promise-panel="guarantees"] { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.tnx-pro-promise__panel[data-pro-promise-panel="guarantees"] > div { display: grid; min-height: 76px; padding: 12px; border: 1px solid #e6e6e6; grid-template-columns: 26px 1fr; align-content: center; }
.tnx-pro-promise__panel[data-pro-promise-panel="guarantees"] span { grid-row: 1 / 3; color: #7f8281; font-size: 19px; }
.tnx-pro-promise__panel strong { font-size: 10px; }
.tnx-pro-promise__panel small { color: #747474; font-size: 9px; }
.tnx-pro-included { grid-template-columns: 1fr 1fr; gap: 8px 24px; margin: 12px 0 0; padding: 16px 22px; border: 1px solid #e6e6e6; font-size: 11px; }
.tnx-pro-addon { display: grid; margin-top: 28px; padding: 17px; border: 1px solid #e5e5e5; grid-template-columns: 50px 1fr 32px; align-items: center; gap: 12px; }
.tnx-pro-addon__image { display: grid; width: 50px; height: 50px; place-items: center; background: #f1f2ef; font-size: 25px; }
.tnx-pro-addon div { display: grid; }
.tnx-pro-addon small { color: #777; font-size: 9px; }
.tnx-pro-addon strong { font-size: 11px; }
.tnx-pro-addon b { margin-top: 6px; font-size: 15px; }
.tnx-pro-addon a { display: grid; width: 30px; height: 30px; place-items: center; background: #d4ff00; border-radius: 50%; font-size: 23px; }

.tnx-pro-nav { position: sticky; z-index: 92; top: 55px; display: flex; min-height: 43px; align-items: center; justify-content: center; gap: 56px; color: #fff; background: #1c1c1e; font-size: 12px; }
.tnx-pro-nav a:hover { color: #d4ff00; }
.tnx-pro-stories { padding: 78px 0 12px; }
.tnx-pro-story { width: min(calc(100% - 48px), 1160px); margin: 0 auto 92px; text-align: center; }
.tnx-pro-story h2 { margin: 0 0 14px; font-size: clamp(29px, 3.2vw, 40px); line-height: 1.05; letter-spacing: -.025em; }
.tnx-pro-story > p { max-width: 1030px; margin: 0 auto 36px; font-size: 14px; line-height: 1.55; }
.tnx-pro-story__media { aspect-ratio: 16 / 9; overflow: hidden; background: #f3f3f3; border-radius: 24px; }
.tnx-pro-story__media img,
.tnx-pro-story__media video { display: block; width: 100%; height: 100%; object-fit: cover; }

.tnx-pro-ai { padding: 80px 0 88px; color: #fff; background: #0d121e; text-align: center; }
.tnx-pro-ai__eyebrow { margin: 0 0 8px; color: #d4ff00; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.tnx-pro-ai h2 { margin: 0 0 14px; font-size: clamp(34px, 4vw, 50px); line-height: 1; }
.tnx-pro-ai .tnx-pro-content > p:not(.tnx-pro-ai__eyebrow) { max-width: 720px; margin: 0 auto 38px; color: #bdc1ca; font-size: 13px; }
.tnx-pro-ai__visuals picture { display: block; width: 100%; overflow: hidden; border-radius: 18px; }
.tnx-pro-ai__visuals img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }

.tnx-pro-insights { padding: 92px 0 62px; }
.tnx-pro-insights article { display: grid; margin-bottom: 36px; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); align-items: stretch; gap: 24px; }
.tnx-pro-insights article:nth-child(2) { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
.tnx-pro-insights article > div { display: flex; min-width: 0; padding: 24px 0; flex-direction: column; justify-content: center; }
.tnx-pro-insights article > img { width: 100%; height: 100%; min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 28px; }
.tnx-pro-insights h2 { margin: 0 0 27px; color: #38383a; font-size: clamp(22px, 2.1vw, 26px); font-weight: 700; line-height: 1.25; letter-spacing: 0; }
.tnx-pro-insight-points { display: grid; gap: 16px; margin: 0 0 28px; padding: 0; color: #4e4e51; font-size: 15px; line-height: 1.35; list-style: none; }
.tnx-pro-insight-points li { display: flex; align-items: center; gap: 14px; }
.tnx-pro-insight-points li img { width: 18px; height: 18px; flex: 0 0 18px; object-fit: contain; }
.tnx-pro-insights p { margin: 0; color: #4e4e51; font-size: 15px; line-height: 1.48; }
.tnx-pro-signature { padding: 24px 0 12px; text-align: center; }
.tnx-pro-signature__media { position: relative; aspect-ratio: 2400 / 875; overflow: hidden; color: #fff; background: #27282a; border-radius: 18px; }
.tnx-pro-signature__media::after { position: absolute; inset: 0; content: ''; background: rgba(0, 0, 0, .18); }
.tnx-pro-signature img { width: 100%; height: 100%; object-fit: cover; }
.tnx-pro-signature__copy { position: absolute; z-index: 1; inset: 0; display: flex; padding: 36px; flex-direction: column; align-items: center; justify-content: center; }
.tnx-pro-signature h2 { max-width: 820px; margin: 0 0 10px; font-size: clamp(32px, 3.5vw, 46px); line-height: 1.08; letter-spacing: -.025em; text-transform: uppercase; text-shadow: 0 2px 18px rgba(0, 0, 0, .42); }
.tnx-pro-signature p { margin: 0; color: #fff; font-size: 15px; text-shadow: 0 1px 12px rgba(0, 0, 0, .5); }
.tnx-pro-stats { display: grid; padding: 58px 0 78px; grid-template-columns: repeat(3, 1fr); row-gap: 54px; text-align: center; }
.tnx-pro-stats div { display: grid; }
.tnx-pro-stats strong { font-size: clamp(36px, 3.6vw, 48px); line-height: 1; letter-spacing: -.03em; }
.tnx-pro-stats span { margin-top: 11px; font-size: 14px; font-weight: 600; }

.tnx-pro-compare { padding: 30px 0 88px; }
.tnx-pro-compare > h2 { margin: 0 0 38px; text-align: center; font-size: clamp(38px, 4.7vw, 58px); line-height: 1; letter-spacing: -.035em; }
.tnx-pro-table-wrap { overflow: hidden; color: #fff; background: #1c1c1e; border-radius: 24px; }
.tnx-pro-compare table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tnx-pro-compare th, .tnx-pro-compare td { padding: 15px 26px; border-bottom: 1px solid #343438; font-size: 16px; line-height: 24px; text-align: center; }
.tnx-pro-compare tr > :first-child { width: 38%; text-align: left; }
.tnx-pro-compare thead th { padding-top: 30px; font-size: 16px; }
.tnx-pro-compare thead img { width: 150px; height: 120px; margin: 0 auto 10px; object-fit: contain; }
.tnx-pro-compare thead strong { display: block; }
.tnx-pro-compare tbody td { color: #d4ff00; font-weight: 600; }
.tnx-pro-compare tbody tr:last-child > * { border-bottom: 0; }

.tnx-pro-coach { padding: 10px 0 86px; }
.tnx-pro-coach > h2 { margin: 0 0 40px; text-align: center; font-size: clamp(32px, 4vw, 46px); letter-spacing: -.025em; }
.tnx-pro-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tnx-pro-video-grid article button { position: relative; width: 100%; aspect-ratio: 16 / 9; padding: 0; overflow: hidden; background: #222; border: 0; border-radius: 16px; cursor: pointer; }
.tnx-pro-video-grid article button img { width: 100%; height: 100%; object-fit: cover; }
.tnx-pro-video-grid article button span { position: absolute; top: 50%; left: 50%; display: grid; width: 56px; height: 39px; place-items: center; color: #fff; background: #f60000; border-radius: 10px; transform: translate(-50%, -50%); }
.tnx-pro-video-grid h3 { margin: 14px 0 5px; font-size: 14px; }
.tnx-pro-video-grid p { margin: 0; color: #515151; font-size: 11px; line-height: 1.55; }

.tnx-pro-faqs { padding: 74px 0 78px; background: #f8f8f8; }
.tnx-pro-faqs h2 { margin: 0 0 40px; text-align: center; font-size: clamp(34px, 4vw, 48px); }
.tnx-pro-faqs details { background: #fff; border-bottom: 1px solid #e6e6e6; }
.tnx-pro-faqs summary { position: relative; padding: 22px 48px 22px 24px; font-size: 16px; line-height: 22px; font-weight: 600; list-style: none; cursor: pointer; }
.tnx-pro-faqs summary::-webkit-details-marker { display: none; }
.tnx-pro-faqs summary::after { position: absolute; top: 50%; right: 24px; content: '+'; font-weight: 400; transform: translateY(-50%); }
.tnx-pro-faqs details[open] summary::after { content: '−'; }
.tnx-pro-faqs details p { margin: 0; padding: 2px 24px 24px; color: #5c5c5c; font-size: 12px; line-height: 1.65; }

.tnx-pro-reviews { padding: 82px 0 96px; }
.tnx-pro-reviews > h2 { margin: 0 0 28px; text-align: center; font-size: 26px; font-weight: 500; }
.tnx-pro-review-summary { display: grid; padding: 18px 0 48px; border-bottom: 1px solid #ddd; grid-template-columns: .75fr 1fr .8fr; align-items: center; gap: 55px; }
.tnx-pro-review-summary > div:first-child { display: grid; justify-items: center; }
.tnx-pro-review-summary > div:first-child strong { font-size: 26px; }
.tnx-pro-review-summary > div:first-child span { color: #d4ff00; font-size: 17px; letter-spacing: .08em; }
.tnx-pro-review-summary small { color: #777; font-size: 13px; }
.tnx-pro-bars { display: grid; gap: 7px; }
.tnx-pro-bars span { display: grid; grid-template-columns: 16px 1fr 24px; align-items: center; gap: 7px; font-size: 12px; }
.tnx-pro-bars i { display: block; height: 3px; background: #ededed; }
.tnx-pro-bars b { display: block; height: 100%; background: #d4ff00; }
.tnx-pro-review-summary > a { display: grid; min-height: 42px; place-items: center; background: #d4ff00; border-radius: 22px; font-size: 13px; font-weight: 500; }
.tnx-pro-review-list article { padding: 36px 0; border-bottom: 1px solid #ddd; }
.tnx-pro-review-list h3 { margin: 8px 0 3px; font-size: 14px; }
.tnx-pro-review-list h3 span { padding: 3px 8px; border: 1px solid #999; border-radius: 20px; font-size: 11px; font-weight: 400; }
.tnx-pro-review-list small { color: #777; font-size: 12px; }
.tnx-pro-review-list p { max-width: 900px; margin: 12px 0 0; font-size: 14px; line-height: 1.7; }
.tnx-pro-claim { position: fixed; z-index: 94; bottom: 12px; left: 10px; display: grid; min-width: 190px; min-height: 56px; place-items: center; color: #111; background: #d4ff00; border: 2px solid #111; font-size: 13px; }
.tnx-pro-currency { position: fixed; z-index: 94; right: 38px; bottom: 30px; padding: 10px 15px; color: #fff; background: #1d1d1f; border-radius: 5px; font-size: 11px; }
.single-product .site-footer { min-height: 490px; padding: 90px 0 60px; color: #fff; background: #1d1d1f; }
.single-product .site-footer .container { width: min(calc(100% - 64px), 1087px); }
.single-product .site-footer, .single-product .site-footer a, .single-product .site-footer p { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; }
.single-product .footer-grid { grid-template-columns: 360px minmax(80px, 217px) 116px 82px 85px 82px 145px; gap: 0; }
.single-product .footer-grid > :nth-child(1) { grid-column: 1; }
.single-product .footer-grid > :nth-child(2) { grid-column: 3; }
.single-product .footer-grid > :nth-child(3) { grid-column: 5; }
.single-product .footer-grid > :nth-child(4) { grid-column: 7; }
.single-product .footer-brand { display: inline-flex; align-items: center; }
.single-product .footer-brand img { width: 200px; height: auto; }
.single-product .footer-newsletter-title { max-width: 360px; margin: 27px 0 13px; color: #fff; }
.single-product .newsletter-form { width: 360px; height: 48px; min-width: 0; padding: 0 15px 0 19px; border: 1px solid #8a8a8c; }
.single-product .newsletter-form input { padding: 0; color: #fff; font-size: 16px; }
.single-product .newsletter-form button { min-height: 0; padding: 0; color: #8a8a8c; background: transparent; border: 0; font-size: 24px; }
.single-product .footer-socials { display: flex; align-items: center; gap: 19px; margin-top: 25px; }
.single-product .footer-socials a { display: inline-flex; }
.single-product .footer-socials svg { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.single-product .footer-socials rect, .single-product .footer-socials circle { fill: none; }
.single-product .footer-socials .footer-socials__play { fill: #1d1d1f; stroke: none; }
.single-product .footer-support { margin: 27px 0 0; color: #fff; font-size: 24px; font-weight: 600; line-height: 32px; white-space: nowrap; }
.single-product .footer-support a, .single-product .footer-support strong { font-size: inherit; }
.single-product .footer-title { margin: 0 0 24px; font-size: 14px; line-height: 20px; }
.single-product .footer-menu { gap: 17px; color: #fff; font-size: 14px; line-height: 20px; }
.single-product .footer-bottom { display: none; }

@media (max-width: 1024px) {
  .single-product .header-inner { width: min(calc(100% - 32px), 1280px); }
  .single-product .menu-toggle { color: #fff; }
  .single-product .main-nav { color: var(--ink); background: #fff; }
  .single-product .main-nav a { color: var(--ink); }
  .woocommerce div.product.tnx-pro-buy-grid { width: min(calc(100% - 40px), 1280px); grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 30px; }
  .tnx-pro-thumb { flex-basis: 65px; }
  .tnx-pro-gallery__stage { aspect-ratio: 1 / 1.15; }
  .tnx-pro-nav { top: 52px; }
  .single-product .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px; }
  .single-product .footer-grid > :nth-child(n) { grid-column: auto; }
}

@media (max-width: 760px) {
  .single-product .announcement { height: auto; }
  .single-product .header-inner { min-height: 52px; }
  .tnx-pro-content, .tnx-pro-story { width: min(calc(100% - 28px), 1160px); }
  .tnx-pro-product { padding: 20px 0 38px; }
  .woocommerce div.product.tnx-pro-buy-grid { width: min(calc(100% - 28px), 1280px); grid-template-columns: 1fr; gap: 28px; }
  .tnx-pro-gallery { position: static; }
  .tnx-pro-gallery__stage { aspect-ratio: 1; }
  .tnx-pro-thumb { flex-basis: 62px; }
  .woocommerce div.product .tnx-pro-summary .product_title { font-size: 38px; }
  .tnx-pro-nav { top: 52px; gap: 24px; min-height: 40px; font-size: 10px; }
  .tnx-pro-stories { padding-top: 52px; }
  .tnx-pro-story { margin-bottom: 60px; }
  .tnx-pro-story > p { font-size: 12px; }
  .tnx-pro-story__media { aspect-ratio: 16 / 9; border-radius: 24px; }
  .tnx-pro-ai { padding: 58px 0; }
  .tnx-pro-ai__visuals picture { border-radius: 12px; }
  .tnx-pro-ai__visuals img { aspect-ratio: 4 / 5; object-fit: contain; }
  .tnx-pro-insights { padding: 58px 0 26px; }
  .tnx-pro-insights article,
  .tnx-pro-insights article:nth-child(2) { grid-template-columns: 1fr; gap: 0; }
  .tnx-pro-insights article > div { padding: 30px 4px 38px; }
  .tnx-pro-insights article > img { height: auto; min-height: 0; border-radius: 12px; }
  .tnx-pro-insights h2 { margin-bottom: 22px; }
  .tnx-pro-insight-points { margin-bottom: 24px; font-size: 14px; }
  .tnx-pro-insights p { font-size: 13px; }
  .tnx-pro-signature__media { aspect-ratio: 4 / 3; border-radius: 12px; }
  .tnx-pro-signature__copy { padding: 24px; }
  .tnx-pro-signature h2 { font-size: 30px; }
  .tnx-pro-signature p { font-size: 12px; }
  .tnx-pro-stats { padding: 42px 0 58px; grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .tnx-pro-compare { padding-bottom: 60px; }
  .tnx-pro-table-wrap { overflow-x: auto; border-radius: 14px; }
  .tnx-pro-compare table { min-width: 690px; }
  .tnx-pro-video-grid { grid-template-columns: 1fr; gap: 34px; }
  .tnx-pro-faqs { padding: 54px 0; }
  .tnx-pro-review-summary { grid-template-columns: 1fr; gap: 28px; }
  .tnx-pro-review-summary > a { width: 240px; justify-self: center; }
  .tnx-pro-claim { min-width: 138px; min-height: 44px; font-size: 11px; }
  .tnx-pro-currency { right: 12px; bottom: 18px; }
  .single-product .site-footer { padding: 55px 0; }
  .single-product .site-footer .container { width: min(calc(100% - 40px), 1087px); }
  .single-product .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .single-product .newsletter-form { width: 100%; }
  .single-product .footer-support { font-size: 19px; white-space: normal; }
}

/* Homepage recording match — compact type, full-width media and dark chrome. */
@font-face {
  font-family: 'Galano Tenniix';
  src: url('https://cdn.shopify.com/s/files/1/0909/2415/5179/files/GalanoGrotesqueAltSemiBold.otf?v=1755659961') format('opentype');
  font-weight: 600 800;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Tenniix';
  src: url('assets/fonts/poppins-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Tenniix';
  src: url('assets/fonts/poppins-bold.woff2') format('woff2');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

.home { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; }
.home .announcement { height: 20px; padding: 3px 20px; color: #d8ff00; background: #151515; font-size: 9px; line-height: 14px; letter-spacing: .02em; }
.home .site-header { top: 0; color: #fff; background: #151515; border: 0; backdrop-filter: none; }
.home .header-inner { width: min(calc(100% - 64px), 1280px); min-height: 55px; gap: 28px; }
.home .brand { display: inline-flex; align-items: center; color: #fff; white-space: nowrap; }
.home .brand img { width: 130px; height: auto; }
.home .main-nav ul { gap: 40px; }
.home .main-nav a, .home .header-actions { color: #fff; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 22px; }
.home .header-actions { gap: 18px; }
.header-icon { position: relative; display: inline-flex; width: 16px; height: 18px; align-items: center; justify-content: center; }
.header-icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.header-search-toggle { min-height: 0; padding: 0; border: 0; border-radius: 0; color: inherit; background: transparent; cursor: pointer; }
.header-search-toggle:hover { color: inherit; background: transparent; }
.tnx-language-switcher { position: relative; display: inline-flex; }
.header-language-toggle { min-height: 0; padding: 0; border: 0; border-radius: 0; color: inherit; background: transparent; cursor: pointer; }
.header-language-toggle:hover,
.header-language-toggle:focus-visible { color: inherit; background: transparent; }
.tnx-language-menu {
  position: absolute;
  z-index: 160;
  top: calc(100% + 15px);
  right: -12px;
  display: grid;
  min-width: 190px;
  overflow: hidden;
  padding: 7px;
  color: #171717;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}
.tnx-language-menu[hidden] { display: none; }
.tnx-language-option {
  display: grid;
  min-height: 40px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  color: #171717 !important;
  border-radius: 4px;
  font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
}
.tnx-language-option:hover,
.tnx-language-option:focus-visible { color: #171717 !important; background: #f2f3ef; }
.tnx-language-option.is-active { background: #eef5cf; }
.tnx-language-option img { display: block; width: 20px; height: 14px; object-fit: cover; }
.tnx-language-option b { color: #4d6500; font-size: 13px; }
.header-icon .cart-count { position: absolute; top: -5px; right: -8px; }
.home .cart-count { min-width: 15px; height: 15px; color: #111; font-size: 8px; }
.home .main-nav .sub-menu { color: var(--ink); background: #fff; }
.home .main-nav .sub-menu a { color: var(--ink); }
.home .menu-toggle { color: #fff; }

body.tnx-search-open { overflow: hidden; }
.tnx-search-overlay { position: fixed; z-index: 300; inset: 0; }
.tnx-search-overlay[hidden] { display: none; }
.tnx-search-overlay__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; padding: 0; border: 0; border-radius: 0; background: rgba(26,26,26,.45); }
.tnx-search-panel { position: absolute; top: 14px; left: max(16px, calc((100% - 1140px) / 2)); display: flex; width: min(744px, calc(100% - 32px)); max-height: calc(100vh - 28px); flex-direction: column; overflow: hidden; color: #171717; background: #fff; box-shadow: 0 16px 42px rgba(0,0,0,.2); }
.tnx-search-form { display: grid; min-height: 59px; grid-template-columns: minmax(0, 1fr) 58px 48px; align-items: stretch; border: 2px solid #171717; background: #fff; }
.tnx-search-field { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 7px 18px 5px; }
.tnx-search-field label { margin: 0 0 1px; color: #777; font-family: Poppins, Arial, sans-serif; font-size: 9px; font-weight: 500; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }
.tnx-search-field input { width: 100%; min-height: 26px; padding: 0; border: 0; outline: 0; color: #171717; background: transparent; font-family: Poppins, Arial, sans-serif; font-size: 16px; line-height: 26px; }
.tnx-search-submit, .tnx-search-close { display: grid; width: 100%; min-height: 0; place-items: center; padding: 0; border: 0; border-left: 1px solid #dedede; border-radius: 0; color: #171717; background: #fff; }
.tnx-search-submit:hover, .tnx-search-close:hover { color: #171717; background: #f5f5f5; }
.tnx-search-submit svg, .tnx-search-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.tnx-search-results { display: grid; min-height: 477px; grid-template-columns: 225px minmax(0, 1fr); gap: 40px; padding: 35px 30px 30px; overflow-y: auto; }
.tnx-search-column { min-width: 0; }
.tnx-search-group + .tnx-search-group { margin-top: 34px; }
.tnx-search-heading { margin: 0 0 19px; color: #696969; font-family: Poppins, Arial, sans-serif; font-size: 9px; font-weight: 500; line-height: 1.2; text-transform: uppercase; letter-spacing: .11em; }
.tnx-search-list { display: grid; gap: 15px; }
.tnx-search-list a { display: block; color: #1c1c1c; font-family: Poppins, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.32; }
.tnx-search-list a:hover { color: #666; }
.tnx-search-list strong { font-weight: 600; }
.tnx-search-products { display: grid; align-content: start; gap: 14px; }
.tnx-search-product { display: grid; min-height: 54px; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 14px; color: #1c1c1c; }
.tnx-search-product:hover { color: #666; }
.tnx-search-product img { width: 54px; height: 54px; object-fit: contain; background: #f4f4f2; }
.tnx-search-product span { font-family: Poppins, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.3; }
.tnx-search-empty { margin: 0; color: #777; font-size: 14px; }
.tnx-search-all { display: flex; min-height: 43px; flex: 0 0 auto; align-items: center; justify-content: space-between; padding: 10px 16px; border-top: 1px solid #e0e0e0; color: #202020; background: #fff; font-family: Poppins, Arial, sans-serif; font-size: 13px; }
.tnx-search-all:hover { color: #202020; background: #f7f7f7; }
.tnx-search-all > span:last-child { font-size: 20px; line-height: 1; }

@media (max-width: 720px) {
  .tnx-search-panel { top: 0; left: 0; width: 100%; max-height: 100vh; }
  .tnx-search-form { grid-template-columns: minmax(0, 1fr) 50px 44px; }
  .tnx-search-field { padding-inline: 13px; }
  .tnx-search-results { min-height: 0; grid-template-columns: 1fr; gap: 32px; padding: 28px 20px; }
  .tnx-search-column--products { grid-row: 1; }
}

.tnx-wide { width: min(calc(100% - 72px), 1280px); margin-inline: auto; }
.tnx-home-section { padding: 58px 0; }
.tnx-home-heading { margin: 0 0 42px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: clamp(26px, 2.2vw, 39px); font-weight: 600; line-height: 1.08; text-align: center; letter-spacing: -.025em; }

.tnx-home-hero { position: relative; width: 100%; aspect-ratio: 1920 / 700; overflow: hidden; background: #0c1f32; }
.tnx-home-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s; }
.tnx-home-slide.is-active { opacity: 1; visibility: visible; }
.tnx-home-slide img { width: 100%; height: 100%; object-fit: cover; }
.tnx-slider-arrow { position: absolute; z-index: 3; top: 50%; width: 34px; height: 34px; min-height: 0; padding: 0; border: 0; border-radius: 50%; color: #1b1b1b; background: rgba(255,255,255,.5); font-size: 27px; font-weight: 400; line-height: 1; transform: translateY(-50%); }
.tnx-slider-arrow:hover { background: #fff; }
.tnx-slider-arrow--prev { left: 16px; }
.tnx-slider-arrow--next { right: 16px; }
.tnx-slider-dots { position: absolute; z-index: 3; right: 0; bottom: 15px; left: 0; display: flex; justify-content: center; gap: 6px; }
.tnx-slider-dots button { width: 42px; height: 3px; min-height: 0; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.45); }
.tnx-slider-dots button.is-active { background: #fff; }

.tnx-training { padding: 55px 0 74px; background: #fff; }
.tnx-rail-shell { position: relative; }
.tnx-product-rail { display: grid; grid-auto-columns: 342px; grid-auto-flow: column; gap: 16px; overflow-x: auto; padding: 0 0 14px; scrollbar-width: none; scroll-snap-type: x proximity; }
.tnx-product-rail::-webkit-scrollbar, .tnx-player-rail::-webkit-scrollbar { display: none; }
.tnx-rail-arrow { position: absolute; z-index: 6; top: 45%; display: grid; width: 60px; height: 60px; min-height: 0; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #111; background: rgba(255,255,255,.96); box-shadow: 0 5px 20px rgba(0,0,0,.12); transform: translateY(-50%); }
.tnx-rail-arrow:hover { color: #fff; background: #111; }
.tnx-rail-arrow:disabled { opacity: 0; visibility: hidden; pointer-events: none; }
.tnx-rail-arrow svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.tnx-rail-arrow--prev { left: 16px; }
.tnx-rail-arrow--next { right: 16px; }
[data-scroll-track] { scroll-behavior: smooth; cursor: grab; }
[data-scroll-track].is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.tnx-setup-card { overflow: hidden; background: #f2f2f0; border-radius: 13px; scroll-snap-align: start; }
.tnx-setup-card__image { display: block; height: 410px; padding: 10px; overflow: hidden; background: #f2f2f0; }
.tnx-setup-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.tnx-setup-card:hover img { transform: scale(1.025); }
.tnx-setup-card__body { min-height: 110px; padding: 16px 16px 20px; text-align: center; }
.tnx-setup-card h3 { margin: 0 0 15px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 15px; font-weight: 600; }
.tnx-small-pill { display: inline-flex; min-width: 140px; min-height: 44px; align-items: center; justify-content: center; padding: 11px 32px; color: #fff; background: #272727; border-radius: 999px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 13px; font-weight: 600; }
.tnx-small-pill:hover { color: #111; background: #d9ff00; }

.tnx-why { position: relative; overflow: hidden; color: #fff; background: #181818; }
.tnx-why__stage { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #222; }
.tnx-why__stage::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 40%, rgba(4,10,23,.72) 100%); pointer-events: none; }
.tnx-why__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .55s ease; }
.tnx-why__image.is-active { opacity: 1; }
.tnx-why__stage h2 { position: absolute; z-index: 2; top: 93px; right: 0; left: 0; margin: 0; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 40px; font-weight: 600; line-height: 56px; text-align: center; }
.tnx-why__tabs { position: absolute; z-index: 3; right: 0; bottom: 84px; left: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; padding: 0 48px; }
.tnx-why__tab { min-height: 0; padding: 18px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.68); border-radius: 0; color: #fff; background: transparent; text-align: left; }
.tnx-why__tab:hover, .tnx-why__tab.is-active { color: #d8ff00; background: transparent; border-top-color: #d8ff00; }
.tnx-why__tab strong { display: block; margin: 0; color: inherit; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 24px; font-weight: 600; line-height: 32px; }
.tnx-why__tab span { display: block; margin-top: 12px; color: inherit; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 16px; line-height: 24px; }

.tnx-tech-spec { overflow: hidden; background: #171717; }
.tnx-tech-spec img { width: 100%; height: auto; }

.tnx-coach { overflow: hidden; padding: 58px 0 0; }
.tnx-player-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 300px; gap: 24px; overflow-x: auto; padding: 0 0 18px; scrollbar-width: none; scroll-snap-type: x proximity; }
.tnx-player-card { scroll-snap-align: start; }
.tnx-player-shell .tnx-rail-arrow { top: 40%; }
.tnx-player-card__media { position: relative; display: block; width: 100%; aspect-ratio: 4 / 5; min-height: 0; overflow: hidden; padding: 0; border: 0; border-radius: 0; background: #ececec; }
.tnx-player-card__media img { width: 100%; height: 100%; object-fit: cover; }
.tnx-play { position: absolute; top: 50%; left: 50%; display: grid; width: 60px; height: 60px; place-items: center; padding-left: 4px; color: #111; background: rgba(255,255,255,.92); border-radius: 50%; font-size: 17px; transform: translate(-50%,-50%); }
.tnx-player-card h3 { margin: 13px 0 8px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 18px; font-weight: 600; line-height: 1.3; }
.tnx-player-card p { margin: 0; color: #3f3f41; font-size: 14px; line-height: 1.5; }

@media (min-width: 1025px) {
  .tnx-coach > .tnx-wide {
    --tnx-coach-gutter: max(36px, calc((100vw - 1204px) / 2));
    width: calc(100vw - var(--tnx-coach-gutter));
    max-width: none;
    margin-right: 0;
    margin-left: var(--tnx-coach-gutter);
  }
  .tnx-coach > .tnx-wide > .tnx-home-heading {
    width: 100vw;
    margin-left: calc(var(--tnx-coach-gutter) * -1);
  }
}

.tnx-media { min-height: 419px; padding: 4px 0 54px; border-top: 9px solid #1d1d1f; }
.tnx-media .tnx-home-heading { margin-bottom: 16px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 40px; font-weight: 600; line-height: 48px; }
.tnx-media .tnx-media-wide { width: 100%; max-width: none; }
.tnx-media-shell { position: relative; }
.tnx-media-viewport { width: 100%; overflow-x: auto; scrollbar-width: none; }
.tnx-media-viewport::-webkit-scrollbar { display: none; }
.tnx-media-grid { display: flex; width: max-content; }
.tnx-media-grid article { flex: 0 0 20vw; width: 20vw; min-width: 0; padding: 0 8px; text-align: center; border-right: 1px solid #d7d7d7; }
.tnx-media-grid article:nth-child(5n) { border-right: 0; }
.tnx-media-logo { display: flex; height: 145px; align-items: center; justify-content: center; }
.tnx-media-logo img { width: 100%; height: 100%; object-fit: contain; }
.tnx-media-grid p { max-width: 340px; margin: 15px auto 0; color: #333; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; line-height: 22px; }
.tnx-media-arrow { position: absolute; z-index: 5; top: 56%; width: 40px; height: 40px; min-height: 0; padding: 0; border: 0; border-radius: 50%; color: #444; background: #e2e3e5; font-family: Arial, sans-serif; font-size: 32px; font-weight: 300; line-height: 34px; transform: translateY(-50%); }
.tnx-media-arrow--prev { left: 17px; }
.tnx-media-arrow--next { right: 17px; }

.tnx-reviews { padding: 38px 0 20px; background: #fff; text-align: center; }
.tnx-reviews .tnx-home-heading { margin: 0; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 40px; font-weight: 600; line-height: 48px; }
.tnx-review-subtitle { margin: 0 0 19px; color: #555; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 16px; line-height: 22px; }
.tnx-review-subtitle span { display: inline-grid; width: 17px; height: 17px; place-items: center; color: #fff; background: #48bba8; font-size: 14px; font-weight: 700; line-height: 1; }
.tnx-review-viewport { max-width: 1080px; margin-inline: auto; overflow-x: auto; scrollbar-width: none; }
.tnx-review-viewport::-webkit-scrollbar { display: none; }
.tnx-review-grid { display: grid; width: max-content; grid-auto-flow: column; grid-auto-columns: 345px; gap: 22px; text-align: center; }
.tnx-review-grid blockquote { min-height: 488px; margin: 0; overflow: hidden; background: #fff; border: 0; border-radius: 8px; box-shadow: 0 3px 16px rgba(0,0,0,.14); }
.tnx-review-image { width: 100%; height: 250px; object-fit: cover; }
.tnx-review-copy { min-height: 238px; padding: 26px 28px 24px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; }
.tnx-stars { margin-bottom: 10px; color: #ceef00; font-size: 25px; line-height: 32px; letter-spacing: .08em; }
.tnx-review-grid cite { display: block; margin-bottom: 16px; color: #222; font-size: 16px; font-style: normal; line-height: 22px; }
.tnx-review-grid p { min-height: 66px; margin: 0; color: #626262; font-size: 17px; line-height: 24px; }
.tnx-review-arrows { display: flex; justify-content: center; gap: 14px; margin-top: 20px; }
.tnx-review-arrows button { width: 28px; height: 40px; min-height: 0; padding: 0; border: 0; color: #e1e2e4; background: transparent; font-family: Arial, sans-serif; font-size: 48px; font-weight: 200; line-height: 34px; }
.tnx-lime-button { display: inline-flex; margin-top: 13px; padding: 10px 36px; color: #111; background: #d8ff00; border-radius: 999px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; font-weight: 600; }

.tnx-blog { padding: 24px 0 26px; }
.tnx-blog .tnx-home-heading { margin-bottom: 52px; }
.tnx-blog-wrap { width: min(calc(100% - 128px), 1204px); margin-inline: auto; }
.tnx-blog-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 24px; }
.tnx-blog-feature { position: relative; min-height: 428px; overflow: hidden; border-radius: 14px; color: #fff; }
.tnx-blog-feature::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.tnx-blog-feature img { width: 100%; height: 100%; object-fit: cover; }
.tnx-blog-feature > div { position: absolute; z-index: 2; right: 32px; bottom: 37px; left: 32px; }
.tnx-blog h3 { margin: 19px 0 22px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.45; }
.tnx-blog small, .tnx-blog span { font-size: 10px; }
.tnx-blog small { display: flex; align-items: center; gap: 7px; }
.tnx-blog small svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.tnx-blog span { padding-bottom: 2px; border-bottom: 1px solid currentColor; }
.tnx-blog-side { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; }
.tnx-blog-side > a { display: grid; grid-template-columns: 180px 1fr; gap: 15px; align-items: stretch; color: #111; }
.tnx-blog-side img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 10px; }
.tnx-blog-side > a > div { display: flex; flex-direction: column; justify-content: center; }
.tnx-blog-side h3 { margin: 14px 0 27px; font-size: 15px; line-height: 1.55; }
.tnx-blog-side span { align-self: flex-start; }
.tnx-view-more { display: block; width: 268px; margin: 47px auto 0; padding: 10px 20px; border: 1px solid #222; border-radius: 999px; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; line-height: 22px; text-align: center; }

.tnx-claim { position: fixed; z-index: 90; bottom: 16px; left: 8px; padding: 10px 24px; color: #111; background: #d8ff00; border: 1px solid #111; font-family: 'Galano Tenniix', Arial, sans-serif; font-size: 10px; }
.tnx-currency { position: fixed; z-index: 90; right: 26px; bottom: 18px; padding: 7px 11px; color: #fff; background: #202020; border-radius: 4px; font-size: 9px; }
.tnx-floating-currency { padding: 0 !important; background: transparent !important; overflow: visible; font-size: 13px !important; font-weight: 600; }
.tnx-floating-currency .wcml-dropdown-click { width: auto; min-width: 72px; max-width: none; color: #fff; font: inherit; }
.tnx-floating-currency .wcml-dropdown-click > ul { padding: 0; margin: 0 !important; }
.tnx-floating-currency .wcml-dropdown-click li { margin: 0; padding: 0; border: 0; background: #202020; list-style: none; }
.tnx-floating-currency .wcml-dropdown-click li:hover,
.tnx-floating-currency .wcml-dropdown-click li:focus { background: #303033; }
.tnx-floating-currency .wcml-dropdown-click a { min-width: 72px; padding: 12px 28px 12px 14px; color: #fff; font: inherit; line-height: 1; text-align: left; white-space: nowrap; }
.tnx-floating-currency .wcml-dropdown-click a.wcml-cs-item-toggle::after { right: 11px; }
.tnx-floating-currency .wcml-dropdown-click .wcml-cs-submenu { top: auto; right: 0; bottom: calc(100% + 6px); left: auto; min-width: 100%; border: 0; border-radius: 4px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.tnx-floating-currency .wcml-dropdown-click .wcml-cs-submenu li { border: 0; }
.tnx-floating-currency .wcml-spinner { right: calc(100% + 6px); }
.tnx-floating-currency__fallback { display: block; min-width: 72px; padding: 12px 14px; color: #fff; background: #202020; border-radius: 4px; text-align: center; }
.tnx-price-code { font: inherit; }
.tnx-price-period { font: inherit; }
.tnx-video-modal { position: fixed; z-index: 999; inset: 0; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(0,0,0,.78); }
.tnx-video-modal.is-open { display: flex; }
.tnx-video-modal video { max-width: min(900px, 90vw); max-height: 82vh; background: #000; }
.tnx-video-modal > button { position: absolute; top: 25px; right: 28px; min-height: 0; padding: 5px 12px; border: 0; color: #fff; background: transparent; font-size: 34px; }

.home .site-footer { min-height: 490px; padding: 90px 0 60px; color: #fff; background: #1d1d1f; }
.home .site-footer .container { width: min(calc(100% - 64px), 1087px); }
.home .site-footer, .home .site-footer a, .home .site-footer p { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; }
.home .footer-grid { grid-template-columns: 360px minmax(80px, 217px) 116px 82px 85px 82px 145px; gap: 0; }
.home .footer-grid > :nth-child(1) { grid-column: 1; }
.home .footer-grid > :nth-child(2) { grid-column: 3; }
.home .footer-grid > :nth-child(3) { grid-column: 5; }
.home .footer-grid > :nth-child(4) { grid-column: 7; }
.home .footer-brand { display: inline-flex; align-items: center; }
.home .footer-brand img { width: 200px; height: auto; }
.home .footer-newsletter-title { max-width: 360px; margin: 27px 0 13px; color: #fff; font-size: 14px; line-height: 20px; }
.home .newsletter-form { width: 360px; height: 48px; min-width: 0; padding: 0 15px 0 19px; border: 1px solid #8a8a8c; }
.home .newsletter-form input { padding: 0; color: #fff; font-size: 16px; }
.home .newsletter-form button { min-height: 0; padding: 0; color: #8a8a8c; font-size: 24px; }
.home .footer-socials { display: flex; align-items: center; gap: 19px; margin-top: 25px; }
.home .footer-socials a { display: inline-flex; }
.home .footer-socials svg { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.home .footer-socials rect, .home .footer-socials circle { fill: none; }
.home .footer-socials .footer-socials__play { fill: #1d1d1f; stroke: none; }
.home .footer-support { margin: 27px 0 0; color: #fff; font-size: 24px; font-weight: 600; line-height: 32px; white-space: nowrap; }
.home .footer-support a, .home .footer-support strong { font-size: inherit; }
.home .footer-title { margin: 0 0 24px; font-size: 14px; line-height: 20px; }
.home .footer-menu { gap: 17px; color: #fff; font-size: 14px; line-height: 20px; }
.home .footer-bottom { display: none; }

@media (max-width: 1024px) {
  .home .main-nav { color: var(--ink); background: #fff; }
  .home .main-nav a { color: var(--ink); }
  .tnx-product-rail { grid-auto-columns: 300px; }
  .tnx-player-rail { grid-auto-columns: 225px; }
  .home .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px; }
  .home .footer-grid > :nth-child(n) { grid-column: auto; }
}

@media (max-width: 720px) {
  .home .announcement { height: auto; min-height: 20px; }
  .home .header-inner, .tnx-wide, .tnx-blog-wrap { width: min(calc(100% - 28px), 1280px); }
  .home .header-inner { min-height: 52px; }
  .home .header-actions .cart-link { font-size: 0; }
  .home .cart-count { font-size: 8px; }
  .tnx-home-section { padding: 42px 0; }
  .tnx-home-heading { margin-bottom: 24px; font-size: 22px; }
  .tnx-home-hero { aspect-ratio: 4 / 5; }
  .tnx-home-slide img { object-fit: cover; object-position: center; }
  .tnx-slider-arrow { width: 30px; height: 30px; }
  .tnx-training { padding-top: 36px; }
  .tnx-product-rail { grid-auto-columns: 72vw; }
  .tnx-setup-card__image { height: 330px; }
  .tnx-why__stage { aspect-ratio: auto; height: 145vw; min-height: 560px; }
  .tnx-why__stage h2 { top: 35px; padding: 0 18px; font-size: 32px; line-height: 42px; }
  .tnx-why__tabs { right: auto; bottom: 24px; width: 100%; grid-template-columns: repeat(3, 259px); gap: 32px; overflow-x: auto; padding: 0 24px; scrollbar-width: none; }
  .tnx-why__tab { padding-top: 18px; }
  .tnx-why__tab strong { font-size: 20px; line-height: 28px; }
  .tnx-why__tab span { font-size: 14px; line-height: 21px; }
  .tnx-player-rail { grid-auto-columns: 72vw; }
  .tnx-rail-arrow { display: none; }
  .tnx-media { min-height: 0; padding: 35px 0; }
  .tnx-media .tnx-home-heading { margin-bottom: 24px; font-size: 30px; }
  .tnx-media-grid article { flex-basis: 85vw; width: 85vw; padding: 0 25px; }
  .tnx-media-arrow { display: none; }
  .tnx-reviews .tnx-home-heading { font-size: 30px; line-height: 38px; }
  .tnx-review-viewport { width: 100%; }
  .tnx-review-grid { width: max-content; grid-template-columns: none; grid-auto-columns: 82vw; }
  .tnx-review-grid p { min-height: 0; }
  .tnx-blog-grid { grid-template-columns: 1fr; }
  .tnx-blog-feature { min-height: 300px; }
  .tnx-blog-side > a { min-height: 150px; }
  .tnx-blog-wrap { width: min(calc(100% - 28px), 1204px); }
  .tnx-blog-side > a { grid-template-columns: 42% 1fr; }
  .tnx-view-more { width: min(268px, 80vw); margin-top: 30px; }
  .tnx-claim { bottom: 8px; left: 6px; padding: 8px 15px; font-size: 8px; }
  .tnx-currency { right: 8px; bottom: 9px; }
  .home .site-footer { padding: 55px 0; }
  .home .site-footer .container { width: min(calc(100% - 40px), 1087px); }
  .home .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .home .newsletter-form { width: 100%; }
  .home .footer-support { font-size: 19px; white-space: normal; }
}

/* Support and editorial pages — matched to the recorded Tenniix storefront. */
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) {
  color: #1c1c1e;
  font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif;
  font-size: 14px;
}
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .announcement {
  height: 20px;
  padding: 3px 20px;
  color: #d8ff00;
  background: #151515;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: .02em;
}
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-header {
  top: 0;
  color: #fff;
  background: #1b1b1d;
  border: 0;
  backdrop-filter: none;
}
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-inner {
  width: min(calc(100% - 64px), 1280px);
  min-height: 55px;
  gap: 28px;
}
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .brand { display: inline-flex; align-items: center; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .brand img { width: 130px; height: auto; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav a,
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-actions {
  color: #fff;
  font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .cart-count { color: #111; }

/* Keep dropdown labels readable against the white submenu panel. */
.home .main-nav .sub-menu,
.single-product .main-nav .sub-menu,
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav .sub-menu {
  color: #171719;
  background: #fff;
}
.home .main-nav .sub-menu a,
.single-product .main-nav .sub-menu a,
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav .sub-menu a {
  color: #171719;
}

.tnx-contact-page { min-height: 690px; padding: 66px 0 166px; background: #fff; }
.tnx-contact-wrap { width: min(calc(100% - 40px), 810px); margin-inline: auto; text-align: center; }
.tnx-contact-wrap h1 { margin: 0 0 18px; font-size: 44px; font-weight: 600; line-height: 1.1; letter-spacing: -.035em; }
.tnx-contact-wrap > p { max-width: 585px; margin: 0 auto 38px; color: #4e4e50; font-size: 13px; line-height: 1.65; }
.tnx-contact-form { display: grid; width: min(100%, 720px); margin-inline: auto; grid-template-columns: 1fr 1fr; gap: 10px; text-align: left; }
.tnx-contact-form label { margin: 0; }
.tnx-contact-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.tnx-contact-form__wide, .tnx-contact-form .contact-notice { grid-column: 1 / -1; }
.tnx-contact-form input, .tnx-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  color: #272729;
  background: #fff;
  border: 1px solid #a9a9aa;
  border-radius: 0;
  outline: none;
  font-size: 12px;
}
.tnx-contact-form input { height: 43px; }
.tnx-contact-form textarea { height: 98px; resize: vertical; }
.tnx-contact-form input:focus, .tnx-contact-form textarea:focus { border-color: #222; box-shadow: 0 0 0 1px #222; }
.tnx-contact-form button { min-width: 86px; min-height: 39px; padding: 9px 25px; color: #161616; background: #d8ff00; border: 0; border-radius: 2px; font-size: 12px; font-weight: 500; }
.tnx-contact-form .contact-notice { margin: 0 0 5px; padding: 10px 13px; background: #effbe9; font-size: 12px; }
.tnx-contact-form .contact-notice--error { background: #fff0ef; }

.tnx-guide-page { padding: 60px 0 95px; background: #fff; }
.tnx-guide-wrap { width: min(calc(100% - 40px), 760px); margin-inline: auto; }
.tnx-guide-wrap > header { margin-bottom: 62px; text-align: center; }
.tnx-guide-wrap > header h1 { margin: 0 0 18px; font-size: 52px; font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
.tnx-guide-wrap > header p { max-width: 630px; margin: 0 auto; color: #535355; font-size: 14px; line-height: 1.7; }
.tnx-guide-content { text-align: center; }
.tnx-guide-content > section { margin: 0 0 58px; scroll-margin-top: 90px; }
.tnx-guide-content h2 { margin: 0 0 16px; font-size: 28px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.tnx-guide-content h3 { margin: 35px 0 14px; font-size: 18px; font-weight: 600; }
.tnx-guide-content p { margin: 0 0 16px; color: #49494b; font-size: 13px; line-height: 1.72; }
.tnx-guide-download { display: inline-flex; margin: 3px 0 25px; padding-bottom: 2px; border-bottom: 1px solid #202022; font-size: 12px; font-weight: 600; }
.tnx-guide-video { width: min(100%, 560px); aspect-ratio: 16 / 9; margin: 12px auto 0; overflow: hidden; background: #171717; }
.tnx-guide-video iframe { width: 100%; height: 100%; border: 0; }
.tnx-guide-links { display: grid; width: min(100%, 620px); margin-inline: auto; border-top: 1px solid #dedede; text-align: left; }
.tnx-guide-links a { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #dedede; font-size: 12px; }
.tnx-guide-links span { white-space: nowrap; text-decoration: underline; }
.tnx-guide-qr { width: 230px; margin: 20px auto 0; }
.tnx-guide-issue { width: min(100%, 650px); margin: 18px auto 28px; }
.tnx-guide-ios { display: grid; width: min(100%, 650px); margin: 20px auto 0; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.tnx-guide-ios img { width: 100%; }
.tnx-guide-faq { padding: 72px 0 88px; background: #f4f4f2; }
.tnx-guide-faq__wrap { width: min(calc(100% - 40px), 900px); margin-inline: auto; }
.tnx-guide-faq h2 { margin: 0 0 26px; font-size: 34px; font-weight: 600; text-align: center; }
.tnx-guide-faq details { border-top: 1px solid #cdcdca; }
.tnx-guide-faq details:last-child { border-bottom: 1px solid #cdcdca; }
.tnx-guide-faq summary { position: relative; padding: 19px 42px 19px 0; list-style: none; font-size: 13px; font-weight: 500; cursor: pointer; }
.tnx-guide-faq summary::-webkit-details-marker { display: none; }
.tnx-guide-faq summary::after { content: '+'; position: absolute; top: 16px; right: 3px; font-size: 20px; font-weight: 300; }
.tnx-guide-faq details[open] summary::after { content: '−'; }
.tnx-guide-faq details p { max-width: 720px; margin: 0; padding: 0 0 20px; color: #59595a; font-size: 12px; line-height: 1.7; }

.page-template-page-policy,
.page-template-page-exclusive-offers { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; }
.page-template-page-policy .site-header,
.page-template-page-exclusive-offers .site-header { color: #fff; background: #1d1d1f; border: 0; backdrop-filter: none; }
.page-template-page-policy .main-nav a,
.page-template-page-policy .header-actions,
.page-template-page-exclusive-offers .main-nav a,
.page-template-page-exclusive-offers .header-actions { color: #fff; font-weight: 400; }
.page-template-page-policy .main-nav .sub-menu,
.page-template-page-policy .main-nav .sub-menu a,
.page-template-page-exclusive-offers .main-nav .sub-menu,
.page-template-page-exclusive-offers .main-nav .sub-menu a { color: #171719; background: #fff; }

.tnx-policy-page { min-height: 560px; padding: 72px 0 110px; background: #fff; }
.tnx-policy-wrap { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.tnx-policy-wrap > h1 { margin: 0 0 52px; font-size: 48px; font-weight: 600; line-height: 1.08; letter-spacing: -.035em; text-align: center; }
.tnx-policy-content { color: #3f3f42; font-size: 15px; line-height: 1.75; }
.tnx-policy-content > :first-child { margin-top: 0; }
.tnx-policy-content p { margin: 0 0 18px; }
.tnx-policy-content h2 { margin: 48px 0 17px; color: #19191b; font-size: 28px; font-weight: 600; line-height: 1.28; letter-spacing: -.02em; }
.tnx-policy-content h3 { margin: 30px 0 13px; color: #202022; font-size: 20px; font-weight: 600; line-height: 1.35; }
.tnx-policy-content ul,
.tnx-policy-content ol { margin: 0 0 22px; padding-left: 22px; }
.tnx-policy-content li { margin-bottom: 7px; }
.tnx-policy-content a { text-decoration: underline; text-underline-offset: 2px; }
.tnx-policy-content table { width: 100%; margin: 25px 0 38px; border-collapse: collapse; font-size: 11px; }
.tnx-policy-content th,
.tnx-policy-content td { padding: 11px 10px; border: 1px solid #d8d8d9; text-align: left; vertical-align: top; }
.tnx-policy-content th { color: #18181a; background: #f2f2f0; font-weight: 600; }

.tnx-offers-hero { position: relative; height: 640px; overflow: hidden; background: #ddd; }
.tnx-offers-hero::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.32) 48%, rgba(0,0,0,.08) 100%); }
.tnx-offers-hero picture,
.tnx-offers-hero picture img { width: 100%; height: 100%; }
.tnx-offers-hero picture img { object-fit: cover; object-position: 70% 50%; }
.tnx-offers-hero__content { position: absolute; z-index: 2; top: 50%; left: max(40px, calc((100% - 1280px) / 2)); width: min(560px, calc(100% - 80px)); color: #1d1d1f; transform: translateY(-50%); }
.tnx-offers-hero__content > p { margin: 0 0 16px; font-size: 14px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.tnx-offers-hero h1 { margin: 0 0 20px; font-size: 64px; font-weight: 700; line-height: 1.05; letter-spacing: .01em; }
.tnx-offers-hero ul { margin: 0 0 28px; padding: 0; list-style: none; font-size: 18px; font-weight: 600; line-height: 1.55; }
.tnx-offers-hero li::before { content: '●'; margin-right: 9px; }
.tnx-offers-hero a,
.tnx-offers-program__copy a { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 34px; color: #fff; background: #1d1d1f; border-radius: 4px; font-size: 14px; font-weight: 600; }
.tnx-offers-steps { width: min(calc(100% - 40px), 1200px); margin-inline: auto; padding: 72px 0 80px; text-align: center; }
.tnx-offers-steps > h2 { margin: 0 0 48px; color: #333336; font-size: 40px; font-weight: 600; line-height: 1.1; }
.tnx-offers-steps > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.tnx-offers-steps article span { display: flex; width: 92px; height: 92px; margin: 0 auto 28px; align-items: center; justify-content: center; color: #4caf50; background: #fff; border: 3px solid #4caf50; border-radius: 50%; font-size: 32px; font-weight: 600; }
.tnx-offers-steps h3 { max-width: 320px; margin: 0 auto; color: #333336; font-size: 20px; font-weight: 400; line-height: 1.45; }
.tnx-offers-programs { padding: 0 0 105px; }
.tnx-offers-program { display: grid; width: min(calc(100% - 72px), 1200px); min-height: 455px; margin: 0 auto 48px; overflow: hidden; background: #f2f4ef; border-radius: 14px; grid-template-columns: 1fr 1fr; }
.tnx-offers-program.is-reversed .tnx-offers-program__media { order: 2; }
.tnx-offers-program__media img { width: 100%; height: 100%; object-fit: cover; }
.tnx-offers-program__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 58px 64px; color: #333336; }
.tnx-offers-program__copy > p { margin: 0 0 13px; color: #4caf50; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.tnx-offers-program__copy h2 { margin: 0 0 19px; font-size: 34px; font-weight: 600; line-height: 1.18; letter-spacing: -.025em; }
.tnx-offers-program__copy > div { margin-bottom: 27px; font-size: 14px; line-height: 1.7; }

.tnx-blog-hero, .tnx-article-hero { padding: 58px 0 62px; background: #fff; }
.tnx-blog-hero__grid, .tnx-article-hero {
  width: min(calc(100% - 64px), 1200px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  align-items: center;
  gap: 58px;
}
.tnx-blog-hero__grid > a { display: block; aspect-ratio: 1.55 / 1; overflow: hidden; border-radius: 18px; }
.tnx-blog-hero__grid img, .tnx-article-hero > img { width: 100%; height: 100%; object-fit: cover; }
.tnx-blog-hero h1, .tnx-article-hero h1 { margin: 0 0 20px; font-size: clamp(32px, 3.5vw, 44px); font-weight: 600; line-height: 1.04; letter-spacing: -.035em; text-transform: uppercase; }
.tnx-blog-hero p, .tnx-article-hero p { margin: 0 0 27px; color: #565658; font-size: 13px; line-height: 1.7; }
.tnx-lime-link, .tnx-inline-cta { display: inline-flex; padding: 10px 26px; color: #151515; background: #d8ff00; border-radius: 2px; font-size: 11px; font-weight: 600; }

.tnx-blog-index { width: min(calc(100% - 64px), 1200px); margin-inline: auto; padding: 10px 0 90px; }
.tnx-blog-index__meta { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 46px; padding: 13px 0; border-top: 1px solid #cfcfd0; border-bottom: 1px solid #cfcfd0; }
.tnx-blog-index__meta > div { display: flex; align-items: center; gap: 18px; color: #656567; font-size: 10px; }
.tnx-blog-index__meta strong { color: #1c1c1e; font-size: 16px; font-weight: 600; }
.tnx-blog-index__layout { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 42px; align-items: start; }
.tnx-blog-categories { position: sticky; top: 90px; display: grid; gap: 13px; }
.tnx-blog-categories h2 { margin: 0 0 8px; font-size: 16px; font-weight: 600; }
.tnx-blog-categories button { width: max-content; min-height: 0; padding: 0 0 2px; color: #747476; background: transparent; border: 0; border-bottom: 1px solid transparent; border-radius: 0; font-size: 11px; font-weight: 400; text-align: left; }
.tnx-blog-categories button.is-active { color: #171719; border-bottom-color: #171719; }
.tnx-blog-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px 20px; }
.tnx-blog-card.is-hidden { display: none; }
.tnx-blog-card__image { display: block; aspect-ratio: 1.53 / 1; margin-bottom: 13px; overflow: hidden; background: #f1f1ef; border-radius: 11px; }
.tnx-blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tnx-blog-card:hover .tnx-blog-card__image img { transform: scale(1.025); }
.tnx-blog-card time { display: block; margin-bottom: 8px; color: #777779; font-size: 9px; }
.tnx-blog-card h2 { min-height: 42px; margin: 0 0 9px; font-size: 13px; font-weight: 500; line-height: 1.5; }
.tnx-blog-card__more { padding-bottom: 2px; border-bottom: 1px solid #343436; font-size: 9px; }
.tnx-blog-pagination { display: flex; justify-content: center; gap: 21px; margin-top: 63px; color: #78787a; font-size: 11px; }
.tnx-blog-pagination .is-active { color: #171719; font-weight: 600; }
.tnx-loop-signup { padding: 70px 20px 75px; color: #fff; background: #1d1d1f; text-align: center; }
.tnx-loop-signup h2 { margin: 0 0 7px; font-size: 28px; font-weight: 600; letter-spacing: .02em; }
.tnx-loop-signup p { margin: 0 0 24px; color: #b8b8b9; font-size: 12px; }
.tnx-loop-signup form { display: flex; width: min(100%, 430px); margin-inline: auto; border: 1px solid #777779; }
.tnx-loop-signup input { flex: 1; min-width: 0; padding: 11px 15px; color: #fff; background: transparent; border: 0; outline: 0; font-size: 11px; }
.tnx-loop-signup button { min-height: 41px; padding: 8px 19px; color: #171717; background: #d8ff00; border: 0; border-radius: 0; font-size: 10px; }

.tnx-article-page { background: #fff; }
.tnx-article-hero { padding-right: 0; padding-left: 0; }
.tnx-article-hero > img { aspect-ratio: 1.55 / 1; border-radius: 18px; }
.tnx-article-meta { display: flex; width: min(calc(100% - 64px), 1200px); min-height: 58px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #ceced0; border-bottom: 1px solid #ceced0; color: #6c6c6e; font-size: 10px; }
.tnx-article-meta div { display: flex; gap: 22px; }
.tnx-article-layout { display: grid; width: min(calc(100% - 64px), 1040px); margin: 66px auto 110px; grid-template-columns: minmax(0, 1fr) 230px; gap: 70px; align-items: start; }
.tnx-article-content { min-width: 0; color: #343436; font-size: 14px; line-height: 1.82; }
.tnx-article-content > :first-child { margin-top: 0; }
.tnx-article-content p { margin: 0 0 20px; }
.tnx-article-content h2 { margin: 58px 0 20px; color: #171719; font-size: 29px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; scroll-margin-top: 90px; }
.tnx-article-content h3 { margin: 34px 0 14px; color: #202022; font-size: 20px; font-weight: 600; line-height: 1.35; scroll-margin-top: 90px; }
.tnx-article-content ul, .tnx-article-content ol { margin: 0 0 24px; padding-left: 22px; }
.tnx-article-content li { margin-bottom: 7px; }
.tnx-article-content table { width: 100%; margin: 28px 0 44px; border-collapse: collapse; font-size: 11px; line-height: 1.5; }
.tnx-article-content th, .tnx-article-content td { padding: 12px 10px; border: 1px solid #d4d4d5; text-align: left; vertical-align: top; }
.tnx-article-content th { color: #171719; background: #f1f1ef; font-weight: 600; }
.tnx-article-toc > div { position: sticky; top: 90px; padding-left: 18px; border-left: 1px solid #d1d1d2; }
.tnx-article-toc h2 { margin: 0 0 15px; font-size: 13px; font-weight: 600; }
.tnx-article-toc nav { display: grid; gap: 9px; }
.tnx-article-toc a { color: #68686a; font-size: 10px; line-height: 1.45; }
.tnx-article-toc a.is-sub { padding-left: 11px; }
.tnx-article-toc a:hover { color: #18181a; }

body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-footer { min-height: 490px; padding: 90px 0 60px; color: #fff; background: #1d1d1f; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-footer .container { width: min(calc(100% - 64px), 1087px); }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-footer,
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-footer a,
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-footer p { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; font-size: 14px; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-grid { grid-template-columns: 360px minmax(80px, 217px) 116px 82px 85px 82px 145px; gap: 0; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-grid > :nth-child(1) { grid-column: 1; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-grid > :nth-child(2) { grid-column: 3; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-grid > :nth-child(3) { grid-column: 5; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-grid > :nth-child(4) { grid-column: 7; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-brand { display: inline-flex; align-items: center; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-brand img { width: 200px; height: auto; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-newsletter-title { max-width: 360px; margin: 27px 0 13px; color: #fff; font-size: 14px; line-height: 20px; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .newsletter-form { width: 360px; height: 48px; min-width: 0; padding: 0 15px 0 19px; border: 1px solid #8a8a8c; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .newsletter-form input { padding: 0; color: #fff; font-size: 16px; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .newsletter-form button { min-height: 0; padding: 0; color: #8a8a8c; font-size: 24px; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-socials { display: flex; align-items: center; gap: 19px; margin-top: 25px; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-socials a { display: inline-flex; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-socials svg { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-socials rect,
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-socials circle { fill: none; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-socials .footer-socials__play { fill: #1d1d1f; stroke: none; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-support { margin: 27px 0 0; color: #fff; font-size: 24px; font-weight: 600; line-height: 32px; white-space: nowrap; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-support a,
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-support strong { font-size: inherit; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-title { margin: 0 0 24px; font-size: 14px; line-height: 20px; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-menu { gap: 17px; color: #fff; font-size: 14px; line-height: 20px; }
body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-bottom { display: none; }

@media (max-width: 1024px) {
  .page-template-page-policy .main-nav,
  .page-template-page-exclusive-offers .main-nav { color: #171719; background: #fff; }
  .page-template-page-policy .main-nav a,
  .page-template-page-exclusive-offers .main-nav a { color: #171719; }
  .page-template-page-policy .menu-toggle,
  .page-template-page-exclusive-offers .menu-toggle { color: #fff; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav { color: #171719; background: #fff; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav a { color: #171719; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-grid > :nth-child(n) { grid-column: auto; }
  .tnx-blog-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .announcement { height: auto; min-height: 20px; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-inner { width: min(calc(100% - 28px), 1280px); min-height: 52px; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-actions .cart-link { font-size: 0; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .menu-toggle { color: #fff; }
  .tnx-contact-page { min-height: 0; padding: 50px 0 90px; }
  .tnx-contact-wrap h1 { font-size: 33px; }
  .tnx-contact-form { grid-template-columns: 1fr; }
  .tnx-contact-form__wide, .tnx-contact-form .contact-notice { grid-column: auto; }
  .tnx-guide-page { padding: 48px 0 70px; }
  .tnx-guide-wrap > header { margin-bottom: 45px; }
  .tnx-guide-wrap > header h1 { font-size: 40px; }
  .tnx-guide-content h2 { font-size: 24px; }
  .tnx-guide-links a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .tnx-guide-ios { grid-template-columns: 1fr; }
  .tnx-policy-page { padding: 50px 0 75px; }
  .tnx-policy-wrap { width: min(calc(100% - 28px), 820px); }
  .tnx-policy-wrap > h1 { margin-bottom: 38px; font-size: 34px; }
  .tnx-policy-content { font-size: 14px; }
  .tnx-policy-content h2 { margin-top: 39px; font-size: 24px; }
  .tnx-policy-content h3 { font-size: 18px; }
  .tnx-policy-content table { display: block; overflow-x: auto; }
  .tnx-offers-hero { height: 520px; }
  .tnx-offers-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.28)); }
  .tnx-offers-hero picture img { object-position: 45% 50%; }
  .tnx-offers-hero__content { left: 24px; width: calc(100% - 48px); }
  .tnx-offers-hero__content > p { font-size: 11px; }
  .tnx-offers-hero h1 { font-size: 36px; }
  .tnx-offers-hero ul { font-size: 15px; }
  .tnx-offers-steps { padding: 58px 0 65px; }
  .tnx-offers-steps > h2 { margin-bottom: 42px; font-size: 28px; }
  .tnx-offers-steps > div { grid-template-columns: 1fr; gap: 42px; }
  .tnx-offers-steps article span { width: 80px; height: 80px; margin-bottom: 20px; font-size: 24px; }
  .tnx-offers-steps h3 { font-size: 16px; }
  .tnx-offers-programs { padding-bottom: 70px; }
  .tnx-offers-program { width: min(calc(100% - 28px), 1200px); min-height: 0; margin-bottom: 25px; grid-template-columns: 1fr; }
  .tnx-offers-program.is-reversed .tnx-offers-program__media { order: 0; }
  .tnx-offers-program__media { aspect-ratio: 16 / 10; }
  .tnx-offers-program__copy { padding: 34px 26px 38px; }
  .tnx-offers-program__copy h2 { font-size: 26px; }
  .tnx-blog-hero, .tnx-article-hero { padding-top: 30px; padding-bottom: 48px; }
  .tnx-blog-hero__grid, .tnx-article-hero { width: min(calc(100% - 28px), 1200px); grid-template-columns: 1fr; gap: 30px; }
  .tnx-blog-hero h1, .tnx-article-hero h1 { font-size: 30px; }
  .tnx-blog-index { width: min(calc(100% - 28px), 1200px); }
  .tnx-blog-index__meta, .tnx-article-meta { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .tnx-blog-index__meta > div { flex-wrap: wrap; }
  .tnx-blog-index__layout { grid-template-columns: 1fr; gap: 32px; }
  .tnx-blog-categories { position: static; display: flex; overflow-x: auto; padding-bottom: 8px; gap: 18px; }
  .tnx-blog-categories h2 { display: none; }
  .tnx-blog-categories button { flex: 0 0 auto; }
  .tnx-blog-cards { grid-template-columns: 1fr; }
  .tnx-blog-card h2 { min-height: 0; }
  .tnx-article-meta { width: min(calc(100% - 28px), 1200px); }
  .tnx-article-layout { width: min(calc(100% - 28px), 1040px); margin-top: 45px; grid-template-columns: 1fr; gap: 35px; }
  .tnx-article-content { font-size: 13px; }
  .tnx-article-content h2 { font-size: 24px; }
  .tnx-article-content h3 { font-size: 18px; }
  .tnx-article-content table { display: block; overflow-x: auto; }
  .tnx-article-toc { grid-row: 1; }
  .tnx-article-toc > div { position: static; padding: 15px; background: #f4f4f2; border: 0; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-footer { padding: 55px 0; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-footer .container { width: min(calc(100% - 40px), 1087px); }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .newsletter-form { width: 100%; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .footer-support { font-size: 19px; white-space: normal; }
}

/* Final cascade for the support/editorial templates declared later above. */
@media (min-width: 1025px) {
  .page-template-page-policy .announcement,
  .page-template-page-exclusive-offers .announcement { display: flex; height: 37px; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; color: #d8ff00; background: #1d1d1f; border-bottom: 1px solid #303033; font-size: 12px; font-weight: 600; line-height: 36px; }
  .page-template-page-policy .header-inner,
  .page-template-page-exclusive-offers .header-inner { width: min(calc(100% - 72px), 1280px); min-height: 72px; gap: 28px; }
  .page-template-page-policy .main-nav a,
  .page-template-page-policy .header-actions,
  .page-template-page-exclusive-offers .main-nav a,
  .page-template-page-exclusive-offers .header-actions { font-size: 16px; }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .announcement {
    height: 37px;
    padding: 0 20px;
    background: #1d1d1f;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0;
  }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .site-header {
    background: #1d1d1f;
  }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-inner {
    width: min(calc(100% - 72px), 1280px);
    min-height: 72px;
  }
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .main-nav a,
  body:is(.page-template-page-contact, .page-template-page-guide, .blog, .single-post) .header-actions {
    font-size: 16px;
  }
}

.footer-payments { display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 10px 20px; background: #fff; }
.footer-payments__list { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.footer-payment { position: relative; display: grid; width: 39px; height: 25px; place-items: center; overflow: hidden; color: #172b78; background: #fff; border: 1px solid #dedfe2; border-radius: 3px; font-family: Arial, sans-serif; font-size: 9px; font-weight: 800; line-height: 1; }
.footer-payment--visa { color: #1a2f91; font-size: 10px; font-style: italic; }
.footer-payment--mastercard::before, .footer-payment--mastercard::after, .footer-payment--maestro::before, .footer-payment--maestro::after { content: ''; position: absolute; top: 5px; width: 14px; height: 14px; border-radius: 50%; }
.footer-payment--mastercard::before { left: 8px; background: #e31d1a; }
.footer-payment--mastercard::after { right: 8px; background: #f4a000; opacity: .9; }
.footer-payment--maestro::before { left: 8px; background: #e71d3c; }
.footer-payment--maestro::after { right: 8px; background: #1686c8; opacity: .9; }
.footer-payment--jcb { color: #fff; background: linear-gradient(90deg, #159a4b 0 33.33%, #e6303a 33.33% 66.66%, #1c77b8 66.66%); font-size: 9px; text-shadow: 0 1px rgba(0,0,0,.2); }
.footer-payment--amex { color: #fff; background: #1f78bd; font-size: 8px; }
.footer-payment--diners { color: #1775b9; font-size: 15px; }
.footer-payment--discover { color: #1e1e1f; font-size: 6px; letter-spacing: -.02em; }
.footer-payment--discover::after { content: ''; position: absolute; right: 6px; bottom: 4px; left: 6px; height: 2px; background: #f49b28; border-radius: 50%; }
.footer-payment--klarna { color: #111; background: #f6a9c5; border-color: #f6a9c5; font-size: 8px; }

/* About page. */
.page-template-page-about { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; }
.page-template-page-about .announcement { height: 20px; padding: 3px 20px; color: #d8ff00; background: #151515; font-size: 9px; line-height: 14px; }
.page-template-page-about .site-header { top: 0; color: #fff; background: #1b1b1d; border: 0; backdrop-filter: none; }
.page-template-page-about .header-inner { width: min(calc(100% - 64px), 1280px); min-height: 55px; }
.page-template-page-about .main-nav a,
.page-template-page-about .header-actions { color: #fff; font-size: 14px; font-weight: 400; }
.tnx-about-page { width: 100%; overflow: hidden; background: #fff; }
.tnx-about-hero { position: relative; width: 100%; min-height: 480px; aspect-ratio: 1920 / 760; overflow: hidden; color: #fff; }
.tnx-about-hero picture,
.tnx-about-hero img { width: 100%; height: 100%; }
.tnx-about-hero img { object-fit: cover; }
.tnx-about-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.5)); }
.tnx-about-hero__copy { position: absolute; z-index: 1; top: 50%; left: 50%; width: min(calc(100% - 40px), 980px); text-align: center; transform: translate(-50%, -50%); }
.tnx-about-hero__copy p { margin: 0 0 12px; font-size: clamp(15px, 1.45vw, 22px); font-weight: 500; }
.tnx-about-hero__copy h1 { margin: 0; font-size: clamp(38px, 5.6vw, 84px); font-weight: 600; line-height: 1.04; letter-spacing: -.045em; }
.tnx-about-story { width: min(calc(100% - 64px), 1280px); margin-inline: auto; padding: 82px 0 96px; }
.tnx-about-story__copy { width: min(100%, 880px); margin: 0 auto 64px; color: #353537; text-align: center; }
.tnx-about-story__copy h2 { margin: 0 0 30px; color: #171719; font-size: clamp(32px, 4vw, 56px); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
.tnx-about-story__copy p { margin: 0 auto 18px; font-size: 15px; line-height: 1.75; }
.tnx-about-story__media { display: block; width: 100%; margin-inline: auto; overflow: hidden; }
.tnx-about-story__media img { width: 100%; height: auto; object-fit: cover; }

/* Add-to-cart notification. */
.tnx-cart-notification { position: fixed; z-index: 400; inset: 0; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; }
.tnx-cart-notification[hidden] { display: none; }
.tnx-cart-notification__backdrop { position: absolute; inset: 0; width: 100%; min-height: 0; padding: 0; border: 0; border-radius: 0; background: rgba(0,0,0,.06); }
.tnx-cart-notification__panel { position: absolute; top: 70px; right: max(20px, calc((100% - 1280px) / 2)); width: min(376px, calc(100% - 28px)); max-height: calc(100vh - 84px); overflow-y: auto; color: #202022; background: #fff; border: 1px solid #d7d7d7; box-shadow: 0 16px 38px rgba(0,0,0,.15); }
.tnx-cart-notification__dynamic { padding: 22px 38px 28px; }
.tnx-cart-notification__header { display: grid; grid-template-columns: 14px minmax(0, 1fr) 28px; align-items: center; gap: 8px; margin-bottom: 26px; }
.tnx-cart-notification__header > span { font-size: 15px; }
.tnx-cart-notification__header strong { font-size: 13px; font-weight: 400; }
.tnx-cart-notification__header button { width: 28px; min-height: 28px; padding: 0; border: 0; border-radius: 0; color: #222; background: transparent; font-size: 27px; font-weight: 300; line-height: 1; }
.tnx-cart-notification__product { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: start; gap: 14px; margin-bottom: 34px; }
.tnx-cart-notification__product img { width: 72px; height: 72px; object-fit: contain; background: #f5f5f3; border: 1px solid #eee; }
.tnx-cart-notification__name { display: block; margin: -3px 0 3px; font-size: 22px; line-height: 1.2; }
.tnx-cart-notification__price { display: block; margin-bottom: 4px; font-size: 12px; }
.tnx-cart-notification__product .variation { margin: 0; color: #666; font-size: 12px; line-height: 1.45; }
.tnx-cart-notification__product .variation dt,
.tnx-cart-notification__product .variation dd { display: inline; float: none; margin: 0; padding: 0; }
.tnx-cart-notification__product .variation dd::after { content: ''; display: block; }
.tnx-cart-notification__product .variation p { display: inline; margin: 0; }
.tnx-delivery-card { display: grid; grid-template-columns: 19px minmax(0, 1fr); gap: 9px; padding: 13px 10px; border: 1px solid #d5d5d5; border-radius: 9px; text-align: left; }
.tnx-delivery-card__check { display: grid; width: 18px; height: 18px; place-items: center; margin-top: 1px; color: #fff; background: #171719; border-radius: 3px; font-size: 11px; }
.tnx-delivery-card strong { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 600; }
.tnx-delivery-card p { margin: 0; color: #626264; font-size: 10px; line-height: 1.45; }
.tnx-delivery-card--notification { margin-bottom: 10px; }
.tnx-cart-notification__actions { display: grid; gap: 9px; }
.tnx-cart-notification__actions a,
.tnx-cart-notification__actions button { display: flex; width: 100%; min-height: 47px; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 0; font-size: 15px; font-weight: 400; }
.tnx-cart-notification__view { color: #171719; background: #fff; border: 1px solid #171719; border-radius: 999px !important; }
.tnx-cart-notification__checkout { color: #fff; background: #111; border: 1px solid #111; }
.tnx-cart-notification__actions button { min-height: 24px; padding: 0; color: #29292b; background: transparent; border: 0; text-decoration: underline; }

/* Cart page matched to the source storefront. */
.tnx-cart-page { min-height: 600px; padding: 31px 0 86px; background: #fff; font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; }
.tnx-cart-shell { width: min(calc(100% - 64px), 1280px); margin-inline: auto; }
.tnx-cart-page__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.tnx-cart-page__header h1 { margin: 0; font-size: clamp(38px, 4vw, 52px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.tnx-cart-page__header a { font-size: 14px; text-decoration: underline; }
.tnx-cart-table { border-bottom: 1px solid #dedede; }
.tnx-cart-table__head,
.tnx-cart-row { display: grid; grid-template-columns: minmax(0, 1fr) 190px 150px; align-items: center; column-gap: 24px; }
.tnx-cart-table__head { min-height: 34px; padding-bottom: 12px; color: #666; border-bottom: 1px solid #dedede; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .09em; }
.tnx-cart-table__head span:nth-child(2) { text-align: left; }
.tnx-cart-table__head span:last-child { text-align: right; }
.tnx-cart-row { min-height: 126px; padding: 16px 0; }
.tnx-cart-product { display: grid; min-width: 0; grid-template-columns: 90px minmax(0, 1fr); align-items: center; gap: 28px; }
.tnx-cart-product__image { display: grid; width: 90px; height: 90px; place-items: center; overflow: hidden; border: 1px solid #ececec; }
.tnx-cart-product__image img { width: 100%; height: 100%; object-fit: contain; }
.tnx-cart-product__copy { min-width: 0; font-size: 13px; line-height: 1.55; }
.tnx-cart-product__name { display: block; width: fit-content; margin-bottom: 4px; color: #111; font-size: 20px; line-height: 1.2; }
.tnx-cart-product__price { display: block; margin-bottom: 6px; color: #444; font-size: 13px; }
.tnx-cart-product .variation { margin: 0; color: #454547; font-size: 13px; }
.tnx-cart-product .variation dt,
.tnx-cart-product .variation dd { display: inline; float: none; margin: 0; padding: 0; }
.tnx-cart-product .variation dd::after { content: ''; display: block; }
.tnx-cart-product .variation p { display: inline; margin: 0; }
.tnx-cart-quantity { display: grid; width: 138px; grid-template-columns: 35px 35px 35px 22px; align-items: center; border: 1px solid #9f9fa1; }
.tnx-cart-quantity > button { width: 35px; min-height: 34px; padding: 0; color: #222; background: #fff; border: 0; border-radius: 0; font-size: 15px; font-weight: 400; }
.tnx-cart-quantity .quantity { width: 35px; margin: 0 !important; }
.tnx-cart-quantity .quantity .qty { width: 35px; min-height: 34px; padding: 0; color: #222; background: #fff; border: 0; border-radius: 0; font-size: 14px; text-align: center; appearance: textfield; }
.tnx-cart-quantity .quantity .qty::-webkit-inner-spin-button,
.tnx-cart-quantity .quantity .qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.tnx-cart-remove { display: grid; width: 22px; min-height: 34px; place-items: center; color: #222 !important; background: #fff !important; font-family: Arial, sans-serif; font-size: 18px; font-weight: 300; }
.tnx-cart-line-total { text-align: right; font-size: 15px; }
.tnx-cart-actions { height: 0; overflow: hidden; }
.tnx-cart-actions [data-cart-update] { visibility: hidden; }
.tnx-cart-summary { width: min(100%, 330px); margin: 43px 0 0 auto; text-align: right; }
.tnx-cart-summary__total { display: flex; align-items: baseline; justify-content: flex-end; gap: 16px; }
.tnx-cart-summary__total strong { font-size: 22px; font-weight: 400; }
.tnx-cart-summary__total span { font-size: 15px; }
.tnx-cart-summary > p { margin: 13px 0 20px; color: #505052; font-size: 12px; line-height: 1.5; }
.tnx-cart-summary .tnx-delivery-card { margin-bottom: 8px; text-align: left; }
.tnx-cart-checkout { display: flex; min-height: 46px; align-items: center; justify-content: center; color: #fff; background: #111; font-size: 15px; }
.tnx-cart-page .wc-empty-cart-message { margin-top: 45px; }
.tnx-cart-page .cart-empty.woocommerce-info { padding: 22px; border: 0; background: #f5f5f3; text-align: center; }
.tnx-cart-page .return-to-shop { text-align: center; }

@media (max-width: 720px) {
  .page-template-page-about .header-inner { width: min(calc(100% - 28px), 1280px); }
  .tnx-about-hero { min-height: 480px; aspect-ratio: auto; }
  .tnx-about-story { width: min(calc(100% - 36px), 1280px); padding: 56px 0 68px; }
  .tnx-about-story__copy { margin-bottom: 40px; }
  .tnx-about-story__copy p { font-size: 14px; text-align: left; }
  .tnx-cart-notification__panel { top: 14px; right: 14px; max-height: calc(100vh - 28px); }
  .tnx-cart-notification__dynamic { padding: 20px 24px 25px; }
  .tnx-cart-shell { width: min(calc(100% - 28px), 1280px); }
  .tnx-cart-page__header { align-items: flex-end; }
  .tnx-cart-table__head { display: none; }
  .tnx-cart-row { grid-template-columns: minmax(0, 1fr) auto; gap: 15px; padding: 20px 0; }
  .tnx-cart-product { grid-column: 1 / -1; grid-template-columns: 82px minmax(0, 1fr); gap: 17px; }
  .tnx-cart-product__image { width: 82px; height: 82px; }
  .tnx-cart-quantity { grid-column: 1; }
  .tnx-cart-line-total { grid-column: 2; }
  .tnx-cart-summary { margin-top: 32px; }
}

/* WooCommerce screens outside the bespoke product templates. */
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) {
  color: #1c1c1e;
  font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif;
  font-size: 14px;
}
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .announcement {
  display: flex;
  height: 37px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  color: #d8ff00;
  background: #1d1d1f;
  border-bottom: 1px solid #303033;
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
}
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .announcement b { font-family: Arial, sans-serif; font-size: 21px; font-weight: 300; }
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-header {
  top: 0;
  color: #fff;
  background: #1d1d1f;
  border: 0;
  backdrop-filter: none;
}
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .header-inner {
  width: min(calc(100% - 72px), 1280px);
  min-height: 72px;
  gap: 28px;
}
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .main-nav a,
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .header-actions {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .main-nav .sub-menu,
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .main-nav .sub-menu a { color: #171719; background: #fff; }
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-footer,
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-footer a,
body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-footer p { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; }

body:is(.woocommerce-shop, .tax-product_cat) .shop-header { padding: 58px 0 34px; }
body:is(.woocommerce-shop, .tax-product_cat) .shop-header h1 { margin-bottom: 12px; font-size: clamp(38px, 5vw, 64px); font-weight: 600; line-height: 1.05; }
body:is(.woocommerce-shop, .tax-product_cat) .shop-toolbar { min-height: 48px; align-items: center; margin-bottom: 32px; padding: 8px 0; border-top: 1px solid #dededf; border-bottom: 1px solid #dededf; }
body:is(.woocommerce-shop, .tax-product_cat) .woocommerce-result-count { margin: 0; }
body:is(.woocommerce-shop, .tax-product_cat) .woocommerce-ordering { margin: 0; }

body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .page-hero { padding: 58px 0 35px; background: #fff; }
body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .page-hero h1 { font-size: clamp(38px, 5vw, 58px); font-weight: 600; line-height: 1.05; letter-spacing: -.035em; }
body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .prose { width: min(calc(100% - 40px), 1180px); min-height: 360px; padding: 20px 0 90px; font-size: 14px; }
body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce { font-family: 'Poppins Tenniix', Poppins, Arial, sans-serif; }
.woocommerce table.shop_table { overflow: hidden; border-color: #d7d7d8; border-radius: 8px; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 14px 16px; border-color: #e2e2e3; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { min-height: 44px; padding: 10px 12px; border: 1px solid #bdbdbe; border-radius: 2px; }
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review { padding: 24px; background: #f5f5f3; border-radius: 10px; }
.woocommerce .woocommerce-MyAccount-navigation ul { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid #ddd; }
.woocommerce .woocommerce-MyAccount-navigation li { border-bottom: 1px solid #ddd; }
.woocommerce .woocommerce-MyAccount-navigation a { display: block; padding: 12px 4px; }

@media (max-width: 1024px) {
  body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .main-nav { color: #171719; background: #fff; }
  body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .main-nav a { color: #171719; }
  body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .menu-toggle { color: #fff; }
}

@media (max-width: 720px) {
  body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .announcement { height: auto; min-height: 28px; font-size: 10px; line-height: 1.35; }
  body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .header-inner { width: min(calc(100% - 28px), 1280px); min-height: 56px; }
  body:is(.woocommerce-shop, .tax-product_cat, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .header-actions .cart-link { font-size: 0; }
  body:is(.woocommerce-shop, .tax-product_cat) .shop-header { padding-top: 42px; }
  body:is(.woocommerce-shop, .tax-product_cat) .shop-header h1 { font-size: 38px; }
  body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .page-hero { padding-top: 42px; }
  body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .prose { width: min(calc(100% - 28px), 1180px); padding-bottom: 65px; }
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-checkout #order_review { padding: 16px; }
}

/* Keep the right-side utility icons legible on every page template. */
@media (min-width: 1025px) {
  body .header-actions {
    min-width: 168px;
    justify-content: flex-end;
    gap: 26px;
  }
  body .header-actions .header-icon {
    width: 24px;
    height: 24px;
  }
  body .header-actions .header-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body .header-actions .header-icon .cart-count {
    top: -7px;
    right: -9px;
    min-width: 16px;
    width: auto;
    height: 16px;
    padding: 0 4px;
    font-size: 8px;
    line-height: 14px;
  }
}

@media (max-width: 1024px) {
  body .header-actions .header-icon {
    width: 21px;
    height: 21px;
  }
  body .header-actions .header-icon svg {
    width: 19px;
    height: 19px;
    stroke-width: 1.5;
  }
  .tnx-language-menu { top: calc(100% + 13px); right: -10px; }
}

.tnx-cart-summary .tnx-delivery-card strong { font-size: 14px; }
.tnx-cart-summary .tnx-delivery-card p { font-size: 12px; line-height: 1.5; }

.woocommerce-checkout .page-hero .container { text-align: center; }
.woocommerce-checkout .page-hero .eyebrow { text-align: center; }
.woocommerce-checkout .page-hero h1 { margin-inline: auto; text-align: center; }
.woocommerce-account .page-hero .eyebrow { text-align: center; }
.woocommerce-account .page-hero h1 { margin-inline: auto; text-align: center; }

/* Logged-in account layout. */
.woocommerce-account.logged-in .woocommerce-MyAccount-content { margin-top: 0; }
.woocommerce-account .woocommerce-MyAccount-content > h2:first-child,
.woocommerce-account .woocommerce-MyAccount-content > form > h2:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #111;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a {
  padding: 15px 18px;
  color: #fff;
  transition: background-color .2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: #fff;
  background: #2b2b2d;
}

@media (max-width: 768px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-content { margin-top: 30px; }
}

/* Hide the floating discount prompt and WPML development-site notice. */
.tnx-claim,
.tnx-pro-claim,
.tnx-basic-claim,
.otgs-development-site-front-end {
  display: none !important;
}

/* The header already provides the primary WPML language switcher. */
.wpml-ls-statics-footer {
  display: none !important;
}
