:root {
    --tpz-ink: #1f1f1f;
    --tpz-muted: #5c5c5c;
    --tpz-line: #d7d7d7;
    --tpz-cream: #f2f2f2;
    --tpz-paper: #f3f3f3;
    --tpz-orange: #db7d2b;
    --tpz-orange-dark: #c96c20;
    --tpz-brown: #2a1d13;
    --tpz-green: #353d2b;
    --tpz-radius: 3px;
    --tpz-shadow: 0 18px 48px rgba(23, 23, 23, .14);
    --tpz-container: min(1560px, calc(100vw - 96px));
    --tpz-font: "acumin-pro-condensed", "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
    --tpz-body: "acumin-pro", "Source Sans 3", "Segoe UI", sans-serif;
}

/* ── CASCADE LOCK: MOBILE RULES MUST WIN ── */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

.site-header,
.site-main,
.site-footer,
.hero,
.hero__slide,
.promo-strip,
.utility-bar,
.mega-nav {
    max-width: 100vw;
}

.footer-trust-badges img {
    filter: none !important;
    opacity: 1 !important;
}

@media (max-width: 1100px) {
    body.tpz-menu-open {
        overflow: hidden !important;
    }

    .main-header__inner {
        overflow: visible !important;
    }

    .mega-nav {
        display: none !important;
        grid-column: 1 / -1;
        order: 5;
        width: 100% !important;
        margin-top: 8px;
        background: #fff;
        border-top: 1px solid #d8d8d8;
        overflow: visible !important;
    }

    .mega-nav.is-open {
        display: block !important;
    }

    .mega-nav__inner {
        display: block !important;
        width: 100%;
        padding: 8px 0 16px !important;
    }

    .mega-nav__item {
        border-bottom: 1px solid #ededed;
    }

    .mega-nav__link {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 58px;
        padding: 16px 2px !important;
        font-size: clamp(1.18rem, 5vw, 1.45rem) !important;
        line-height: 1;
    }

    .mega-nav__item:has(.mega-panel) > .mega-nav__link::after {
        content: "›";
        font-family: Arial, sans-serif;
        font-size: 1.65rem;
        line-height: 1;
    }

    .mega-nav__item.is-expanded > .mega-nav__link::after {
        transform: rotate(90deg);
    }

    .mega-panel,
    .mega-nav__item:hover .mega-panel,
    .mega-nav__item:focus-within .mega-panel {
        position: static !important;
        display: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 12px !important;
        border: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .mega-nav__item.is-expanded .mega-panel {
        display: block !important;
    }

    .mega-panel__promo {
        display: none !important;
    }

    .mega-panel__columns {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
}

@media (max-width: 760px) {
    :root {
        --tpz-container: min(100% - 28px, 1320px);
    }

    .container,
    .shop-main > .container,
    .tpz-page .container,
    .tpz-rail .container,
    .tpz-faq .container,
    .tpz-product-reviews .container {
        width: min(100% - 28px, 1320px) !important;
        max-width: min(100% - 28px, 1320px) !important;
    }

    .utility-bar__inner {
        display: grid !important;
        grid-template-columns: 38px minmax(0, 1fr) 38px !important;
        min-height: 42px !important;
        padding: 0 !important;
    }

    .utility-bar__slides {
        position: relative !important;
        height: 42px !important;
        overflow: hidden;
    }

    .utility-bar a,
    .utility-bar__inner a,
    .utility-slide {
        position: absolute !important;
        inset: 0;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 42px !important;
        padding: 0 !important;
        border: 0 !important;
        font-size: 0.82rem !important;
        line-height: 1 !important;
        opacity: 0;
        visibility: hidden;
        white-space: nowrap;
    }

    .utility-slide.is-active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .utility-carousel-arrow {
        display: grid !important;
        width: 38px !important;
        height: 42px !important;
        font-size: 1.55rem !important;
    }

    .main-header__inner {
        grid-template-columns: 72px minmax(0, 1fr) 48px !important;
        gap: 8px !important;
        padding: 14px 0 16px !important;
    }

    .nav-toggle {
        display: inline-grid !important;
        place-items: center;
        width: 72px;
        height: 46px;
        padding: 0 !important;
        font-size: 0.82rem !important;
    }

    .tpz-badge-logo {
        min-width: 116px !important;
        max-width: 128px !important;
        min-height: 54px !important;
    }

    .site-logo {
        justify-self: center !important;
    }

    .account-nav {
        display: flex !important;
        width: 48px;
        justify-content: flex-end !important;
        gap: 0 !important;
    }

    .account-link {
        display: none !important;
    }

    .cart-link {
        display: flex !important;
    }

    .cart-link svg {
        width: 25px !important;
        height: 25px !important;
    }

    .header-search {
        grid-column: 1 / -1 !important;
        order: 4 !important;
        width: 100% !important;
        margin: 10px 0 0 !important;
        border-radius: 0 !important;
    }

    .header-search input[type="search"] {
        min-height: 48px !important;
        font-size: 1rem !important;
    }

    .promo-strip__inner {
        display: grid !important;
        grid-template-columns: 32px minmax(0, 1fr) 32px !important;
        align-items: center !important;
        min-height: 58px !important;
        padding: 0 !important;
    }

    .promo-arrow {
        position: static !important;
        display: grid !important;
        transform: none !important;
        width: 32px !important;
        height: 58px !important;
        padding: 0 !important;
        font-size: 1.7rem !important;
    }

    .promo-slides {
        height: 58px !important;
        overflow: hidden !important;
    }

    .promo-slide p {
        max-width: 100% !important;
        padding: 0 4px;
        font-size: 0.82rem !important;
        line-height: 1.25 !important;
    }

    .hero {
        min-height: 492px !important;
        max-height: 610px;
    }

    .hero__content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 58px 42px 52px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .hero__content-inner {
        max-width: 330px !important;
        text-align: center !important;
    }

    .hero__content h1 {
        font-size: clamp(2.15rem, 10vw, 3.25rem) !important;
        line-height: 0.94 !important;
    }

    .hero__content p:not(.eyebrow) {
        font-size: clamp(1rem, 4.3vw, 1.3rem) !important;
        line-height: 1.18 !important;
    }

    .hero__actions .button {
        width: min(100%, 280px) !important;
        min-height: 50px;
        font-size: 0.9rem !important;
    }

    .mega-nav.is-open {
        max-height: calc(100vh - 160px);
        overflow-y: auto !important;
    }

    .footer-main {
        display: block !important;
        padding: 34px 0 22px !important;
    }

    .footer-links {
        display: block !important;
        margin-top: 28px;
    }

    .footer-link-group {
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .footer-link-group__toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 68px;
        margin: 0 !important;
        font-size: 1.3rem !important;
        cursor: pointer;
    }

    .footer-link-group__icon {
        display: inline-block !important;
        font-family: Arial, sans-serif;
        font-size: 2rem;
        font-weight: 300;
    }

    .footer-link-group__nav {
        display: none;
        padding: 0 0 18px;
    }

    .footer-link-group.is-open .footer-link-group__nav {
        display: block;
    }

    .footer-legal__inner {
        align-items: flex-start !important;
        text-align: left !important;
    }

    .footer-legal__copy {
        display: flex;
        flex-direction: column-reverse;
        gap: 26px;
        width: 100%;
    }

    .footer-legal nav {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .footer-trust-badges {
        width: 100%;
        justify-content: flex-start !important;
    }

    .footer-trust-badges img {
        height: 32px !important;
    }

    .footer-trust-badges img:last-child {
        height: 38px !important;
    }
}

@media (min-width: 1101px) {
    .site-header,
    .main-header,
    .main-header__inner,
    .mega-nav,
    .mega-nav__item {
        position: relative;
        overflow: visible !important;
    }

    .site-header {
        z-index: 200;
    }

    .main-header {
        z-index: 220;
    }

    .main-header__inner {
        z-index: 230;
    }

    .mega-nav {
        z-index: 260 !important;
    }

    .mega-panel {
        top: 100%;
        z-index: 9999;
    }

    .site-main,
    .hero,
    .shop-header,
    .tpz-archive-story,
    .category-section,
    .seasonal-promo,
    .fitment-band {
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 1101px) {
    .site-header,
    .main-header,
    .main-header__inner,
    .mega-nav,
    .mega-nav__item {
        position: relative;
        overflow: visible !important;
    }

    .site-header {
        z-index: 200;
    }

    .main-header {
        z-index: 220;
    }

    .main-header__inner {
        z-index: 230;
    }

    .mega-nav {
        z-index: 260 !important;
    }

    .mega-panel {
        top: 100%;
        z-index: 9999;
    }

    .site-main,
    .hero,
    .shop-header,
    .tpz-archive-story,
    .category-section,
    .seasonal-promo,
    .fitment-band {
        position: relative;
        z-index: 1;
    }
}

/* ── MOBILE CLIP FIX: TEXT AND CARDS MUST STAY INSIDE 390PX ── */
@media (max-width: 760px) {
    .site-header *,
    .site-main *,
    .site-footer * {
        min-width: 0;
    }

    .container,
    .shop-main > .container,
    .tpz-page .container,
    .tpz-rail .container,
    .tpz-faq .container,
    .tpz-product-reviews .container {
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .utility-bar__slides,
    .promo-slides,
    .header-search,
    .hero__content,
    .hero__content-inner,
    .tpz-page-hero__inner,
    .tpz-page-body__inner,
    .tpz-page-grid,
    .tpz-page-panel,
    .tpz-page-section,
    .tpz-page-support__inner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden;
    }

    .promo-slide p {
        max-width: 280px !important;
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    .hero__content {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }

    .hero__content-inner {
        max-width: 300px !important;
    }

    .hero__content h1 {
        font-size: clamp(1.85rem, 8.4vw, 2.55rem) !important;
        line-height: 0.96 !important;
        max-width: 300px !important;
    }

    .hero__content p:not(.eyebrow) {
        max-width: 300px !important;
        font-size: clamp(0.94rem, 3.8vw, 1.12rem) !important;
    }

    .hero__fineprint {
        max-width: 300px !important;
        font-size: 0.76rem !important;
    }

    .tpz-page-hero h1 {
        font-size: clamp(2.08rem, 10vw, 2.85rem) !important;
        max-width: 100% !important;
    }

    .tpz-page-hero p:not(.eyebrow),
    .tpz-page-panel p,
    .tpz-page-section p,
    .tpz-page-support__inner p {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .tpz-page-grid {
        grid-template-columns: 1fr !important;
    }

    .tpz-page-panel {
        padding: 20px !important;
    }
}

/* ── MOBILE SHOP HARDENING: COMPACT CARDS, CLEAN CHIPS, SINGLE PROMO SLIDE ── */
@media (max-width: 760px) {
    .promo-strip {
        height: 58px !important;
        overflow: hidden !important;
    }

    .promo-strip__inner {
        height: 58px !important;
        min-height: 58px !important;
        overflow: hidden !important;
    }

    .promo-slides {
        position: relative !important;
        height: 58px !important;
        min-height: 58px !important;
        overflow: hidden !important;
    }

    .promo-slide {
        position: absolute !important;
        inset: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateX(0) !important;
        pointer-events: none !important;
    }

    .promo-slide.is-active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .promo-slide:not(.is-active) {
        display: none !important;
    }

    .promo-slide p {
        display: block !important;
        max-width: 272px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 0.78rem !important;
        font-weight: 800 !important;
        line-height: 1.18 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .shop-main {
        padding-top: 0 !important;
    }

    .shop-header {
        padding: 28px 0 18px !important;
        margin-bottom: 18px !important;
    }

    .tpz-breadcrumbs {
        margin-bottom: 20px !important;
        font-size: 0.86rem !important;
    }

    .shop-title {
        font-size: clamp(2.55rem, 13vw, 3.55rem) !important;
        line-height: 0.9 !important;
        max-width: 100% !important;
    }

    .shop-description {
        display: none !important;
    }

    .shop-controls {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding-top: 16px !important;
        overflow: hidden !important;
    }

    .shop-subcats {
        width: 100% !important;
        max-width: calc(100vw - 28px) !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    .shop-subcats__track {
        display: flex !important;
        width: max-content !important;
        max-width: none !important;
        gap: 8px !important;
        padding: 0 4px 4px 0 !important;
    }

    .subcat-pill {
        flex: 0 0 auto !important;
        min-width: auto !important;
        max-width: none !important;
        height: 42px !important;
        padding: 0 13px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 0.74rem !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .shop-utility {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .shop-count {
        font-size: 0.95rem !important;
        font-weight: 900 !important;
    }

    .filter-toggle {
        width: 100% !important;
        min-height: 46px !important;
        justify-content: center !important;
        font-size: 0.9rem !important;
    }

    .woocommerce ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product,
    .woocommerce ul.products li.product.tpz-product-card {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        float: none !important;
        background: #fff !important;
        border: 1px solid #dedede !important;
    }

    .tpz-card__link {
        display: grid !important;
        grid-template-rows: auto 1fr auto !important;
        height: 100% !important;
    }

    .tpz-card__media {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 0.92 !important;
        padding: 8px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .woocommerce ul.products li.product .tpz-card__media img,
    .woocommerce-page ul.products li.product .tpz-card__media img {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        margin: 0 !important;
    }

    .tpz-card__sale {
        top: 7px !important;
        left: 7px !important;
        padding: 3px 6px !important;
        font-size: 0.62rem !important;
    }

    .tpz-card__body {
        padding: 9px 9px 10px !important;
    }

    .tpz-card__eyebrow {
        margin-bottom: 5px !important;
        font-size: 0.56rem !important;
        line-height: 1.1 !important;
    }

    .woocommerce ul.products li.product .tpz-card__title {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        min-height: 0 !important;
        max-height: 4.05em !important;
        overflow: hidden !important;
        margin-bottom: 8px !important;
        font-size: 0.78rem !important;
        line-height: 1.25 !important;
        font-weight: 800 !important;
    }

    .woocommerce ul.products li.product .tpz-card__price,
    .woocommerce ul.products li.product .tpz-card__price .price {
        font-size: 0.83rem !important;
        line-height: 1.2 !important;
    }

    .tpz-card__footer {
        display: grid !important;
        gap: 5px !important;
        padding: 8px 9px 10px !important;
    }

    .tpz-card__footer-item {
        gap: 4px !important;
        font-size: 0.55rem !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
    }

    .tpz-card__footer-item svg {
        width: 12px !important;
        height: 12px !important;
        flex: 0 0 12px !important;
    }
}

/* ── FINAL MOBILE CLONE PASS: HEADER, DRAWER, HERO, FOOTER, POLICY PAGES ── */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

.site-header,
.site-main,
.site-footer,
.hero,
.hero__slide,
.promo-strip,
.utility-bar {
    max-width: 100vw;
    overflow-x: hidden;
}

.footer-link-group__toggle {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: var(--tpz-font);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    cursor: default;
    padding: 0;
    margin-bottom: 20px;
}

.footer-link-group__icon {
    display: none;
}

.footer-link-group__nav a {
    display: block;
    margin: 10px 0;
}

.footer-trust-badges img {
    filter: none !important;
    opacity: 1 !important;
}

.tpz-page-sections {
    background: #fff;
}

.tpz-page-sections__inner {
    display: grid;
    gap: 0;
    max-width: 980px;
    padding: 8px 0 58px;
}

.tpz-page-section {
    border-top: 1px solid var(--tpz-line);
    padding: 28px 0;
}

.tpz-page-section h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.45rem);
    margin-bottom: 12px;
}

.tpz-page-section p {
    color: #4e4e4e;
    font-size: 1.02rem;
    line-height: 1.7;
}

@media (max-width: 1100px) {
    body.tpz-menu-open {
        overflow: hidden;
    }

    .main-header__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        overflow: visible !important;
    }

    .mega-nav {
        display: none;
        grid-column: 1 / -1;
        order: 5;
        width: 100%;
        max-width: 100%;
        margin-top: 8px;
        background: #fff;
        border-top: 1px solid #d8d8d8;
        overflow: visible;
    }

    .mega-nav.is-open {
        display: block;
    }

    .mega-nav__inner {
        display: block !important;
        width: 100%;
        padding: 8px 0 16px !important;
    }

    .mega-nav__item {
        border-bottom: 1px solid #ededed;
    }

    .mega-nav__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 58px;
        padding: 16px 2px !important;
        font-size: clamp(1.18rem, 5vw, 1.45rem) !important;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0.01em;
        text-transform: uppercase;
    }

    .mega-nav__item:has(.mega-panel) > .mega-nav__link::after {
        content: "›";
        color: #1d1d1d;
        font-size: 1.65rem;
        font-family: Arial, sans-serif;
        line-height: 1;
    }

    .mega-nav__item.is-expanded > .mega-nav__link::after {
        transform: rotate(90deg);
    }

    .mega-panel,
    .mega-nav__item:hover .mega-panel,
    .mega-nav__item:focus-within .mega-panel {
        position: static !important;
        display: none !important;
        width: 100% !important;
        max-width: 100%;
        margin: 0 !important;
        padding: 0 0 12px !important;
        border: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .mega-nav__item.is-expanded .mega-panel {
        display: block !important;
    }

    .mega-panel__promo {
        display: none !important;
    }

    .mega-panel__columns {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .mega-panel__columns > div {
        padding: 11px 0 8px;
        border-top: 1px solid #f0f0f0;
    }

    .mega-panel__heading {
        display: flex;
        justify-content: space-between;
        margin: 0 0 8px;
        color: #222;
        font-size: 1rem;
    }

    .mega-panel__heading::after {
        content: "›";
        font-family: Arial, sans-serif;
    }

    .mega-panel ul {
        display: grid;
        gap: 8px;
        padding-left: 14px;
    }

    .mega-panel li {
        margin: 0;
    }

    .mega-panel li a {
        color: #555;
        font-size: 0.98rem;
    }
}

@media (max-width: 760px) {
    :root {
        --tpz-container: min(100% - 28px, 1320px);
    }

    .container,
    .shop-main > .container,
    .tpz-page .container,
    .tpz-rail .container,
    .tpz-faq .container,
    .tpz-product-reviews .container {
        width: min(100% - 28px, 1320px) !important;
        max-width: min(100% - 28px, 1320px) !important;
    }

    .utility-bar {
        font-size: 0.82rem;
    }

    .utility-bar__inner {
        display: grid !important;
        grid-template-columns: 38px minmax(0, 1fr) 38px !important;
        min-height: 42px !important;
        padding: 0 !important;
    }

    .utility-bar__slides {
        position: relative;
        height: 42px !important;
        min-width: 0;
        overflow: hidden;
    }

    .utility-bar a,
    .utility-bar__inner a,
    .utility-slide {
        position: absolute !important;
        inset: 0;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 42px !important;
        padding: 0 !important;
        border: 0 !important;
        color: #2b2b2b;
        font-size: 0.82rem !important;
        font-weight: 700;
        line-height: 1;
        opacity: 0;
        visibility: hidden;
        white-space: nowrap;
    }

    .utility-slide.is-active {
        opacity: 1;
        visibility: visible;
    }

    .utility-bar__inner svg {
        width: 18px;
        height: 18px;
    }

    .utility-carousel-arrow {
        display: grid !important;
        width: 38px;
        height: 42px;
        font-size: 1.55rem;
    }

    .main-header__inner {
        grid-template-columns: 72px minmax(0, 1fr) 48px !important;
        gap: 8px !important;
        min-height: auto !important;
        padding: 14px 0 16px !important;
    }

    .nav-toggle {
        display: inline-grid !important;
        place-items: center;
        width: 72px;
        height: 46px;
        padding: 0 !important;
        border: 1px solid #cfcfcf;
        color: #202020;
        font-size: 0.82rem !important;
        font-weight: 700;
        letter-spacing: 0.02em;
        background: #fff;
    }

    .nav-toggle.is-open .nav-toggle__label {
        font-size: 0;
    }

    .nav-toggle.is-open .nav-toggle__label::before {
        content: "Close";
        font-size: 0.82rem;
    }

    .tpz-badge-logo {
        min-width: 116px !important;
        max-width: 128px !important;
        min-height: 54px !important;
    }

    .site-logo {
        justify-self: center;
    }

    .account-nav {
        display: flex !important;
        width: 48px;
        justify-content: flex-end;
        gap: 0 !important;
    }

    .account-link {
        display: none !important;
    }

    .cart-link {
        display: flex !important;
    }

    .cart-link svg {
        width: 25px !important;
        height: 25px !important;
    }

    .cart-link strong {
        top: -10px;
        right: -12px;
        min-width: 20px;
        height: 20px;
        font-size: 11px;
    }

    .header-search {
        grid-column: 1 / -1;
        order: 4;
        width: 100%;
        margin: 10px 0 0 !important;
        padding-right: 12px;
        border-radius: 0;
        background: #f1f1f1;
    }

    .header-search input[type="search"] {
        min-height: 48px !important;
        padding: 0 14px !important;
        font-size: 1rem !important;
    }

    .promo-strip__inner {
        display: grid !important;
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        align-items: center !important;
        min-height: 58px !important;
        padding: 0 !important;
    }

    .promo-arrow {
        position: static !important;
        display: grid !important;
        transform: none !important;
        width: 32px;
        height: 58px;
        padding: 0;
        font-size: 1.7rem;
    }

    .promo-slides {
        height: 58px !important;
        min-width: 0;
        overflow: hidden;
    }

    .promo-slide {
        padding: 0 !important;
        overflow: hidden;
    }

    .promo-slide p {
        max-width: 100% !important;
        padding: 0 4px;
        font-size: 0.82rem !important;
        font-weight: 650;
        line-height: 1.25 !important;
    }

    .promo-strip a {
        display: inline;
        margin-left: 4px;
    }

    .hero {
        min-height: 492px !important;
        max-height: 610px;
    }

    .hero__media {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .44)),
            var(--hero-image) center/cover !important;
    }

    .hero__slide--right .hero__media {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .48)),
            var(--hero-image) center/cover !important;
    }

    .hero__content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 58px 42px 52px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .hero__content-inner {
        max-width: 330px !important;
        text-align: center !important;
    }

    .hero__content h1 {
        font-size: clamp(2.15rem, 10vw, 3.25rem) !important;
        line-height: 0.94 !important;
        letter-spacing: -0.02em;
    }

    .hero__content p:not(.eyebrow) {
        margin: 12px auto 16px;
        font-size: clamp(1rem, 4.3vw, 1.3rem) !important;
        line-height: 1.18 !important;
    }

    .hero__actions .button {
        width: min(100%, 280px) !important;
        min-height: 50px;
        padding: 15px 18px;
        font-size: 0.9rem;
    }

    .hero__fineprint {
        font-size: 0.78rem !important;
    }

    .hero__arrow {
        width: 34px !important;
        height: 44px !important;
        font-size: 2.2rem !important;
    }

    .hero__arrow--prev {
        left: 8px !important;
    }

    .hero__arrow--next {
        right: 8px !important;
    }

    .mega-nav.is-open {
        max-height: calc(100vh - 160px);
        overflow-y: auto !important;
        overscroll-behavior: contain;
    }

    .mega-nav__link {
        min-height: 56px;
    }

    .footer-main {
        display: block !important;
        padding: 34px 0 22px !important;
    }

    .footer-signup h2 {
        font-size: 1.85rem !important;
    }

    .footer-signup p {
        font-size: 0.95rem;
    }

    .signup-input-wrap input {
        min-height: 54px;
        font-size: 1rem;
    }

    .signup-fineprint {
        font-size: 0.78rem !important;
        line-height: 1.55 !important;
    }

    .footer-social {
        gap: 32px;
        margin: 34px 0 36px !important;
    }

    .footer-social svg {
        width: 24px;
        height: 24px;
    }

    .footer-links {
        display: block !important;
        margin-top: 28px;
    }

    .footer-link-group {
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .footer-link-group:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .footer-link-group__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 68px;
        margin: 0;
        color: #fff;
        font-size: 1.3rem;
        cursor: pointer;
    }

    .footer-link-group__icon {
        display: inline-block;
        font-family: Arial, sans-serif;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1;
    }

    .footer-link-group__nav {
        display: none;
        padding: 0 0 18px;
    }

    .footer-link-group.is-open .footer-link-group__nav {
        display: block;
    }

    .footer-link-group__nav a {
        margin: 12px 0;
        font-size: 0.95rem;
    }

    .footer-country {
        margin: 34px 0 10px;
    }

    .footer-legal__inner {
        align-items: flex-start !important;
        gap: 24px;
        padding: 20px 0 36px !important;
        text-align: left !important;
    }

    .footer-legal__copy {
        display: flex;
        flex-direction: column-reverse;
        gap: 26px;
        width: 100%;
    }

    .footer-legal nav {
        display: flex !important;
        flex-wrap: wrap;
        gap: 12px 14px;
        justify-content: flex-start;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .footer-trust-badges {
        width: 100%;
        justify-content: flex-start;
        gap: 14px !important;
    }

    .footer-trust-badges img {
        height: 32px !important;
        filter: none !important;
        opacity: 1 !important;
    }

    .footer-trust-badges img:last-child {
        height: 38px !important;
    }

    .support-band__grid {
        padding: 34px 0 !important;
        gap: 22px !important;
    }

    .support-heading {
        font-size: 2rem !important;
    }

    .support-col {
        gap: 12px;
    }

    .tpz-page-hero__inner {
        padding: 44px 0 !important;
    }

    .tpz-page-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.35rem) !important;
    }

    .tpz-page-hero p:not(.eyebrow) {
        font-size: 1rem !important;
    }

    .tpz-page-panel {
        padding: 20px !important;
    }

    .tpz-page-sections__inner {
        padding-bottom: 34px;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--tpz-paper);
    color: var(--tpz-ink);
    font-family: var(--tpz-body);
    font-size: 14px;
    line-height: 1.45;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

body {
    position: relative;
}

.site-header,
.site-main,
.site-footer {
    max-width: 100vw;
    overflow-x: clip;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

input,
button,
select,
textarea {
    font: inherit;
}

.container {
    width: var(--tpz-container);
    margin-inline: auto;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
    z-index: 999;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    background: #fff;
}

h1,
h2,
h3,
.site-logo__text,
.button,
.mega-nav__link {
    font-family: var(--tpz-font);
    letter-spacing: .01em;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    margin-bottom: 0;
}

h1 {
    font-size: clamp(3.4rem, 4.6vw, 5.2rem);
    line-height: .9;
    text-transform: uppercase;
}

h2 {
    font-size: clamp(2rem, 2.6vw, 2.35rem);
    line-height: 1;
    text-transform: uppercase;
}

h3 {
    font-size: 1.45rem;
    line-height: 1;
    text-transform: uppercase;
}

.eyebrow {
    color: var(--tpz-orange);
    font-family: var(--tpz-font);
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.button,
.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 295px;
    padding: 19px 26px;
    border: 0;
    border-radius: 2px;
    background: var(--tpz-orange);
    color: #fff;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    transition: .18s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    transform: translateY(-1px);
    background: var(--tpz-orange-dark);
    border-color: var(--tpz-orange-dark);
}

.button--secondary {
    background: transparent;
    color: var(--tpz-ink);
}

.button--ghost {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(0, 0, 0, .28);
}

.button--dark {
    border-color: var(--tpz-ink);
    background: var(--tpz-ink);
}

.button--light {
    border-color: #fff;
    background: #fff;
    color: var(--tpz-ink);
}

.utility-bar {
    background: #ececec;
    color: #191919;
    font-size: .84rem;
}

.utility-bar__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    min-height: 44px;
    padding: 0;
}

.utility-bar__slides {
    display: flex;
    justify-content: center;
}

.utility-carousel-arrow {
    display: none;
}

.utility-bar a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 18px;
    padding: 0 28px;
    border-right: 1px solid #1f1f1f;
    font-weight: 500;
    text-decoration: none;
}

.utility-bar a:last-child {
    border-right: 0;
}

.utility-bar__slides a:last-child {
    border-right: 0;
}

.utility-icon {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 17px;
}

.utility-icon::before,
.utility-icon::after {
    content: "";
    position: absolute;
    border: 2px solid var(--tpz-ink);
}

.utility-icon--truck::before {
    inset: 4px 5px 2px 0;
}

.utility-icon--truck::after {
    right: 0;
    bottom: 2px;
    width: 8px;
    height: 6px;
    border-left: 0;
}

.utility-icon--box::before {
    inset: 1px 4px 1px 4px;
    transform: rotate(45deg);
}

.utility-icon--pay::before {
    inset: 3px 0 2px 0;
}

.utility-icon--machine::before {
    left: 2px;
    bottom: 1px;
    width: 15px;
    height: 10px;
    border-color: var(--tpz-orange);
}

.utility-icon--machine::after {
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border-color: var(--tpz-orange);
}

.promo-strip {
    background: #1a1a1a;
    color: #fff;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
}

.promo-strip__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 48px;
}

.promo-slides {
    flex: 1;
    position: relative;
    height: 40px;
}

.promo-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    text-align: center;
}

.promo-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.promo-strip a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 5px;
}

.promo-arrow {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.promo-arrow--prev { left: 10px; }
.promo-arrow--next { right: 10px; }

.main-header {
    position: relative;
    z-index: 220;
    background: #fff;
    border-bottom: 0;
    overflow: visible;
}

.main-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: clamp(10px, 2vw, 30px);
    min-height: 80px;
    overflow: visible;
    z-index: 230;
}

.site-logo__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 88px;
    height: 54px;
    border: 3px solid #1f1f1f;
    border-radius: 50% / 42%;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--tpz-orange);
    color: var(--tpz-ink);
    font-size: .86rem;
    font-weight: 900;
    line-height: .8;
    text-transform: uppercase;
}

.site-logo__text strong {
    color: #fff;
    background: #1f1f1f;
    padding: 2px 5px;
    font-size: .68rem;
    letter-spacing: .05em;
}

.nav-toggle {
    display: none;
    border: 1px solid var(--tpz-line);
    background: #fff;
    padding: 10px 12px;
    text-transform: uppercase;
}

.header-search {
    display: flex;
    border: 0;
    background: #f0f0f0;
}

.header-search input[type="search"] {
    width: 100%;
    border: 0;
    padding: 13px 14px;
    background: transparent;
}

.header-search button {
    border: 0;
    background: transparent;
    color: var(--tpz-ink);
    padding: 0 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.account-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    font-size: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.account-link,
.cart-link {
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
    transition: color 0.2s ease;
}

.cart-link strong {
    position: absolute;
    top: -8px;
    right: -10px;
    display: inline-grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #369b35;
    color: #fff;
    font-family: var(--tpz-body);
    font-size: 10px;
    font-weight: 800;
}

.mega-nav {
    position: relative;
    z-index: 260;
    background: transparent;
    border-bottom: 0;
    overflow: visible;
}

.mega-nav__inner {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.mega-nav__item {
    position: static;
}

.mega-nav__link {
    display: block;
    padding: 30px 0;
    font-family: var(--tpz-body);
    font-size: .86rem;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.mega-nav__item:hover .mega-panel,
.mega-nav__item:focus-within .mega-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mega-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 34px;
    width: var(--tpz-container);
    margin: 0 auto;
    padding: 28px;
    border: 1px solid var(--tpz-line);
    background: #fff;
    box-shadow: var(--tpz-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: .18s ease;
    z-index: 9999;
}

.mega-panel__promo {
    overflow: hidden;
    padding: 24px;
    background: linear-gradient(145deg, var(--tpz-brown), #4d2d16);
    color: #fff;
}

.mega-panel__promo img {
    display: block;
    width: calc(100% + 48px);
    height: 150px;
    margin: -24px -24px 20px;
    object-fit: cover;
}

.mega-panel__promo p {
    color: #f4c49e;
    font-weight: 800;
    text-transform: uppercase;
}

.mega-panel__columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.mega-panel__heading {
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.mega-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-panel li {
    margin: 6px 0;
    color: var(--tpz-muted);
}

@media (min-width: 1101px) {
    .site-header {
        position: relative;
        z-index: 10000;
        overflow: visible;
    }

    .main-header {
        z-index: 3;
    }

    .main-header__inner {
        position: relative;
        overflow: visible;
    }

    .promo-strip {
        position: relative;
        z-index: 1;
    }

    .mega-nav,
    .mega-nav__inner,
    .mega-nav__item {
        position: static;
    }

    .mega-panel {
        left: 50%;
        right: auto;
        width: 100vw;
        max-height: calc(100vh - 118px);
        margin: 0 0 0 -50vw;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        padding-inline: max(28px, calc((100vw - 1560px) / 2 + 28px));
        z-index: 20;
    }
}

.hero {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: #222;
    color: #fff;
}

.hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .55s ease;
}

.hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero__media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .18) 48%, rgba(0, 0, 0, .05)),
        var(--hero-image) center/cover;
}

.hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px; /* Space for arrows */
}

.hero__content-inner {
    max-width: min(700px, 58vw);
}

.hero__slide--right .hero__content {
    align-items: flex-end;
}

.hero__slide--right .hero__content-inner {
    text-align: right;
}

.hero__slide--right .hero__media {
    background:
        linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .28) 48%, transparent),
        var(--hero-image) center/cover;
}

.hero__content h1 {
    font-size: clamp(2.75rem, 3.15vw, 3.45rem);
}

.hero__content p:not(.eyebrow) {
    margin: 12px 0 16px;
    font-size: 1.5rem;
    line-height: 1.22;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
}

.hero__slide--right .hero__actions {
    justify-content: flex-end;
}

.hero__slide--forks .hero__content-inner {
    max-width: min(620px, 46vw);
}

.hero__fineprint {
    margin: 14px 0 0;
    color: #fff;
    font-size: .98rem;
    font-weight: 600;
    letter-spacing: .01em;
}

.hero__dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 14px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero__dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .5);
}

.hero__dots button.is-active {
    background: #fff;
}

.hero__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 32px;
    height: 42px;
    border: 0;
    border-radius: 3px;
    background: rgba(255, 255, 255, .82);
    color: #2b2b2b;
    font-size: 2.4rem;
    line-height: 1;
}

.hero__arrow--prev {
    left: 98px;
}

.hero__arrow--next {
    right: 98px;
}

.section {
    padding: 50px 0 26px;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 24px;
}

.section-heading--split {
    display: flex;
    max-width: none;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
}

.category-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 318px;
    grid-template-columns: none;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.category-grid::-webkit-scrollbar {
    display: none;
}

.category-card {
    min-height: 470px;
    background: #ddd;
    overflow: hidden;
}

.category-card a {
    position: relative;
    display: grid;
    min-height: 470px;
    align-items: end;
    color: #fff;
}

.category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .28s ease;
}

.category-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .62));
}

.category-card:hover img {
    transform: scale(1.04);
}

.category-card__body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    padding: 0 24px 23px;
}

.category-card strong {
    font-family: var(--tpz-font);
    font-size: 2.25rem;
    line-height: .95;
    text-transform: uppercase;
}

.category-card em {
    color: #fff;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.carousel-controls {
    display: grid;
    grid-template-columns: 1fr 36px 36px;
    align-items: center;
    gap: 18px;
    margin-top: 36px;
    margin-bottom: 14px;
}

.carousel-controls__progress {
    position: relative;
    display: block;
    height: 3px;
    overflow: hidden;
    background: #bfbfbf;
}

.carousel-controls__progress-bar {
    position: absolute;
    inset: 0 auto 0 0;
    width: 24%;
    background: #111;
    transition: width .22s ease, transform .22s ease;
}

.carousel-controls button {
    border: 0;
    background: transparent;
    color: #111;
    font-size: 2.2rem;
    transition: opacity .2s ease;
}

.carousel-controls button:disabled {
    opacity: .34;
}

.story-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 650px);
    background: var(--tpz-green);
    color: #fff;
}

.story-panel__image {
    min-height: 620px;
    background: url("https://cdn.shopify.com/s/files/1/0805/4738/1552/files/191737_01.jpg?v=1770729954") center/cover;
}

.story-panel__content {
    padding: clamp(40px, 7vw, 92px);
}

.value-list {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.value-list > div {
    border-top: 1px solid rgba(255, 255, 255, .24);
    padding-top: 18px;
}

.seasonal-promo {
    background: var(--tpz-orange);
    color: #fff;
}

.seasonal-promo__inner,
.fitment-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 54px 0;
}

.seasonal-promo p:not(.eyebrow),
.fitment-band p:not(.eyebrow) {
    max-width: 740px;
    margin-bottom: 0;
    font-size: 1.18rem;
}

.explore-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.explore-card {
    border: 1px solid var(--tpz-line);
    background: #fff;
}

.explore-card img {
    width: 100%;
    aspect-ratio: 1.1;
    object-fit: cover;
}

.explore-card span {
    display: block;
    padding: 16px;
    font-family: var(--tpz-font);
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.fitment-band {
    background:
        linear-gradient(90deg, rgba(247, 243, 236, .94), rgba(247, 243, 236, .84)),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, .08) 0 1px, transparent 1px 14px);
    border-block: 1px solid var(--tpz-line);
}

.support-band {
    background: #fff;
    color: var(--tpz-ink);
    border-bottom: 1px solid var(--tpz-line);
}

.support-band__grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 40px;
    padding: 64px 0;
}

.support-heading {
    font-size: 2.8rem;
    line-height: 0.9;
    margin-bottom: 12px;
}

.support-col {
    display: flex;
    gap: 16px;
}

.support-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--tpz-ink);
    margin-top: 4px;
}

.support-content h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.support-content p {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: var(--tpz-muted);
}

.support-content a {
    color: var(--tpz-ink);
    text-decoration: underline;
    font-weight: 700;
}

.support-hours {
    font-size: 0.8rem !important;
    line-height: 1.4;
    opacity: 0.8;
}

.footer-main-wrapper {
    background: #1f1f1f;
    color: #fff;
}

.footer-main {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 80px;
    padding: 80px 0;
}

.footer-signup h2 {
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.footer-signup p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
}

.signup-input-wrap {
    display: flex;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
}

.signup-input-wrap input {
    flex: 1;
    border: 0;
    padding: 14px 20px;
    color: var(--tpz-ink);
}

.signup-input-wrap button {
    border: 0;
    background: #fff;
    color: var(--tpz-ink);
    padding: 0 16px;
    cursor: pointer;
}

.signup-input-wrap button svg {
    width: 24px;
    height: 24px;
}

.signup-fineprint {
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5) !important;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.footer-social a {
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.footer-social a:hover {
    opacity: 1;
}

.footer-country {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.9rem;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.footer-links h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #fff;
}

.footer-links a {
    display: block;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #fff;
}

.footer-legal {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

.footer-legal__inner {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 40px;
}

.footer-legal nav {
    display: flex;
    gap: 12px;
}

.footer-legal a {
    color: inherit;
}

.footer-legal .sep {
    opacity: 0.3;
}

.content-layout {
    padding: 64px 0;
}

.content-card {
    margin-bottom: 24px;
    padding: clamp(24px, 5vw, 54px);
    border: 1px solid var(--tpz-line);
    background: #fff;
}

.content-card--page {
    max-width: 940px;
    margin-inline: auto;
}

.entry-content a {
    color: var(--tpz-orange-dark);
    text-decoration: underline;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.shop-main {
    padding: 46px 0 76px;
}

.post-type-archive-product > .page-title,
.woocommerce-page > .page-title {
    display: none;
}

.tpz-breadcrumbs {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 24px;
    font-weight: 500;
}

.tpz-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.tpz-breadcrumbs a:hover {
    text-decoration: underline;
}

.tpz-breadcrumbs .sep {
    margin: 0 4px;
}

.tpz-breadcrumbs strong {
    color: #111;
    font-weight: 700;
}

.shop-header {
    background: #f4f4f4;
    padding: 32px 0;
    margin-bottom: 40px;
    /* Full width background */
    box-shadow: 0 0 0 100vmax #f4f4f4;
    clip-path: inset(0 -100vmax);
}

.shop-header__main {
    margin-bottom: 40px;
}

.shop-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.shop-description {
    max-width: 800px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #444;
}

.shop-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}

.shop-subcats {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.shop-subcats__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    padding-right: 40px;
}

.shop-subcats__track::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.subcat-pill {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    transition: all 0.2s ease;
}

.subcat-pill:hover,
.subcat-pill.is-active {
    border-color: #111;
    background: #fff;
}

.subcat-pill.is-active {
    outline: 2px solid #111;
    outline-offset: -2px;
}

.subcat-nav {
    display: flex;
    gap: 4px;
    margin-left: 10px;
}

.subcat-arrow {
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 4px;
    color: #666;
}

.shop-utility {
    display: flex;
    align-items: center;
    gap: 24px;
}

.shop-count {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: #fff;
    border: 1px solid #111;
    border-radius: 2px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #111;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-toggle:hover {
    background: #f9f9f9;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    float: none;
    font-weight: 700;
    color: #111;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    float: none;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
    padding: 0 48px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
    border: 0;
    background: transparent;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0;
    background: #f6f6f6;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.6em;
    padding: 22px 0 6px;
    color: var(--tpz-ink);
    font-family: var(--tpz-font);
    font-size: 1.35rem;
    line-height: 1;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
    display: block;
    padding: 0 0 10px;
    color: var(--tpz-orange-dark);
    font-size: 1.05rem;
    font-weight: 900;
}

.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce span.onsale {
    min-height: auto;
    min-width: auto;
    padding: 8px 10px;
    border-radius: 0;
    background: var(--tpz-orange);
    font-family: var(--tpz-font);
    line-height: 1;
    text-transform: uppercase;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(380px, 1fr);
    gap: 48px;
    padding: 0 48px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: auto;
}

.woocommerce div.product div.images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: contents;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    background: #f6f6f6;
}

.woocommerce div.product div.images img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.woocommerce div.product div.summary {
    position: sticky;
    top: 24px;
    align-self: start;
    padding: 28px 0;
}

.woocommerce div.product .product_title {
    margin-bottom: 14px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: .95;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--tpz-orange-dark);
    font-size: 1.7rem;
    font-weight: 900;
}

.woocommerce div.product form.cart {
    padding: 22px;
    border: 0;
    background: transparent;
}

.woocommerce div.product .single_add_to_cart_button.button,
.woocommerce div.product .single_add_to_cart_button.button.alt {
    background: var(--tpz-orange);
    color: #fff;
}

.woocommerce .quantity .qty {
    min-height: 46px;
    border: 1px solid var(--tpz-line);
}

.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-checkout #payment {
    border-radius: 0;
    border-color: var(--tpz-line);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.35rem;
}

@media (max-width: 1100px) {
    .main-header__inner {
        grid-template-columns: auto 1fr auto;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .header-search {
        grid-column: 1 / -1;
        order: 2;
        margin-bottom: 16px;
    }

    .mega-nav {
        display: none;
    }

    .mega-nav.is-open {
        display: block;
    }

    .mega-nav__inner {
        display: grid;
        padding: 12px 0;
    }

    .mega-panel {
        position: static;
        display: none;
        width: auto;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .mega-nav__item:hover .mega-panel,
    .mega-nav__item:focus-within .mega-panel {
        display: grid;
    }

    .category-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .explore-grid,
    .footer-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    h1 {
        font-size: clamp(2.9rem, 16vw, 4.3rem);
    }

    .utility-bar__inner,
    .promo-strip__inner,
    .seasonal-promo__inner,
    .fitment-band__inner,
    .footer-legal__inner,
    .section-heading--split {
        align-items: flex-start;
        flex-direction: column;
    }

    .utility-bar__inner,
    .promo-strip__inner {
        gap: 8px;
    }

    .main-header__inner {
        gap: 14px;
    }

    .account-nav {
        font-size: .9rem;
        gap: 10px;
    }

    .hero {
        min-height: 560px;
    }

    .category-section {
        width: min(calc(100vw - 56px), 1560px);
    }

    .category-grid,
    .explore-grid,
    .support-band__grid,
    .footer-main,
    .footer-links,
    .search-results-grid,
    .woocommerce ul.products,
    .woocommerce div.product,
    .story-panel {
        grid-template-columns: 1fr;
    }

    .story-panel__image {
        min-height: 360px;
    }

    .category-grid {
        display: flex;
        gap: 16px;
        grid-template-columns: none;
        grid-auto-flow: unset;
        grid-auto-columns: unset;
        align-items: stretch;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
    }

    .category-card {
        flex: 0 0 calc(100vw - 56px);
        min-height: 430px;
        scroll-snap-align: start;
    }

    .category-card a {
        min-height: 430px;
    }

    .category-card strong {
        font-size: clamp(2.4rem, 12vw, 3rem);
    }

    .carousel-controls {
        grid-template-columns: minmax(0, 1fr) 40px 40px;
        gap: 14px;
        margin-top: 22px;
        margin-bottom: 6px;
    }

    .mega-panel,
    .mega-panel__columns {
        grid-template-columns: 1fr;
    }
}

/* ── RECOMMENDED FOR YOU ── */
.recommended-section {
    padding: 80px 0;
    background-color: var(--tpz-paper);
}

.recommended-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 24px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.recommended-track::-webkit-scrollbar {
    display: none;
}

.rec-card {
    flex: 0 0 318px;
    background: #fff;
    border: 1px solid var(--tpz-line);
    transition: transform 0.2s ease;
}

.rec-card:hover {
    transform: translateY(-4px);
}

.rec-card__link {
    display: block;
    position: relative;
    height: 100%;
}

.rec-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: var(--tpz-orange);
    color: #fff;
    padding: 4px 10px;
    font-family: var(--tpz-font);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.rec-card__image {
    padding: 20px;
    background: #fff;
}

.rec-card__image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.rec-card__body {
    padding: 20px;
    border-top: 1px solid var(--tpz-line);
}

.rec-card__limited {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--tpz-ink);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.rec-card__title {
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 12px;
    min-height: 2.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rec-card__price {
    margin-bottom: 16px;
}

.rec-card__price .price {
    display: block;
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--tpz-ink);
}

.rec-card__price del {
    color: var(--tpz-muted);
    font-weight: 400;
    margin-right: 8px;
}

.rec-card__price ins {
    text-decoration: none;
}

.rec-card__discount {
    display: inline-block;
    color: #d11212;
    font-weight: 700;
    font-size: 0.85rem;
}

.rec-card__badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--tpz-line);
}

.rec-card__badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--tpz-muted);
}

.rec-card__badge-item svg {
    flex-shrink: 0;
}

.recommended-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.recommended-progress {
    flex: 1;
    height: 3px;
    background: var(--tpz-line);
    position: relative;
}

.recommended-progress__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--tpz-ink);
    width: 0;
    transition: width 0.3s ease;
}

.recommended-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid var(--tpz-line);
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.2s ease;
}

.recommended-arrow:hover {
    background: var(--tpz-ink);
    color: #fff;
    border-color: var(--tpz-ink);
}

/* ── SPRING SPLIT ── */
.spring-split {
    display: flex;
    min-height: 600px;
    background: #1a1a1a;
    color: #fff;
}

.spring-split__text {
    flex: 1;
    padding: 80px clamp(40px, 8vw, 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.spring-split__heading {
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 0.9;
    margin-bottom: 30px;
}

.spring-split__copy {
    font-size: 1.25rem;
    line-height: 1.4;
    max-width: 540px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.spring-split__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    min-width: 240px;
    padding: 10px 30px;
    background: #db7d2b;
    color: #fff;
    font-family: var(--tpz-font);
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.spring-split__cta:hover {
    background: #c96c20;
}

.spring-split__image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.spring-split__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .spring-split {
        flex-direction: column-reverse;
    }
    
    .spring-split__image {
        min-height: 400px;
    }
    
    .spring-split__text {
        padding: 60px 40px;
    }
}

@media (max-width: 768px) {
    .recommended-section {
        padding: 60px 0;
    }
    
    .rec-card {
        flex: 0 0 280px;
    }
    
    .spring-split__heading {
        font-size: 3.5rem;
    }
}

/* ── FITMENT SPLIT ── */
.fitment-split {
    display: flex;
    min-height: 600px;
    background: #1a1a1a;
    color: #fff;
}

.fitment-split__text {
    flex: 1;
    padding: 80px clamp(40px, 8vw, 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.fitment-split__heading {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 0.9;
    margin-bottom: 30px;
}

.fitment-split__copy {
    font-size: 1.2rem;
    line-height: 1.4;
    max-width: 500px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.fitment-split__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    min-width: 240px;
    padding: 10px 30px;
    background: #db7d2b;
    color: #fff;
    font-family: var(--tpz-font);
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.fitment-split__cta:hover {
    background: #c96c20;
}

.fitment-split__image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.fitment-split__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .fitment-split {
        flex-direction: column-reverse;
    }
    
    .fitment-split__image {
        min-height: 400px;
    }
    
    .fitment-split__text {
        padding: 60px 40px;
    }
}

/* ── REFINED BADGE LOGO ── */
.tpz-badge-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 4px;
    padding: clamp(4px, 1vw, 6px) clamp(10px, 2vw, 16px);
    background: #fff;
    position: relative;
    box-shadow: inset 0 0 0 1px #db7d2b;
    min-width: clamp(120px, 15vw, 160px);
    max-width: 180px;
    transform: skewX(-5deg);
    flex-shrink: 0;
}

.tpz-badge-logo__top {
    font-family: var(--tpz-font);
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
    font-weight: 900;
    line-height: 0.9;
    color: #000;
    letter-spacing: -0.02em;
}

.tpz-badge-logo__bottom {
    font-family: var(--tpz-font);
    font-size: clamp(0.6rem, 0.75vw, 0.75rem);
    font-weight: 800;
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 1px 6px;
    margin-top: 3px;
    border-radius: 1px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1200px) {
    .main-header__inner {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .tpz-badge-logo {
        min-width: 100px;
        padding: 3px 8px;
    }
    .tpz-badge-logo__top { font-size: 0.8rem; }
    .tpz-badge-logo__bottom { font-size: 0.55rem; padding: 1px 4px; }
}

/* ── HEADER ICON REFINEMENTS ── */
.utility-bar__inner a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.utility-bar__inner svg {
    color: #db7d2b;
}

.header-search {
    position: relative;
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 4px;
    padding-right: 10px;
}

.header-search button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
}

.header-search button:hover svg {
    color: #db7d2b;
}

.account-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.account-link svg {
    color: #333;
    transition: color 0.2s ease;
}

.account-link:hover svg,
.cart-link:hover svg {
    color: #db7d2b;
}

/* ── FOOTER TRUST BADGES ── */
.footer-trust-badges {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-trust-badges img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Make them white on the dark footer background */
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.footer-trust-badges img:hover {
    opacity: 1;
}

.footer-trust-badges img[alt*="Allyant"] {
    height: 42px; /* Allyant circle looks better slightly larger */
}

.footer-legal__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

@media (max-width: 991px) {
    .tpz-badge-logo {
        min-width: 120px;
        padding: 4px 10px;
    }
    .tpz-badge-logo__top { font-size: 1rem; }
    .tpz-badge-logo__bottom { font-size: 0.65rem; }
    
    .footer-legal__inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* ── SHOP REFINEMENT ── */
.shop-main > .container {
    width: min(1320px, calc(100vw - 48px));
}

.shop-main {
    padding: 30px 0 0;
}

.shop-header {
    padding: 28px 0 24px;
    margin-bottom: 28px;
}

.shop-header__main {
    margin-bottom: 28px;
}

.shop-title {
    max-width: 980px;
    font-size: clamp(2.8rem, 4vw, 4rem);
}

.shop-description {
    max-width: 940px;
    font-size: 1rem;
    line-height: 1.55;
    color: #565656;
}

.shop-controls {
    gap: 16px;
    align-items: center;
}

.shop-subcats__track {
    gap: 8px;
}

.subcat-pill {
    padding: 9px 14px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

.shop-utility {
    gap: 14px;
}

.shop-count {
    font-size: 0.82rem;
    color: #3f3f3f;
}

.filter-toggle {
    padding: 10px 16px;
    font-size: 0.82rem;
}

.woocommerce nav.woocommerce-pagination {
    margin: 24px 0 18px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    min-width: 34px;
    min-height: 34px;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #333;
    background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fff;
    border: 1px solid var(--tpz-line);
}

.woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 0;
}

.woocommerce ul.products li.product.tpz-product-card {
    background: #fff;
    border: 1px solid #e4e4e4;
}

.tpz-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.tpz-card__media {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 0.86;
    overflow: hidden;
    padding: 18px 18px 0;
    background: #fff;
}

.tpz-card__sale {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 3px 7px;
    background: #ff6a57;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.woocommerce ul.products li.product .tpz-card__media img {
    width: 100%;
    height: 100% !important;
    aspect-ratio: auto;
    object-fit: contain !important;
    object-position: center;
    background: #fff;
}

.tpz-card__body {
    padding: 12px 18px 14px;
    flex: 1;
}

.tpz-card__eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.tpz-card__rating {
    min-height: 18px;
    margin-bottom: 8px;
    font-size: 0.82rem;
}

.tpz-card__rating .star-rating {
    color: #ef8c24;
}

.woocommerce ul.products li.product .tpz-card__title {
    min-height: 3.1em;
    margin: 0 0 10px;
    font-family: var(--tpz-body);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.28;
    text-transform: none;
    letter-spacing: 0;
}

.woocommerce ul.products li.product .tpz-card__price,
.woocommerce ul.products li.product .tpz-card__price .price {
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    color: var(--tpz-orange-dark);
    font-weight: 800;
}

.tpz-card__price del {
    color: #777;
    margin-right: 6px;
}

.tpz-card__price ins {
    text-decoration: none;
}

.tpz-card__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 18px 16px;
    border-top: 1px solid #ececec;
    color: #666;
}

.tpz-card__footer-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tpz-archive-story {
    padding: 34px 0 10px;
}

.tpz-archive-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.tpz-archive-story__media {
    min-height: 280px;
    background: #ddd;
}

.tpz-archive-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpz-archive-story__copy h2 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.98;
}

.tpz-archive-story__copy p {
    margin: 0 0 14px;
    color: #4d4d4d;
    line-height: 1.6;
}

.tpz-faq {
    padding: 30px 0 12px;
}

.tpz-faq__inner h2,
.tpz-rail__head h2,
.tpz-product-reviews h2 {
    margin-bottom: 18px;
    font-size: clamp(1.8rem, 2.5vw, 2.7rem);
    line-height: 1;
}

.tpz-accordion {
    background: #fff;
    border-top: 1px solid #dfdfdf;
}

.tpz-accordion__item {
    border-bottom: 1px solid #dfdfdf;
}

.tpz-accordion__trigger {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: #242424;
    cursor: pointer;
}

.tpz-accordion__icon {
    font-size: 1.4rem;
    line-height: 1;
}

.tpz-accordion__item.is-open .tpz-accordion__icon {
    transform: rotate(45deg);
}

.tpz-accordion__panel {
    padding: 0 0 20px;
    color: #555;
    line-height: 1.6;
}

.tpz-rail {
    padding: 28px 0 10px;
}

.tpz-rail__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 1fr);
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
}

.tpz-rail__track::-webkit-scrollbar {
    display: none;
}

.tpz-rail-card {
    background: #fff;
    border: 1px solid #e4e4e4;
}

.tpz-rail__controls {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 16px;
}

.tpz-rail__progress {
    flex: 1;
    height: 3px;
    background: #d8d8d8;
}

.tpz-rail__progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: #171717;
}

.tpz-rail__arrows {
    display: flex;
    gap: 10px;
}

.tpz-single-product {
    padding-bottom: 10px;
}

.tpz-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.78fr);
    gap: 34px;
    align-items: start;
}

.tpz-product-hero__gallery {
    min-width: 0;
}

.tpz-product-hero__summary {
    position: sticky;
    top: 24px;
}

.tpz-product-hero__summary-inner {
    padding: 20px 22px 22px;
    background: #f5f2ee;
    border: 1px solid #e4ddd5;
}

.tpz-custom-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tpz-custom-gallery.is-single {
    grid-template-columns: minmax(0, 1fr);
}

.tpz-custom-gallery__item {
    display: block;
    min-height: 0;
    background: #fff;
    overflow: hidden;
}

.tpz-custom-gallery__item img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
}

.woocommerce .tpz-single-product div.images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
}

.woocommerce .tpz-single-product div.images .woocommerce-product-gallery__image {
    background: #f8f8f8;
}

.woocommerce .tpz-single-product div.images .woocommerce-product-gallery__image:first-child img,
.woocommerce .tpz-single-product div.images .woocommerce-product-gallery__image:nth-child(2) img {
    aspect-ratio: 1 / 0.9;
    object-fit: cover;
}

.woocommerce .tpz-single-product div.images .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce .tpz-single-product div.summary {
    position: static;
    top: auto;
    padding: 0;
    width: auto;
}

.woocommerce .tpz-single-product .product_title {
    margin-bottom: 12px;
    font-size: clamp(2rem, 2.8vw, 3rem);
    line-height: 0.95;
}

.woocommerce .tpz-single-product p.price,
.woocommerce .tpz-single-product span.price {
    color: #171717;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.woocommerce .tpz-single-product .woocommerce-product-details__short-description {
    color: #4f4f4f;
    line-height: 1.55;
}

.woocommerce .tpz-single-product form.cart {
    margin: 18px 0;
    padding: 0;
}

.woocommerce .tpz-single-product .single_add_to_cart_button.button.alt {
    width: 100%;
    min-height: 50px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: var(--tpz-orange) !important;
    border-color: var(--tpz-orange) !important;
    color: #fff !important;
}

.woocommerce .tpz-single-product .product_meta {
    display: grid;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid #ddd5cb;
    color: #616161;
    font-size: 0.84rem;
}

.tpz-product-sections {
    padding: 36px 0 10px;
}

.tpz-detail-block {
    padding: 22px 0;
    border-top: 1px solid #dfdfdf;
}

.tpz-detail-block__heading h2 {
    margin-bottom: 14px;
    font-size: clamp(1.7rem, 2.4vw, 2.5rem);
    line-height: 1;
}

.tpz-detail-block__body {
    max-width: 900px;
    color: #4f4f4f;
    line-height: 1.65;
}

.tpz-specs-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.3fr);
    gap: 24px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.tpz-specs-card__image {
    background: #f7f7f7;
    display: grid;
    place-items: center;
    min-height: 240px;
}

.tpz-specs-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tpz-spec-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
}

.tpz-spec-row span {
    color: #666;
    font-size: 0.9rem;
}

.tpz-spec-row strong {
    font-size: 0.96rem;
}

.tpz-detail-list {
    margin: 0;
    padding-left: 18px;
    color: #535353;
    line-height: 1.65;
}

.tpz-product-rail {
    padding-top: 26px;
}

.tpz-product-reviews {
    padding: 26px 0 34px;
}

.tpz-product-reviews .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpz-product-reviews .commentlist li {
    margin-bottom: 16px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e4e4e4;
}

.tpz-product-reviews .woocommerce-Reviews-title,
.tpz-product-reviews .comment-reply-title {
    font-size: 1.1rem;
    margin-bottom: 14px;
}

.tpz-product-reviews #review_form_wrapper,
.tpz-product-reviews .woocommerce-Reviews {
    max-width: 980px;
}

@media (max-width: 1180px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tpz-product-hero {
        grid-template-columns: 1fr;
    }

    .tpz-product-hero__summary {
        position: static;
    }
}

@media (max-width: 760px) {
    .utility-bar__inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        min-height: auto;
        padding: 8px 0;
    }

    .utility-bar a,
    .utility-bar__inner a {
        justify-content: center;
        min-height: auto;
        padding: 0;
        border-right: 0;
        font-size: 0.74rem;
        line-height: 1.15;
        text-align: center;
    }

    .main-header__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: auto;
        padding: 10px 0 12px;
    }

    .site-logo {
        justify-self: center;
    }

    .account-nav {
        justify-self: end;
        gap: 8px;
    }

    .account-link {
        display: none;
    }

    .cart-link svg {
        width: 20px;
        height: 20px;
    }

    .nav-toggle {
        padding: 10px 12px;
        font-size: 0.78rem;
    }

    .header-search {
        width: 100%;
        margin: 8px 0 0;
        grid-column: 1 / -1;
        order: 4;
    }

    .promo-strip__inner {
        min-height: 50px;
        padding: 0 12px;
    }

    .promo-slides {
        height: 50px;
    }

    .promo-arrow {
        display: none;
    }

    .promo-slide p {
        max-width: 100%;
        margin: 0 auto;
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .shop-main > .container {
        width: min(100vw - 24px, 1320px);
    }

    .shop-header {
        padding: 18px 0 16px;
        margin-bottom: 20px;
    }

    .shop-title {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .shop-controls {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-subcats {
        width: 100%;
    }

    .shop-utility {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
        gap: 12px;
    }

    .filter-toggle {
        width: 100%;
        justify-content: center;
    }

    .subcat-nav {
        display: none;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: auto !important;
        margin: 0 !important;
    }

    .tpz-card__body,
    .tpz-card__footer,
    .tpz-card__media {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tpz-card__media {
        padding-top: 10px;
    }

    .woocommerce ul.products li.product .tpz-card__media img {
        width: 100%;
        height: 100% !important;
        aspect-ratio: auto;
        object-fit: contain !important;
        object-position: center;
    }

    .tpz-card__body {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tpz-card__footer {
        display: grid;
        gap: 7px;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .tpz-card__eyebrow {
        font-size: 0.62rem;
    }

    .woocommerce ul.products li.product .tpz-card__title {
        min-height: auto;
        font-size: 0.92rem;
        line-height: 1.2;
    }

    .tpz-card__footer-item {
        font-size: 0.62rem;
    }

    .tpz-archive-story__grid,
    .tpz-specs-card {
        grid-template-columns: 1fr;
    }

    .tpz-archive-story__media {
        min-height: 220px;
    }

    .tpz-rail__track {
        grid-auto-columns: minmax(220px, 78vw);
    }

    .tpz-rail__controls {
        gap: 12px;
    }

    .woocommerce .tpz-single-product div.images {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .tpz-product-hero__summary-inner {
        padding: 16px;
    }

    .tpz-product-sections {
        padding-top: 24px;
    }

    .tpz-detail-block {
        padding: 16px 0;
    }

    .tpz-spec-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .tpz-accordion__trigger {
        padding: 16px 0;
        font-size: 0.95rem;
    }
}

/* ── RESPONSIVE POLISH + OVERFLOW CONTAINMENT ── */
.shop-header {
    box-shadow: none;
    clip-path: none;
}

.shop-main > .container,
.tpz-page .container,
.tpz-rail .container,
.tpz-faq .container,
.tpz-product-reviews .container {
    max-width: min(1320px, calc(100vw - 48px));
}

.shop-subcats,
.shop-subcats__track,
.tpz-rail,
.tpz-rail__track,
.tpz-product-hero,
.tpz-custom-gallery,
.tpz-product-sections,
.tpz-product-reviews,
.tpz-page {
    min-width: 0;
    max-width: 100%;
}

.shop-subcats__track,
.tpz-rail__track {
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.tpz-rail {
    padding: clamp(34px, 5vw, 58px) 0 clamp(16px, 3vw, 34px);
    overflow: hidden;
}

.tpz-rail__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 18px;
}

.tpz-rail__track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
}

.tpz-rail-card {
    flex: 0 0 calc((100% - 72px) / 5);
    min-width: 0;
    scroll-snap-align: start;
}

.tpz-rail .tpz-card__link {
    min-height: 100%;
}

.tpz-rail .tpz-card__media {
    padding: 14px 14px 0;
}

.tpz-rail .tpz-card__media img,
.tpz-rail .woocommerce ul.products li.product .tpz-card__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
}

.tpz-rail .tpz-card__body {
    padding: 12px 14px;
}

.tpz-rail .tpz-card__title {
    min-height: 3.2em;
    margin: 0 0 10px;
    font-family: var(--tpz-body);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0;
    text-transform: none;
}

.tpz-rail .tpz-card__footer {
    gap: 10px;
    padding: 11px 14px 13px;
}

.tpz-rail .tpz-card__footer-item {
    font-size: 0.65rem;
}

.tpz-accordion {
    background: transparent;
    border-top: 2px solid #d8d8d8;
}

.tpz-accordion__item {
    background: transparent;
}

.tpz-accordion__trigger {
    padding: 22px 0;
    font-size: 1.05rem;
    line-height: 1.25;
}

.tpz-accordion__trigger span:first-child {
    max-width: min(900px, calc(100% - 52px));
}

.tpz-accordion__icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-size: 1.35rem;
    font-weight: 800;
    transform: none !important;
}

.tpz-accordion__item.is-open .tpz-accordion__icon {
    color: var(--tpz-orange-dark);
}

.tpz-accordion__panel {
    max-width: 920px;
    padding: 0 0 24px;
    color: #535353;
    font-size: 0.98rem;
    line-height: 1.68;
}

.tpz-product-reviews {
    overflow: hidden;
}

.tpz-product-reviews #review_form_wrapper,
.tpz-product-reviews .woocommerce-Reviews {
    width: min(980px, 100%);
}

.tpz-product-reviews textarea,
.tpz-product-reviews input[type="text"],
.tpz-product-reviews input[type="email"] {
    max-width: 100%;
}

.tpz-page {
    background: var(--tpz-paper);
}

.tpz-page-hero {
    padding: clamp(54px, 8vw, 96px) 0 clamp(40px, 6vw, 70px);
    background:
        linear-gradient(120deg, rgba(244, 244, 244, .96), rgba(244, 244, 244, .82)),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, .055) 0 1px, transparent 1px 18px);
    border-bottom: 1px solid var(--tpz-line);
}

.tpz-page-hero__inner {
    max-width: min(960px, calc(100vw - 48px));
}

.tpz-page-hero h1 {
    max-width: 900px;
    margin-bottom: 18px;
    font-size: clamp(2.9rem, 5vw, 5rem);
}

.tpz-page-hero p:not(.eyebrow) {
    max-width: 760px;
    margin-bottom: 24px;
    color: #4d4d4d;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.62;
}

.tpz-page-body {
    padding: clamp(42px, 6vw, 76px) 0;
}

.tpz-page-body__inner {
    display: grid;
    gap: 28px;
}

.tpz-page-body__inner--split {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    align-items: start;
}

.tpz-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tpz-page-panel,
.tpz-contact-form,
.tpz-page-support__inner {
    border: 1px solid #dfdfdf;
    background: #fff;
}

.tpz-page-panel {
    padding: clamp(22px, 3vw, 34px);
}

.tpz-page-panel h2,
.tpz-contact-form h2 {
    margin-bottom: 12px;
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.tpz-page-panel p {
    margin: 0;
    color: #555;
    line-height: 1.65;
}

.tpz-contact-form {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 14px;
    padding: clamp(22px, 3vw, 32px);
}

.tpz-form-notice {
    margin: 0 0 12px;
    padding: 12px 14px;
    border: 1px solid #dfdfdf;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.tpz-form-notice--success {
    border-color: #a8d5b0;
    background: #edf8ef;
    color: #1d5c2c;
}

.tpz-form-notice--error {
    border-color: #efb8b4;
    background: #fdf0ef;
    color: #8b2f24;
}

.tpz-contact-form label {
    display: grid;
    gap: 7px;
    color: #333;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tpz-contact-form input,
.tpz-contact-form textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    background: #f8f8f8;
    padding: 12px 13px;
    color: #222;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

.tpz-contact-form textarea {
    resize: vertical;
}

.tpz-contact-form .button {
    width: 100%;
    min-width: 0;
}

.tpz-page-support {
    padding: 0 0 clamp(50px, 7vw, 88px);
}

.tpz-page-support__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px 34px;
    padding: clamp(26px, 4vw, 42px);
}

.tpz-page-support__inner h2 {
    margin-bottom: 8px;
}

.tpz-page-support__inner p {
    max-width: 780px;
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.tpz-page-support__inner .button {
    grid-row: 1 / span 2;
    grid-column: 2;
}

@media (max-width: 1180px) {
    .tpz-rail-card {
        flex-basis: calc((100% - 36px) / 3);
    }
}

@media (max-width: 900px) {
    .tpz-page-body__inner--split,
    .tpz-page-support__inner {
        grid-template-columns: 1fr;
    }

    .tpz-contact-form,
    .tpz-page-support__inner .button {
        position: static;
        grid-row: auto;
        grid-column: auto;
    }
}

@media (max-width: 760px) {
    html,
    body {
        overflow-x: hidden;
    }

    :root {
        --tpz-container: min(100% - 24px, 1320px);
    }

    .site-header,
    .site-main,
    .site-footer {
        overflow-x: hidden;
    }

    .container,
    .shop-main > .container,
    .tpz-page .container,
    .tpz-rail .container,
    .tpz-faq .container,
    .tpz-product-reviews .container {
        width: min(100% - 24px, 1320px);
        max-width: min(100% - 24px, 1320px);
    }

    .utility-bar__inner {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        align-items: center;
        gap: 0;
        min-height: 46px;
        padding: 0;
    }

    .utility-bar__slides {
        position: relative;
        display: block;
        min-width: 0;
        height: 46px;
        overflow: hidden;
    }

    .utility-bar a,
    .utility-bar__inner a,
    .utility-slide {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 46px;
        padding: 0 4px;
        border: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .28s ease, visibility .28s ease;
        white-space: nowrap;
    }

    .utility-slide.is-active {
        opacity: 1;
        visibility: visible;
    }

    .utility-carousel-arrow {
        display: grid;
        place-items: center;
        width: 36px;
        height: 46px;
        border: 0;
        background: transparent;
        color: #1f1f1f;
        font-size: 1.8rem;
        cursor: pointer;
    }

    .main-header__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        overflow: hidden;
    }

    .tpz-badge-logo {
        min-width: 128px;
        max-width: 138px;
        min-height: 58px;
    }

    .header-search input[type="search"] {
        min-height: 46px;
        font-size: 1rem;
    }

    .promo-strip__inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        min-height: 72px;
        padding: 0 38px;
    }

    .promo-arrow {
        display: grid;
    }

    .promo-arrow--prev {
        left: 4px;
    }

    .promo-arrow--next {
        right: 4px;
    }

    .promo-slides {
        min-width: 0;
        height: 72px;
        overflow: hidden;
    }

    .promo-slide {
        overflow: hidden;
        padding: 0 4px;
    }

    .promo-slide p {
        display: block;
        max-width: min(278px, 100%);
        margin: 0 auto;
        font-size: 0.95rem;
        line-height: 1.28;
        text-align: center;
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    .hero {
        min-height: 560px;
    }

    .hero__content {
        align-items: center !important;
        justify-content: center;
        padding: 36px 24px;
        text-align: center;
    }

    .hero__content-inner {
        max-width: 100%;
        text-align: center !important;
    }

    .hero__content h1 {
        font-size: clamp(2.75rem, 12vw, 4.35rem);
    }

    .hero__content p:not(.eyebrow) {
        font-size: clamp(1.15rem, 5vw, 1.7rem);
    }

    .hero__actions {
        justify-content: center;
    }

    .hero__actions .button {
        width: min(100%, 330px);
        min-width: 0;
    }

    .hero__arrow--prev {
        left: 10px;
    }

    .hero__arrow--next {
        right: 10px;
    }

    .shop-controls {
        display: grid;
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .shop-subcats__track {
        max-width: 100%;
        padding-right: 0;
    }

    .tpz-rail-card {
        flex-basis: min(84vw, 320px);
    }

    .tpz-rail__track {
        gap: 14px;
    }

    .tpz-rail .tpz-card__title {
        min-height: auto;
        font-size: 0.96rem;
    }

    .tpz-faq {
        padding: 34px 0 16px;
    }

    .tpz-faq__inner h2,
    .tpz-rail__head h2,
    .tpz-product-reviews h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .tpz-accordion__trigger {
        align-items: flex-start;
        padding: 18px 0;
        font-size: 1rem;
    }

    .tpz-accordion__panel {
        padding-bottom: 18px;
        font-size: 0.94rem;
    }

    .tpz-page-grid {
        grid-template-columns: 1fr;
    }

    .tpz-page-hero h1 {
        font-size: clamp(2.6rem, 13vw, 4rem);
    }

    .tpz-page-support__inner .button,
    .tpz-page-hero .button {
        width: 100%;
        min-width: 0;
    }
}

/* ── CASCADE LOCK: MOBILE RULES MUST WIN ── */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

.site-header,
.site-main,
.site-footer,
.hero,
.hero__slide,
.promo-strip,
.utility-bar,
.mega-nav {
    max-width: 100vw;
}

.footer-trust-badges img {
    filter: none !important;
    opacity: 1 !important;
}

@media (max-width: 1100px) {
    body.tpz-menu-open {
        overflow: hidden !important;
    }

    .main-header__inner {
        overflow: visible !important;
    }

    .mega-nav {
        display: none !important;
        grid-column: 1 / -1;
        order: 5;
        width: 100% !important;
        margin-top: 8px;
        background: #fff;
        border-top: 1px solid #d8d8d8;
        overflow: visible !important;
    }

    .mega-nav.is-open {
        display: block !important;
    }

    .mega-nav__inner {
        display: block !important;
        width: 100%;
        padding: 8px 0 16px !important;
    }

    .mega-nav__item {
        border-bottom: 1px solid #ededed;
    }

    .mega-nav__link {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 58px;
        padding: 16px 2px !important;
        font-size: clamp(1.18rem, 5vw, 1.45rem) !important;
        line-height: 1;
    }

    .mega-nav__item:has(.mega-panel) > .mega-nav__link::after {
        content: "›";
        font-family: Arial, sans-serif;
        font-size: 1.65rem;
        line-height: 1;
    }

    .mega-nav__item.is-expanded > .mega-nav__link::after {
        transform: rotate(90deg);
    }

    .mega-panel,
    .mega-nav__item:hover .mega-panel,
    .mega-nav__item:focus-within .mega-panel {
        position: static !important;
        display: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 12px !important;
        border: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .mega-nav__item.is-expanded .mega-panel {
        display: block !important;
    }

    .mega-panel__promo {
        display: none !important;
    }

    .mega-panel__columns {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
}

@media (max-width: 760px) {
    :root {
        --tpz-container: min(100% - 28px, 1320px);
    }

    .container,
    .shop-main > .container,
    .tpz-page .container,
    .tpz-rail .container,
    .tpz-faq .container,
    .tpz-product-reviews .container {
        width: min(100% - 28px, 1320px) !important;
        max-width: min(100% - 28px, 1320px) !important;
    }

    .utility-bar__inner {
        display: grid !important;
        grid-template-columns: 38px minmax(0, 1fr) 38px !important;
        min-height: 42px !important;
        padding: 0 !important;
    }

    .utility-bar__slides {
        position: relative !important;
        height: 42px !important;
        overflow: hidden;
    }

    .utility-bar a,
    .utility-bar__inner a,
    .utility-slide {
        position: absolute !important;
        inset: 0;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 42px !important;
        padding: 0 !important;
        border: 0 !important;
        font-size: 0.82rem !important;
        line-height: 1 !important;
        opacity: 0;
        visibility: hidden;
        white-space: nowrap;
    }

    .utility-slide.is-active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .utility-carousel-arrow {
        display: grid !important;
        width: 38px !important;
        height: 42px !important;
        font-size: 1.55rem !important;
    }

    .main-header__inner {
        grid-template-columns: 72px minmax(0, 1fr) 48px !important;
        gap: 8px !important;
        padding: 14px 0 16px !important;
    }

    .nav-toggle {
        display: inline-grid !important;
        place-items: center;
        width: 72px;
        height: 46px;
        padding: 0 !important;
        font-size: 0.82rem !important;
    }

    .tpz-badge-logo {
        min-width: 116px !important;
        max-width: 128px !important;
        min-height: 54px !important;
    }

    .site-logo {
        justify-self: center !important;
    }

    .account-nav {
        display: flex !important;
        width: 48px;
        justify-content: flex-end !important;
        gap: 0 !important;
    }

    .account-link {
        display: none !important;
    }

    .cart-link {
        display: flex !important;
    }

    .cart-link svg {
        width: 25px !important;
        height: 25px !important;
    }

    .header-search {
        grid-column: 1 / -1 !important;
        order: 4 !important;
        width: 100% !important;
        margin: 10px 0 0 !important;
        border-radius: 0 !important;
    }

    .header-search input[type="search"] {
        min-height: 48px !important;
        font-size: 1rem !important;
    }

    .promo-strip__inner {
        display: grid !important;
        grid-template-columns: 32px minmax(0, 1fr) 32px !important;
        align-items: center !important;
        min-height: 58px !important;
        padding: 0 !important;
    }

    .promo-arrow {
        position: static !important;
        display: grid !important;
        transform: none !important;
        width: 32px !important;
        height: 58px !important;
        padding: 0 !important;
        font-size: 1.7rem !important;
    }

    .promo-slides {
        height: 58px !important;
        overflow: hidden !important;
    }

    .promo-slide p {
        max-width: 100% !important;
        padding: 0 4px;
        font-size: 0.82rem !important;
        line-height: 1.25 !important;
    }

    .hero {
        min-height: 492px !important;
        max-height: 610px;
    }

    .hero__content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 58px 42px 52px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .hero__content-inner {
        max-width: 330px !important;
        text-align: center !important;
    }

    .hero__content h1 {
        font-size: clamp(2.15rem, 10vw, 3.25rem) !important;
        line-height: 0.94 !important;
    }

    .hero__content p:not(.eyebrow) {
        font-size: clamp(1rem, 4.3vw, 1.3rem) !important;
        line-height: 1.18 !important;
    }

    .hero__actions .button {
        width: min(100%, 280px) !important;
        min-height: 50px;
        font-size: 0.9rem !important;
    }

    .mega-nav.is-open {
        max-height: calc(100vh - 160px);
        overflow-y: auto !important;
    }

    .footer-main {
        display: block !important;
        padding: 34px 0 22px !important;
    }

    .footer-links {
        display: block !important;
        margin-top: 28px;
    }

    .footer-link-group {
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .footer-link-group__toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 68px;
        margin: 0 !important;
        font-size: 1.3rem !important;
        cursor: pointer;
    }

    .footer-link-group__icon {
        display: inline-block !important;
        font-family: Arial, sans-serif;
        font-size: 2rem;
        font-weight: 300;
    }

    .footer-link-group__nav {
        display: none;
        padding: 0 0 18px;
    }

    .footer-link-group.is-open .footer-link-group__nav {
        display: block;
    }

    .footer-legal__inner {
        align-items: flex-start !important;
        text-align: left !important;
    }

    .footer-legal__copy {
        display: flex;
        flex-direction: column-reverse;
        gap: 26px;
        width: 100%;
    }

    .footer-legal nav {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .footer-trust-badges {
        width: 100%;
        justify-content: flex-start !important;
    }

    .footer-trust-badges img {
        height: 32px !important;
    }

    .footer-trust-badges img:last-child {
        height: 38px !important;
    }
}
