/*
 * Tefal Center theme for ShopMaker
 * Local, RTL, responsive and dependency-free.
 */
/* Local Persian font support. Add the licensed font files to assets/fonts/. */
@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --tc-primary: #e51b23;
    --tc-primary-dark: #c41018;
    --tc-dark: #171717;
    --tc-text: #303030;
    --tc-muted: #707070;
    --tc-soft: #f6f6f4;
    --tc-border: #e7e7e7;
    --tc-success: #18864b;
    --tc-warning: #a76706;
    --tc-danger: #d11622;
    --tc-white: #fff;
    --tc-radius-sm: 9px;
    --tc-radius: 12px;
    --tc-radius-lg: 16px;
    --tc-radius-xl: 22px;
    --tc-shadow: 0 10px 30px rgba(23, 23, 23, .07);
    --tc-shadow-soft: 0 4px 18px rgba(23, 23, 23, .055);
    --tc-container: 1280px;
    --tc-header-height: 188px;
    --tc-mobile-nav-height: 66px;
}

*, *::before, *::after { box-sizing: border-box; }
html { direction: rtl; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body.tc-body {
    margin: 0;
    min-width: 320px;
    background: #fff;
    color: var(--tc-dark);
    font-family: "Vazirmatn", "IRANSansX", "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}
body.tc-no-scroll { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
::selection { background: rgba(229, 27, 35, .17); color: var(--tc-dark); }

.tc-container { width: min(calc(100% - 40px), var(--tc-container)); margin-inline: auto; }
.tc-container--narrow { max-width: 900px; }
.tc-container--result { max-width: 580px; text-align: center; }
.tc-container--tracking { max-width: 760px; }
.tc-main { min-height: 40vh; }
.tc-visually-hidden {
    position: absolute !important; width: 1px !important; max-width: 1px !important; height: 1px !important; padding: 0 !important;
    margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important;
}
.tc-skip-link { position: fixed; top: -60px; right: 18px; z-index: 10000; padding: 10px 16px; border-radius: 8px; background: var(--tc-dark); color: white; transition: top .2s; }
.tc-skip-link:focus { top: 14px; }
.tc-icon { flex: 0 0 auto; display: inline-block; vertical-align: middle; }

/* Buttons */
.tc-btn {
    min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 21px; border: 1px solid transparent; border-radius: 12px; cursor: pointer;
    font-weight: 800; font-size: 14px; line-height: 1.4; text-align: center;
    transition: background-color .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;
}
.tc-btn:hover { transform: translateY(-1px); }
.tc-btn:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 3px solid rgba(229, 27, 35, .22); outline-offset: 2px;
}
.tc-btn--primary { background: var(--tc-primary); color: #fff; box-shadow: 0 8px 20px rgba(229, 27, 35, .15); }
.tc-btn--primary:hover { background: var(--tc-primary-dark); box-shadow: 0 10px 24px rgba(229, 27, 35, .22); }
.tc-btn--dark { background: var(--tc-dark); color: #fff; }
.tc-btn--dark:hover { background: #000; }
.tc-btn--outline { background: #fff; border-color: var(--tc-border); color: #404040; }
.tc-btn--outline:hover { border-color: var(--tc-primary); color: var(--tc-primary); }
.tc-btn--glass { color: #fff; border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .11); backdrop-filter: blur(6px); }
.tc-btn--glass:hover { background: rgba(255, 255, 255, .2); }
.tc-btn--disabled, .tc-btn:disabled { color: #aaa; background: #eee; border-color: #eee; box-shadow: none; cursor: not-allowed; transform: none; }
.tc-btn--block { width: 100%; }
.tc-btn--small { min-height: 38px; padding: 8px 15px; font-size: 13px; }

/* Header */
.tc-header { position: sticky; top: 0; z-index: 500; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.04); }
.tc-utility { height: 44px; color: #e8e8e8; background: #171717; overflow: hidden; transition: height .22s, opacity .22s; }
.tc-utility__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tc-utility__benefits, .tc-utility__links { display: flex; align-items: center; gap: 28px; }
.tc-utility__benefits span { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; white-space: nowrap; }
.tc-utility__benefits i { width: 6px; height: 6px; border-radius: 50%; background: var(--tc-primary); }
.tc-utility__links a { font-size: 12px; color: #ddd; transition: color .2s; }
.tc-utility__links a:hover { color: #fff; }
.tc-header-main { border-bottom: 1px solid var(--tc-border); background: #fff; }
.tc-header-main__inner { min-height: 92px; display: grid; grid-template-columns: auto minmax(320px, 1fr) auto; align-items: center; gap: 28px; }
.tc-logo { min-width: 165px; display: inline-flex; align-items: center; gap: 11px; }
.tc-logo > img { max-width: 190px; max-height: 62px; object-fit: contain; }
.tc-logo__mark { width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--tc-primary); color: #fff; font: 800 25px/1 Arial, sans-serif; flex: 0 0 auto; }
.tc-logo__text { display: flex; flex-direction: column; line-height: 1.35; }
.tc-logo__text strong { color: #171717; font: 800 20px/1.2 Arial, sans-serif; direction: ltr; }
.tc-logo__text small { margin-top: 4px; color: #606060; font-size: 12px; }
.tc-header-search, .tc-mobile-search { position: relative; }
.tc-header-search input, .tc-mobile-search input {
    width: 100%; height: 54px; padding: 0 52px 0 18px; border: 2px solid #e9e9e9; border-radius: 15px;
    background: #fbfbfb; color: var(--tc-dark); outline: none; transition: border .2s, background .2s, box-shadow .2s;
}
.tc-header-search input:focus, .tc-mobile-search input:focus { border-color: rgba(229, 27, 35, .55); background: #fff; box-shadow: 0 0 0 4px rgba(229, 27, 35, .07); }
.tc-header-search button, .tc-mobile-search button { position: absolute; inset-block: 0; right: 0; width: 52px; display: grid; place-items: center; border: 0; background: transparent; color: #555; cursor: pointer; }
.tc-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; white-space: nowrap; }
.tc-support-phone { display: flex; align-items: center; gap: 9px; color: #333; }
.tc-support-phone__icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: var(--tc-soft); color: var(--tc-primary); }
.tc-support-phone > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.tc-support-phone small { color: var(--tc-muted); font-size: 10px; }
.tc-support-phone strong { font-size: 13px; }
.tc-tracking-link { color: #686868; font-size: 13px; font-weight: 600; }
.tc-tracking-link:hover { color: var(--tc-primary); }
.tc-cart-button { min-height: 49px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; color: #fff; background: var(--tc-primary); border-radius: 12px; font-weight: 800; }
.tc-cart-button:hover { background: var(--tc-primary-dark); }
.tc-cart-count { min-width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; padding: 0 5px; border-radius: 10px; background: #fff; color: var(--tc-primary); font-size: 11px; }
.tc-mobile-menu-btn, .tc-mobile-cart-head, .tc-mobile-search-wrap { display: none; }
.tc-nav-row { background: #fff; border-bottom: 1px solid var(--tc-border); }
.tc-nav-row__inner { height: 61px; display: flex; align-items: stretch; gap: 31px; }
.tc-categories-trigger { min-width: 224px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 0; background: var(--tc-primary); color: #fff; cursor: pointer; font-weight: 800; font-size: 15px; }
.tc-categories-trigger__arrow { margin-right: auto; transition: transform .2s; }
.tc-categories-trigger[aria-expanded="true"] .tc-categories-trigger__arrow { transform: rotate(180deg); }
.tc-main-nav { flex: 1; display: flex; align-items: center; justify-content: flex-start; gap: clamp(18px, 2.2vw, 38px); overflow: hidden; }
.tc-main-nav a { position: relative; display: inline-flex; align-items: center; height: 100%; color: #282828; font-weight: 600; font-size: 14px; white-space: nowrap; }
.tc-main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 2px; background: var(--tc-primary); transition: left .2s, right .2s; }
.tc-main-nav a:hover { color: var(--tc-primary); }
.tc-main-nav a:hover::after { left: 0; right: 0; }
.tc-header.is-compact .tc-utility { height: 0; opacity: 0; }
.tc-header.is-compact .tc-header-main__inner { min-height: 72px; }
.tc-header.is-compact .tc-logo__mark { width: 40px; height: 40px; }

/* Mega menu */
.tc-mega-menu { position: absolute; top: 100%; right: 0; left: 0; z-index: 520; padding: 14px 0 22px; background: rgba(20,20,20,.18); }
.tc-mega-menu__panel { min-height: 360px; display: grid; grid-template-columns: 240px minmax(0, 1fr) 260px; overflow: hidden; border: 1px solid var(--tc-border); border-radius: 0 0 18px 18px; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.tc-mega-menu__parents { padding: 14px 0; border-left: 1px solid var(--tc-border); background: #fafafa; }
.tc-mega-parent { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 9px 17px; border: 0; border-right: 3px solid transparent; background: transparent; cursor: pointer; color: #444; font-weight: 650; text-align: right; }
.tc-mega-parent:hover, .tc-mega-parent.is-active { border-right-color: var(--tc-primary); background: #fff; color: var(--tc-primary); }
.tc-mega-menu__children { padding: 26px 30px; }
.tc-mega-panel__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--tc-border); }
.tc-mega-panel__head small { color: var(--tc-muted); font-size: 11px; }
.tc-mega-panel__head h3 { margin: 3px 0 0; font-size: 22px; }
.tc-mega-panel__head a { display: inline-flex; align-items: center; gap: 5px; color: var(--tc-primary); font-size: 12px; font-weight: 800; }
.tc-mega-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px 25px; padding-top: 18px; }
.tc-mega-links a { min-height: 39px; display: flex; align-items: center; gap: 9px; color: #444; font-size: 13px; }
.tc-mega-links a i { width: 5px; height: 5px; border: 1.5px solid var(--tc-primary); border-radius: 50%; }
.tc-mega-links a:hover { color: var(--tc-primary); }
.tc-mega-empty { color: var(--tc-muted); }
.tc-mega-promo { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; padding: 30px 23px; color: #fff; overflow: hidden; background: #222 var(--promo-image) center/cover no-repeat; }
.tc-mega-promo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.12)); }
.tc-mega-promo span { font-size: 11px; opacity: .84; }
.tc-mega-promo strong { margin: 6px 0 11px; font-size: 21px; line-height: 1.45; }
.tc-mega-promo em { display: inline-flex; align-items: center; gap: 5px; font-style: normal; font-size: 12px; }

/* Drawer & bottom navigation */
.tc-drawer-backdrop, .tc-sheet-backdrop { position: fixed; inset: 0; z-index: 900; background: rgba(0,0,0,.48); backdrop-filter: blur(2px); }
.tc-mobile-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 920; width: min(88vw, 380px); background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.19); clip-path: inset(0 0 0 100%); opacity: 0; visibility: hidden; pointer-events: none; transition: clip-path .25s ease, opacity .2s, visibility .25s; }
.tc-mobile-drawer.is-open { clip-path: inset(0); opacity: 1; visibility: visible; pointer-events: auto; }
.tc-drawer-head { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--tc-border); }
.tc-drawer-brand { display: flex; align-items: center; gap: 9px; }
.tc-drawer-brand .tc-logo__mark { width: 40px; height: 40px; font-size: 21px; }
.tc-drawer-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.tc-drawer-brand strong { font: 800 17px Arial, sans-serif; direction: ltr; }
.tc-drawer-brand small { color: var(--tc-muted); font-size: 10px; }
.tc-drawer-close { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 10px; background: var(--tc-soft); cursor: pointer; }
.tc-drawer-scroll { height: calc(100% - 76px); overflow-y: auto; padding: 13px 18px 30px; overscroll-behavior: contain; }
.tc-drawer-main, .tc-drawer-pages { display: grid; gap: 2px; }
.tc-drawer-main { padding-bottom: 15px; border-bottom: 1px solid var(--tc-border); }
.tc-drawer-main a, .tc-drawer-pages a, .tc-mobile-category__direct { min-height: 44px; display: flex; align-items: center; padding: 8px 10px; border-radius: 9px; font-size: 14px; font-weight: 650; }
.tc-drawer-main a:hover, .tc-drawer-pages a:hover, .tc-mobile-category__direct:hover { color: var(--tc-primary); background: var(--tc-soft); }
.tc-drawer-categories { padding: 18px 0; border-bottom: 1px solid var(--tc-border); }
.tc-drawer-categories h3 { margin: 0 0 8px; font-size: 15px; }
.tc-mobile-category { border-bottom: 1px solid #f0f0f0; }
.tc-mobile-category__trigger { width: 100%; min-height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 7px 8px; border: 0; background: transparent; cursor: pointer; font-weight: 650; text-align: right; }
.tc-mobile-category__trigger svg { transition: transform .2s; }
.tc-mobile-category__trigger[aria-expanded="true"] { color: var(--tc-primary); }
.tc-mobile-category__trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.tc-mobile-category__children { padding: 0 12px 9px; }
.tc-mobile-category__children a { min-height: 38px; display: flex; align-items: center; gap: 8px; color: #666; font-size: 12px; }
.tc-mobile-category__children i { width: 4px; height: 4px; border-radius: 50%; background: var(--tc-primary); }
.tc-mobile-category__all { color: var(--tc-primary) !important; font-weight: 700; }
.tc-drawer-pages { padding: 15px 0; }
.tc-drawer-shortcuts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 8px; }
.tc-drawer-shortcuts a { display: flex; align-items: center; gap: 8px; padding: 12px; border-radius: 11px; background: var(--tc-soft); font-size: 12px; font-weight: 700; }
.tc-drawer-shortcuts svg { color: var(--tc-primary); }
.tc-drawer-phone { display: block; margin-top: 18px; padding: 12px; border: 1px solid var(--tc-border); border-radius: 11px; text-align: center; font-weight: 800; }
.tc-mobile-bottom-nav { display: none; }

/* Global page elements */
.tc-page-section { padding: 26px 0 65px; }
.tc-breadcrumb { min-height: 26px; display: flex; align-items: center; gap: 7px; margin: 4px 0 24px; color: var(--tc-muted); font-size: 12px; overflow: hidden; }
.tc-breadcrumb a { white-space: nowrap; }
.tc-breadcrumb a:hover { color: var(--tc-primary); }
.tc-breadcrumb span { color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tc-page-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.tc-page-title-row h1 { margin: 0 0 4px; font-size: clamp(24px, 2.2vw, 31px); line-height: 1.35; }
.tc-page-title-row p { margin: 0; color: var(--tc-muted); font-size: 13px; }
.tc-section { padding: 54px 0; }
.tc-section--soft { background: var(--tc-soft); }
.tc-section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.tc-section-head h2 { display: flex; align-items: center; gap: 10px; margin: 0; font-size: clamp(22px, 2vw, 28px); line-height: 1.3; }
.tc-section-head h2 > i { width: 5px; height: 32px; border-radius: 4px; background: var(--tc-primary); }
.tc-section-head > a { display: inline-flex; align-items: center; gap: 5px; color: var(--tc-primary); font-size: 13px; font-weight: 800; }
.tc-alert { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; padding: 13px 15px; border: 1px solid; border-radius: 12px; font-size: 13px; }
.tc-alert--success { color: #11683a; border-color: #bde7cd; background: #f0fdf4; }
.tc-alert--danger { color: #b01420; border-color: #ffd2d6; background: #fff1f2; }
.tc-alert--warning { color: #895408; border-color: #f4d69c; background: #fff9e9; }
.tc-alert--neutral { color: #555; border-color: #ddd; background: #f8f8f8; }
.tc-alert--stack { align-items: flex-start; }
.tc-alert--stack div { display: flex; flex-direction: column; }
.tc-alert--stack span { color: #8c6a29; font-size: 12px; }
.tc-empty-inline { padding: 24px; border: 1px dashed #d8d8d8; border-radius: 13px; color: var(--tc-muted); background: #fafafa; text-align: center; }
.tc-empty-state { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px 22px; border: 1px solid var(--tc-border); border-radius: 18px; text-align: center; background: #fff; }
.tc-empty-state--large { max-width: 520px; min-height: 440px; margin: 25px auto; border: 0; }
.tc-empty-state > span, .tc-empty-state__icon { width: 94px; height: 94px; display: grid; place-items: center; border-radius: 50%; background: var(--tc-soft); color: #bbb; }
.tc-empty-state__icon.is-danger { color: var(--tc-danger); background: #fff1f2; }
.tc-empty-state h1, .tc-empty-state h2 { margin: 20px 0 5px; font-size: 22px; }
.tc-empty-state p { margin: 0 0 23px; color: var(--tc-muted); font-size: 13px; }
.tc-empty-state__actions { display: flex; gap: 10px; }

/* Homepage */
.tc-home-hero { padding: 31px 0 8px; background: var(--tc-soft); }
.tc-home-hero__grid { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(280px, .95fr); gap: 18px; direction: rtl; }
.tc-hero-main { position: relative; isolation: isolate; min-height: 455px; display: flex; align-items: center; padding: clamp(26px, 5vw, 67px); overflow: hidden; border-radius: 18px; color: #fff; background: #555 var(--tc-hero-image) center/cover no-repeat; }
.tc-hero-main::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.19), rgba(0,0,0,.72)); }
.tc-hero-main__content { width: min(100%, 560px); margin-right: auto; }
.tc-hero-kicker { display: inline-flex; padding: 7px 14px; border-radius: 999px; background: var(--tc-primary); font-size: 12px; font-weight: 800; }
.tc-hero-main h1 { margin: 19px 0 13px; font-size: clamp(37px, 4.2vw, 57px); line-height: 1.3; font-weight: 900; letter-spacing: -.8px; }
.tc-hero-main p { max-width: 530px; margin: 0 0 28px; color: rgba(255,255,255,.83); font-size: 16px; }
.tc-hero-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.tc-hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.tc-promo-card { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 218px; padding: 31px; overflow: hidden; border-radius: 18px; color: #fff; }
.tc-promo-card--red { background: #ef1e27; }
.tc-promo-card--dark { background: #19192e; }
.tc-promo-card small { opacity: .72; }
.tc-promo-card strong { max-width: 260px; margin: 5px 0 15px; font-size: 20px; line-height: 1.55; }
.tc-promo-card > span:last-child { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-size: 12px; font-weight: 700; }
.tc-promo-circle { position: absolute; z-index: -1; border-radius: 50%; background: rgba(255,255,255,.12); }
.tc-promo-circle--one { width: 120px; height: 120px; right: -45px; bottom: -45px; }
.tc-promo-circle--two { width: 64px; height: 64px; right: 32px; bottom: 17px; }
.tc-home-categories { padding-top: 62px; }
.tc-category-rail { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 14px; overflow-x: auto; padding: 4px 1px 12px; scrollbar-width: none; scroll-snap-type: x mandatory; }
.tc-category-rail::-webkit-scrollbar { display: none; }
.tc-category-chip { min-width: 105px; display: flex; flex-direction: column; align-items: center; gap: 10px; scroll-snap-align: start; }
.tc-category-chip__image { width: 100%; aspect-ratio: 1.28/1; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--tc-border); border-radius: 13px; background: var(--tc-soft); transition: border .2s, transform .2s, box-shadow .2s; }
.tc-category-chip__image img { width: 100%; height: 100%; object-fit: cover; }
.tc-category-chip strong { width: 100%; overflow: hidden; color: #333; font-size: 12px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.tc-category-chip:hover .tc-category-chip__image { transform: translateY(-2px); border-color: rgba(229,27,35,.45); box-shadow: var(--tc-shadow-soft); }
.tc-needs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tc-need-card-image { display: block; overflow: hidden; border-radius: 17px; background: var(--tc-soft); box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); }
.tc-need-card-image img { width: 100%; height: 100%; aspect-ratio: 1.65/1; object-fit: cover; transition: transform .35s; }
.tc-need-card-image:hover img { transform: scale(1.025); }
.tc-section-head--tabs { align-items: flex-end; }
.tc-product-tabs { display: flex; align-items: center; gap: 28px; border-bottom: 1px solid var(--tc-border); }
.tc-product-tabs button { position: relative; min-height: 45px; padding: 0 3px; border: 0; background: transparent; color: #767676; cursor: pointer; font-weight: 700; }
.tc-product-tabs button::after { content: ""; position: absolute; right: 0; left: 0; bottom: -1px; height: 3px; border-radius: 4px; background: transparent; }
.tc-product-tabs button.is-active { color: var(--tc-primary); }
.tc-product-tabs button.is-active::after { background: var(--tc-primary); }
.tc-brand-banner-section { padding-top: 24px; }
.tc-brand-banner { position: relative; isolation: isolate; min-height: 340px; display: flex; align-items: center; overflow: hidden; padding: 55px 65px; border-radius: 0; color: #fff; background: #333 var(--tc-brand-image) center/cover no-repeat; }
.tc-brand-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.78)); }
.tc-brand-banner__content { width: min(100%, 620px); margin-right: auto; }
.tc-brand-banner small { color: rgba(255,255,255,.75); }
.tc-brand-banner h2 { margin: 8px 0 11px; font-size: clamp(32px, 4vw, 50px); line-height: 1.35; }
.tc-brand-banner p { margin: 0 0 23px; color: rgba(255,255,255,.78); }
.tc-home-benefits-section { padding-top: 30px; }
.tc-home-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 45px 50px; border-radius: 22px; background: var(--tc-soft); }
.tc-home-benefits > div { display: flex; align-items: center; justify-content: center; gap: 15px; }
.tc-home-benefits > div > svg { color: var(--tc-primary); }
.tc-home-benefits span { display: flex; flex-direction: column; }
.tc-home-benefits strong { font-size: 15px; }
.tc-home-benefits small { color: var(--tc-muted); font-size: 11px; }

/* Product cards */
.tc-product-grid { display: grid; gap: 16px; }
.tc-product-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tc-product-grid--listing { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tc-product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--tc-border); border-radius: 15px; background: #fff; transition: transform .22s, border-color .22s, box-shadow .22s; }
.tc-product-card:hover { transform: translateY(-3px); border-color: rgba(229,27,35,.35); box-shadow: var(--tc-shadow); }
.tc-product-card__media { position: relative; aspect-ratio: 1/1; display: grid; place-items: center; overflow: hidden; background: #fafafa; }
.tc-product-card__media > a { width: 100%; height: 100%; display: grid; place-items: center; }
.tc-product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .3s; }
.tc-product-card:hover .tc-product-card__media img { transform: scale(1.035); }
.tc-product-badge { position: absolute; top: 11px; right: 11px; z-index: 2; min-width: 37px; height: 24px; display: inline-flex; align-items: center; justify-content: center; padding: 0 8px; border-radius: 99px; color: #fff; font-size: 10px; font-weight: 900; }
.tc-product-badge--discount { background: var(--tc-primary); }
.tc-product-badge--new { background: #171717; }
.tc-product-badge--featured { background: #654fa3; }
.tc-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 15px; }
.tc-product-card__category { color: #999; font-size: 10px; }
.tc-product-card h3 { min-height: 44px; margin: 4px 0 7px; font-size: 13px; line-height: 1.7; font-weight: 700; }
.tc-product-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tc-product-card h3 a:hover { color: var(--tc-primary); }
.tc-product-card__desc { display: -webkit-box; min-height: 39px; margin: 0 0 8px; overflow: hidden; color: var(--tc-muted); font-size: 11px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tc-product-card__price { min-height: 51px; display: flex; flex-direction: column; justify-content: flex-end; margin-top: auto; }
.tc-product-card__price del { color: #a0a0a0; font-size: 10px; }
.tc-product-card__price strong { color: #171717; font-size: 15px; font-weight: 900; }
.tc-product-card__out { color: var(--tc-primary); font-weight: 800; font-size: 13px; }
.tc-add-form { margin-top: 11px; }
.tc-add-form button { width: 100%; min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--tc-border); border-radius: 10px; background: #fff; color: #333; cursor: pointer; font-size: 12px; font-weight: 800; transition: .2s; }
.tc-add-form button:hover:not(:disabled) { border-color: var(--tc-primary); background: var(--tc-primary); color: #fff; }
.tc-add-form button:disabled { background: #f3f3f3; color: #aaa; cursor: not-allowed; }
.tc-add-form button.is-loading { opacity: .65; pointer-events: none; }
.tc-add-form button.is-success { border-color: var(--tc-success); background: var(--tc-success); color: #fff; }

/* Listing/search */
.tc-listing-page, .tc-product-page { padding-top: 23px; padding-bottom: 70px; }
.tc-listing-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.tc-listing-header h1, .tc-search-page-head h1 { margin: 0 0 4px; font-size: 29px; }
.tc-listing-header p, .tc-search-page-head p { margin: 0; color: var(--tc-muted); font-size: 12px; }
.tc-child-categories { display: flex; gap: 11px; overflow-x: auto; padding: 2px 1px 22px; margin-bottom: 8px; scrollbar-width: none; }
.tc-child-categories::-webkit-scrollbar { display: none; }
.tc-child-categories a { min-width: 145px; display: flex; align-items: center; gap: 10px; padding: 9px; border: 1px solid var(--tc-border); border-radius: 12px; background: #fff; }
.tc-child-categories a:hover { border-color: var(--tc-primary); color: var(--tc-primary); }
.tc-child-categories span { width: 50px; height: 50px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: var(--tc-soft); }
.tc-child-categories img { width: 100%; height: 100%; object-fit: cover; }
.tc-child-categories strong { font-size: 12px; }
.tc-listing-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 24px; align-items: start; }
.tc-filter-sidebar { position: sticky; top: 196px; }
.tc-filter-card { padding: 19px; border: 1px solid var(--tc-border); border-radius: 15px; background: #fff; }
.tc-filter-card h2 { display: flex; align-items: center; gap: 7px; margin: 0 0 20px; font-size: 15px; }
.tc-filter-card h2 svg { color: var(--tc-primary); }
.tc-filter-card fieldset, .tc-filter-sheet fieldset { margin: 0 0 19px; padding: 0; border: 0; }
.tc-filter-card legend, .tc-filter-sheet legend { width: 100%; margin-bottom: 10px; font-size: 12px; font-weight: 800; }
.tc-price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tc-price-inputs label { min-width: 0; }
.tc-price-inputs span { display: block; margin-bottom: 5px; color: var(--tc-muted); font-size: 9px; }
.tc-price-inputs input { width: 100%; min-width: 0; height: 40px; padding: 0 9px; border: 1px solid var(--tc-border); border-radius: 9px; outline: 0; font-size: 11px; direction: ltr; }
.tc-price-inputs input:focus { border-color: var(--tc-primary); }
.tc-check { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; cursor: pointer; color: #444; font-size: 12px; }
.tc-check input { width: 17px; height: 17px; accent-color: var(--tc-primary); }
.tc-filter-card .tc-btn + .tc-btn { margin-top: 8px; }
.tc-listing-content { min-width: 0; }
.tc-listing-toolbar { min-height: 56px; display: flex; align-items: center; gap: 11px; margin-bottom: 18px; padding: 7px 13px; border: 1px solid var(--tc-border); border-radius: 12px; background: #fff; }
.tc-sort-label { display: flex; align-items: center; gap: 5px; color: #555; font-size: 12px; font-weight: 700; }
.tc-sort-links { display: flex; align-items: center; gap: 5px; overflow-x: auto; }
.tc-sort-links a { padding: 7px 10px; border-radius: 8px; color: #666; font-size: 11px; white-space: nowrap; }
.tc-sort-links a:hover, .tc-sort-links a.is-active { color: var(--tc-primary); background: #fff2f3; }
.tc-mobile-filter-btn { display: none; }
.tc-search-page-head { display: grid; grid-template-columns: 1fr minmax(420px, 610px); align-items: center; gap: 30px; margin-bottom: 28px; padding: 24px; border-radius: 17px; background: var(--tc-soft); }
.tc-search-page-form { display: flex; gap: 8px; }
.tc-search-page-form input { min-width: 0; flex: 1; height: 46px; padding: 0 14px; border: 1px solid var(--tc-border); border-radius: 11px; outline: 0; background: #fff; }
.tc-search-page-form input:focus { border-color: var(--tc-primary); }
.tc-field { display: flex; flex-direction: column; gap: 7px; }
.tc-field > span { color: #404040; font-size: 12px; font-weight: 700; }
.tc-field b { color: var(--tc-primary); }
.tc-field small { color: var(--tc-muted); font-size: 10px; font-weight: 400; }
.tc-field input, .tc-field textarea, .tc-field select { width: 100%; border: 1px solid var(--tc-border); border-radius: 11px; background: #fff; color: #222; outline: none; transition: border .2s, box-shadow .2s; }
.tc-field input, .tc-field select { height: 46px; padding: 0 13px; }
.tc-field textarea { min-height: 90px; padding: 11px 13px; resize: vertical; }
.tc-field input:focus, .tc-field textarea:focus, .tc-field select:focus { border-color: var(--tc-primary); box-shadow: 0 0 0 3px rgba(229,27,35,.06); }
.tc-filter-card > .tc-field { margin-bottom: 18px; }
.tc-search-start-state { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.tc-search-start-state > svg { color: #bbb; }
.tc-search-start-state h2 { margin: 17px 0 3px; }
.tc-search-start-state p { margin: 0; color: var(--tc-muted); }
.tc-search-category-cloud { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.tc-search-category-cloud a { padding: 7px 12px; border: 1px solid var(--tc-border); border-radius: 999px; color: #555; font-size: 11px; }
.tc-search-category-cloud a:hover { border-color: var(--tc-primary); color: var(--tc-primary); }
.tc-filter-sheet { position: fixed; right: 0; left: 0; bottom: 0; z-index: 930; max-height: 88vh; overflow-y: auto; padding: 0 18px calc(20px + env(safe-area-inset-bottom)); border-radius: 22px 22px 0 0; background: #fff; transform: translateY(105%); visibility: hidden; transition: transform .25s, visibility .25s; }
.tc-filter-sheet.is-open { transform: translateY(0); visibility: visible; }
.tc-filter-sheet__head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin: 0 -18px 18px; padding: 17px 18px; border-bottom: 1px solid var(--tc-border); background: #fff; }
.tc-filter-sheet__head h2 { margin: 0; font-size: 17px; }
.tc-filter-sheet__head button { width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 10px; background: var(--tc-soft); }
.tc-sheet-sort { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tc-sheet-sort input { position: absolute; opacity: 0; }
.tc-sheet-sort span { display: block; padding: 10px; border: 1px solid var(--tc-border); border-radius: 9px; text-align: center; font-size: 11px; }
.tc-sheet-sort input:checked + span { border-color: var(--tc-primary); color: var(--tc-primary); background: #fff2f3; }
.tc-filter-sheet__actions { position: sticky; bottom: -20px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; margin: 20px -18px -20px; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--tc-border); background: #fff; }

/* Product detail */
.tc-product-main { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.tc-product-gallery { min-width: 0; }
.tc-product-main-image { aspect-ratio: 1.15/1; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--tc-border); border-radius: 18px; background: #fafafa; }
.tc-product-main-image img { width: 100%; height: 100%; object-fit: contain; padding: 25px; }
.tc-product-thumbs { display: flex; gap: 9px; overflow-x: auto; margin-top: 11px; padding-bottom: 3px; }
.tc-product-thumbs button { width: 74px; height: 74px; flex: 0 0 auto; display: grid; place-items: center; padding: 3px; overflow: hidden; border: 1px solid var(--tc-border); border-radius: 11px; background: #fff; cursor: pointer; }
.tc-product-thumbs button.is-active { border: 2px solid var(--tc-primary); }
.tc-product-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.tc-product-info { position: sticky; top: 196px; }
.tc-product-labels { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; }
.tc-product-labels > * { padding: 5px 9px; border-radius: 999px; color: #666; background: var(--tc-soft); font-size: 10px; }
.tc-product-labels .is-new { color: #fff; background: #171717; }
.tc-product-labels .is-discount { color: #fff; background: var(--tc-primary); }
.tc-product-info h1 { margin: 0 0 12px; font-size: clamp(27px, 2.8vw, 39px); line-height: 1.55; }
.tc-product-short-desc { margin: 0 0 17px; color: var(--tc-muted); line-height: 1.95; }
.tc-product-meta-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 13px 0; border-top: 1px solid var(--tc-border); border-bottom: 1px solid var(--tc-border); }
.tc-stock { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; }
.tc-stock i { width: 7px; height: 7px; border-radius: 50%; }
.tc-stock.is-in-stock { color: var(--tc-success); }
.tc-stock.is-in-stock i { background: var(--tc-success); }
.tc-stock.is-out-of-stock { color: var(--tc-primary); }
.tc-stock.is-out-of-stock i { background: var(--tc-primary); }
.tc-product-code { color: #999; font-size: 10px; direction: ltr; }
.tc-product-price-box { padding: 24px 0 18px; }
.tc-product-price-box > div { display: flex; align-items: center; gap: 10px; }
.tc-product-price-box del { color: #999; font-size: 12px; }
.tc-product-price-box > div span { padding: 3px 8px; border-radius: 999px; color: var(--tc-primary); background: #fff0f1; font-size: 10px; font-weight: 800; }
.tc-product-price-box > strong { display: block; color: var(--tc-primary); font-size: 25px; font-weight: 900; }
.tc-product-buy-form { display: grid; grid-template-columns: 116px 1fr; gap: 10px; }
.tc-qty { height: 46px; display: inline-flex; align-items: stretch; overflow: hidden; border: 1px solid var(--tc-border); border-radius: 11px; background: #fff; }
.tc-qty button { width: 38px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.tc-qty button:hover { background: var(--tc-soft); }
.tc-qty input { width: 40px; min-width: 0; border: 0; outline: 0; text-align: center; font-weight: 800; -moz-appearance: textfield; }
.tc-qty input::-webkit-inner-spin-button, .tc-qty input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.tc-product-add { min-height: 46px; }
.tc-product-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.tc-product-trust div { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 57px; padding: 7px; border-radius: 10px; background: var(--tc-soft); color: #444; font-size: 10px; font-weight: 700; }
.tc-product-trust svg { color: var(--tc-primary); }
.tc-product-details { margin-top: 65px; }
.tc-detail-tabs { display: flex; gap: 28px; border-bottom: 1px solid var(--tc-border); }
.tc-detail-tabs button { position: relative; min-height: 52px; border: 0; background: transparent; color: #777; cursor: pointer; font-weight: 700; }
.tc-detail-tabs button::after { content: ""; position: absolute; right: 0; left: 0; bottom: -1px; height: 3px; background: transparent; }
.tc-detail-tabs button.is-active { color: var(--tc-primary); }
.tc-detail-tabs button.is-active::after { background: var(--tc-primary); }
.tc-detail-panel { padding: 31px 2px; }
.tc-rich-content { color: #444; line-height: 2; overflow-wrap: anywhere; }
.tc-rich-content h1, .tc-rich-content h2, .tc-rich-content h3, .tc-rich-content h4 { margin: 1.6em 0 .65em; color: #171717; line-height: 1.55; }
.tc-rich-content h1 { font-size: 28px; } .tc-rich-content h2 { font-size: 23px; } .tc-rich-content h3 { font-size: 19px; }
.tc-rich-content p { margin: 0 0 1em; }
.tc-rich-content ul, .tc-rich-content ol { padding-right: 22px; }
.tc-rich-content img, .tc-rich-content video, .tc-rich-content iframe { max-width: 100%; border-radius: 12px; }
.tc-rich-content table { width: 100%; margin: 18px 0; border-collapse: collapse; }
.tc-rich-content th, .tc-rich-content td { padding: 11px; border: 1px solid var(--tc-border); text-align: right; }
.tc-rich-content th { background: var(--tc-soft); }
.tc-buying-guide-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.tc-buying-guide-steps > div { display: flex; gap: 12px; padding: 16px; border: 1px solid var(--tc-border); border-radius: 12px; }
.tc-buying-guide-steps b { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--tc-primary); color: #fff; }
.tc-buying-guide-steps span { display: flex; flex-direction: column; }
.tc-buying-guide-steps small { color: var(--tc-muted); }
.tc-guide-support { display: flex; align-items: center; gap: 12px; margin-top: 15px; padding: 15px; border-radius: 12px; background: var(--tc-soft); }
.tc-guide-support svg { color: var(--tc-primary); }
.tc-guide-support span { display: flex; flex-direction: column; }
.tc-product-accordions { display: none; }
.tc-mobile-buybar { display: none; }

/* Cart */
.tc-cart-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(290px, .85fr); gap: 24px; align-items: start; }
.tc-cart-items { min-width: 0; }
.tc-cart-table-wrap { overflow: hidden; border: 1px solid var(--tc-border); border-radius: 16px; background: #fff; }
.tc-cart-table-head { display: grid; grid-template-columns: minmax(260px, 5fr) 2fr 2fr 2fr 46px; gap: 12px; padding: 12px 20px; border-bottom: 1px solid var(--tc-border); background: var(--tc-soft); color: var(--tc-muted); font-size: 10px; font-weight: 800; text-align: center; }
.tc-cart-table-head span:first-child { text-align: right; }
.tc-cart-item { display: grid; grid-template-columns: minmax(260px, 5fr) 2fr 2fr 2fr 46px; gap: 12px; align-items: center; padding: 16px 20px; border-bottom: 1px solid #f0f0f0; }
.tc-cart-item__product { min-width: 0; display: flex; align-items: center; gap: 12px; }
.tc-cart-item__image { width: 78px; height: 78px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: var(--tc-soft); }
.tc-cart-item__image img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.tc-cart-item__info { min-width: 0; }
.tc-cart-item__info h2 { margin: 0 0 4px; font-size: 13px; line-height: 1.7; }
.tc-cart-item__info h2 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tc-cart-item__stock { color: var(--tc-success); font-size: 10px; }
.tc-cart-item__unit-price, .tc-cart-item__total { text-align: center; font-size: 12px; }
.tc-cart-item__total { font-weight: 900; }
.tc-cart-item__quantity { display: flex; justify-content: center; }
.tc-cart-item__remove { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 9px; background: transparent; color: #888; cursor: pointer; }
.tc-cart-item__remove:hover { background: #fff0f1; color: var(--tc-primary); }
.tc-cart-item__mobile-price { display: none; }
.tc-cart-actions-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 20px; }
.tc-cart-actions-row > a { display: inline-flex; align-items: center; gap: 6px; color: var(--tc-muted); font-size: 12px; }
.tc-clear-cart-form { margin-top: 9px; text-align: left; }
.tc-clear-cart-form button { border: 0; background: transparent; color: var(--tc-primary); cursor: pointer; font-size: 11px; }
.tc-order-summary { position: sticky; top: 196px; padding: 23px; border: 1px solid var(--tc-border); border-radius: 16px; background: #fff; box-shadow: var(--tc-shadow-soft); }
.tc-order-summary h2 { margin: 0 0 18px; font-size: 17px; }
.tc-summary-rows { display: grid; gap: 12px; padding-bottom: 17px; }
.tc-summary-rows > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--tc-muted); font-size: 12px; }
.tc-summary-rows strong { color: #333; font-size: 11px; }
.tc-summary-rows .is-success { color: var(--tc-success); }
.tc-summary-total { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; border-top: 1px solid var(--tc-border); }
.tc-summary-total span { font-weight: 800; }
.tc-summary-total strong { color: var(--tc-primary); font-size: 20px; font-weight: 900; }
.tc-order-summary > p { display: flex; justify-content: center; align-items: center; gap: 5px; margin: 10px 0 0; color: var(--tc-muted); font-size: 10px; }
.tc-mobile-cart-checkout { display: none; }

/* Checkout */
.tc-checkout-steps { max-width: 700px; display: flex; align-items: center; justify-content: center; margin: 4px auto 34px; }
.tc-checkout-steps > div { min-width: 105px; display: flex; flex-direction: column; align-items: center; gap: 7px; color: #aaa; font-size: 10px; }
.tc-checkout-steps > div > span { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--tc-border); border-radius: 50%; background: #fff; font-weight: 800; }
.tc-checkout-steps > i { width: 120px; height: 2px; margin-bottom: 25px; background: var(--tc-border); }
.tc-checkout-steps .is-complete, .tc-checkout-steps .is-active { color: var(--tc-primary); }
.tc-checkout-steps .is-complete > span { border-color: var(--tc-success); background: var(--tc-success); color: #fff; }
.tc-checkout-steps .is-active > span { border-color: var(--tc-primary); background: var(--tc-primary); color: #fff; }
.tc-checkout-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(310px, .75fr); gap: 24px; align-items: start; }
.tc-checkout-form { display: grid; gap: 18px; }
.tc-form-card { overflow: hidden; border: 1px solid var(--tc-border); border-radius: 16px; background: #fff; }
.tc-form-card__head { display: flex; align-items: center; gap: 12px; padding: 17px 20px; border-bottom: 1px solid var(--tc-border); background: var(--tc-soft); }
.tc-form-card__head > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: #fff; color: var(--tc-primary); }
.tc-form-card__head h2 { margin: 0; font-size: 16px; }
.tc-form-card__head p { margin: 1px 0 0; color: var(--tc-muted); font-size: 10px; }
.tc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 20px; }
.tc-field--full { grid-column: 1 / -1; }
.tc-checkout-next-notice { display: flex; align-items: flex-start; gap: 11px; padding: 15px; border: 1px solid #f0d99e; border-radius: 12px; background: #fff9e9; color: #80540e; }
.tc-checkout-next-notice svg { flex: 0 0 auto; margin-top: 2px; }
.tc-checkout-next-notice strong { display: block; font-size: 13px; }
.tc-checkout-next-notice p { margin: 2px 0 0; color: #956f2d; font-size: 11px; }
.tc-checkout-submit { min-height: 51px; }
.tc-order-summary--checkout { padding-bottom: 18px; }
.tc-checkout-items { max-height: 360px; overflow-y: auto; margin: 0 -6px 13px; padding: 0 6px 5px; }
.tc-checkout-item { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 9px; align-items: center; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.tc-checkout-item__image { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 8px; background: var(--tc-soft); }
.tc-checkout-item__image img { width: 100%; height: 100%; object-fit: contain; }
.tc-checkout-item > div { min-width: 0; display: flex; flex-direction: column; }
.tc-checkout-item > div strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.tc-checkout-item > div small { color: var(--tc-muted); font-size: 9px; }
.tc-checkout-item > b { font-size: 10px; white-space: nowrap; }
.tc-order-summary__safe { border-top: 1px solid var(--tc-border); padding-top: 12px; }

/* Order success / result / tracking */
.tc-success-header { text-align: center; margin: 8px 0 29px; }
.tc-success-header__icon { width: 82px; height: 82px; display: inline-grid; place-items: center; margin-bottom: 12px; border-radius: 50%; background: #f0fdf4; color: var(--tc-success); }
.tc-success-header h1 { margin: 0 0 5px; font-size: 26px; }
.tc-success-header p { margin: 0; color: var(--tc-muted); font-size: 12px; }
.tc-success-header p strong { color: #222; }
.tc-order-success-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(270px, .8fr); gap: 18px; align-items: start; }
.tc-order-card { overflow: hidden; border: 1px solid var(--tc-border); border-radius: 16px; background: #fff; }
.tc-order-card__head { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 18px; border-bottom: 1px solid var(--tc-border); background: var(--tc-soft); }
.tc-order-card__head h2 { margin: 0; font-size: 15px; }
.tc-status-badge { display: inline-flex; align-items: center; min-height: 25px; padding: 3px 9px; border-radius: 999px; font-size: 9px; font-weight: 800; }
.tc-status-badge.is-success { color: #126b3d; background: #e9f9ef; }
.tc-status-badge.is-warning { color: #8c5b08; background: #fff5dc; }
.tc-status-badge.is-danger { color: #b01420; background: #fff0f1; }
.tc-status-badge.is-neutral { color: #555; background: #eee; }
.tc-order-items-list { max-height: 390px; overflow-y: auto; }
.tc-order-item-line { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 13px 17px; border-bottom: 1px solid #f0f0f0; }
.tc-order-item-line__placeholder { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; background: var(--tc-soft); color: var(--tc-primary); }
.tc-order-item-line > div { min-width: 0; display: flex; flex-direction: column; }
.tc-order-item-line strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.tc-order-item-line small { color: var(--tc-muted); font-size: 9px; }
.tc-order-item-line > b { font-size: 11px; white-space: nowrap; }
.tc-order-total-line { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; background: var(--tc-soft); font-weight: 800; }
.tc-order-total-line strong { color: var(--tc-primary); font-size: 19px; }
.tc-order-info-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 8px 18px 16px; }
.tc-order-info-card dl div { padding: 9px 0; border-bottom: 1px solid #f3f3f3; }
.tc-order-info-card dl .is-full { grid-column: 1/-1; }
.tc-order-info-card dt, .tc-tracking-info-grid dt { color: var(--tc-muted); font-size: 9px; }
.tc-order-info-card dd, .tc-tracking-info-grid dd { margin: 1px 0 0; color: #333; font-size: 11px; font-weight: 650; }
.tc-payment-section { margin-top: 28px; }
.tc-payment-section__title { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.tc-payment-section__title svg { color: var(--tc-primary); }
.tc-payment-section__title h2 { margin: 0; font-size: 17px; }
.tc-payment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tc-payment-card { --gw: #6b5ea8; --gw-bg: #f5f3ff; padding: 19px; border: 2px solid var(--tc-border); border-radius: 16px; transition: border .2s, transform .2s, box-shadow .2s; }
.tc-payment-card--2 { --gw: var(--tc-primary); --gw-bg: #fff1f2; }
.tc-payment-card--3 { --gw: var(--tc-success); --gw-bg: #f0fdf4; }
.tc-payment-card:hover { transform: translateY(-2px); border-color: var(--gw); box-shadow: var(--tc-shadow-soft); }
.tc-payment-card__icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 12px; background: var(--gw-bg); color: var(--gw); }
.tc-payment-card h3 { margin: 12px 0 4px; font-size: 13px; }
.tc-payment-card p { min-height: 38px; margin: 0; color: var(--tc-muted); font-size: 10px; line-height: 1.9; }
.tc-payment-card > i { display: block; height: 2px; margin: 13px 0; border-radius: 3px; background: var(--gw); opacity: .28; }
.tc-payment-card__button { min-height: 40px; display: flex; align-items: center; justify-content: center; padding: 8px; border-radius: 10px; background: var(--gw); color: #fff; font-size: 10px; font-weight: 800; text-align: center; }
.tc-order-success-actions { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 24px; }
.tc-order-success-actions .tc-tracking-link { display: inline-flex; align-items: center; gap: 5px; }
.tc-result-icon { width: 98px; height: 98px; display: inline-grid; place-items: center; margin: 15px 0 17px; border-radius: 50%; }
.tc-result-icon.is-success { color: var(--tc-success); background: #f0fdf4; }
.tc-result-icon.is-danger { color: var(--tc-primary); background: #fff1f2; }
.tc-payment-result-page h1 { margin: 0 0 4px; font-size: 26px; }
.tc-payment-result-page h1.is-success { color: var(--tc-success); }
.tc-payment-result-page h1.is-danger { color: var(--tc-primary); }
.tc-result-lead { margin: 0 0 25px; color: var(--tc-muted); font-size: 12px; }
.tc-result-info { display: grid; gap: 0; padding: 9px 19px; border-radius: 16px; background: var(--tc-soft); text-align: right; }
.tc-result-info > div { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid #e7e7e1; font-size: 11px; }
.tc-result-info > div:last-child { border: 0; }
.tc-result-info span { color: var(--tc-muted); }
.tc-result-info strong.is-success { color: var(--tc-success); }
.tc-result-info strong.is-danger { color: var(--tc-primary); }
.tc-result-items { margin-top: 18px; overflow: hidden; border: 1px solid var(--tc-border); border-radius: 15px; text-align: right; }
.tc-result-items h2 { margin: 0; padding: 13px 16px; border-bottom: 1px solid var(--tc-border); background: var(--tc-soft); font-size: 14px; }
.tc-result-items > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 16px; border-bottom: 1px solid #f0f0f0; font-size: 10px; }
.tc-result-items > div:last-child { border: 0; }
.tc-result-actions { display: grid; gap: 9px; margin-top: 21px; }
.tc-result-home-link { padding: 8px; color: var(--tc-muted); font-size: 11px; }
.tc-result-help { margin-top: 20px; color: var(--tc-muted); font-size: 10px; line-height: 1.9; }
.tc-tracking-header { text-align: center; margin-bottom: 23px; }
.tc-tracking-header > span { width: 66px; height: 66px; display: inline-grid; place-items: center; border-radius: 16px; background: var(--tc-soft); color: var(--tc-primary); }
.tc-tracking-header h1 { margin: 13px 0 3px; font-size: 25px; }
.tc-tracking-header p { margin: 0; color: var(--tc-muted); font-size: 11px; }
.tc-tracking-form { padding: 21px; border: 1px solid var(--tc-border); border-radius: 16px; background: #fff; }
.tc-tracking-form .tc-form-grid { padding: 0 0 15px; }
.tc-form-error { display: flex; align-items: center; gap: 6px; margin: 0 0 13px; color: var(--tc-primary); font-size: 11px; }
.tc-tracking-results { display: grid; gap: 17px; margin-top: 20px; }
.tc-tracking-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 0; padding: 10px 18px 17px; }
.tc-tracking-info-grid > div { padding: 9px 0; border-bottom: 1px solid #f3f3f3; }
.tc-tracking-info-grid .is-full { grid-column: 1/-1; }
.tc-status-timeline-card { padding-bottom: 20px; }
.tc-status-timeline { --tc-progress: 0%; position: relative; display: flex; justify-content: space-between; margin: 21px 26px 5px; }
.tc-status-timeline::before, .tc-status-timeline::after { content: ""; position: absolute; top: 16px; right: 16px; height: 2px; }
.tc-status-timeline::before { left: 16px; background: var(--tc-border); }
.tc-status-timeline::after { width: calc(var(--tc-progress) - 12px); max-width: calc(100% - 32px); background: var(--tc-primary); }
.tc-status-step { position: relative; z-index: 1; width: 80px; display: flex; flex-direction: column; align-items: center; gap: 7px; color: #aaa; font-size: 9px; text-align: center; }
.tc-status-step > span { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--tc-border); border-radius: 50%; background: #fff; }
.tc-status-step > span i { width: 7px; height: 7px; border-radius: 50%; background: #ccc; }
.tc-status-step.is-done { color: var(--tc-success); }
.tc-status-step.is-done > span { border-color: var(--tc-success); background: var(--tc-success); color: #fff; }
.tc-status-step.is-current { color: var(--tc-primary); font-weight: 800; }
.tc-status-step.is-current > span { border-color: var(--tc-primary); background: var(--tc-primary); color: #fff; }
.tc-cancelled-order { display: flex; align-items: center; gap: 10px; margin: 18px; padding: 14px; border-radius: 11px; background: #fff1f2; color: var(--tc-primary); }
.tc-cancelled-order div { display: flex; flex-direction: column; }
.tc-cancelled-order span { font-size: 10px; }
.tc-tracking-item-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 17px; border-bottom: 1px solid #f0f0f0; font-size: 10px; }
.tc-tracking-item-line:last-child { border: 0; }

/* Static page */
.tc-static-layout { max-width: 860px; }
.tc-static-content > h1 { margin: 0 0 25px; padding-bottom: 14px; border-bottom: 1px solid var(--tc-border); font-size: 31px; }
.tc-contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 30px; }
.tc-contact-cards article { min-width: 0; padding: 20px 13px; border: 1px solid var(--tc-border); border-radius: 15px; text-align: center; }
.tc-contact-cards article > span { width: 48px; height: 48px; display: inline-grid; place-items: center; border-radius: 11px; background: var(--tc-soft); color: var(--tc-primary); }
.tc-contact-cards h2 { margin: 9px 0 3px; font-size: 13px; }
.tc-contact-cards a, .tc-contact-cards p, .tc-contact-cards small { display: block; margin: 0; overflow-wrap: anywhere; color: var(--tc-muted); font-size: 10px; }
.tc-related-pages { margin-top: 37px; padding-top: 20px; border-top: 1px solid var(--tc-border); }
.tc-related-pages h2 { margin: 0 0 11px; color: var(--tc-muted); font-size: 12px; }
.tc-related-pages > div { display: flex; flex-wrap: wrap; gap: 8px; }
.tc-related-pages a { padding: 7px 12px; border: 1px solid var(--tc-border); border-radius: 8px; color: #666; font-size: 10px; }
.tc-related-pages a:hover { border-color: var(--tc-primary); color: var(--tc-primary); }

/* Footer */
.tc-footer { margin-top: 55px; background: #111; color: #fff; }
.tc-footer-benefits { border-bottom: 1px solid #292929; }
.tc-footer-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 34px; padding-bottom: 34px; }
.tc-footer-benefit { display: flex; align-items: center; gap: 13px; }
.tc-footer-benefit > span { width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: #1c1c1c; color: var(--tc-primary); }
.tc-footer-benefit > div { display: flex; flex-direction: column; }
.tc-footer-benefit strong { font-size: 13px; }
.tc-footer-benefit small { color: #989898; font-size: 10px; }
.tc-footer-main { display: grid; grid-template-columns: 1.35fr .85fr .85fr 1.25fr; gap: 45px; padding-top: 58px; padding-bottom: 48px; }
.tc-footer-logo { display: inline-flex; align-items: center; gap: 10px; }
.tc-footer-logo img { max-width: 190px; max-height: 64px; object-fit: contain; }
.tc-footer-logo > span:last-child { display: flex; flex-direction: column; }
.tc-footer-logo strong { font: 800 19px Arial, sans-serif; direction: ltr; }
.tc-footer-logo small { color: #aaa; font-size: 10px; }
.tc-footer-about > p { max-width: 360px; margin: 18px 0; color: #aaa; font-size: 11px; line-height: 2; }
.tc-footer-socials { display: flex; gap: 7px; }
.tc-footer-socials a { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: #1e1e1e; color: #ccc; }
.tc-footer-socials a:hover { color: #fff; background: var(--tc-primary); }
.tc-footer-column__title { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; background: transparent; color: #fff; text-align: right; font-weight: 800; }
.tc-footer-column__title svg { display: none; }
.tc-footer-column__links { display: grid; gap: 10px; margin-top: 18px; }
.tc-footer-column__links a { color: #aaa; font-size: 11px; }
.tc-footer-column__links a:hover { color: #fff; }
.tc-footer-contact h3 { margin: 0; font-size: 14px; }
.tc-footer-contact__list { display: grid; gap: 13px; margin-top: 18px; }
.tc-footer-contact__list > div { display: flex; align-items: flex-start; gap: 9px; color: var(--tc-primary); }
.tc-footer-contact__list span { display: flex; flex-direction: column; min-width: 0; }
.tc-footer-contact__list small { color: #777; font-size: 9px; }
.tc-footer-contact__list strong, .tc-footer-contact__list a { color: #ccc; font-size: 10px; overflow-wrap: anywhere; }
.tc-trust-box { margin-top: 20px; }
.tc-trust-box > strong { font-size: 11px; }
.tc-trust-box__content, .tc-trust-placeholder { min-height: 72px; display: flex; align-items: center; gap: 8px; margin-top: 8px; padding: 8px; border: 1px solid #2d2d2d; border-radius: 10px; }
.tc-trust-box__content img { max-height: 62px; width: auto; }
.tc-trust-placeholder span { flex: 1; display: grid; place-items: center; min-height: 50px; border-radius: 7px; background: #1b1b1b; color: #777; font-size: 9px; }
.tc-footer-bottom { border-top: 1px solid #292929; }
.tc-footer-bottom .tc-container { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tc-footer-bottom p { margin: 0; color: #777; font-size: 9px; }

/* Toast */
.tc-toast { position: fixed; left: 22px; bottom: 24px; z-index: 1200; max-width: min(380px, calc(100% - 32px)); display: flex; align-items: center; gap: 9px; padding: 12px 15px; border-radius: 12px; color: #fff; background: #171717; box-shadow: 0 17px 45px rgba(0,0,0,.25); font-size: 12px; opacity: 0; transform: translateY(12px); transition: opacity .2s, transform .2s; }
.tc-toast.is-visible { opacity: 1; transform: translateY(0); }
.tc-toast.is-error { background: var(--tc-danger); }
.tc-toast__icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--tc-success); }

/* Responsive */
@media (max-width: 1180px) {
    .tc-header-main__inner { grid-template-columns: auto minmax(280px, 1fr) auto; gap: 17px; }
    .tc-support-phone { display: none; }
    .tc-main-nav { gap: 20px; }
    .tc-product-grid--five { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .tc-category-rail { grid-template-columns: repeat(8, minmax(110px, 1fr)); }
    .tc-home-hero__grid { grid-template-columns: minmax(0, 1.75fr) minmax(250px, .85fr); }
    .tc-mega-menu__panel { grid-template-columns: 220px minmax(0, 1fr) 230px; }
}

@media (max-width: 1024px) {
    :root { --tc-header-height: 125px; }
    .tc-utility, .tc-nav-row, .tc-header-actions, .tc-header-search { display: none; }
    .tc-header-main__inner { min-height: 66px; grid-template-columns: 46px 1fr 46px; gap: 11px; }
    .tc-mobile-menu-btn { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px; background: var(--tc-soft); cursor: pointer; }
    .tc-logo { min-width: 0; justify-self: center; }
    .tc-logo__mark { width: 40px; height: 40px; font-size: 21px; }
    .tc-logo__text strong { font-size: 17px; }
    .tc-logo__text small { font-size: 9px; }
    .tc-logo > img { max-width: 150px; max-height: 47px; }
    .tc-mobile-cart-head { position: relative; display: grid; place-items: center; justify-self: end; width: 44px; height: 44px; border-radius: 10px; background: var(--tc-soft); }
    .tc-mobile-cart-head b { position: absolute; top: 3px; right: 2px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border-radius: 9px; background: var(--tc-primary); color: #fff; font-size: 8px; }
    .tc-mobile-search-wrap { display: block; padding: 0 20px 11px; }
    .tc-mobile-search input { height: 44px; border-width: 1px; border-radius: 11px; }
    .tc-mobile-search button { width: 45px; }
    .tc-mega-menu { display: none !important; }
    .tc-filter-sidebar { display: none; }
    .tc-listing-layout { display: block; }
    .tc-product-grid--listing { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tc-mobile-filter-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid var(--tc-border); border-radius: 8px; background: #fff; color: #444; font-size: 11px; }
    .tc-home-hero__grid { grid-template-columns: 1fr; }
    .tc-hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
    .tc-promo-card { min-height: 180px; }
    .tc-home-benefits { grid-template-columns: 1fr 1fr; }
    .tc-product-main { grid-template-columns: 1fr 1fr; gap: 30px; }
    .tc-product-info { position: static; }
    .tc-cart-layout, .tc-checkout-layout { grid-template-columns: 1fr; }
    .tc-order-summary { position: static; }
    .tc-order-summary--checkout { grid-row: 1; }
    .tc-footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
    .tc-footer-contact { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 768px) {
    :root { --tc-mobile-nav-height: 66px; }
    body.tc-body { padding-bottom: var(--tc-mobile-nav-height); font-size: 14px; }
    .tc-container { width: min(calc(100% - 28px), var(--tc-container)); }
    .tc-page-section { padding: 19px 0 45px; }
    .tc-section { padding: 38px 0; }
    .tc-section-head { margin-bottom: 19px; }
    .tc-section-head h2 { gap: 8px; font-size: 20px; }
    .tc-section-head h2 > i { width: 4px; height: 25px; }
    .tc-section-head > a { font-size: 11px; }
    .tc-mobile-bottom-nav { position: fixed; right: 0; left: 0; bottom: 0; z-index: 850; height: calc(var(--tc-mobile-nav-height) + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, 1fr); padding: 7px 6px env(safe-area-inset-bottom); border-top: 1px solid var(--tc-border); background: rgba(255,255,255,.98); box-shadow: 0 -7px 20px rgba(0,0,0,.06); }
    .tc-mobile-bottom-nav > a, .tc-mobile-bottom-nav > button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 0; border: 0; background: transparent; color: #777; font-size: 9px; }
    .tc-mobile-bottom-nav .is-active { color: var(--tc-primary); }
    .tc-mobile-cart-icon { position: relative; }
    .tc-mobile-cart-icon b { position: absolute; top: -7px; right: -10px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border-radius: 9px; background: var(--tc-primary); color: #fff; font-size: 8px; }
    .tc-toast { left: 14px; right: 14px; bottom: calc(var(--tc-mobile-nav-height) + 15px); max-width: none; }
    .tc-breadcrumb { margin-bottom: 16px; }
    .tc-home-hero { padding-top: 15px; }
    .tc-hero-main { min-height: 390px; padding: 28px 23px; background-position: 45% center; }
    .tc-hero-main::before { background: linear-gradient(90deg, rgba(0,0,0,.25), rgba(0,0,0,.79)); }
    .tc-hero-main__content { margin: 0; }
    .tc-hero-main h1 { font-size: 35px; }
    .tc-hero-main p { font-size: 13px; }
    .tc-hero-actions { flex-direction: column; align-items: stretch; }
    .tc-hero-side { grid-template-columns: 1fr 1fr; gap: 10px; }
    .tc-promo-card { min-height: 156px; padding: 18px; }
    .tc-promo-card strong { font-size: 14px; }
    .tc-promo-card small, .tc-promo-card > span:last-child { font-size: 9px; }
    .tc-category-rail {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 3px 0 11px;
        overflow-x: auto;
        overflow-y: hidden;
        direction: rtl;
        overscroll-behavior-inline: contain;
        contain: inline-size paint;
    }
    .tc-category-chip { flex: 0 0 93px; min-width: 93px; }
    .tc-category-chip strong { font-size: 10px; }
    .tc-product-grid--five, .tc-product-grid--listing { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .tc-product-card__body { padding: 10px; }
    .tc-product-card h3 { min-height: 41px; font-size: 11px; }
    .tc-product-card__media img { padding: 7px; }
    .tc-product-card__price strong { font-size: 12px; }
    .tc-add-form button { min-height: 37px; }
    .tc-add-form button span { font-size: 10px; }
    .tc-needs-grid {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 0 8px;
        overflow-x: auto;
        overflow-y: hidden;
        direction: rtl;
        overscroll-behavior-inline: contain;
        contain: inline-size paint;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }
    .tc-need-card-image { flex: 0 0 83%; scroll-snap-align: start; }
    .tc-section-head--tabs { display: block; }
    .tc-product-tabs { margin-top: 13px; gap: 20px; overflow-x: auto; }
    .tc-product-tabs button { white-space: nowrap; font-size: 11px; }
    .tc-brand-banner { min-height: 315px; padding: 35px 24px; background-position: center; }
    .tc-brand-banner h2 { font-size: 31px; }
    .tc-brand-banner p { font-size: 12px; }
    .tc-home-benefits { grid-template-columns: 1fr 1fr; padding: 22px 15px; gap: 18px 10px; }
    .tc-home-benefits > div { justify-content: flex-start; gap: 9px; }
    .tc-home-benefits > div > svg { width: 23px; }
    .tc-home-benefits strong { font-size: 11px; }
    .tc-home-benefits small { font-size: 8px; }
    .tc-listing-header h1, .tc-search-page-head h1 { font-size: 23px; }
    .tc-child-categories {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        overflow-x: auto;
        overflow-y: hidden;
        direction: rtl;
        overscroll-behavior-inline: contain;
        contain: inline-size paint;
    }
    .tc-child-categories a { min-width: 128px; }
    .tc-listing-toolbar { justify-content: space-between; }
    .tc-sort-label, .tc-sort-links { display: none; }
    .tc-search-page-head { display: block; padding: 18px; }
    .tc-search-page-form { margin-top: 15px; }
    .tc-search-page-form .tc-btn { padding-inline: 15px; }
    .tc-product-main { display: block; }
    .tc-product-main-image { aspect-ratio: 1/1; }
    .tc-product-main-image img { padding: 14px; }
    .tc-product-info { margin-top: 24px; }
    .tc-product-info h1 { font-size: 24px; }
    .tc-product-tabs-desktop { display: none; }
    .tc-product-accordions { display: grid; gap: 9px; }
    .tc-accordion { overflow: hidden; border: 1px solid var(--tc-border); border-radius: 12px; }
    .tc-accordion > button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 0; background: #fff; font-weight: 750; }
    .tc-accordion > button svg { transition: transform .2s; }
    .tc-accordion.is-open > button { color: var(--tc-primary); }
    .tc-accordion.is-open > button svg { transform: rotate(-90deg); }
    .tc-accordion .tc-rich-content { padding: 0 14px 15px; font-size: 12px; }
    .tc-product-details { margin-top: 37px; }
    .tc-product-buy-form { grid-template-columns: 104px 1fr; }
    .tc-product-trust { gap: 5px; }
    .tc-product-trust div { font-size: 8px; }
    .tc-mobile-buybar { position: fixed; right: 0; left: 0; bottom: var(--tc-mobile-nav-height); z-index: 840; min-height: 68px; display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-top: 1px solid var(--tc-border); background: #fff; box-shadow: 0 -6px 18px rgba(0,0,0,.06); }
    .tc-mobile-buybar > div { min-width: 0; flex: 1; display: flex; flex-direction: column; }
    .tc-mobile-buybar small { color: var(--tc-muted); font-size: 8px; }
    .tc-mobile-buybar strong { color: var(--tc-primary); font-size: 13px; }
    .tc-mobile-buybar form { flex: 0 0 auto; }
    .tc-page-product { padding-bottom: calc(var(--tc-mobile-nav-height) + 74px); }
    .tc-cart-table-head { display: none; }
    .tc-cart-item { display: grid; grid-template-columns: 1fr auto; gap: 11px; padding: 14px; }
    .tc-cart-item__product { grid-column: 1 / -1; }
    .tc-cart-item__image { width: 66px; height: 66px; }
    .tc-cart-item__unit-price, .tc-cart-item__total { display: none; }
    .tc-cart-item__quantity { justify-content: flex-start; }
    .tc-cart-item__remove { grid-column: 2; grid-row: 2; }
    .tc-cart-item__mobile-price { display: block; margin-top: 5px; font-size: 11px; }
    .tc-cart-actions-row { padding: 12px 14px; }
    .tc-cart-layout .tc-order-summary { margin-bottom: 70px; }
    .tc-mobile-cart-checkout { position: fixed; right: 0; left: 0; bottom: var(--tc-mobile-nav-height); z-index: 845; min-height: 68px; display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-top: 1px solid var(--tc-border); background: #fff; box-shadow: 0 -6px 18px rgba(0,0,0,.06); }
    .tc-mobile-cart-checkout > div { flex: 1; display: flex; flex-direction: column; }
    .tc-mobile-cart-checkout small { color: var(--tc-muted); font-size: 9px; }
    .tc-mobile-cart-checkout strong { font-size: 13px; }
    .tc-checkout-steps { margin-bottom: 25px; }
    .tc-checkout-steps > i { width: 45px; }
    .tc-checkout-steps > div { min-width: 78px; }
    .tc-checkout-steps > div strong { font-size: 8px; }
    .tc-checkout-layout { display: flex; flex-direction: column; }
    .tc-order-summary--checkout { width: 100%; order: -1; }
    .tc-form-grid { grid-template-columns: 1fr; padding: 15px; }
    .tc-field--full { grid-column: auto; }
    .tc-success-header h1 { font-size: 22px; }
    .tc-order-success-grid { grid-template-columns: 1fr; }
    .tc-payment-grid { grid-template-columns: 1fr; }
    .tc-payment-card p { min-height: 0; }
    .tc-order-success-actions { flex-direction: column; }
    .tc-order-success-actions > * { width: 100%; justify-content: center; }
    .tc-tracking-info-grid { grid-template-columns: 1fr 1fr; gap: 0 12px; }
    .tc-status-timeline { margin-inline: 5px; }
    .tc-status-step { width: 67px; font-size: 8px; }
    .tc-contact-cards { grid-template-columns: 1fr; }
    .tc-static-content > h1 { font-size: 25px; }
    .tc-footer { margin-top: 35px; }
    .tc-footer-benefits__grid { grid-template-columns: 1fr 1fr; padding-top: 25px; padding-bottom: 25px; gap: 18px 10px; }
    .tc-footer-benefit > span { width: 40px; height: 40px; }
    .tc-footer-benefit strong { font-size: 11px; }
    .tc-footer-benefit small { font-size: 8px; }
    .tc-footer-main { display: block; padding-top: 35px; padding-bottom: 30px; }
    .tc-footer-about { margin-bottom: 27px; }
    .tc-footer-column { border-top: 1px solid #292929; }
    .tc-footer-column__title { min-height: 51px; cursor: pointer; }
    .tc-footer-column__title svg { display: block; transition: transform .2s; }
    .tc-footer-column__title[aria-expanded="true"] svg { transform: rotate(180deg); }
    .tc-footer-column__links { display: none; margin: 0; padding: 0 0 17px; }
    .tc-footer-column.is-open .tc-footer-column__links { display: grid; }
    .tc-footer-contact { display: block; padding-top: 27px; border-top: 1px solid #292929; }
    .tc-footer-bottom .tc-container { min-height: 70px; flex-direction: column; justify-content: center; gap: 3px; text-align: center; }
}

@media (max-width: 480px) {
    .tc-container { width: min(calc(100% - 22px), var(--tc-container)); }
    .tc-mobile-search-wrap { padding-inline: 11px; }
    .tc-logo__text { display: none; }
    .tc-hero-main { min-height: 355px; }
    .tc-hero-main h1 { font-size: 31px; }
    .tc-hero-side { display: flex; overflow-x: auto; }
    .tc-promo-card { flex: 0 0 82%; }
    .tc-product-card__category { display: none; }
    .tc-product-card h3 { font-size: 10.5px; }
    .tc-product-badge { top: 7px; right: 7px; min-width: 31px; height: 20px; font-size: 8px; }
    .tc-needs-grid .tc-need-card-image { flex-basis: 90%; }
    .tc-home-benefits { grid-template-columns: 1fr; }
    .tc-search-page-form { display: grid; grid-template-columns: 1fr; }
    .tc-price-inputs { grid-template-columns: 1fr 1fr; }
    .tc-product-buy-form { grid-template-columns: 96px 1fr; }
    .tc-product-trust { grid-template-columns: 1fr 1fr 1fr; }
    .tc-product-trust div { flex-direction: column; gap: 3px; text-align: center; }
    .tc-cart-actions-row { align-items: stretch; flex-direction: column; }
    .tc-clear-cart-form { text-align: center; }
    .tc-checkout-steps > div { min-width: 66px; }
    .tc-checkout-steps > i { width: 24px; }
    .tc-order-info-card dl, .tc-tracking-info-grid { grid-template-columns: 1fr; }
    .tc-order-info-card dl .is-full, .tc-tracking-info-grid .is-full { grid-column: auto; }
    .tc-status-timeline { margin-inline: 0; }
    .tc-status-step { width: 58px; }
    .tc-status-step > span { width: 30px; height: 30px; }
    .tc-status-timeline::before, .tc-status-timeline::after { top: 14px; right: 15px; }
    .tc-footer-benefits__grid { grid-template-columns: 1fr; }
}

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