/**
 * THE KHATOON SHOP v6.0.3 — live visual repair
 * Header logo, contact, catalog cards/toolbar, filters and My Account.
 * Loaded after every earlier presentation layer.
 */

body.tks-reference-v603 {
    --tks-v603-pink: #f2055b;
    --tks-v603-pink-dark: #d9004f;
    --tks-v603-pink-soft: #fff1f6;
    --tks-v603-border: #eadfe4;
    --tks-v603-ink: #111111;
    --tks-v603-muted: #716b6e;
}

/* =========================================================
   HEADER / LOGO
   ========================================================= */
@media (min-width: 821px) {
    body.tks-reference-v603 .tks-header__main {
        width: min(calc(100% - 56px), 1440px);
        min-height: 96px;
        grid-template-columns: 260px minmax(430px, 680px) minmax(300px, auto);
        gap: clamp(24px, 3vw, 54px);
    }

    body.tks-reference-v603 .tks-logo {
        width: 250px;
        height: 90px;
        min-width: 250px;
        overflow: visible;
    }

    body.tks-reference-v603 .tks-logo__image {
        width: auto !important;
        height: 86px !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: contain;
        object-position: left center;
        image-rendering: auto;
        transform: scaleX(1.45);
        transform-origin: left center;
    }

    body.tks-reference-v603 .tks-search {
        max-width: 680px;
    }
}

@media (min-width: 821px) and (max-width: 1120px) {
    body.tks-reference-v603 .tks-header__main {
        grid-template-columns: 210px minmax(320px, 1fr) minmax(250px, auto);
        gap: 18px;
    }
    body.tks-reference-v603 .tks-logo {
        width: 205px !important;
        min-width: 205px;
    }
    body.tks-reference-v603 .tks-logo__image {
        height: 76px !important;
        transform: scaleX(1.38);
    }
}

@media (max-width: 820px) {
    body.tks-reference-v603 .tks-logo__image {
        width: auto !important;
        height: 72px !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: contain;
        transform: scaleX(1.32);
        transform-origin: left center;
    }
}

/* =========================================================
   CONTACT PAGE — restore complete designed form
   ========================================================= */
body.tks-reference-v603 .contact-page {
    background: linear-gradient(180deg, #fff 0%, #fff9fb 42%, #fff 100%);
    overflow: clip;
}

body.tks-reference-v603 .contact-shell {
    width: min(calc(100% - 56px), 1380px);
    margin-inline: auto;
}

body.tks-reference-v603 .contact-hero {
    padding: 48px 0 42px;
    border-bottom: 1px solid var(--tks-v603-border);
    background:
        radial-gradient(circle at 88% 14%, rgba(242, 5, 91, .09), transparent 28%),
        linear-gradient(135deg, #fff 0%, #fff8fb 62%, #fff2f7 100%);
}

body.tks-reference-v603 .contact-hero-grid,
body.tks-reference-v603 .contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
}

body.tks-reference-v603 .contact-eyebrow {
    margin: 0 0 10px;
    color: var(--tks-v603-pink);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .2em;
    text-transform: uppercase;
}

body.tks-reference-v603 .contact-hero h1,
body.tks-reference-v603 .contact-copy h2,
body.tks-reference-v603 .contact-quick-card h2 {
    margin: 0;
    color: var(--tks-v603-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    line-height: 1.03;
    letter-spacing: -.035em;
}

body.tks-reference-v603 .contact-hero h1 {
    max-width: 760px;
    font-size: clamp(44px, 5vw, 68px);
}

body.tks-reference-v603 .contact-hero h1::after {
    content: ".";
    color: var(--tks-v603-pink);
}

body.tks-reference-v603 .contact-hero p,
body.tks-reference-v603 .contact-copy > p,
body.tks-reference-v603 .contact-quick-card p,
body.tks-reference-v603 .contact-page-content {
    color: var(--tks-v603-muted);
    font-size: 15px;
    line-height: 1.72;
}

body.tks-reference-v603 .contact-quick-card,
body.tks-reference-v603 .contact-form-card,
body.tks-reference-v603 .contact-email-card {
    border: 1px solid #f0d7e1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(36, 18, 26, .06);
}

body.tks-reference-v603 .contact-quick-card {
    padding: 28px 30px;
    background: linear-gradient(145deg, #fff, #fff3f7);
}

body.tks-reference-v603 .contact-quick-card h2 {
    font-size: 31px;
}

body.tks-reference-v603 .contact-quick-card a,
body.tks-reference-v603 .contact-form button {
    min-height: 48px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tks-v603-pink);
    border-radius: 8px;
    background: linear-gradient(90deg, var(--tks-v603-pink), #ff1768);
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}

body.tks-reference-v603 .contact-content {
    padding: 54px 0 70px;
}

body.tks-reference-v603 .contact-grid {
    align-items: start;
}

body.tks-reference-v603 .contact-copy h2 {
    font-size: clamp(36px, 4vw, 52px);
}

body.tks-reference-v603 .contact-email-card {
    margin-top: 22px;
    padding: 18px 20px;
    display: grid;
    gap: 4px;
}

body.tks-reference-v603 .contact-email-card strong {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.tks-reference-v603 .contact-email-card a {
    color: var(--tks-v603-pink);
    font-weight: 800;
    overflow-wrap: anywhere;
    text-decoration: none;
}

body.tks-reference-v603 .contact-form-card {
    padding: 28px;
}

body.tks-reference-v603 .contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.tks-reference-v603 .contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

body.tks-reference-v603 .contact-form label {
    min-width: 0;
    display: grid;
    gap: 7px;
    color: var(--tks-v603-ink);
    font-size: 13px;
    font-weight: 800;
}

body.tks-reference-v603 .contact-form input,
body.tks-reference-v603 .contact-form select,
body.tks-reference-v603 .contact-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #ded7da;
    border-radius: 8px;
    background: #fff;
    color: var(--tks-v603-ink);
    box-shadow: none;
}

body.tks-reference-v603 .contact-form input,
body.tks-reference-v603 .contact-form select {
    min-height: 50px;
    padding: 12px 13px;
}

body.tks-reference-v603 .contact-form textarea {
    min-height: 170px;
    padding: 13px;
    resize: vertical;
}

body.tks-reference-v603 .contact-form input:focus,
body.tks-reference-v603 .contact-form select:focus,
body.tks-reference-v603 .contact-form textarea:focus {
    border-color: var(--tks-v603-pink);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(242, 5, 91, .09);
}

body.tks-reference-v603 .contact-form-full {
    grid-column: 1 / -1;
}

body.tks-reference-v603 .contact-form button {
    width: 100%;
    margin-top: 18px;
}

body.tks-reference-v603 .contact-disclaimer {
    margin: 11px 0 0;
    color: #7e777a;
    font-size: 12px;
    text-align: center;
}

/* =========================================================
   SHOP TOOLBAR / FILTER PANEL
   ========================================================= */
body.tks-reference-v603 .tks-shop-layout {
    grid-template-columns: 252px minmax(0, 1fr);
    gap: 18px;
}

body.tks-reference-v603 .tks-shop-filter-panel {
    top: 142px;
}

body.tks-reference-v603 .tks-shop-filter-panel > .tks-filter-close {
    display: none;
}

body.tks-reference-v603 .tks-shop-filters {
    border: 1px solid var(--tks-v603-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(35, 20, 27, .05);
    overflow: hidden;
}

body.tks-reference-v603 .tks-shop-filters__header {
    min-height: 82px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--tks-v603-border);
    background: linear-gradient(135deg, #fff, #fff5f8);
}

body.tks-reference-v603 .tks-shop-filters__header span {
    display: block;
    margin-bottom: 4px;
    color: var(--tks-v603-muted);
    font-size: 12px;
}

body.tks-reference-v603 .tks-shop-filters__header h2 {
    margin: 0;
    color: var(--tks-v603-ink);
    font-size: 24px;
    line-height: 1;
}

body.tks-reference-v603 .tks-shop-filters__header .tks-filter-close {
    display: none;
}

body.tks-reference-v603 .tks-shop-filter-form details {
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--tks-v603-border);
    background: #fff;
}

body.tks-reference-v603 .tks-shop-filter-form details:last-of-type {
    border-bottom: 0;
}

body.tks-reference-v603 .tks-shop-filter-form summary {
    min-height: 48px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--tks-v603-ink);
    font-size: 13px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

body.tks-reference-v603 .tks-shop-filter-form summary::-webkit-details-marker {
    display: none;
}

body.tks-reference-v603 .tks-shop-filter-form summary::after {
    content: "+";
    color: var(--tks-v603-pink);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

body.tks-reference-v603 .tks-shop-filter-form details[open] summary::after {
    content: "−";
}

body.tks-reference-v603 .tks-filter-options,
body.tks-reference-v603 .tks-filter-checks {
    max-height: 285px;
    padding: 0 14px 13px;
    overflow: auto;
}

body.tks-reference-v603 .tks-filter-options label,
body.tks-reference-v603 .tks-filter-checks label {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #514b4e;
    font-size: 12px;
    font-weight: 650;
}

body.tks-reference-v603 .tks-filter-options input,
body.tks-reference-v603 .tks-filter-checks input {
    width: 15px;
    min-height: 15px;
    flex: 0 0 15px;
    accent-color: var(--tks-v603-pink);
}

body.tks-reference-v603 .tks-filter-options small {
    min-width: 25px;
    height: 25px;
    margin-left: auto;
    padding: 0 5px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--tks-v603-pink-soft);
    color: var(--tks-v603-pink);
    font-size: 10px;
    font-weight: 850;
}

body.tks-reference-v603 .tks-filter-select,
body.tks-reference-v603 .tks-price-fields {
    padding: 0 14px 14px;
}

body.tks-reference-v603 .tks-price-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.tks-reference-v603 .tks-price-fields label {
    min-width: 0;
    display: grid;
    gap: 5px;
    font-size: 10px;
}

body.tks-reference-v603 .tks-price-fields input,
body.tks-reference-v603 .tks-filter-select select {
    min-height: 42px;
    padding: 9px 10px;
    border-radius: 7px;
    font-size: 12px;
}

body.tks-reference-v603 .tks-shop-filter-form > .tks-button {
    width: calc(100% - 28px);
    min-height: 44px;
    margin: 7px 14px 0 !important;
    border-radius: 8px;
    font-size: 13px;
}

body.tks-reference-v603 .tks-shop-filter-form > .tks-button:last-child {
    margin-bottom: 14px !important;
    background: #fff !important;
    color: var(--tks-v603-pink) !important;
    border-color: var(--tks-v603-pink) !important;
}

body.tks-reference-v603 .tks-shop-toolbar {
    min-height: 64px;
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 11px;
    box-shadow: none;
}

body.tks-reference-v603 .tks-shop-toolbar__count {
    font-size: 12px;
}

body.tks-reference-v603 .tks-view-switcher button {
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 7px;
}

body.tks-reference-v603 .woocommerce-ordering select {
    min-width: 170px;
    min-height: 42px;
    border-radius: 7px;
    font-size: 12px;
}

/* =========================================================
   PRODUCT CARDS / DEALS PRODUCT BAR
   ========================================================= */
body.tks-reference-v603 ul.products {
    align-items: stretch;
}

body.tks-reference-v603 ul.products li.product {
    position: relative;
    padding: 0 0 12px !important;
    border-radius: 11px;
    box-shadow: none;
    overflow: hidden;
}

body.tks-reference-v603 ul.products li.product > a.woocommerce-LoopProduct-link,
body.tks-reference-v603 ul.products li.product > a.woocommerce-loop-product__link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

body.tks-reference-v603 ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1.04 / 1;
    margin: 0 !important;
    padding: 10px;
    display: block;
    object-fit: contain;
    background: linear-gradient(180deg, #fff, #fffafb);
}

body.tks-reference-v603 ul.products li.product .khatoon-loop-brand {
    margin: 9px 11px 0;
    color: var(--tks-v603-pink);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.tks-reference-v603 ul.products li.product .woocommerce-loop-product__title {
    min-height: 49px;
    margin: 0;
    padding: 7px 11px 0 !important;
    color: var(--tks-v603-ink) !important;
    font-size: 12.5px !important;
    font-weight: 750;
    line-height: 1.34;
    text-decoration: none !important;
}

body.tks-reference-v603 ul.products li.product .star-rating {
    margin: 7px 11px 0;
    font-size: 10px;
}

body.tks-reference-v603 ul.products li.product .price {
    margin: auto 11px 0 !important;
    padding-top: 8px;
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    color: var(--tks-v603-pink) !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.15;
}

body.tks-reference-v603 ul.products li.product .price del {
    color: #777 !important;
    font-size: 10px !important;
    font-weight: 500;
}

body.tks-reference-v603 ul.products li.product .price ins {
    text-decoration: none;
}

body.tks-reference-v603 ul.products li.product .button {
    width: calc(100% - 22px);
    min-height: 38px;
    margin: 9px 11px 0 !important;
    padding: 9px 8px;
    border-radius: 6px;
    font-size: 11px;
}

body.tks-reference-v603 ul.products li.product span.onsale {
    min-width: 44px;
    width: 44px;
    min-height: 44px;
    height: 44px;
    top: 8px;
    left: 8px;
    padding: 4px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--tks-v603-pink);
    color: #fff;
    font-size: 8.5px;
    font-weight: 850;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
}

body.tks-reference-v603 .tks-deals-controls {
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.tks-reference-v603 .tks-deal-category-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

body.tks-reference-v603 .tks-deal-category-links a {
    min-height: 40px;
    padding: 9px 18px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--tks-v603-border);
    border-radius: 999px;
    background: #fff;
    color: var(--tks-v603-ink);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

body.tks-reference-v603 .tks-deal-category-links a.is-active {
    border-color: var(--tks-v603-pink);
    background: var(--tks-v603-pink);
    color: #fff;
}

body.tks-reference-v603 .tks-deals-sort label {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

body.tks-reference-v603 .tks-deals-sort select {
    min-width: 165px;
    min-height: 42px;
    border-radius: 7px;
}

body.tks-reference-v603 .tks-deals-products ul.products {
    gap: 14px;
}

@media (min-width: 1450px) {
    body.tks-reference-v603 .tks-shop-results ul.products,
    body.tks-reference-v603 .tks-deals-products ul.products {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1180px) and (max-width: 1449px) {
    body.tks-reference-v603 .tks-shop-results ul.products,
    body.tks-reference-v603 .tks-deals-products ul.products {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 921px) and (max-width: 1179px) {
    body.tks-reference-v603 .tks-shop-results ul.products,
    body.tks-reference-v603 .tks-deals-products ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   MY ACCOUNT — exact three-column desktop composition
   ========================================================= */
body.tks-reference-v603 .tks-account-main .tks-page-shell {
    width: min(calc(100% - 64px), 1440px);
    padding-top: 28px;
}

body.tks-reference-v603 .tks-account-heading {
    margin-bottom: 14px;
    padding-bottom: 12px;
}

body.tks-reference-v603 .tks-account-heading h1 {
    font-size: clamp(40px, 4vw, 58px);
}

body.tks-reference-v603 .tks-account-content > .woocommerce {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 282px minmax(0, 1fr) !important;
    gap: 22px !important;
    align-items: start !important;
}

body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: sticky;
    top: 142px;
    border: 1px solid var(--tks-v603-border);
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation ul {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    list-style: none !important;
}

body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation li a {
    min-height: 50px;
    padding: 11px 15px;
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    border: 0 !important;
    border-bottom: 1px solid var(--tks-v603-border) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--tks-v603-ink) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    white-space: normal;
}

body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation li:last-child a {
    border-bottom: 0 !important;
}

body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation li.is-active a {
    background: linear-gradient(90deg, var(--tks-v603-pink), #ff1768) !important;
    color: #fff !important;
}

body.tks-reference-v603 .tks-account-nav-icon {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    color: currentColor;
}

body.tks-reference-v603 .tks-account-nav-icon svg {
    width: 21px;
    height: 21px;
}

body.tks-reference-v603 .tks-account-nav-label {
    min-width: 0;
}

body.tks-reference-v603 .tks-account-nav-badge {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--tks-v603-pink);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 850;
}

body.tks-reference-v603 .woocommerce-MyAccount-navigation li.is-active .tks-account-nav-badge {
    background: #fff;
    color: var(--tks-v603-pink);
}

body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-content {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.tks-reference-v603.tks-account-dashboard-page .woocommerce-MyAccount-content > p,
body.tks-reference-v603.tks-account-dashboard-page .woocommerce-MyAccount-content > .woocommerce-notices-wrapper:empty {
    display: none !important;
}

body.tks-reference-v603 .tks-account-dashboard {
    width: 100%;
    min-width: 0;
    display: grid;
    gap: 16px;
}

body.tks-reference-v603 .tks-account-welcome {
    min-height: 84px;
    margin: 0;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #f0d6e0;
    border-radius: 11px;
    background: linear-gradient(110deg, #fff8fb, #fff2f7);
    box-shadow: none;
}

body.tks-reference-v603 .tks-account-welcome > span {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-width: 1.5px;
}

body.tks-reference-v603 .tks-account-welcome h2 {
    color: var(--tks-v603-pink);
    font-size: 21px;
}

body.tks-reference-v603 .tks-account-welcome p {
    margin-top: 5px;
    color: #514b4e;
    font-size: 12px;
}

body.tks-reference-v603 .tks-account-dashboard__grid {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 304px;
    gap: 20px;
    align-items: start;
}

body.tks-reference-v603 .tks-account-summary-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
    margin-bottom: 15px;
}

body.tks-reference-v603 .tks-account-summary-card {
    min-height: 98px;
    padding: 13px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 10px;
    align-content: center;
    border-radius: 10px;
    box-shadow: none;
}

body.tks-reference-v603 .tks-account-summary-card > span {
    grid-row: 1 / 4;
    width: 46px;
    height: 46px;
    align-self: center;
}

body.tks-reference-v603 .tks-account-summary-card > strong {
    margin: 0;
    font-size: 20px;
}

body.tks-reference-v603 .tks-account-summary-card > em {
    margin: 2px 0 0;
    font-size: 11px;
}

body.tks-reference-v603 .tks-account-summary-card > small {
    margin: 0;
    padding: 4px 0 0;
    font-size: 9.5px;
}

body.tks-reference-v603 .tks-recent-orders,
body.tks-reference-v603 .tks-account-details-card,
body.tks-reference-v603 .tks-account-quick-links,
body.tks-reference-v603 .tks-account-support-links {
    border-radius: 11px;
    box-shadow: none;
}

body.tks-reference-v603 .tks-recent-orders {
    padding: 15px;
}

body.tks-reference-v603 .tks-section-heading-row h2 {
    font-size: 20px;
}

body.tks-reference-v603 .tks-section-heading-row a {
    font-size: 10px;
}

body.tks-reference-v603 .tks-orders-table-wrap table {
    font-size: 11px;
}

body.tks-reference-v603 .tks-orders-table-wrap th,
body.tks-reference-v603 .tks-orders-table-wrap td {
    padding: 9px 8px;
}

body.tks-reference-v603 .tks-account-dashboard__side {
    gap: 12px;
}

body.tks-reference-v603 .tks-account-details-card,
body.tks-reference-v603 .tks-account-quick-links,
body.tks-reference-v603 .tks-account-support-links {
    padding: 16px;
}

body.tks-reference-v603 .tks-account-details-card h2,
body.tks-reference-v603 .tks-account-quick-links h2,
body.tks-reference-v603 .tks-account-support-links h2 {
    font-size: 19px;
}

body.tks-reference-v603 .tks-account-details-card p,
body.tks-reference-v603 .tks-account-quick-links a,
body.tks-reference-v603 .tks-account-support-links a {
    font-size: 11px;
}

body.tks-reference-v603 .tks-account-quick-links a,
body.tks-reference-v603 .tks-account-support-links a {
    min-height: 37px;
    padding: 8px 0;
}

body.tks-reference-v603 .tks-account-details-card .tks-button {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 10px;
}

body.tks-reference-v603 .tks-page-newsletter {
    margin-top: 16px;
}

/* =========================================================
   RESPONSIVE REPAIRS
   ========================================================= */
@media (max-width: 1100px) {
    body.tks-reference-v603 .tks-shop-layout {
        grid-template-columns: 225px minmax(0, 1fr);
        gap: 14px;
    }

    body.tks-reference-v603 .tks-account-content > .woocommerce {
        grid-template-columns: 235px minmax(0, 1fr) !important;
        gap: 16px !important;
    }

    body.tks-reference-v603 .tks-account-dashboard__grid {
        grid-template-columns: 1fr;
    }

    body.tks-reference-v603 .tks-account-dashboard__side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    body.tks-reference-v603 .contact-hero-grid,
    body.tks-reference-v603 .contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.tks-reference-v603 .tks-shop-results ul.products,
    body.tks-reference-v603 .tks-deals-products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.tks-reference-v603 .tks-deals-controls {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 820px) {
    body.tks-reference-v603 .contact-shell {
        width: calc(100% - 28px);
    }

    body.tks-reference-v603 .contact-hero,
    body.tks-reference-v603 .contact-content {
        padding-block: 38px;
    }

    body.tks-reference-v603 .contact-form-card,
    body.tks-reference-v603 .contact-quick-card {
        padding: 20px 17px;
    }

    body.tks-reference-v603 .contact-form-grid {
        grid-template-columns: 1fr;
    }

    body.tks-reference-v603 .contact-form-full {
        grid-column: auto;
    }

    body.tks-reference-v603 .tks-shop-layout {
        grid-template-columns: 1fr;
    }

    body.tks-reference-v603 .tks-shop-filter-panel {
        position: fixed;
        z-index: 1205;
        inset: 0 auto 0 0;
        width: min(88vw, 340px);
        max-height: 100dvh;
        padding: 14px;
        overflow-y: auto;
        background: #fff;
        box-shadow: 18px 0 48px rgba(0,0,0,.2);
        transform: translateX(-110%);
        transition: transform .25s ease;
    }

    body.tks-filter-open.tks-reference-v603 .tks-shop-filter-panel {
        transform: translateX(0);
    }

    body.tks-reference-v603 .tks-shop-filter-panel > .tks-filter-close,
    body.tks-reference-v603 .tks-shop-filters__header .tks-filter-close {
        display: grid;
        width: 38px;
        height: 38px;
        min-height: 38px;
        padding: 0;
        place-items: center;
        border-radius: 50%;
        background: #fff;
        color: var(--tks-v603-ink);
        border: 1px solid var(--tks-v603-border);
    }

    body.tks-reference-v603 .tks-shop-filter-panel > .tks-filter-close {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
    }

    body.tks-reference-v603 .tks-shop-filters__header .tks-filter-close {
        visibility: hidden;
    }

    body.tks-reference-v603 .tks-shop-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    body.tks-reference-v603 .tks-shop-toolbar__actions {
        width: 100%;
        justify-content: space-between;
    }

    body.tks-reference-v603 .tks-shop-results ul.products,
    body.tks-reference-v603 .tks-deals-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.tks-reference-v603 .tks-account-main .tks-page-shell {
        width: calc(100% - 24px);
        padding-top: 20px;
    }

    body.tks-reference-v603 .tks-account-content > .woocommerce {
        display: block !important;
    }

    body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation {
        position: static;
        margin-bottom: 14px !important;
        overflow-x: auto;
    }

    body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation ul {
        display: flex !important;
        min-width: max-content;
    }

    body.tks-reference-v603 .tks-account-content .woocommerce-MyAccount-navigation li a {
        min-width: 126px;
        grid-template-columns: 20px auto auto;
        border-right: 1px solid var(--tks-v603-border) !important;
        border-bottom: 0 !important;
        font-family: Arial, sans-serif;
        font-size: 11px;
    }

    body.tks-reference-v603 .tks-account-dashboard__grid {
        grid-template-columns: 1fr;
    }

    body.tks-reference-v603 .tks-account-summary-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.tks-reference-v603 .tks-account-dashboard__side {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    body.tks-reference-v603 .tks-shop-results ul.products,
    body.tks-reference-v603 .tks-deals-products ul.products {
        gap: 9px;
    }

    body.tks-reference-v603 ul.products li.product .woocommerce-loop-product__title {
        min-height: 54px;
        font-size: 11px !important;
    }

    body.tks-reference-v603 ul.products li.product .price {
        font-size: 14px !important;
    }

    body.tks-reference-v603 .tks-account-summary-card {
        min-height: 118px;
        display: flex;
        flex-direction: column;
    }

    body.tks-reference-v603 .tks-account-summary-card > span {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }
}

body.tks-reference-v603 .contact-message {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
}
body.tks-reference-v603 .contact-message.is-success {
    border: 1px solid #b9dfc6;
    background: #effaf3;
    color: #176434;
}
body.tks-reference-v603 .contact-message.is-error {
    border: 1px solid #efc5ce;
    background: #fff3f6;
    color: #9d2342;
}
body.tks-reference-v603 .contact-page-content { margin-top: 24px; }
