/*
Theme Name: TAK Superbest Storefront Child
Template: storefront
Version: 0.0.2
Text Domain: taksuperbest
*/

:root {
    --tak-navy: #061b3a;
    --tak-navy-dark: #031127;
    --tak-blue: #0868d7;
    --tak-blue-dark: #064995;
    --tak-teal: #0b83a5;
    --tak-orange: #14a6c8;
    --tak-orange-dark: #0b83a5;
    --tak-sale-red: #dc2626;
    --tak-ink: #0b172a;
    --tak-muted: #5f7088;
    --tak-line: #d7e2ef;
    --tak-soft: #f4f8fc;
    --tak-soft-blue: #eaf5fb;
    --tak-footer: #061b3a;
    --tak-page-gutter: clamp(16px, 2vw, 24px);
    --tak-content-max: 1280px;
    --tak-radius: 7px;
    --tak-space-section: 34px;
    --tak-hover-border: #8eb6cf;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    background: #ffffff;
    color: var(--tak-ink);
    font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    margin: 0;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1 0 auto;
}

.tak-site-footer {
    flex-shrink: 0;
}

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

img {
    display: block;
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
}

button,
input,
select {
    font: inherit;
}

button,
.button {
    cursor: pointer;
}


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

.col-full,
.site-content>.col-full,
.tak-site-footer>.col-full,
.header-widget-region .col-full {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--tak-content-max);
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - (var(--tak-page-gutter) * 2));
}

.site-main .tak-home-hero>.col-full,
.site-main .tak-home-section>.col-full {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
}

.site-main {
    padding: 0px 0 36px;
}

.tak-page-header {
    background: linear-gradient(135deg, #f6fbfd 0%, #eef6fb 100%);
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    margin: 24px 0 26px;
    padding: clamp(22px, 4vw, 38px);
}

.tak-page-header__eyebrow {
    color: var(--tak-teal);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.tak-page-header__title {
    color: var(--tak-navy);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 500;
    line-height: 1.08;
    margin: 0;
}


/* Header */
.tak-top-banner {
    background: var(--tak-navy-dark);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.35;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.tak-top-banner__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    justify-content: center;
    min-height: 36px;
}

.tak-top-banner__trust,
.tak-top-banner__contact,
.tak-top-banner__socials,
.tak-top-banner__item,
.tak-top-banner__phones-text {
    align-items: center;
    display: flex;
}

.tak-top-banner__brand {
    align-items: center;
    color: #ffffff;
    display: none;
    font-size: 13px;
    font-weight: 400;
    gap: 8px;
    line-height: 1.1;
    text-transform: uppercase;
}

.tak-top-banner__logo {
    height: 28px;
    width: auto;
}

.tak-top-banner__mark {
    align-items: center;
    background: var(--tak-blue);
    border: 1px solid rgba(216, 138, 34, .65);
    border-radius: calc(var(--tak-radius) - 2px);
    display: inline-flex;
    font-size: 11px;
    height: 28px;
    justify-content: center;
    width: 38px;
}

.tak-top-banner__trust {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 10px 28px;
    justify-content: center;
    min-width: 0;
}

.tak-top-banner__contact {
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px 22px;
    justify-content: center;
    min-width: 0;
}

.tak-top-banner__socials {
    gap: 10px;
}

.tak-top-banner__item {
    gap: 7px;
    min-width: 0;
    white-space: nowrap;
}

.tak-top-banner__item .dashicons {
    color: #bfe8f3;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    width: 15px;
}

.tak-top-banner__truck {
    color: #bfe8f3;
    fill: currentColor;
    height: 18px;
    width: 22px;
}

.tak-top-banner__phones-text {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    min-width: 0;
    white-space: normal;
}

.tak-top-banner__phones {
    white-space: normal;
}

.tak-top-banner__socials a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 22px;
    justify-content: center;
    text-transform: uppercase;
    width: 22px;
}

.tak-top-banner__social-icon {
    fill: currentColor;
    height: 14px;
    width: 14px;
}

.tak-site-header {
    background: #ffffff;
    border-bottom: 1px solid var(--tak-line);
}

.tak-site-header>.col-full {
    align-items: center;
    display: grid;
    column-gap: clamp(10px, 1.4vw, 18px);
    grid-template-columns: minmax(64px, auto) max-content minmax(220px, 1fr) max-content max-content;
    min-height: 72px;
}

.tak-header-brand,
.tak-header-brand__link {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
    overflow: hidden;
}

.tak-header-brand__mark {
    align-items: center;
    background: linear-gradient(135deg, var(--tak-blue) 0%, var(--tak-teal) 62%, var(--tak-navy) 100%);
    border: 2px solid rgba(216, 138, 34, .65);
    border-radius: var(--tak-radius);
    color: #ffffff;
    content: "TAK";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 17px;
    font-weight: 400;
    height: 46px;
    justify-content: center;
    letter-spacing: .04em;
    width: 58px;
}

.tak-header-brand__copy {
    display: block;
    min-width: 0;
}

.tak-header-brand__link {
    color: inherit;
}

.tak-header-brand__logo {
    align-items: center;
    height: auto;
    max-height: 56px;
    width: auto;
}

.tak-header-brand__title {
    color: var(--tak-navy);
    display: block;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tak-header-brand__description {
    color: var(--tak-teal);
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0 0;
}

.tak-header-search {
    min-width: 0;
    width: 100%;
}

.tak-header-search__form {
    align-items: stretch;
    display: flex;
    height: 44px;
    margin: 0;
}

.tak-header-search__field {
    background: #f7fafc;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius) 0 0 var(--tak-radius);
    color: var(--tak-ink);
    height: 44px;
    margin: 0;
    min-width: 0;
    padding: 0 14px;
    width: 100%;
}

.tak-header-search__submit {
    align-items: center;
    background: var(--tak-blue);
    border: 0;
    border-radius: 0 var(--tak-radius) var(--tak-radius) 0;
    color: #ffffff;
    display: inline-flex;
    font-weight: 400;
    gap: 8px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-width: clamp(104px, 8vw, 118px);
    padding: 0 clamp(14px, 1.3vw, 16px);
}

.tak-header-search__submit::before {
    content: "\f179";
    display: inline-block;
    font-family: dashicons;
    font-size: 18px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.tak-header-account {
    align-items: center;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    display: flex;
    gap: 9px;
    min-height: 44px;
    padding: 0 clamp(9px, 1vw, 12px);
    white-space: nowrap;
}

.tak-header-account .dashicons {
    color: var(--tak-teal);
}

.tak-header-account strong,
.tak-header-account small {
    display: block;
}

.tak-header-account strong {
    font-size: 13px;
}

.tak-header-account small {
    color: var(--tak-muted);
    font-size: 11px;
}

.tak-header-cart {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tak-header-cart__link {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    color: var(--tak-navy);
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 10px;
    min-height: 44px;
    padding: 0 clamp(9px, 1vw, 12px) 0 10px;
    position: relative;
    white-space: nowrap;
}

.tak-header-cart__icon::before {
    color: var(--tak-blue);
    content: "\f174";
    display: inline-block;
    font-family: dashicons;
    font-size: 25px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    position: relative;
    width: 28px;
}

.tak-header-cart__amount {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}

.tak-header-cart__count {
    align-items: center;
    background: var(--tak-sale-red);
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 19px;
    justify-content: center;
    left: 26px;
    line-height: 1;
    min-width: 19px;
    padding: 0 5px;
    position: absolute;
    top: -7px;
}

.tak-header-cart__link:hover {
    border-color: var(--tak-hover-border);
    color: var(--tak-navy);
}

.tak-site-header>.col-full>.skip-link {
    position: absolute;
}

.tak-site-header>.col-full>.tak-header-brand {
    grid-column: 1;
}

.tak-site-header>.col-full>.tak-header-category-menu {
    grid-column: 2;
}

.tak-site-header>.col-full>.tak-header-search {
    grid-column: 3;
    width: 100%;
}

.tak-site-header>.col-full>.tak-header-account {
    grid-column: 4;
}

.tak-site-header>.col-full>.tak-header-cart {
    grid-column: 5;
    width: auto;
}

.woocommerce-message:empty,
.woocommerce-info:empty,
.woocommerce-error:empty {
    display: none;
}

.products .added_to_cart,
.tak-product-card .added_to_cart {
    display: none;
}

.tak-cart-snackbar {
    align-items: center;
    background: var(--tak-navy);
    border: 1px solid rgba(20, 166, 200, .35);
    border-radius: var(--tak-radius);
    color: #ffffff;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    gap: 9px;
    max-width: min(360px, calc(100vw - (var(--tak-page-gutter) * 2)));
    min-height: 46px;
    padding: 0 14px;
    position: fixed;
    right: var(--tak-page-gutter);
    top: 46px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
    z-index: 1002;
}

.tak-cart-snackbar::before {
    align-items: center;
    background: var(--tak-orange);
    border-radius: 999px;
    color: var(--tak-navy);
    content: "\f147";
    display: inline-flex;
    font-family: dashicons;
    font-size: 16px;
    font-weight: 400;
    height: 22px;
    justify-content: center;
    line-height: 22px;
    width: 22px;
}

.tak-cart-snackbar.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.tak-checkout-ready {
    background: var(--tak-blue);
    border-color: var(--tak-blue);
    color: #ffffff;
}

.tak-nav-strip__categories {
    align-items: center;
    border: 0;
    display: inline-flex;
    font-size: 13px;
    font-weight: 400;
    min-height: 50px;
    white-space: nowrap;
}

.tak-nav-strip__category-menu {
    flex: 0 0 auto;
    position: relative;
}

.tak-nav-strip__categories {
    background: var(--tak-blue);
    color: #ffffff;
    gap: 8px;
    justify-content: center;
    padding: 0 24px;
    text-transform: uppercase;
}

.tak-nav-strip__categories:hover,
.tak-nav-strip__categories:focus,
.tak-nav-strip__category-menu.is-open .tak-nav-strip__categories {
    background: var(--tak-blue-dark);
}

.tak-nav-strip__categories .dashicons {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px;
}

.tak-nav-strip__dropdown {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: 0 0 var(--tak-radius) var(--tak-radius);
    left: 0;
    min-width: 260px;
    padding: 8px;
    position: absolute;
    top: 100%;
    z-index: 1001;
}

.tak-nav-strip__dropdown a {
    align-items: center;
    border-radius: calc(var(--tak-radius) - 2px);
    color: var(--tak-ink);
    display: flex;
    font-size: 13px;
    font-weight: 400;
    min-height: 38px;
    padding: 0 12px;
}

.tak-nav-strip__dropdown a:hover,
.tak-nav-strip__dropdown a:focus {
    background: var(--tak-soft-blue);
    color: var(--tak-blue-dark);
}

.tak-header-category-menu .tak-nav-strip__categories {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    color: var(--tak-navy);
    min-height: 44px;
    padding: 0 14px;
    text-transform: none;
}

.tak-header-category-menu .tak-nav-strip__categories:hover,
.tak-header-category-menu .tak-nav-strip__categories:focus,
.tak-header-category-menu.is-open .tak-nav-strip__categories {
    background: var(--tak-soft-blue);
    border-color: var(--tak-hover-border);
    color: var(--tak-blue-dark);
}

.tak-header-category-menu .tak-nav-strip__dropdown {
    border-radius: var(--tak-radius);
    margin-top: 8px;
}

/* Home */
.tak-home-hero {
    margin: 0 0 var(--tak-space-section);
}

.tak-home-slider {
    background: var(--tak-soft-blue);
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.tak-home-slide {
    align-items: center;
    background: linear-gradient(115deg, #f8fcff 0%, #eaf5fb 44%, #f2f6fb 100%);
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr);
    inset: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: opacity .35s ease, visibility .35s ease;
    visibility: hidden;
}

.tak-home-slide.is-active,
.tak-home-slide:first-child:last-child {
    opacity: 1;
    visibility: visible;
}

.tak-home-slide__copy strong {
    color: var(--tak-navy);
    display: block;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.08;
    margin-bottom: 14px;
    max-width: 520px;
}

.tak-home-slide__copy {
    padding: 42px 0 42px 58px;
}

.tak-home-slide__copy span {
    color: #31445d;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    max-width: 440px;
}

.tak-home-slide__button {
    align-items: center;
    background: var(--tak-blue);
    border-radius: var(--tak-radius);
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 400;
    justify-content: center;
    margin-top: 24px;
    min-height: 44px;
    padding: 0 24px;
    text-transform: uppercase;
}

.tak-home-slide__button:hover,
.tak-home-slide__button:focus {
    background: var(--tak-blue-dark);
    color: #ffffff;
}

.tak-home-slide img {
    height: 100%;
    justify-self: end;
    object-fit: contain;
    object-position: right center;
    width: 100%;
}

.tak-home-slider__dots {
    bottom: 22px;
    display: flex;
    gap: 8px;
    left: 58px;
    position: absolute;
}

.tak-home-slider__dots span {
    background: #b9c6d8;
    border-radius: 999px;
    height: 8px;
    width: 22px;
}

.tak-home-slider__dots span.is-active {
    background: var(--tak-orange);
}

.tak-home-section {
    margin: var(--tak-space-section) 0;
}

.tak-section-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.tak-section-header--centered {
    justify-content: center;
    text-align: center;
}

.tak-section-header h2 {
    color: var(--tak-navy);
    display: inline-flex;
    font-size: 22px;
    font-weight: 400;
    gap: .3em;
    line-height: 1.15;
    margin: 0;
}

.tak-section-header__accent {
    padding-bottom: 9px;
    position: relative;
}

.tak-section-header__accent::after {
    background: var(--tak-orange);
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tak-section-header a {
    align-items: center;
    color: var(--tak-blue-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    gap: 6px;
    padding-bottom: 4px;
    position: relative;
    text-transform: uppercase;
}

.tak-section-header a::after {
    background: currentColor;
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tak-category-tiles__header {
    align-items: center;
    gap: 12px;
    justify-content: center;
    text-align: center;
}

.tak-category-tiles__control {
    align-items: center;
    appearance: none;
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: 999px;
    color: var(--tak-navy);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    padding: 0;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
    width: 38px;
}

.tak-category-tiles__control:hover,
.tak-category-tiles__control:focus {
    background: var(--tak-soft);
    border-color: var(--tak-hover-border);
    color: var(--tak-blue);
    outline: none;
}

.tak-category-tiles__control:disabled {
    color: #aeb9c8;
    cursor: default;
    opacity: .58;
}

.tak-category-tiles__control .dashicons {
    font-size: 18px;
    height: 18px;
    width: 18px;
}

.tak-category-tiles {
    display: grid;
    gap: 14px;
    grid-auto-columns: 240px;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 8px;
    scroll-snap-type: inline proximity;
    scrollbar-width: thin;
}

.tak-category-tile {
    align-items: center;
    aspect-ratio: 16 / 9;
    background: var(--tak-soft);
    border: 1px solid #e6edf5;
    border-radius: var(--tak-radius);
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    scroll-snap-align: start;
}

.tak-category-tile:hover,
.tak-category-tile:focus {
    border-color: var(--tak-hover-border);
    color: var(--tak-teal);
}

.tak-category-tile img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tak-category-tile span {
    background: linear-gradient(180deg, rgba(3, 17, 39, 0) 0%, rgba(3, 17, 39, .78) 100%);
    bottom: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    line-height: 1.25;
    padding: 28px 10px 10px;
    position: absolute;
    right: 0;
    text-align: center;
}

.tak-category-banner {
    align-items: center;
    display: flex;
    gap: clamp(24px, 4vw, 52px);
    margin: 10px 0 34px;
}

.tak-category-banner__description {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    gap: 12px;
    justify-content: center;
    min-width: 0;
}

.tak-category-banner__description::before {
    background: var(--tak-blue);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    width: 46px;
}

.tak-category-banner__eyebrow {
    color: var(--tak-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.tak-category-banner__description h1 {
    color: var(--tak-ink);
    font-size: clamp(32px, 3.2vw, 50px);
    font-weight: 700;
    line-height: 1.02;
    margin: 0;
    max-width: 360px;
    text-wrap: balance;
}

.tak-category-banner__description p {
    color: var(--tak-muted);
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.55;
    margin: 2px 0 0;
    max-width: 360px;
}

.tak-category-banner__media {
    flex: 1 1 70%;
    min-width: 0;
}

.tak-category-banner img {
    aspect-ratio: 16 / 9;
    background: var(--tak-soft);
    border: 1px solid rgba(8, 104, 215, .14);
    border-radius: 10px;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    width: 100%;
}

/* Products */
.tak-product-grid,
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    list-style: none;
    margin: 0 0 34px;
    padding: 0;
}

.tak-product-card,
.woocommerce ul.products li.product {
    background: #ffffff;
    border: 1px solid #dce5f0;
    border-radius: var(--tak-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.tak-product-card:hover {
    border-color: var(--tak-hover-border);
}

.tak-product-card__badge {
    background: var(--tak-sale-red);
    border-radius: calc(var(--tak-radius) - 1px);
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    left: 12px;
    line-height: 1;
    padding: 6px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    z-index: 6;
}

.tak-product-card__image {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #ffffff 0%, var(--tak-soft) 100%);
    display: block;
    display: flex;
    justify-content: center;
    padding: 14px;
    width: 100%;
}

.tak-product-card__image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.tak-product-card h3 {
    color: var(--tak-navy);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    margin: 12px 14px 3px;
}

.tak-product-card__price {
    color: var(--tak-navy);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 14px 10px;
}

.tak-product-card__price del {
    color: #8a95a6;
    font-size: 12px;
    font-weight: 400;
    margin-right: 6px;
}

.tak-product-card__rating {
    align-items: center;
    color: #8a95a6;
    display: flex;
    font-size: 12px;
    gap: 6px;
    line-height: 1;
    margin: 0 14px 12px;
    min-height: 14px;
}

.tak-product-card__rating-stars {
    color: #d7dee8;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.tak-product-card__rating-stars::before {
    color: #f5a400;
    content: "★★★★★";
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: var(--tak-rating-width);
}

.tak-product-card__button {
    align-items: center;
    background: #ffffff;
    border: 1px solid #cdd9e8;
    border-radius: calc(var(--tak-radius) - 1px);
    color: var(--tak-navy);
    display: flex;
    font-size: 13px;
    font-weight: 400;
    gap: 8px;
    justify-content: center;
    margin: auto 14px 14px;
    min-height: 38px;
    position: relative;
    z-index: 7;
}

.tak-product-card__button:hover {
    background: var(--tak-blue);
    border-color: var(--tak-blue);
    color: #ffffff;
}

.tak-product-card__button.tak-checkout-ready,
.single-product div.product .single_add_to_cart_button.tak-checkout-ready {
    background: var(--tak-blue);
    border-color: var(--tak-blue);
    color: #ffffff;
}

/* Single product */
.single-product div.product {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
    position: relative;
}

.single-product div.product .onsale {
    background: var(--tak-sale-red);
    border-radius: var(--tak-radius);
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    left: 14px;
    line-height: 1;
    padding: 7px 9px;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
    z-index: 4;
}

.single-product div.product .woocommerce-product-gallery {
    background: linear-gradient(180deg, #ffffff 0%, var(--tak-soft) 100%);
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    overflow: hidden;
    position: relative;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.single-product div.product .woocommerce-product-gallery__image {
    align-items: center;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    padding: 28px;
}

.single-product div.product .woocommerce-product-gallery img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery__trigger {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: 999px;
    display: flex;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 38px;
    z-index: 3;
}

.single-product div.product .summary {
    align-self: start;
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    max-width: 520px;
    padding: 24px;
}

.single-product .product_title {
    color: var(--tak-navy);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 12px;
}

.single-product div.product .summary .price {
    color: var(--tak-navy);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
}

.single-product div.product .summary .price del {
    color: var(--tak-muted);
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
}

.single-product div.product .summary .price ins {
    text-decoration: none;
}

.single-product .woocommerce-product-details__short-description {
    color: var(--tak-muted);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.single-product div.product form.cart {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 18px;
}

.single-product div.product .quantity {
    align-items: stretch;
    display: inline-flex;
    height: 44px;
}

.tak-qty-stepper {
    align-items: center;
    background: var(--tak-soft);
    border: 1px solid var(--tak-line);
    color: var(--tak-navy);
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 38px;
}

.tak-qty-stepper:hover,
.tak-qty-stepper:focus {
    background: var(--tak-soft-blue);
    border-color: var(--tak-blue);
    color: var(--tak-blue-dark);
}

.tak-qty-stepper--minus {
    border-radius: var(--tak-radius) 0 0 var(--tak-radius);
}

.tak-qty-stepper--plus {
    border-radius: 0 var(--tak-radius) var(--tak-radius) 0;
}

.single-product div.product .quantity input.qty {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    color: var(--tak-ink);
    height: 44px;
    text-align: center;
    width: 58px;
}

.single-product div.product .single_add_to_cart_button,
.single-product #respond input#submit {
    background: var(--tak-blue);
    border: 0;
    border-radius: var(--tak-radius);
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    min-height: 44px;
    min-width: 170px;
    padding: 0 22px;
}

.single-product div.product .single_add_to_cart_button:hover,
.single-product div.product .single_add_to_cart_button:focus,
.single-product #respond input#submit:hover,
.single-product #respond input#submit:focus {
    background: var(--tak-blue-dark);
    color: #ffffff;
}

.single-product div.product .product_meta {
    border-top: 1px solid var(--tak-line);
    color: var(--tak-muted);
    display: grid;
    font-size: 13px;
    gap: 6px;
    padding-top: 14px;
}

.single-product div.product .product_meta a {
    color: var(--tak-blue);
    font-weight: 400;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products {
    grid-column: 1 / -1;
}

.single-product div.product .woocommerce-tabs {
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    overflow: hidden;
}

.single-product div.product .wc-tabs {
    background: var(--tak-soft);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-product div.product .wc-tabs li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 14px 18px;
}

.single-product div.product .wc-tabs li.active a {
    background: #ffffff;
    color: var(--tak-blue);
}

.single-product div.product .woocommerce-Tabs-panel {
    background: #ffffff;
    color: var(--tak-ink);
    font-size: 14px;
    line-height: 1.6;
    padding: 20px;
}

.single-product div.product .woocommerce-Tabs-panel h2,
.single-product div.product .related.products h2 {
    color: var(--tak-navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
}

.single-product #review_form textarea,
.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"] {
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    min-height: 42px;
    padding: 10px 12px;
    width: 100%;
}

.single-product #review_form textarea {
    min-height: 130px;
}

.single-product .storefront-product-pagination {
    display: none;
}

/* My account */
.woocommerce-account .entry-title {
    color: var(--tak-navy);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 24px;
}

.tak-account-layout {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.tak-account-layout>.tak-account-sidebar {
    flex: 0 1 270px;
    min-width: 0;
}

.tak-account-layout>.tak-account-content {
    flex: 1 1 520px;
    min-width: 0;
}

.tak-account-sidebar,
.tak-account-content,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
}

.tak-account-sidebar {
    overflow: hidden;
    position: sticky;
    top: 56px;
}

.tak-account-nav__list {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 8px;
}

.tak-account-nav__mobile-menu {
    display: none;
}

.tak-account-nav li {
    margin: 0;
}

.tak-account-nav a {
    align-items: center;
    border-radius: calc(var(--tak-radius) - 2px);
    color: var(--tak-muted);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    min-height: 44px;
    padding: 0 12px;
}

.tak-account-nav a:hover,
.tak-account-nav a:focus,
.tak-account-nav .is-active a,
.tak-account-nav a[aria-current="page"] {
    background: var(--tak-soft-blue);
    color: var(--tak-blue-dark);
}

.tak-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--tak-sale-red);
}

.tak-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.tak-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a:focus {
    background: #fff1f2;
    color: #b91c1c;
}

.tak-account-nav .dashicons {
    color: currentColor;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.tak-account-content {
    min-width: 0;
    padding: 24px;
}

.tak-account-content>p:first-child {
    margin-top: 0;
}

.tak-account-content p {
    color: var(--tak-muted);
    line-height: 1.65;
}

.tak-account-content strong,
.tak-account-content legend,
.tak-account-content h2,
.tak-account-content h3,
.tak-account-content .woocommerce-column__title {
    color: var(--tak-navy);
}

.tak-account-content h2,
.tak-account-content h3,
.tak-account-content .woocommerce-column__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
}

.tak-account-content a {
    color: var(--tak-blue);
    font-weight: 400;
}

.tak-account-content table {
    border: 1px solid var(--tak-line);
    border-collapse: separate;
    border-radius: var(--tak-radius);
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

.tak-account-content th,
.tak-account-content td {
    border-bottom: 1px solid var(--tak-line);
    padding: 13px 14px;
    text-align: left;
}

.tak-account-content tr:last-child td,
.tak-account-content tr:last-child th {
    border-bottom: 0;
}

.tak-account-content th {
    background: var(--tak-soft);
    color: var(--tak-navy);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.tak-account-content fieldset {
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    margin: 20px 0;
    padding: 18px;
}

.tak-account-content .edit-account fieldset .form-row {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}

.tak-account-content .edit-account fieldset .form-row label {
    margin-bottom: 0;
}

.tak-account-content label,
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label {
    color: var(--tak-navy);
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 7px;
}

.tak-account-content input[type="text"],
.tak-account-content input[type="email"],
.tak-account-content input[type="tel"],
.tak-account-content input[type="password"],
.tak-account-content select,
.tak-account-content textarea,
.woocommerce-account .woocommerce-form-login input[type="text"],
.woocommerce-account .woocommerce-form-login input[type="password"],
.woocommerce-account .woocommerce-form-register input[type="email"],
.woocommerce-account .woocommerce-form-register input[type="password"] {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    min-height: 42px;
    padding: 9px 11px;
    width: 100%;
}

.tak-account-content input:focus,
.tak-account-content select:focus,
.tak-account-content textarea:focus,
.woocommerce-account .woocommerce-form-login input:focus,
.woocommerce-account .woocommerce-form-register input:focus {
    border-color: var(--tak-blue);
    outline: 3px solid rgba(8, 104, 215, .12);
}

.tak-account-content .button,
.tak-account-content button[type="submit"],
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button {
    align-items: center;
    background: var(--tak-blue);
    border: 0;
    border-radius: var(--tak-radius);
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 400;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    min-width: 112px;
    padding: 0 18px;
    text-align: center;
}

.tak-account-content .button:hover,
.tak-account-content button[type="submit"]:hover,
.tak-account-content .button:focus,
.tak-account-content button[type="submit"]:focus,
.woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-account .woocommerce-form-register .button:hover {
    background: var(--tak-blue-dark);
    color: #ffffff;
}

.tak-account-content .password-input,
.woocommerce-account .woocommerce-form-login .password-input,
.woocommerce-account .woocommerce-form-register .password-input {
    display: block;
    position: relative;
}

.tak-account-content .password-input input,
.woocommerce-account .woocommerce-form-login .password-input input,
.woocommerce-account .woocommerce-form-register .password-input input {
    padding-right: 52px;
}

.tak-account-content button.show-password-input,
.woocommerce-account .woocommerce-form-login button.show-password-input,
.woocommerce-account .woocommerce-form-register button.show-password-input {
    align-items: center;
    appearance: none;
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: calc(var(--tak-radius) - 1px);
    color: var(--tak-muted);
    display: flex;
    height: 32px;
    justify-content: center;
    margin: 0;
    min-height: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
    width: 36px;
    z-index: 2;
}

.tak-account-content button.show-password-input::before,
.woocommerce-account .woocommerce-form-login button.show-password-input::before,
.woocommerce-account .woocommerce-form-register button.show-password-input::before {
    border: 2px solid currentColor;
    border-radius: 75% 15%;
    content: "";
    height: 13px;
    position: absolute;
    transform: rotate(45deg);
    width: 13px;
}

.tak-account-content button.show-password-input::after,
.woocommerce-account .woocommerce-form-login button.show-password-input::after,
.woocommerce-account .woocommerce-form-register button.show-password-input::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 4px;
    position: absolute;
    width: 4px;
}

.tak-account-content button.show-password-input.display-password,
.woocommerce-account .woocommerce-form-login button.show-password-input.display-password,
.woocommerce-account .woocommerce-form-register button.show-password-input.display-password {
    color: var(--tak-blue);
}

.tak-account-content button.show-password-input.display-password::after,
.woocommerce-account .woocommerce-form-login button.show-password-input.display-password::after,
.woocommerce-account .woocommerce-form-register button.show-password-input.display-password::after {
    background: transparent;
    border-radius: 0;
    border-top: 2px solid currentColor;
    height: 0;
    transform: rotate(-45deg);
    width: 20px;
}

.tak-account-content button.show-password-input:hover,
.tak-account-content button.show-password-input:focus,
.woocommerce-account .woocommerce-form-login button.show-password-input:hover,
.woocommerce-account .woocommerce-form-login button.show-password-input:focus,
.woocommerce-account .woocommerce-form-register button.show-password-input:hover,
.woocommerce-account .woocommerce-form-register button.show-password-input:focus {
    background: var(--tak-soft);
    border-color: var(--tak-hover-border);
    color: var(--tak-blue);
    outline: 0;
}

.woocommerce-account .addresses {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.woocommerce-account .addresses::before,
.woocommerce-account .addresses::after {
    display: none;
}

.woocommerce-account .addresses .woocommerce-Address {
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    float: none;
    padding: 18px;
    width: auto;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    color: var(--tak-ink);
    margin: 0 0 18px;
    padding: 13px 14px;
}

.woocommerce-account .woocommerce-info {
    background: var(--tak-soft-blue);
}

.woocommerce-account .woocommerce-message {
    background: #eefbf5;
}

.woocommerce-account .woocommerce-error {
    background: #fff1f2;
    list-style-position: inside;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    margin: 0 auto;
    max-width: 520px;
    padding: 24px;
}

.tak-auth {
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 760px;
    padding: 12px 0 46px;
}

.tak-auth__intro {
    text-align: center;
}

.tak-auth__eyebrow,
.tak-account-eyebrow {
    color: var(--tak-blue);
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tak-auth__intro h1 {
    color: var(--tak-navy);
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.tak-auth__intro p,
.tak-auth__panel-heading p,
.tak-auth-form__note {
    color: var(--tak-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 10px 0 0;
}

.tak-auth__panel {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    box-shadow: 0 14px 34px rgba(6, 27, 58, .08);
    padding: 26px;
}

.tak-auth__panel--register {
    background: #ffffff;
}

.tak-auth__panel[hidden] {
    display: none;
}

.tak-auth__panel-heading h2 {
    color: var(--tak-navy);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
}

.tak-auth-form {
    display: grid;
    gap: 16px;
    margin: 22px 0 0;
    max-width: none;
    padding: 0;
}

.woocommerce-account .tak-auth-form.woocommerce-form-login,
.woocommerce-account .tak-auth-form.woocommerce-form-register {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 22px 0 0;
    max-width: none;
    padding: 0;
}

.tak-auth-form .form-row {
    margin: 0;
    padding: 0;
}

.tak-auth-form__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.tak-auth-form__remember {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin: 0;
}

.tak-auth-form__remember input {
    height: 16px;
    width: 16px;
}

.tak-auth .lost_password {
    margin: -4px 0 0;
}

.tak-auth .lost_password a,
.tak-account-section-heading a {
    color: var(--tak-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tak-auth-switch {
    align-items: center;
    background: var(--tak-soft-blue);
    border: 1px solid rgba(8, 104, 215, .16);
    border-radius: var(--tak-radius);
    color: var(--tak-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
    padding: 13px 14px;
    text-align: center;
}

.tak-auth-switch__button {
    background: transparent;
    border: 0;
    color: var(--tak-blue);
    font-weight: 400;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tak-auth-switch__button:hover,
.tak-auth-switch__button:focus {
    color: var(--tak-blue-dark);
    outline: 0;
}

.tak-auth-form--register {
    margin: 22px 0 0;
}

.tak-auth-form--register .button {
    justify-self: start;
}

.tak-account-dashboard {
    display: grid;
    gap: 18px;
}

.tak-account-welcome {
    align-items: center;
    background: linear-gradient(135deg, var(--tak-navy) 0%, #0b356d 100%);
    border-radius: var(--tak-radius);
    color: #ffffff;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 24px;
}

.tak-account-welcome h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
}

.tak-account-welcome .tak-account-eyebrow {
    color: #8fd3e5;
}

.tak-account-welcome__action {
    align-self: center;
    background: #ffffff;
    color: var(--tak-blue-dark);
    justify-self: end;
    min-width: 154px;
}

.tak-account-welcome__action:hover,
.tak-account-welcome__action:focus {
    background: #f5fbff;
    color: var(--tak-blue-dark);
}

.tak-account-quick-actions {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
}

.tak-account-quick-actions a,
.tak-account-recent-orders,
.tak-account-empty {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
}

.tak-account-quick-actions a {
    color: var(--tak-ink);
    display: grid;
    gap: 7px;
    min-height: 132px;
    padding: 18px;
}

.tak-account-quick-actions .dashicons {
    align-items: center;
    background: var(--tak-soft-blue);
    border-radius: 999px;
    color: var(--tak-blue);
    display: inline-flex;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    line-height: 34px;
    width: 34px;
}

.tak-account-quick-actions strong {
    color: var(--tak-navy);
    font-size: 15px;
    font-weight: 400;
}

.tak-account-quick-actions small {
    color: var(--tak-muted);
    font-size: 12px;
    line-height: 1.45;
}

.tak-account-recent-orders {
    padding: 20px;
}

.tak-account-section-heading {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tak-account-section-heading h3 {
    color: var(--tak-navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
}

.tak-account-orders-table {
    margin: 0;
}

.tak-account-orders-table .button {
    min-height: 38px;
    min-width: 86px;
    padding: 0 14px;
}

.tak-account-status {
    background: var(--tak-soft-blue);
    border-radius: 999px;
    color: var(--tak-blue-dark);
    display: inline-flex;
    font-size: 12px;
    line-height: 1;
    padding: 7px 10px;
}

.tak-account-empty {
    padding: 22px;
}

.tak-account-empty strong {
    color: var(--tak-navy);
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.tak-account-empty p {
    margin: 8px 0 16px;
}

/* Storefront-backed WooCommerce content should respect the TAK page gutter. */
.tak-storefront-backed .entry-content>.alignwide,
.tak-storefront-backed .entry-content>.alignfull,
.tak-storefront-backed .wp-block-woocommerce-cart.alignwide,
.tak-storefront-backed .wp-block-woocommerce-checkout.alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

/* Cart */
.woocommerce-cart .checkout-button,
.woocommerce-cart .wc-block-cart__submit-button {
    background: #0868d7;
    border-color: #0868d7;
    color: #ffffff;
}

.woocommerce-cart .checkout-button:hover,
.woocommerce-cart .checkout-button:focus,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:focus {
    background: #064995;
    border-color: #064995;
    color: #ffffff;
}

/* Storefront-backed WooCommerce pages: keep the base layout, apply TAK brand color. */
.woocommerce-cart .button.alt,
.woocommerce-checkout .button.alt,
.woocommerce-order-pay .button,
.woocommerce-order-pay .button.alt,
.woocommerce-order-received .button,
.woocommerce-account .button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
#payment .place-order .button,
#place_order {
    background: var(--tak-blue);
    border-color: var(--tak-blue);
    color: #ffffff;
}

.woocommerce-cart .button.alt:hover,
.woocommerce-cart .button.alt:focus,
.woocommerce-checkout .button.alt:hover,
.woocommerce-checkout .button.alt:focus,
.woocommerce-order-pay .button:hover,
.woocommerce-order-pay .button:focus,
.woocommerce-order-pay .button.alt:hover,
.woocommerce-order-pay .button.alt:focus,
.woocommerce-order-received .button:hover,
.woocommerce-order-received .button:focus,
.woocommerce-account .button:hover,
.woocommerce-account .button:focus,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:focus,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
#payment .place-order .button:hover,
#payment .place-order .button:focus,
#place_order:hover,
#place_order:focus {
    background: var(--tak-blue-dark);
    border-color: var(--tak-blue-dark);
    color: #ffffff;
}

/* Shop archive */
.tak-shop-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: 300px minmax(0, 1fr);
    margin-top: 24px;
}

.tak-shop-layout--no-filters {
    grid-template-columns: 1fr;
}

.tak-shop-search-notice {
    align-items: center;
    background: var(--tak-soft-blue);
    border: 1px solid rgba(8, 104, 215, .16);
    border-radius: var(--tak-radius);
    color: var(--tak-navy);
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.tak-shop-search-notice span {
    color: var(--tak-muted);
    font-size: 13px;
}

.tak-shop-search-notice strong {
    color: var(--tak-blue-dark);
    font-size: 14px;
    font-weight: 400;
}

.tak-shop-search-notice__reset {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(8, 104, 215, .2);
    border-radius: 999px;
    color: var(--tak-blue-dark);
    display: inline-flex;
    font-size: 18px;
    height: 26px;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    width: 26px;
}

.tak-shop-search-notice__reset:hover,
.tak-shop-search-notice__reset:focus {
    background: var(--tak-blue);
    border-color: var(--tak-blue);
    color: #ffffff;
}

.tak-shop-search-notice small {
    color: var(--tak-muted);
    flex-basis: 100%;
    font-size: 12px;
}

.tak-shop-filters {
    align-self: start;
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    padding: 18px;
    position: sticky;
    top: 18px;
}

.tak-filter-heading {
    align-items: center;
    border-bottom: 1px solid #e6edf5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.tak-filter-heading h2 {
    color: var(--tak-navy);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.tak-filter-field,
.tak-filter-group {
    display: block;
    margin-bottom: 14px;
}

.tak-filter-categories {
    border-bottom: 1px solid #e6edf5;
    display: grid;
    gap: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.tak-filter-categories a {
    align-items: center;
    border-radius: calc(var(--tak-radius) - 2px);
    color: var(--tak-ink);
    display: grid;
    font-size: 13px;
    font-weight: 400;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    line-height: 1.25;
    min-height: 36px;
    padding: 8px 10px;
}

.tak-filter-categories a:hover,
.tak-filter-categories a:focus,
.tak-filter-categories a.is-active {
    background: var(--tak-soft-blue);
    color: var(--tak-blue-dark);
}

.tak-filter-categories span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.tak-filter-categories small {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: 999px;
    color: var(--tak-muted);
    flex: 0 0 auto;
    font-size: 11px;
    line-height: 1;
    min-width: 24px;
    padding: 4px 6px;
    text-align: center;
}

.tak-filter-field>span,
.tak-filter-label,
.tak-filter-price-inputs label span {
    color: var(--tak-navy);
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.tak-filter-field input,
.tak-filter-field select {
    appearance: none;
    background: #ffffff;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    color: var(--tak-ink);
    height: 44px;
    padding: 0 10px;
    width: 100%;
}

.tak-filter-field select {
    background-image: linear-gradient(45deg, transparent 50%, var(--tak-muted) 50%), linear-gradient(135deg, var(--tak-muted) 50%, transparent 50%);
    background-position: calc(100% - 17px) 18px, calc(100% - 12px) 18px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 32px;
}

.tak-filter-check {
    align-items: center;
    border: 1px solid var(--tak-line);
    border-radius: var(--tak-radius);
    display: flex;
    font-size: 13px;
    font-weight: 400;
    gap: 8px;
    min-height: 38px;
    padding: 0 10px;
}

.tak-filter-check+.tak-filter-check {
    margin-top: 8px;
}

.tak-filter-check input {
    accent-color: var(--tak-blue);
    flex: 0 0 auto;
}

.tak-filter-price-presets {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
}

.tak-filter-price-presets a {
    background: var(--tak-soft);
    border: 1px solid #e5edf6;
    border-radius: var(--tak-radius);
    color: var(--tak-ink);
    font-size: 12px;
    font-weight: 400;
    min-height: 34px;
    padding: 8px 10px;
    text-align: center;
}

.tak-filter-price-presets a:hover,
.tak-filter-price-presets a.is-active {
    background: var(--tak-navy);
    border-color: var(--tak-navy);
    color: #ffffff;
}

.tak-filter-price-inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.tak-filter-price-inputs label {
    display: block;
    margin: 0;
}

.tak-filter-price-inputs label span {
    color: var(--tak-muted);
    display: block;
    font-size: 11px;
    height: auto;
    margin: 0 0 6px;
}

.tak-filter-apply,
.tak-filter-reset,
.tak-mobile-filter-open {
    align-items: center;
    border-radius: var(--tak-radius);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    min-height: 42px;
    width: 100%;
}

.tak-filter-apply,
.tak-mobile-filter-open {
    background: var(--tak-blue);
    border: 0;
    color: #ffffff;
}

.tak-filter-reset {
    background: #ffffff;
    border: 1px solid var(--tak-line);
    color: var(--tak-ink);
    margin-top: 9px;
}

.tak-mobile-filter-bar,
.tak-filter-sheet-handle,
.tak-mobile-filter-close,
.tak-shop-filter-backdrop {
    display: none;
}

.tak-no-products {
    margin: 0 auto 48px;
    max-width: var(--tak-content-width);
    width: min(100%, calc(100vw - 32px));
}

.tak-no-products__hero {
    align-items: center;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dce7f4;
    border-radius: var(--tak-radius);
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-bottom: 16px;
    padding: 24px;
}

.tak-no-products__icon {
    align-items: center;
    background: #e8f3ff;
    border: 1px solid #cfe3f8;
    border-radius: 50%;
    color: var(--tak-blue);
    display: flex;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.tak-no-products__icon .dashicons {
    font-size: 28px;
    height: 28px;
    width: 28px;
}

.tak-no-products__copy {
    min-width: 0;
}

.tak-no-products__eyebrow {
    color: var(--tak-blue);
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.tak-no-products h1 {
    color: var(--tak-navy);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 8px;
}

.tak-no-products__copy p:last-child {
    color: var(--tak-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.tak-no-products__actions {
    display: grid;
    gap: 10px;
    min-width: 170px;
}

.tak-no-products__button {
    align-items: center;
    background: var(--tak-blue);
    border: 1px solid var(--tak-blue);
    border-radius: var(--tak-radius);
    color: #ffffff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    text-align: center;
}

.tak-no-products__button:hover,
.tak-no-products__button:focus {
    background: var(--tak-navy);
    border-color: var(--tak-navy);
    color: #ffffff;
}

.tak-no-products__button--ghost {
    background: #ffffff;
    border-color: var(--tak-line);
    color: var(--tak-navy);
}

.tak-no-products__button--ghost:hover,
.tak-no-products__button--ghost:focus {
    background: var(--tak-soft);
    border-color: var(--tak-hover-border);
    color: var(--tak-navy);
}

.tak-no-products .tak-category-tiles-section {
    margin: 0 0 28px;
}

.tak-no-products .tak-category-tiles-section>.col-full {
    margin: 0;
    max-width: none;
    width: 100%;
}

.tak-no-products__section-heading {
    align-items: center;
    border-bottom: 1px solid #e6edf5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.tak-no-products__section-heading h2 {
    color: var(--tak-navy);
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.tak-no-products__section-heading a {
    color: var(--tak-blue);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.tak-no-products__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

/* Footer */
.tak-site-footer {
    background: linear-gradient(180deg, var(--tak-footer) 0%, var(--tak-navy-dark) 100%);
    color: #dbeafe;
    padding: 34px 0 calc(34px + env(safe-area-inset-bottom));
}

.tak-footer-main {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.tak-footer-brand {
    grid-column: span 2;
    line-height: 1.4;
    position: relative;
}

.tak-footer-brand::before {
    background: var(--tak-orange);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 16px;
    width: 72px;
}

.tak-footer-brand__copy strong {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.tak-footer-brand__copy span {
    color: #b9d7e5;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
}

.tak-footer-column h2 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.tak-footer-column,
.tak-footer-column li,
.tak-footer-column ul {
    line-height: 1.4;
}

.tak-footer-column ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tak-footer-column a {
    align-items: center;
    color: #b9d7e5;
    font-size: 13px;
    line-height: 1.4;
}

.tak-footer-contact a {
    display: inline-flex;
    gap: 8px;
}

.tak-footer-contact .dashicons {
    color: #8fd3e5;
    flex: 0 0 auto;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    width: 15px;
}

.tak-footer-column a:hover,
.tak-footer-column a:focus {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tak-site-info {
    border-top: 1px solid rgba(191, 232, 243, .18);
    color: #9fbdd0;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px 14px;
    justify-content: space-between;
    line-height: 1.4;
    margin-top: 26px;
    padding-top: 14px;
}

/* Responsive */
@media (max-width: 767px) {
    .woocommerce-account .entry-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .tak-account-layout {
        align-items: stretch;
        gap: 14px;
        width: 100%;
    }

    .tak-account-layout>.tak-account-sidebar,
    .tak-account-layout>.tak-account-content {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .tak-account-sidebar {
        border-radius: var(--tak-radius);
        margin-left: 0;
        margin-right: 0;
    }

    .tak-account-nav__list {
        display: none;
    }

    .tak-account-nav__mobile-menu {
        display: block;
        padding: 8px;
        width: 100%;
    }

    .tak-account-nav__mobile-menu summary {
        align-items: center;
        background: var(--tak-soft-blue);
        border: 1px solid rgba(8, 104, 215, .16);
        border-radius: calc(var(--tak-radius) - 2px);
        color: var(--tak-blue-dark);
        cursor: pointer;
        display: grid;
        gap: 10px;
        grid-template-columns: 34px minmax(0, 1fr) 14px;
        list-style: none;
        min-height: 54px;
        padding: 8px 12px;
        width: 100%;
    }

    .tak-account-nav__mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .tak-account-nav__mobile-menu summary::after {
        border-bottom: 2px solid currentColor;
        border-right: 2px solid currentColor;
        content: "";
        height: 8px;
        transform: rotate(45deg) translateY(-2px);
        transition: transform .18s ease;
        width: 8px;
    }

    .tak-account-nav__mobile-menu[open] summary::after {
        transform: rotate(225deg) translate(-1px, -1px);
    }

    .tak-account-nav__mobile-menu summary>.dashicons {
        align-items: center;
        background: #ffffff;
        border-radius: 999px;
        display: inline-flex;
        font-size: 18px;
        height: 34px;
        justify-content: center;
        line-height: 34px;
        width: 34px;
    }

    .tak-account-nav__mobile-menu summary span:last-of-type {
        display: grid;
        gap: 2px;
        min-width: 0;
    }

    .tak-account-nav__mobile-menu summary small {
        color: var(--tak-muted);
        font-size: 11px;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .tak-account-nav__mobile-menu summary strong {
        color: var(--tak-navy);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tak-account-nav__mobile-menu ul {
        display: grid;
        gap: 4px;
        list-style: none;
        margin: 8px 0 0;
        padding: 0;
        width: 100%;
    }

    .tak-account-nav__mobile-menu a {
        border-radius: calc(var(--tak-radius) - 2px);
        font-size: 13px;
        min-height: 42px;
        padding: 0 10px;
        width: 100%;
    }

    .tak-account-dashboard {
        gap: 14px;
    }

    .tak-auth {
        padding-bottom: 34px;
    }

    .tak-auth__intro {
        text-align: left;
    }

    .tak-auth__intro h1 {
        font-size: 28px;
    }

    .tak-auth__panel,
    .tak-account-content,
    .tak-account-welcome,
    .tak-account-recent-orders {
        padding: 18px;
    }

    .tak-account-welcome {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .tak-account-welcome h2 {
        font-size: 22px;
    }

    .tak-account-quick-actions {
        gap: 10px;
    }

    .tak-account-quick-actions a {
        align-items: center;
        gap: 4px 12px;
        grid-template-columns: 34px minmax(0, 1fr);
        min-height: 0;
        padding: 14px;
    }

    .tak-account-quick-actions .dashicons {
        grid-row: span 2;
    }

    .tak-account-quick-actions small {
        font-size: 12px;
    }

    .tak-auth-form__actions,
    .tak-account-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .tak-auth-form__actions .button,
    .tak-auth-form--register .button,
    .tak-account-welcome__action {
        justify-self: stretch;
        width: 100%;
    }

    .tak-account-section-heading {
        gap: 8px;
        margin-bottom: 14px;
    }

    .tak-account-orders-table,
    .tak-account-orders-table tbody,
    .tak-account-orders-table tr,
    .tak-account-orders-table td {
        display: block;
        width: 100%;
    }

    .tak-account-orders-table {
        background: transparent;
        border: 0;
        border-radius: 0;
        overflow: visible;
    }

    .tak-account-orders-table thead {
        display: none;
    }

    .tak-account-orders-table tr {
        background: #ffffff;
        border: 1px solid var(--tak-line);
        border-radius: var(--tak-radius);
        margin-bottom: 12px;
        overflow: hidden;
    }

    .tak-account-orders-table tr:last-child {
        margin-bottom: 0;
    }

    .tak-account-orders-table td {
        align-items: center;
        border-bottom: 1px solid var(--tak-line);
        display: flex;
        gap: 12px;
        justify-content: space-between;
        padding: 12px 14px;
        text-align: right;
        white-space: normal;
    }

    .tak-account-orders-table td::before {
        color: var(--tak-muted);
        content: attr(data-title);
        flex: 0 0 auto;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase;
    }

    .tak-account-orders-table td:last-child {
        border-bottom: 0;
    }

    .tak-account-orders-table td:last-child .button {
        width: 100%;
    }

    .tak-account-empty {
        padding: 18px;
    }

    .tak-top-banner>.col-full {
        width: calc(100% - 16px);
    }

    .tak-top-banner__inner {
        flex-flow: column nowrap;
        gap: 7px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .tak-top-banner__trust,
    .tak-top-banner__contact {
        justify-content: center;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .tak-top-banner__trust {
        flex-wrap: nowrap;
        gap: 6px;
    }

    .tak-top-banner__contact {
        flex-wrap: wrap;
        gap: 6px 12px;
    }

    .tak-top-banner__trust .tak-top-banner__item,
    .tak-top-banner__contact .tak-top-banner__item {
        font-size: 10px;
        gap: 4px;
        justify-content: center;
        min-width: 0;
        text-align: center;
    }

    .tak-top-banner__trust .tak-top-banner__item {
        flex: 0 1 auto;
        white-space: nowrap;
    }

    .tak-top-banner__trust .tak-top-banner__item span:last-child {
        white-space: nowrap;
    }

    .tak-top-banner__contact>a {
        display: none;
    }

    .tak-top-banner__phones {
        min-width: 0;
    }

    .tak-top-banner__phones-text {
        font-size: 11px;
        flex-wrap: wrap;
        gap: 4px;
        justify-content: center;
        white-space: normal;
    }

    .tak-site-header>.col-full {
        column-gap: 8px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px 44px;
        row-gap: 10px;
        min-height: 0;
        padding-bottom: 12px;
        padding-top: 10px;
    }

    .home .tak-top-banner,
    .post-type-archive-product .tak-top-banner,
    .tax-product_cat .tak-top-banner {
        position: static;
    }

    .home .tak-site-header,
    .post-type-archive-product .tak-site-header,
    .tax-product_cat .tak-site-header {
        box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
        position: sticky;
        top: 0;
        z-index: 1001;
    }

    .tak-site-header>.col-full>.tak-header-brand {
        grid-column: 1;
        grid-row: 1;
    }

    .tak-header-brand {
        max-width: 100%;
        min-width: 0;
    }

    .tak-header-brand__logo {
        max-height: 46px;
    }

    .tak-header-category-menu,
    .tak-header-account__text,
    .tak-header-cart__amount {
        display: none;
    }

    .tak-header-brand__copy {
        display: block;
        min-width: 0;
    }

    .tak-header-brand__title {
        font-size: 12px;
        line-height: 1.2;
        white-space: normal;
    }

    .tak-header-brand__description {
        display: none;
    }

    .tak-site-header>.col-full>.tak-header-account {
        grid-column: 2;
        grid-row: 1;
    }

    .tak-header-account {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 44px;
        padding: 0;
        width: 44px;
    }

    .tak-header-account .dashicons {
        font-size: 23px;
        height: 23px;
        line-height: 23px;
        width: 23px;
    }

    .tak-site-header>.col-full>.tak-header-cart {
        grid-column: 3;
        grid-row: 1;
        width: 44px;
    }

    .tak-header-cart__link {
        gap: 0;
        justify-content: center;
        min-height: 44px;
        padding: 0;
        width: 44px;
    }

    .tak-header-cart__count {
        left: auto;
        right: -6px;
        top: -7px;
    }

    .tak-site-header>.col-full>.tak-header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
    }

    .tak-header-search {
        display: none;
    }

    .home .tak-header-search,
    .post-type-archive-product .tak-header-search,
    .tax-product_cat .tak-header-search {
        display: block;
    }

    .tak-header-search__form,
    .tak-header-search__field,
    .tak-header-search__submit {
        height: 42px;
    }

    .tak-header-search__field {
        font-size: 16px;
        padding: 0 12px;
    }

    .tak-header-search__submit {
        font-size: 0;
        gap: 0;
        min-width: 50px;
        padding: 0 13px;
        width: 50px;
    }

    .tak-header-search__submit::before {
        font-size: 19px;
        height: 19px;
        line-height: 19px;
        width: 19px;
    }

    .tak-home-slider {
        min-height: 420px;
    }

    .tak-home-slide {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .tak-home-slide__copy {
        padding: 28px 22px 0;
    }

    .tak-home-slide__copy strong {
        font-size: 27px;
    }

    .tak-home-slide__copy span {
        font-size: 15px;
    }

    .tak-home-slide img {
        height: 210px;
        justify-self: center;
        object-position: center bottom;
    }

    .tak-home-slider__dots {
        bottom: auto;
        left: auto;
        right: 18px;
        top: 18px;
    }

    .tak-home-slider__dots span {
        height: 8px;
        width: 8px;
    }

    .tak-section-header {
        gap: 10px;
    }

    .tak-section-header h2 {
        font-size: 17px;
    }

    .tak-section-header a {
        font-size: 11px;
    }

    .tak-category-banner {
        display: block;
        margin-top: 0;
    }

    .tak-category-banner__description {
        margin-bottom: 14px;
    }

    .tak-category-banner__description::before {
        width: 38px;
    }

    .tak-category-banner__description h1 {
        font-size: 34px;
        line-height: 1.04;
        max-width: 420px;
    }

    .tak-category-banner__description p {
        font-size: 15px;
        line-height: 1.5;
        max-width: 520px;
    }

    .tak-category-banner img {
        border-radius: var(--tak-radius);
    }

    .tak-product-grid,
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .single-product div.product {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .single-product div.product .summary {
        padding: 18px;
    }

    .single-product .product_title {
        font-size: 24px;
    }

    .single-product div.product .summary .price {
        font-size: 20px;
    }

    .single-product div.product .woocommerce-product-gallery__image {
        padding: 18px;
    }

    .single-product div.product .quantity input.qty {
        width: 54px;
    }

    .single-product div.product .wc-tabs {
        overflow-x: auto;
    }

    .tak-account-sidebar {
        position: static;
    }

    .tak-account-nav a {
        min-height: 40px;
        white-space: normal;
    }

    .tak-account-content .edit-account fieldset .form-row {
        align-items: stretch;
    }

    .tak-account-content .edit-account fieldset .form-row label {
        margin-bottom: 7px;
    }

    .tak-account-content table:not(.tak-account-orders-table) {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tak-shop-layout {
        grid-template-columns: 1fr;
    }

    .tak-no-products {
        margin-bottom: 34px;
        width: min(100%, calc(100vw - 24px));
    }

    .tak-no-products__hero {
        align-items: stretch;
        grid-template-columns: 1fr;
        padding: 20px;
        text-align: center;
    }

    .tak-no-products__icon {
        justify-self: center;
    }

    .tak-no-products h1 {
        font-size: 25px;
    }

    .tak-no-products__actions {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .tak-no-products__section-heading h2 {
        font-size: 18px;
    }

    .tak-no-products__grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .tak-shop-filters {
        background: #ffffff;
        border-radius: 18px 18px 0 0;
        bottom: 0;
        left: 50%;
        max-height: 88vh;
        max-width: 440px;
        overflow: auto;
        position: fixed;
        top: auto;
        transform: translate(-50%, 105%);
        transition: transform .22s ease;
        width: 100%;
        z-index: 100000;
    }

    .tak-filter-sheet-open .tak-shop-filters {
        transform: translate(-50%, 0);
    }

    .tak-shop-filter-backdrop {
        background: rgba(15, 23, 42, .42);
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity .22s ease;
        z-index: 99999;
    }

    .tak-filter-sheet-open .tak-shop-filter-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .tak-filter-sheet-open {
        overflow: hidden;
    }

    .tak-filter-sheet-handle,
    .tak-mobile-filter-close,
    .tak-mobile-filter-bar {
        display: block;
    }

    .tak-filter-sheet-handle {
        background: #cbd5e1;
        border-radius: 999px;
        height: 4px;
        margin: 0 auto 16px;
        width: 46px;
    }

    .tak-mobile-filter-close {
        background: transparent;
        border: 0;
        color: var(--tak-muted);
        font-size: 25px;
        height: 34px;
        width: 34px;
    }

    .tak-mobile-filter-bar {
        display: grid;
        gap: 10px;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 14px;
        width: 100%;
    }

    .tak-mobile-filter-open {
        gap: 8px;
        min-height: 44px;
    }

    .tak-mobile-filter-open .dashicons {
        font-size: 18px;
        height: 18px;
        line-height: 18px;
        width: 18px;
    }

    .tak-mobile-sort-form {
        margin: 0;
        width: 100%;
    }

    .tak-mobile-sort-form select {
        appearance: none;
        background-color: #ffffff;
        border: 1px solid var(--tak-line);
        border-radius: var(--tak-radius);
        color: var(--tak-navy);
        font-size: 14px;
        height: 44px;
        margin: 0;
        padding: 0 34px 0 12px;
        width: 100%;
    }

    .tak-nav-strip__category-menu {
        flex: 0 0 128px;
    }

    .tak-nav-strip__categories {
        font-size: 11px;
        gap: 6px;
        min-height: 50px;
        padding: 0 10px;
        width: 100%;
    }

    .tak-nav-strip__categories .dashicons {
        font-size: 18px;
        height: 18px;
        line-height: 18px;
        width: 18px;
    }

    .tak-nav-strip__categories span:nth-child(2) {
        font-size: 0;
    }

    .tak-nav-strip__categories span:nth-child(2)::after {
        content: "Categories";
        font-size: 12px;
    }

    .tak-category-tiles {
        grid-auto-columns: 184px;
    }

    .tak-site-footer {
        padding-bottom: calc(34px + env(safe-area-inset-bottom));
        text-align: left;
    }

    .tak-footer-main {
        gap: 24px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tak-footer-brand::before {
        margin-left: 0;
        margin-right: 0;
    }

    .tak-footer-brand,
    .tak-footer-contact {
        grid-column: 1 / -1;
    }

    .tak-footer-brand__copy strong {
        font-size: 16px;
    }

    .tak-footer-brand__copy span,
    .tak-footer-column a {
        font-size: 12px;
    }

    .tak-footer-column ul {
        gap: 8px;
    }

    .tak-footer-contact ul {
        grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), max-content));
    }

    .tak-footer-contact a {
        justify-content: flex-start;
    }

    .tak-site-info {
        justify-content: flex-start;
    }

    .tak-filter-price-inputs {
        grid-template-columns: 1fr;
    }
}