:root {
    --tl-paper: #f7f4ed;
    --tl-line: #e5dcc8;
    --tl-mute: #6f6b62;
    --tl-gold: #557DBF;
    --tl-navy: #121c2d;
    --tl-ink: #172133;
    --tl-accent-start: var(--tl-gold);
    --tl-accent-end: #db4437;
}

body.storefront-theme-theme_2 {
    overflow-x: hidden;
    background: #fbfaf7;
    color: var(--tl-ink);
    font-family: "Manrope", "Segoe UI", sans-serif;
}

body.storefront-theme-theme_2 *,
body.storefront-theme-theme_2 *::before,
body.storefront-theme-theme_2 *::after {
    box-sizing: border-box;
}


body.storefront-theme-theme_2 h1,
body.storefront-theme-theme_2 h2,
body.storefront-theme-theme_2 h3,
body.storefront-theme-theme_2 h4,
body.storefront-theme-theme_2 h5,
body.storefront-theme-theme_2 h6 {
    color: var(--tl-ink);
    font-family: "Manrope", "Segoe UI", sans-serif;
    letter-spacing: -0.02em;
}

body.storefront-theme-theme_2 p,
body.storefront-theme-theme_2 li,
body.storefront-theme-theme_2 label,
body.storefront-theme-theme_2 input,
body.storefront-theme-theme_2 textarea,
body.storefront-theme-theme_2 select {
    font-family: "Manrope", "Segoe UI", sans-serif;
}

body.storefront-theme-theme_2 a {
    transition: color 0.18s ease, opacity 0.18s ease;
}

body.storefront-theme-theme_2 img {
    max-width: 100%;
}

body.storefront-theme-theme_2 .custom-container {
    width: 100%;
    /* max-width: 1400px; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

body.storefront-theme-theme_2 .container,
body.storefront-theme-theme_2 .container-sm,
body.storefront-theme-theme_2 .container-md,
body.storefront-theme-theme_2 .container-lg,
body.storefront-theme-theme_2 .container-xl,
body.storefront-theme-theme_2 .container-xxl {
    max-width: 1400px;
}

body.storefront-theme-theme_2 .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.storefront-theme-theme_2 .tl-catalog-grid--shop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.storefront-theme-theme_2 .tl-catalog-grid--shop > * {
    grid-column: auto;
}

body.storefront-theme-theme_2 .form-control,
body.storefront-theme-theme_2 .form-select {
    min-height: 46px;
    border-color: rgba(23, 33, 51, 0.12);
    box-shadow: none;
}

body.storefront-theme-theme_2 .form-control:focus,
body.storefront-theme-theme_2 .form-select:focus {
    border-color: rgba(85, 125, 191, 0.7);
    box-shadow: 0 0 0 0.2rem rgba(85, 125, 191, 0.14);
}

.tl-utility {
    background: #0b1220;
    color: #d6dde8;
    font-size: 12px;
    padding: 10px 0;
}

.tl-utility-links,
.tl-header-row,
.tl-mainnav-row,
.tl-mainnav-links,
.tl-deal-strip,
.tl-footer-socials,
.tl-footer-bottom-links {
    display: flex;
    align-items: center;
}

.tl-utility-links,
.tl-header-row {
    gap: 18px;
}

.tl-mainnav-row {
    gap: 0;
}

.tl-mainnav-links {
    flex-grow: 1;
    flex-wrap: wrap;
    margin-left: 8px;
}

.tl-deal-strip {
    gap: 8px;
}

.tl-footer-socials {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.tl-footer-bottom-links {
    flex-wrap: wrap;
    gap: 12px;
}

.tl-pulse {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 999px;
    background: #22c55e;
    margin-right: 10px;
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.5);
    animation: tlPulse 1.8s infinite;
}

@keyframes tlPulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
    100% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); }
}

.tl-header {
    background: #0f1724;
    border-bottom: 1px solid #25344a;
}

.tl-brand-note strong {
    font-size: 12px !important;
}

.tl-brand-note span {
    line-height: 1.45;
}

.tl-site-logo {
    max-height: 48px;
    width: auto;
}

.tl-search {
    flex: 1 1 420px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dbe1ea;
    border-radius: 999px;
    padding: 10px 16px;
    background: #fff;
    position: relative;
}

.tl-search input {
    flex: 1;
    border: 0;
    outline: none;
    min-width: 0;
}

.tl-search-btn {
    background: #db4437;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
}

.tl-search-icon {
    color: #98a4b3;
}

.tl-iconlink {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #172133;
    text-decoration: none;
}

.tl-header .tl-iconlink {
    color: #d6dde8;
}

.tl-iconlink small {
    display: block;
    margin-bottom: 2px;
    color: var(--tl-mute);
    font-size: 11px;
    line-height: 1;
}

.tl-iconlink b {
    display: block;
    font-size: 13px;
    line-height: 1.1;
}

.tl-header .tl-iconlink small {
    color: rgba(214, 221, 232, 0.72);
}

.tl-header .tl-iconlink b {
    color: #f8fafc;
}

.tl-header .tl-iconlink:hover {
    color: #fff;
}

.tl-header .tl-iconlink .tl-ic {
    background: #f8fafc;
    color: #172133;
}

.tl-iconlink--compact {
    min-width: 92px;
}

.tl-ic {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #f6f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.tl-cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #557DBF;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    padding: 0 5px;
}

.tl-mainnav {
    background: #121c2d;
    color: #fff;
}

.tl-mainnav nav a,
.tl-utility a,
.tl-deal-strip a {
    color: inherit;
    text-decoration: none;
}

.tl-mainnav nav a {
    padding: 18px 14px;
    display: block;
    color: #d4d9e2;
    font-weight: 600;
}

.tl-mainnav nav a.active,
.tl-mainnav nav a:hover {
    color: #fff;
}

.tl-header-mobilebar {
    display: none;
    background: #fff;
    border-bottom: 1px solid rgba(23, 33, 51, 0.1);
}

.tl-mobile-menu-panel {
    min-width: 260px;
}

.tl-cat-trigger {
    background: #db4437;
    color: #fff;
    font-weight: 800;
    padding: 0 18px;
    min-width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
}

.tl-cat-mega {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 280px;
    background: #fff;
    border: 1px solid #e5e7eb;
    z-index: 25;
}

.tl-cat-trigger:hover .tl-cat-mega {
    display: block;
}

.tl-cat-mega a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-bottom: 1px solid #eef2f7;
    color: #111827;
    text-decoration: none;
}

.tl-cat-mega a small {
    color: #6b7280;
}

.tl-deal-strip {
    color: #d4d9e2;
    padding-right: 10px;
}

.tl-home-hero-wrap {
    padding: 20px 0 0;
    background:
        radial-gradient(circle at top right, rgba(85, 125, 191, 0.1), transparent 22%),
        linear-gradient(180deg, #f7f4ed 0, #fbfaf7 220px);
}

.tl-slider {
    position: relative;
    height: clamp(360px, 46vw, 620px);
    overflow: hidden;
    background: var(--tl-navy);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0px;
    box-shadow: 0 34px 70px rgba(18, 28, 45, 0.18);
}

.tl-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: grid;
    place-items: center;
}

.tl-slide.active {
    opacity: 1;
}

.tl-slide-1 {
    background: radial-gradient(circle at top right, rgba(85, 125, 191, 0.22), transparent 32%), linear-gradient(120deg, #0f1724 0%, #1b2740 100%);
}

.tl-slide-2 {
    background: radial-gradient(circle at top right, rgba(219, 68, 55, 0.18), transparent 30%), linear-gradient(120deg, #111827 0%, #202b3f 100%);
}

.tl-slide-3 {
    background: radial-gradient(circle at right, rgba(85, 125, 191, 0.16), transparent 28%), radial-gradient(circle at left bottom, rgba(219, 68, 55, 0.12), transparent 30%), linear-gradient(120deg, #101826 0%, #24324c 100%);
}

.tl-slide-inner {
    width: 100%;
    max-width: 1280px;
    padding: 58px 56px 68px;
    color: #fff;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: center;
}

.tl-slide-inner--image-only {
    max-width: none;
    height: 100%;
    padding: 0;
    display: block;
}

.tl-slide-copy {
    max-width: 620px;
}

.tl-slide-eyebrow,
.tl-eyebrow {
    display: inline-block;
    font-size: 11px;
    color: var(--tl-gold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 1px solid rgba(85, 125, 191, 0.3);
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.tl-slide h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -0.025em;
}

.tl-slide h1 em {
    font-style: normal;
    color: var(--tl-gold);
}

.tl-slide p {
    color: #c9d1da;
    font-size: 17px;
    max-width: 480px;
    margin-bottom: 24px;
}

.tl-home-hero-points {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.tl-home-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #edf2f9;
    font-size: 13px;
    font-weight: 600;
}

.tl-slide-visual {
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 44%),
        rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    display: grid;
    place-items: center;
    padding: 38px;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.tl-slide-visual img {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.28));
}

.tl-slide-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.btn-tl-gold,
.btn-tl-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.btn-tl-gold {
    background: var(--tl-gold);
    color: #101826;
}

.btn-tl-outline {
    border: 1px solid #cbd5e1;
    color: #101826;
}

.tl-btn-hero-alt {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.04);
}

.tl-slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.tl-slider-arrows button {
    pointer-events: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.tl-slider-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.tl-slider-dots button {
    width: 28px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
    border: 0;
}

.tl-slider-dots button.active {
    background: var(--tl-gold);
    width: 48px;
}

.tl-slide-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--tl-gold);
    width: 0;
    transition: width 0.1s linear;
}

.tl-home-trustbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.tl-home-trustbar span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(23, 33, 51, 0.08);
    color: var(--tl-ink);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(18, 28, 45, 0.06);
}

.tl-section {
    padding: 72px 0;
}

.tl-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.tl-section-head h2 {
    margin: 0;
    font-size: 38px;
    color: #172133;
}

.tl-section-link {
    color: #172133;
    text-decoration: none;
    font-weight: 700;
}

.tl-home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tl-home-category-card {
    display: block;
    min-height: 100%;
    border-radius: 26px;
    padding: 22px;
    background: linear-gradient(180deg, #fff, #f7f9fc);
    border: 1px solid rgba(23, 33, 51, 0.08);
    box-shadow: 0 18px 42px rgba(18, 28, 45, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tl-home-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(18, 28, 45, 0.1);
}

.tl-home-category-media {
    display: grid;
    place-items: center;
    min-height: 150px;
    margin-bottom: 16px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top, rgba(85, 125, 191, 0.14), transparent 42%),
        #f6f8fb;
}

.tl-home-category-media img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.tl-home-category-body h6 {
    margin: 0 0 6px;
    font-size: 18px;
}

.tl-home-category-body small {
    color: var(--tl-mute);
    font-size: 13px;
}

.tl-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(219, 68, 55, 0.22), transparent 24%),
        radial-gradient(circle at 88% 16%, rgba(85, 125, 191, 0.22), transparent 26%),
        linear-gradient(135deg, #07111c 0%, #0c1c2c 46%, #111d2a 100%);
    color: #b7c1cb;
    padding: 64px 0 28px;
}

.tl-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.18));
}

.tl-footer::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 80px rgba(85, 125, 191, 0.16);
    pointer-events: none;
}

.tl-footer > .custom-container {
    position: relative;
    z-index: 1;
}

.tl-footer-brand-mark {
    position: absolute;
    right: clamp(28px, 6vw, 92px);
    top: 34px;
    z-index: 0;
    width: clamp(130px, 14vw, 210px);
    opacity: 0.07;
    filter: grayscale(1) brightness(2.2);
    pointer-events: none;
}

.tl-footer-brand-mark img {
    width: 100%;
    height: auto;
}

.tl-site-logo-footer {
    max-height: 42px;
    margin-bottom: 14px;
    filter: brightness(0) invert(1);
}

.tl-footer-grid {
    display: grid;
    grid-template-columns: 1.08fr 1.25fr 0.92fr 1fr;
    gap: 36px;
    align-items: stretch;
}

.tl-footer .tl-footer-title {
    color: #f8fafc;
    display: block;
    margin: 0;
    line-height: 1.15;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.tl-footer-accordion-toggle {
    display: block;
    margin: 0 0 28px;
    padding: 0;
    line-height: 1;
}

.tl-footer-accordion {
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.tl-footer-support {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.tl-footer-support .tl-footer-accordion-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tl-footer-support-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 18px;
    min-height: 82px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    backdrop-filter: blur(10px);
}

.tl-footer-support-card::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #db4437, #557DBF);
}

.tl-footer-support-card:hover,
.tl-footer-links a:hover,
.tl-footer-contact-block a:hover {
    color: #db4437;
}

.tl-footer-support-icon {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 24px;
}

.tl-footer-support-copy small {
    display: block;
    margin-bottom: 4px;
    color: #b7c1cb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tl-footer-support-copy strong {
    display: block;
    color: #db4437;
    font-size: 17px;
    font-weight: 800;
}

.tl-footer-links-wrap {
    min-width: 0;
}

.tl-footer-link-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 38px;
}

.tl-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tl-footer-links li {
    margin-bottom: 16px;
}

.tl-footer-links a {
    color: #cfd6de;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.tl-footer-connect {
    min-width: 0;
}

.tl-footer .tl-footer-company {
    margin-bottom: 10px;
    color: #f8fafc;
    font-size: 18px;
    font-weight: 800;
}

.tl-footer-contact-block {
    margin-bottom: 14px;
    line-height: 1.75;
    color: #c3ccd5;
}

.tl-footer-contact-block strong {
    display: block;
    margin-bottom: 6px;
    color: #f8fafc;
    font-size: 14px;
    font-weight: 800;
}

.tl-footer-contact-block span,
.tl-footer-contact-block a {
    color: #cfd6de;
    text-decoration: none;
    font-size: 14px;
}

.tl-footer-social-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 44px;
}

.tl-footer-social {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8fafc;
    text-decoration: none;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.tl-footer-social:hover {
    border-color: rgba(219, 68, 55, 0.7);
    color: #db4437;
}

.tl-footer-bottom {
    margin-top: 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    color: #b7c1cb;
    font-size: 14px;
}

.tl-footer-bottom-links {
    padding-right: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tl-footer-bottom-links a {
    color: #4da3ff;
    text-decoration: none;
    font-weight: 700;
}

.tl-chip-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tl-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--tl-line);
    border-radius: 999px;
    padding: 8px 14px;
    background: #fff;
    color: var(--tl-ink);
    font-size: 13px;
    font-weight: 600;
}

.tl-section--paper {
    background: var(--tl-paper);
}

.tl-section--bordered {
    border-top: 1px solid var(--tl-line);
    border-bottom: 1px solid var(--tl-line);
}

.tl-section--top-border {
    border-top: 1px solid var(--tl-line);
}

.tl-btn-primary,
.tl-btn-outline,
.tl-btn-muted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.tl-btn-primary {
    background: linear-gradient(135deg, #557DBF 0%, #db4437 100%);
    color: #ffffff;
    border: 0;
    box-shadow: 0 16px 30px rgba(85, 125, 191, 0.28);
}

.tl-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.tl-btn-outline {
    background: transparent;
    color: var(--tl-ink);
    border: 1px solid rgba(23, 33, 51, 0.18);
}

.tl-btn-outline:hover {
    color: var(--tl-ink);
    border-color: rgba(23, 33, 51, 0.35);
}

.tl-btn-muted {
    background: #fff;
    color: var(--tl-ink);
    border: 1px solid rgba(23, 33, 51, 0.08);
    box-shadow: 0 14px 28px rgba(18, 28, 45, 0.06);
}

.tl-page-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(85, 125, 191, 0.2), transparent 28%),
        radial-gradient(circle at bottom left, rgba(91, 126, 191, 0.18), transparent 24%),
        linear-gradient(130deg, #0e1623 0%, #18253a 54%, #233657 100%);
    color: #fff;
    padding: 56px 0 44px;
    display: none !important;
}

.tl-page-hero::after {
    content: "";
    position: absolute;
    inset: auto -40px -110px auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0.4;
}

.tl-page-hero .tl-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.tl-page-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #fff;
}

.tl-page-hero p {
    margin: 0;
    color: #d7dde6;
    max-width: 640px;
    font-size: 16px;
}

.tl-page-hero .tl-hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.tl-page-hero .tl-hero-stat {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #eef3fb;
    font-size: 13px;
}

.tl-shop-shell,
.tl-cart-shell,
.tl-checkout-shell,
.tl-detail-shell {
    padding: 36px 0 64px;
    background:
        linear-gradient(180deg, rgba(247, 244, 237, 0.8) 0%, rgba(247, 244, 237, 0) 180px),
        #fbfaf7;
}

.tl-detail-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 420px);
    gap: 20px;
    align-items: end;
    margin-bottom: 26px;
}

.tl-detail-intro-copy .storefront-breadcrumb {
    margin-bottom: 16px;
}

.tl-detail-overline {
    margin-bottom: 10px;
    color: #557DBF;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tl-detail-page-title {
    margin: 0 0 10px;
    color: var(--tl-ink);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.02;
}

.tl-detail-intro-copy p {
    margin: 0;
    max-width: 860px;
    color: var(--tl-mute);
    font-size: 16px;
}

.tl-detail-intro-meta {
    display: grid;
    gap: 10px;
}

.tl-detail-intro-meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(23, 33, 51, 0.08);
    background: rgba(255, 255, 255, 0.8);
    color: var(--tl-ink);
    font-size: 14px;
    font-weight: 600;
}

.tl-brand-directory {
    display: grid;
    gap: 24px;
}

.tl-brand-directory__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 420px);
    gap: 20px;
    align-items: end;
}

.tl-brand-directory__copy .storefront-breadcrumb {
    margin-bottom: 16px;
}

.tl-brand-directory__title {
    margin: 0 0 10px;
    color: var(--tl-ink);
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.02;
}

.tl-brand-directory__copy p {
    margin: 0;
    max-width: 780px;
    color: var(--tl-mute);
    font-size: 16px;
}

.tl-brand-directory__meta {
    display: grid;
    gap: 10px;
}

.tl-brand-directory__meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(23, 33, 51, 0.08);
    background: rgba(255, 255, 255, 0.8);
    color: var(--tl-ink);
    font-size: 14px;
    font-weight: 600;
}

.tl-brand-directory__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    padding: 22px 24px;
}

.tl-brand-search-form {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 620px;
    flex-wrap: wrap;
}

.tl-brand-search-input {
    flex: 1 1 420px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    border: 1px solid rgba(23, 33, 51, 0.12);
    background: #fff;
}

.tl-brand-search-input i {
    color: #6f7e90;
    font-size: 16px;
}

.tl-brand-search-input .form-control {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.tl-brand-search-input .form-control:focus {
    box-shadow: none;
}

.tl-brand-directory__summary {
    color: var(--tl-mute);
    font-size: 15px;
}

.tl-brand-directory__summary strong {
    color: var(--tl-ink);
    font-size: 18px;
}

.tl-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.tl-brand-card {
    display: block;
    min-width: 0;
    padding: 26px 22px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid rgba(23, 33, 51, 0.08);
    box-shadow: 0 16px 36px rgba(18, 28, 45, 0.06);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tl-brand-card:hover {
    transform: translateY(-3px);
    border-color: rgba(85, 125, 191, 0.34);
    box-shadow: 0 22px 44px rgba(18, 28, 45, 0.09);
}

.tl-brand-card__media {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-bottom: 18px;
    background:
        radial-gradient(circle at top, rgba(85, 125, 191, 0.12), transparent 42%),
        #f8fafc;
    border: 1px solid rgba(23, 33, 51, 0.05);
}

.tl-brand-card__media img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.tl-brand-card__media span {
    color: #557DBF;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.tl-brand-card__body {
    text-align: center;
}

.tl-brand-card__body h3 {
    margin: 0 0 6px;
    color: var(--tl-ink);
    font-size: 20px;
}

.tl-brand-card__body small {
    color: var(--tl-mute);
    font-size: 14px;
}

.tl-blog-index {
    display: grid;
    gap: 24px;
}

.tl-blog-index__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 420px);
    gap: 20px;
    align-items: end;
}

.tl-blog-index__copy .storefront-breadcrumb {
    margin-bottom: 16px;
}

.tl-blog-index__title {
    margin: 0 0 10px;
    color: var(--tl-ink);
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.02;
}

.tl-blog-index__copy p {
    margin: 0;
    max-width: 780px;
    color: var(--tl-mute);
    font-size: 16px;
}

.tl-blog-index__meta {
    display: grid;
    gap: 10px;
}

.tl-blog-index__meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(23, 33, 51, 0.08);
    background: rgba(255, 255, 255, 0.8);
    color: var(--tl-ink);
    font-size: 14px;
    font-weight: 600;
}

.tl-blog-page-copy {
    padding: 24px;
    color: var(--tl-mute);
    line-height: 1.75;
}

.tl-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tl-blog-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid rgba(23, 33, 51, 0.08);
    box-shadow: 0 16px 36px rgba(18, 28, 45, 0.06);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tl-blog-card:hover {
    transform: translateY(-3px);
    border-color: rgba(85, 125, 191, 0.34);
    box-shadow: 0 22px 44px rgba(18, 28, 45, 0.09);
}

.tl-blog-card__media {
    min-height: 220px;
    background: #eef3fb;
    overflow: hidden;
}

.tl-blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tl-blog-card__media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(15, 23, 36, 0.96), rgba(35, 54, 87, 0.92));
    color: rgba(255, 255, 255, 0.9);
    font-size: 54px;
}

.tl-blog-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 22px 22px 24px;
}

.tl-blog-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #557DBF;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tl-blog-card__meta span + span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    background: rgba(85, 125, 191, 0.45);
    vertical-align: middle;
}

.tl-blog-card__body h2 {
    margin: 0 0 12px;
    color: var(--tl-ink);
    font-size: 24px;
    line-height: 1.18;
}

.tl-blog-card__body p {
    margin: 0 0 18px;
    color: var(--tl-mute);
    font-size: 15px;
    line-height: 1.7;
}

.tl-blog-card__cta {
    margin-top: auto;
    color: #db4437;
    font-size: 14px;
    font-weight: 800;
}

.tl-panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(23, 33, 51, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(18, 28, 45, 0.08);
}

.tl-panel-soft {
    background: #fff;
    border: 1px solid rgba(23, 33, 51, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(18, 28, 45, 0.06);
}

.tl-shop-sidebar {
    position: sticky;
    top: 24px;
}

.tl-filter-panel {
    overflow: hidden;
    padding: 0;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(23, 33, 51, 0.08);
    box-shadow: 0 8px 24px rgba(18, 28, 45, 0.05);
}

.tl-filter-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(23, 33, 51, 0.08);
}

.tl-filter-panel__head h5 {
    color: var(--tl-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.tl-filter-clear-link {
    color: #3467b2;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.tl-filter-clear-link:hover {
    color: var(--tl-brand);
}

.storefront-filters {
    background: #fff;
}

.tl-filter-form {
    margin: 0;
}

.tl-filter-block {
    margin: 0;
    padding: 17px 18px 18px;
    border-bottom: 1px solid rgba(23, 33, 51, 0.08);
}

.tl-filter-block:last-of-type {
    border-bottom: 0;
}

.tl-filter-block__head {
    margin-bottom: 12px;
    color: var(--tl-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
}

.tl-filter-block__body--scroll {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 4px;
}

.tl-filter-block__body--scroll::-webkit-scrollbar {
    width: 5px;
}

.tl-filter-block__body--scroll::-webkit-scrollbar-thumb {
    background: rgba(23, 33, 51, 0.22);
    border-radius: 999px;
}

.tl-filter-check {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 28px;
    margin: 0 0 9px;
    padding: 0;
}

.tl-filter-check:last-child {
    margin-bottom: 0;
}

.tl-filter-check .form-check-input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #bcc7d5;
    background-color: #fff;
    box-shadow: none;
}

.tl-filter-check .form-check-input:checked {
    background-color: #0d5cab;
    border-color: #0d5cab;
}

.tl-filter-check .form-check-label {
    margin: 0;
    color: #243142;
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
}

.tl-filter-check .text-muted {
    color: #7b8794 !important;
}

.tl-filter-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tl-filter-field-label {
    margin-bottom: 6px;
    color: #687385;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tl-filter-panel .tl-filter-price-grid .form-control {
    min-height: 40px;
    border-radius: 6px;
    color: #263244;
    font-size: 14px;
    box-shadow: none;
}

.tl-filter-panel .tl-filter-price-grid .form-control:focus {
    border-color: #0d5cab;
    box-shadow: 0 0 0 3px rgba(13, 92, 171, 0.1);
}

.tl-filter-actions {
    padding: 16px 18px 18px;
}

.tl-filter-submit {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
}

.tl-catalog-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 360px);
    gap: 22px;
    padding: 22px 24px;
    margin-bottom: 18px;
    background:
        linear-gradient(135deg, rgba(15, 23, 36, 0.025), rgba(85, 125, 191, 0.06)),
        rgba(255, 255, 255, 0.96);
}

.tl-catalog-banner--plain {
    display: block;
}

.tl-catalog-banner--plain .tl-catalog-banner-copy {
    max-width: 780px;
}

.tl-catalog-banner-main {
    min-width: 0;
}

.tl-catalog-breadcrumb {
    margin-bottom: 16px;
}

.tl-catalog-breadcrumb .storefront-breadcrumb .breadcrumb {
    background: #fff;
    margin-bottom: 0;
    padding: 12px 14px;
}

.tl-catalog-title {
    margin: 8px 0 8px;
    font-size: clamp(2rem, 2.7vw, 2.7rem);
    line-height: 1.05;
    color: var(--tl-ink);
}

.tl-catalog-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.tl-catalog-stat {
    padding: 12px 14px;
    border: 1px solid rgba(23, 33, 51, 0.08);
    background: rgba(255, 255, 255, 0.72);
}

.tl-catalog-stat small {
    display: block;
    margin-bottom: 6px;
    color: var(--tl-mute);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tl-catalog-stat strong {
    color: var(--tl-ink);
    font-size: 18px;
    font-weight: 800;
}

.tl-catalog-banner-side {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}

.tl-catalog-banner-media {
    width: 100%;
    min-height: 168px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 23, 36, 0.96), rgba(35, 54, 87, 0.92));
    border: 1px solid rgba(23, 33, 51, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tl-catalog-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tl-catalog-banner-media--placeholder {
    color: rgba(255, 255, 255, 0.92);
    font-size: 54px;
}

.tl-catalog-banner-copy h2 {
    margin: 0 0 10px;
    color: var(--tl-ink);
}

.tl-catalog-banner-copy p {
    margin: 0;
    color: var(--tl-mute);
    max-width: 720px;
    font-size: 16px;
}

.tl-catalog-banner .tl-chip-row {
    justify-content: flex-start;
}

.tl-catalog-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(18, 28, 45, 0.05);
}

.tl-catalog-sortbar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tl-catalog-controls select,
.tl-catalog-controls .form-select,
.tl-filter-panel input:not([type="checkbox"]):not([type="radio"]),
.tl-filter-panel select,
.tl-detail-shell input:not([type="checkbox"]):not([type="radio"]),
.tl-detail-shell textarea,
.tl-checkout-shell input:not([type="checkbox"]):not([type="radio"]),
.tl-checkout-shell textarea,
.tl-checkout-shell select,
.tl-cart-shell input[type="number"] {
    border-radius: 16px;
    border-color: rgba(23, 33, 51, 0.12);
    min-height: 46px;
}

.tl-catalog-controls .form-select {
    width: auto;
    flex: 0 0 176px;
    min-width: 176px;
    min-height: 44px;
    border-radius: 6px;
    font-size: 14px;
}

.tl-catalog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--tl-mute);
    font-size: 14px;
}

.tl-catalog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 34px;
}

.tl-catalog-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.tl-catalog-grid > * {
    grid-column: span 3;
}

.tl-product-col {
    min-width: 0;
}

.tl-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 244, 235, 0.96) 100%);
    border: 1px solid rgba(23, 33, 51, 0.08);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(18, 28, 45, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tl-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 56px rgba(18, 28, 45, 0.11);
}

.tl-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    max-width: calc(100% - 86px);
}

.tl-badge,
.tl-discount-badge,
.tl-save-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.tl-badge {
    min-height: 28px;
    padding: 6px 11px;
    color: #fff;
}

.tl-badge--hot {
    background: #ca412c;
}

.tl-badge--new {
    background: #0c6b58;
}

.tl-badge--best {
    background: #213b6a;
}

.tl-badge--oos {
    background: #5f636a;
}

.tl-discount-badge {
    min-width: 46px;
    min-height: 16px;
    padding: 8px;
    background: rgba(85, 125, 191, 0.12);
    color: #0f1724;
    border: 1px solid rgba(85, 125, 191, 0.3);
}

.tl-wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 24px rgba(18, 28, 45, 0.1);
}

.tl-wishlist-btn i {
    font-size: 15px;
}

.tl-product-img-wrap {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 48px 22px 22px;
    background:
        radial-gradient(circle at top right, rgba(85, 125, 191, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(248, 244, 235, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.tl-product-img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(18, 28, 45, 0.12));
}

.tl-product-overlay {
    position: absolute;
    /*inset: auto 16px 16px 16px;*/
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.tl-product-card:hover .tl-product-overlay {
    opacity: 1;
    transform: translateY(0);
}

.tl-overlay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 80%;
    min-height: 44px;
    border-radius: 999px;
    background: rgba(12, 18, 31, 0.88);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.tl-product-body {
    padding: 18px 18px 20px;
}

.tl-product-name {
    display: block;
    min-height: 52px;
    margin-bottom: 10px;
    color: var(--tl-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.tl-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tl-mute);
    font-size: 13px;
}

.tl-stars {
    color: #f2b94b;
    letter-spacing: 0.08em;
}

.tl-price-block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.tl-price-current {
    color: var(--tl-ink);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.tl-price-original {
    color: #8f908d;
    font-size: 14px;
}

.tl-save-badge {
    min-height: 28px;
    padding: 5px 10px;
    background: #eef6ec;
    color: #0e6a48;
}

.tl-price-poa {
    color: var(--tl-mute);
    font-weight: 700;
}

.tl-stock-warn {
    margin-top: 12px;
    color: #9a6310;
    font-size: 13px;
    font-weight: 600;
}

.tl-cart-btn-wrap {
    margin-top: 16px;
}

.tl-detail-gallery,
.tl-detail-buybox,
.tl-detail-tabbox,
.tl-summary-box,
.tl-cart-table,
.tl-checkout-block {
    padding: 24px;
}

.tl-detail-gallery {
    position: sticky;
    top: 22px;
}

.tl-detail-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 400px;
    padding: 24px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(85, 125, 191, 0.12), transparent 28%),
        #fff;
    border: 1px solid rgba(23, 33, 51, 0.08);
}

.tl-detail-zoom {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 36, 0.8);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.tl-detail-stage img {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    filter: drop-shadow(0 22px 34px rgba(18, 28, 45, 0.12));
    cursor: zoom-in;
}

.tl-detail-stage-meta {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(23, 33, 51, 0.08);
    color: #526173;
    font-size: 12px;
    font-weight: 700;
}

.tl-detail-stage-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tl-thumb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.tl-thumb-btn {
    padding: 8px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(23, 33, 51, 0.08);
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.tl-thumb-btn.is-active,
.tl-thumb-btn:hover {
    border-color: rgba(85, 125, 191, 0.65);
    transform: translateY(-1px);
}

.tl-thumb-btn img {
    width: 100%;
    height: 72px;
    object-fit: contain;
}

.tl-detail-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.tl-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f2f5fb;
    color: var(--tl-ink);
    font-size: 12px;
    font-weight: 700;
}

.tl-pill--success {
    background: #e8f7ef;
    color: #0f6a48;
}

.tl-pill--danger {
    background: #fceceb;
    color: #b63d2f;
}

.tl-detail-title {
    margin: 0 0 12px;
    color: var(--tl-ink);
    font-size: clamp(1.8rem, 2.7vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.tl-detail-price {
    margin-bottom: 18px;
}

.tl-detail-decision-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: -6px 0 18px;
}

.tl-detail-decision-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(85, 125, 191, 0.08);
    border: 1px solid rgba(85, 125, 191, 0.16);
    color: #1c3158;
    font-size: 12px;
    font-weight: 800;
}

.tl-detail-price .storefront-price__value {
    font-size: 28px;
    font-weight: 800;
    color: var(--tl-ink);
}

.tl-detail-price .storefront-price__compare {
    font-size: 16px;
}

.tl-detail-lead {
    color: var(--tl-mute);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.tl-detail-copy-block {
    padding: 16px 18px;
    border-left: 3px solid #557DBF;
    background: rgba(85, 125, 191, 0.05);
}

.tl-detail-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px;
}

.tl-detail-spec {
    padding: 14px 16px;
    border-radius: 18px;
    background: #f7f4ed;
}

.tl-detail-spec strong {
    display: block;
    margin-bottom: 3px;
    color: var(--tl-ink);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tl-detail-spec span,
.tl-detail-spec a {
    color: var(--tl-mute);
    text-decoration: none;
    font-weight: 600;
}

.tl-spec-row {
    border-bottom: 1px solid rgba(23, 33, 51, 0.08);
}

.tl-spec-key {
    width: 220px;
    color: var(--tl-ink);
}

.tl-detail-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.tl-btn-outline--accent {
    border-color: rgba(219, 68, 55, 0.32);
    background: rgba(255, 255, 255, 0.92);
    color: #172133;
    box-shadow: 0 14px 28px rgba(18, 28, 45, 0.08);
}

.tl-btn-outline--accent:hover {
    border-color: transparent;
    background: linear-gradient(135deg, var(--tl-accent-start), var(--tl-accent-end));
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(85, 125, 191, 0.18);
    transform: translateY(-1px);
}

.tl-btn-outline--accent:focus-visible {
    border-color: transparent;
    background: linear-gradient(135deg, var(--tl-accent-start), var(--tl-accent-end));
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(85, 125, 191, 0.16), 0 18px 34px rgba(85, 125, 191, 0.18);
}

.tl-detail-actions [data-wishlist-toggle] {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(23, 33, 51, 0.14);
    box-shadow: 0 14px 28px rgba(18, 28, 45, 0.08);
}

.tl-detail-actions [data-wishlist-toggle]:hover {
    border-color: rgba(219, 68, 55, 0.4);
    background: linear-gradient(135deg, rgba(85, 125, 191, 0.08), rgba(219, 68, 55, 0.12));
    color: #172133;
    box-shadow: 0 18px 34px rgba(18, 28, 45, 0.12);
    transform: translateY(-1px);
}

.tl-detail-actions [data-wishlist-toggle]:focus-visible {
    border-color: rgba(85, 125, 191, 0.42);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 0 0.2rem rgba(85, 125, 191, 0.16), 0 18px 34px rgba(18, 28, 45, 0.12);
}

.tl-detail-actions [data-wishlist-toggle][aria-pressed="true"] {
    border-color: rgba(219, 68, 55, 0.36);
    background: linear-gradient(135deg, rgba(255, 245, 245, 0.96), rgba(255, 255, 255, 0.96));
}

.tl-detail-share {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.tl-detail-share .tl-btn-muted,
.tl-detail-share .btn {
    min-height: 42px;
    padding: 10px 16px;
}

.tl-detail-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
}

.tl-detail-trust > div {
    padding: 14px 16px;
    background: #f8fafc;
    color: var(--tl-mute);
    font-size: 13px;
    border: 1px solid rgba(23, 33, 51, 0.06);
}

.tl-gallery-open {
    overflow: hidden;
}

.tl-gallery-modal[hidden] {
    display: none !important;
}

.tl-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
}

.tl-gallery-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 17, 28, 0.72);
    backdrop-filter: blur(8px);
}

.tl-gallery-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1040px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    margin: 12px auto;
    padding: 22px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 60px rgba(7, 17, 28, 0.24);
    overflow: auto;
}

.tl-gallery-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #eff3f8;
    color: #172133;
}

.tl-gallery-modal__stage {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    gap: 12px;
    min-height: 520px;
}

.tl-gallery-modal__stage img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.tl-gallery-modal__nav {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 18px;
    background: #eff3f8;
    color: #172133;
}

.tl-gallery-modal__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    color: #526173;
    font-size: 14px;
}

.tl-gallery-modal__meta strong {
    color: #172133;
    font-size: 16px;
}

.tl-gallery-modal__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.tl-gallery-modal__thumb {
    padding: 8px;
    border-radius: 18px;
    border: 1px solid rgba(23, 33, 51, 0.08);
    background: #fff;
}

.tl-gallery-modal__thumb.is-active {
    border-color: rgba(85, 125, 191, 0.58);
    box-shadow: 0 0 0 3px rgba(85, 125, 191, 0.12);
}

.tl-gallery-modal__thumb img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.tl-tab-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    border: 0;
}

.tl-tab-nav .nav-link {
    border: 1px solid rgba(23, 33, 51, 0.1);
    border-radius: 999px;
    background: #fff;
    color: var(--tl-ink);
    font-weight: 700;
    padding: 11px 18px;
}

.tl-tab-nav .nav-link.active {
    background: #121c2d;
    border-color: #121c2d;
    color: #fff;
}

.tl-review-card {
    padding: 18px 0;
    border-bottom: 1px solid rgba(23, 33, 51, 0.08);
}

.tl-review-card:last-child {
    border-bottom: 0;
}

.tl-review-copy {
    font-size: 14px;
}

.tl-related-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.tl-related-grid > * {
    grid-column: span 3;
}

.tl-cart-header,
.tl-checkout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.tl-cart-row {
    display: grid;
    grid-template-columns: minmax(320px, 2.2fr) minmax(120px, .75fr) minmax(180px, .95fr) minmax(130px, .75fr) auto;
    gap: 18px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(23, 33, 51, 0.08);
}

.tl-cart-row:last-child {
    border-bottom: 0;
}

.tl-cart-product {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.tl-cart-product img {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 18px;
    background: #f7f4ed;
    border: 1px solid rgba(23, 33, 51, 0.08);
    padding: 10px;
}

.tl-cart-product-link {
    color: var(--tl-ink);
}

.tl-cart-product-copy,
.tl-cart-cell {
    min-width: 0;
}

.tl-cart-product-copy {
    display: grid;
    gap: 4px;
}

.tl-cart-product-link {
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.tl-cart-cell--actions {
    justify-self: end;
    align-self: center;
}

.tl-qty-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tl-qty-form .form-control {
    width: 90px;
    text-align: center;
}

.tl-summary-box {
    position: sticky;
    top: 22px;
}

.tl-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    color: var(--tl-mute);
}

.tl-summary-row strong,
.tl-summary-total {
    color: var(--tl-ink);
}

.tl-summary-total {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    margin-top: 8px;
    border-top: 1px solid rgba(23, 33, 51, 0.08);
    font-size: 24px;
    font-weight: 800;
}

.tl-empty-state {
    padding: 42px 22px;
    text-align: center;
    color: var(--tl-mute);
}

.tl-blog-index .tl-empty-state .tl-btn-outline {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 252, 0.96));
    box-shadow: 0 10px 24px rgba(18, 28, 45, 0.06);
}

.tl-blog-index .tl-empty-state .tl-btn-outline:hover,
.tl-blog-index .tl-empty-state .tl-btn-outline:focus-visible {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #16304a 0%, #db4437 100%);
    box-shadow: 0 18px 34px rgba(18, 28, 45, 0.16);
    transform: translateY(-1px);
}

.tl-checkout-shell .form-label {
    color: var(--tl-ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.tl-checkout-shell .form-check-label {
    color: var(--tl-mute);
}

.tl-zone-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(23, 33, 51, 0.08);
    border-radius: 18px;
    background: #fff;
    margin-bottom: 10px;
}

.tl-checkout-shell .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tl-checkout-shell .form-check-input {
    flex: 0 0 auto;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0;
    border: 1px solid rgba(23, 33, 51, 0.22);
    box-shadow: none;
    vertical-align: middle;
}

.tl-checkout-shell .form-check-input[type="checkbox"] {
    border-radius: 6px;
}

.tl-checkout-shell .form-check-input[type="radio"] {
    border-radius: 999px;
}

.tl-checkout-shell .form-check-input:checked {
    background-color: #f2552c;
    border-color: #f2552c;
}

.tl-checkout-shell .form-check-input:focus {
    border-color: rgba(242, 85, 44, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(242, 85, 44, 0.15);
}

.tl-zone-option > span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.tl-checkout-note {
    padding: 18px 18px 0;
    color: var(--tl-mute);
    font-size: 14px;
}

.tl-form-error-summary {
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(201, 69, 54, 0.2);
    background: rgba(252, 236, 235, 0.82);
    color: #8b2c22;
    box-shadow: 0 14px 28px rgba(185, 47, 40, 0.08);
}

.tl-form-error-summary:focus {
    outline: none;
}

.tl-form-error-summary ul {
    padding-left: 18px;
}

.tl-shipping-section {
    margin-bottom: 8px;
}

.tl-shipping-note {
    color: #64748b;
    font-size: 13px;
}

.tl-field-error {
    margin-top: 8px;
    color: #b92f28;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.tl-checkout-shell .form-control.is-invalid,
.tl-checkout-shell .form-select.is-invalid,
.tl-checkout-shell .form-control[aria-invalid="true"],
.tl-checkout-shell .form-select[aria-invalid="true"] {
    border-color: rgba(201, 69, 54, 0.8);
    box-shadow: 0 0 0 4px rgba(201, 69, 54, 0.08);
}

.tl-sidebar-label {
    letter-spacing: 0.08em;
    color: var(--tl-mute);
}

.tl-shop-category-link {
    padding: 12px 14px;
    border-radius: 16px;
    background: #f7f4ed;
    color: var(--tl-ink);
}

.tl-shop-category-link small {
    color: var(--tl-mute);
}

@media (max-width: 1199.98px) {
    .tl-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tl-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tl-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tl-footer-connect,
    .tl-footer-links-wrap--policy {
        grid-column: 1 / -1;
    }

    .tl-home-trustbar,
    .tl-home-category-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tl-catalog-grid > *,
    .tl-related-grid > * {
        grid-column: span 4;
    }
}

@media (max-width: 991.98px) {
    .tl-blog-index__intro,
    .tl-blog-grid,
    .tl-brand-directory__intro,
    .tl-brand-grid {
        grid-template-columns: 1fr;
    }

    .tl-brand-search-form {
        flex-basis: 100%;
    }

    .tl-footer-grid,
    .tl-footer-link-columns {
        grid-template-columns: 1fr;
    }

    .tl-footer-title {
        margin-bottom: 0;
    }

    .tl-footer-support {
        gap: 14px;
    }

    .tl-header-mobilebar {
        display: block;
    }

    .tl-catalog-grid > *,
    .tl-related-grid > * {
        grid-column: span 6;
    }

    .tl-slide-inner {
        grid-template-columns: 1fr;
        padding: 42px 28px 72px;
    }

    .tl-slide-inner--image-only {
        padding: 0;
    }

    .tl-slide h1 {
        font-size: 38px;
    }

    .tl-slider {
        height: clamp(300px, 54vw, 520px);
    }

    .tl-mainnav nav {
        overflow-x: auto;
        flex-wrap: nowrap !important;
    }

    .tl-catalog-banner,
    .tl-catalog-stats {
        grid-template-columns: 1fr;
    }

    .tl-detail-trust,
    .tl-detail-specs {
        grid-template-columns: 1fr;
    }

    .tl-gallery-modal__dialog {
        width: min(100vw - 18px, 1040px);
        max-height: calc(100vh - 18px);
        margin: 9px auto;
        padding: 18px;
        border-radius: 22px;
    }

    .tl-gallery-modal__stage {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        min-height: 380px;
    }

    .tl-gallery-modal__nav {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .tl-home-trustbar,
    .tl-home-category-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tl-cart-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body.storefront-theme-theme_2 .custom-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .tl-home-trustbar,
    .tl-home-category-grid {
        grid-template-columns: 1fr;
    }

    .tl-catalog-grid > *,
    .tl-related-grid > * {
        grid-column: span 12;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop > * {
        grid-column: auto;
    }

    .tl-detail-stage-meta {
        position: static;
        margin-top: 14px;
    }

    .tl-home-hero-wrap {
        padding-top: 12px;
    }

    .tl-slider {
        height: clamp(220px, 58vw, 360px);
        border-radius: 22px;
    }

    .tl-slider-arrows {
        padding: 0 10px;
    }

    .tl-slider-arrows button {
        width: 40px;
        height: 40px;
    }

    .tl-slider-dots {
        bottom: 18px;
    }

    .tl-product-img-wrap {
        min-height: 220px;
    }

    .tl-detail-gallery,
    .tl-detail-buybox,
    .tl-detail-tabbox,
    .tl-summary-box,
    .tl-cart-table,
    .tl-checkout-block,
    .tl-filter-panel,
    .tl-catalog-banner,
    .tl-catalog-controls {
        padding: 20px;
    }

    .tl-page-hero {
        padding: 44px 0 36px;
    }

    .tl-section-head h2 {
        font-size: 30px;
    }

    .tl-footer {
        padding: 48px 0 24px;
    }

    .tl-footer-grid {
        gap: 12px;
    }

    .tl-footer-accordion {
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
        overflow: hidden;
    }

    .tl-footer-accordion-toggle {
        min-height: 58px;
        margin: 0;
        padding: 16px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        list-style: none;
        cursor: pointer;
    }

    .tl-footer-accordion-toggle::-webkit-details-marker {
        display: none;
    }

    .tl-footer-accordion-toggle i {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.06);
        color: #f8fafc;
        font-size: 14px;
        transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
    }

    .tl-footer-accordion[open] .tl-footer-accordion-toggle i {
        transform: rotate(180deg);
        background: rgba(219, 68, 55, 0.18);
        border-color: rgba(219, 68, 55, 0.28);
    }

    .tl-footer-accordion-body {
        padding: 0 18px 18px;
    }

    .tl-footer-support .tl-footer-accordion-body {
        gap: 12px;
    }

    .tl-footer-support-card {
        min-height: 72px;
        padding: 14px 15px;
        grid-template-columns: 46px 1fr;
        gap: 14px;
    }

    .tl-footer-support-icon {
        min-height: 34px;
        font-size: 20px;
    }

    .tl-footer-support-copy strong {
        font-size: 15px;
    }

    .tl-footer-links li {
        margin-bottom: 12px;
    }

    .tl-footer-links a,
    .tl-footer-contact-block span,
    .tl-footer-contact-block a {
        font-size: 14px;
    }

    .tl-footer-social-row {
        margin-top: 20px;
        gap: 10px;
    }

    .tl-footer-social {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .tl-footer-bottom {
        margin-top: 14px;
        padding-top: 18px;
        align-items: flex-start;
    }

    .tl-detail-actions form,
    .tl-detail-actions button {
        width: 100%;
    }

    .tl-gallery-modal__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .tl-brand-directory__toolbar {
        padding: 18px;
    }

.tl-blog-page-copy,
.tl-blog-card__body {
        padding: 18px;
    }
}

.tl-home-hero-intro {
    display: grid;
    gap: 18px;
    margin-bottom: 20px;
}

.tl-home-hero-intro h1 {
    margin: 0;
    max-width: 14ch;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.tl-home-hero-intro p {
    margin: 0;
    max-width: 64ch;
    color: #52627a;
    font-size: 1.02rem;
    line-height: 1.75;
}

.tl-home-hero-chips,
.tl-related-match-row,
.tl-footer-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tl-home-hero-chips {
    margin-top: 2px;
}

.tl-home-hero-chips span,
.tl-related-match-chip,
.tl-footer-assurance span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(23, 33, 51, 0.08);
    background: rgba(255, 255, 255, 0.78);
    color: #223047;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.tl-related-match-row {
    margin-top: 16px;
}

.tl-related-match-chip i {
    color: #f2552c;
}

.tl-cart-coupon {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 18px;
    background: #f7f9fc;
    border: 1px solid rgba(23, 33, 51, 0.08);
}

.tl-cart-coupon__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.tl-cart-coupon__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.tl-cart-coupon__status {
    color: #23764f;
    font-size: 13px;
    font-weight: 700;
}

.tl-cart-coupon__remove {
    border: 0;
    padding: 0;
    background: transparent;
    color: #b64633;
    font-size: 13px;
    font-weight: 800;
}

.tl-cart-cross-sell {
    overflow: hidden;
}

.tl-product-card-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.tl-product-tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(23, 33, 51, 0.12);
    background: #fff;
    color: #223047;
    font-size: 13px;
    font-weight: 800;
}

.tl-product-tool:hover,
.tl-product-tool:focus-visible {
    border-color: rgba(242, 85, 44, 0.36);
    color: #f2552c;
    outline: 0;
}

.tl-quick-view-modal {
    position: fixed;
    inset: 0;
    z-index: 1065;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(9, 15, 27, 0.66);
}

.tl-quick-view-modal[hidden] {
    display: none !important;
}

.tl-quick-view-modal__dialog {
    position: relative;
    width: min(960px, 100%);
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(8, 16, 31, 0.28);
}

.tl-quick-view-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: #eef3f9;
    color: #223047;
}

.tl-quick-view-modal__grid {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.tl-quick-view-modal__grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 24px;
    background: #f5f7fb;
}

.tl-quick-view-modal__copy {
    display: grid;
    gap: 12px;
}

.tl-quick-view-modal__copy h3 {
    margin: 0;
    font-size: clamp(1.75rem, 2.8vw, 2.3rem);
    line-height: 1.08;
}

.tl-quick-view-modal__price {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 1.1rem;
}

.tl-quick-view-modal__price strong {
    font-size: 1.75rem;
    color: #172133;
}

.tl-quick-view-modal__stock {
    color: #23764f;
    font-weight: 700;
}

.tl-compare-drawer {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1058;
    width: min(380px, calc(100vw - 24px));
    padding: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(23, 33, 51, 0.08);
    box-shadow: 0 18px 46px rgba(8, 16, 31, 0.18);
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.tl-compare-drawer.is-active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.tl-compare-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px 18px 0 0;
    background: #081a33;
    color: #ffffff;
}

.tl-compare-drawer__title {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.tl-compare-drawer__head h3 {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.2;
    color: #ffffff !important;
    word-break: break-word;
}

.tl-compare-drawer__count {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.tl-compare-drawer__head .tl-btn-outline {
    min-height: 34px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: none;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
}

.tl-compare-drawer__head .tl-btn-outline:hover {
    background: #ffffff;
    color: #081a33;
    border-color: #ffffff;
}

.tl-compare-drawer__head .tl-btn-outline.is-disabled,
.tl-compare-drawer__head .tl-btn-outline[aria-disabled="true"] {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.46);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    pointer-events: none;
}

.tl-compare-drawer__body {
    display: grid;
    gap: 8px;
    padding: 10px 12px 12px;
}

.tl-compare-drawer__empty {
    margin: 0;
    color: #5f6f84;
    font-size: 12px;
    line-height: 1.45;
}

.tl-compare-drawer__list {
    display: grid;
    gap: 6px;
}

.tl-compare-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px 40px 12px 10px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(23, 33, 51, 0.08);
}

.tl-compare-card__remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #7b8798;
    transition: background 0.18s ease, color 0.18s ease;
}

.tl-compare-card__remove:hover {
    background: #eef2f7;
    color: #172133;
}

.tl-compare-card img {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    object-fit: contain;
    background: #fff;
}

.tl-compare-card__copy {
    display: grid;
    gap: 4px;
}

.tl-compare-card__copy strong,
.tl-compare-card__copy span {
    min-width: 0;
}

.tl-compare-card__copy strong {
    font-size: 13px;
    line-height: 1.35;
    color: #172133;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tl-compare-card__copy span {
    color: #5f6f84;
    font-size: 12px;
}

.tl-review-summary-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px 0 0;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(23, 33, 51, 0.08);
    background: linear-gradient(135deg, rgba(242, 85, 44, 0.08), rgba(85, 125, 191, 0.08));
}

.tl-review-summary-card strong {
    display: block;
    margin-bottom: 4px;
    color: #172133;
}

.tl-review-summary-card span {
    color: #52627a;
    font-size: 14px;
}

.tl-pdp-mobile-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1057;
    display: none;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(23, 33, 51, 0.08);
    box-shadow: 0 16px 40px rgba(8, 16, 31, 0.18);
}

.tl-pdp-mobile-bar form,
.tl-pdp-mobile-bar button,
.tl-pdp-mobile-bar a {
    flex: 1 1 0;
}

.tl-footer-assurance {
    margin-top: 18px;
}

body.tl-modal-open {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .tl-quick-view-modal__grid {
        grid-template-columns: 1fr;
    }

    .tl-pdp-mobile-bar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .tl-home-hero-intro {
        margin-bottom: 16px;
    }

    .tl-home-hero-intro h1 {
        max-width: 12ch;
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .tl-home-hero-intro p {
        font-size: 0.95rem;
        line-height: 1.68;
    }

    .tl-cart-coupon__row,
    .tl-product-card-tools {
        grid-template-columns: 1fr;
    }

    .tl-quick-view-modal {
        padding: 10px;
    }

    .tl-quick-view-modal__dialog {
        padding: 22px 16px 18px;
        border-radius: 22px;
    }

    .tl-compare-drawer {
        right: 12px;
        left: 12px;
        bottom: 84px;
        width: auto;
    }

    .tl-review-summary-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .tl-pdp-mobile-bar {
        left: 10px;
        right: 10px;
        bottom: 10px;
        grid-template-columns: 1fr;
    }

    .tl-catalog-grid,
    .tl-related-grid,
    .tl-home-category-grid {
        gap: 16px;
    }

    .tl-product-card {
        border-radius: 22px;
    }

    .tl-product-body {
        padding: 18px 16px 16px;
    }

    .tl-product-name {
        font-size: 15px;
        line-height: 1.45;
    }

    .tl-footer-assurance span,
    .tl-home-hero-chips span,
    .tl-related-match-chip {
        width: 100%;
        justify-content: center;
    }
}

body.storefront-theme-theme_2.header-variant-2 .tl-utility {
    display: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header {
    background:
        radial-gradient(circle at 12% 18%, rgba(219, 68, 55, 0.18), transparent 24%),
        radial-gradient(circle at 88% 16%, rgba(85, 125, 191, 0.18), transparent 26%),
        linear-gradient(135deg, #07111c 0%, #0c1c2c 46%, #111d2a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    backdrop-filter: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-row {
    gap: 24px;
    min-height: 88px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

body.storefront-theme-theme_2.header-variant-2 .tl-brand-home {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.storefront-theme-theme_2.header-variant-2 .tl-site-logo {
    max-height: 42px;
}

body.storefront-theme-theme_2.header-variant-2 .tl-search {
    flex: 1 1 560px;
    min-width: 340px;
    gap: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: none;
    overflow: visible;
    z-index: 1085;
}

body.storefront-theme-theme_2.header-variant-2 .tl-search:focus-within {
    border-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.14);
}

body.storefront-theme-theme_2.header-variant-2 .tl-search-icon {
    display: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-search input {
    min-height: 40px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 500;
}

body.storefront-theme-theme_2.header-variant-2 .tl-search-btn {
    min-width: 42px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 0;
    background: #10263a;
    box-shadow: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-search--desktop {
    position: relative;
}

body.storefront-theme-theme_2.header-variant-2 .tl-search--desktop .search-suggest-panel {
    top: calc(100% + 8px);
    z-index: 1095;
    border: 1px solid rgba(23, 33, 51, 0.08);
    border-top: 3px solid #db4437;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 22px 50px rgba(7, 17, 28, 0.22);
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-actions {
    gap: 0;
    margin-left: auto;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-meta {
    display: flex;
    align-items: center;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-meta-link,
body.storefront-theme-theme_2.header-variant-2 .tl-header-meta-icon {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-meta-link {
    gap: 8px;
    padding: 0 22px;
    font-weight: 700;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-meta-link--phone {
    gap: 10px;
    color: #d7edf9;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-meta-link--phone i {
    color: #33d17a;
    font-size: 18px;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-meta-link:hover,
body.storefront-theme-theme_2.header-variant-2 .tl-header-meta-icon:hover {
    color: #ffae58;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-meta-icon {
    width: 42px;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 20px;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-cart-summary {
    margin-left: 18px;
    padding-left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-cart-summary .tl-ic {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--tl-navy);
    color: var(--tl-accent-end);
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-cart-summary .tl-cart-badge {
    background: var(--tl-accent-end);
    color: #ffffff;
    box-shadow: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-cart-copy small,
body.storefront-theme-theme_2.header-variant-2 .tl-header-cart-copy b {
    display: block;
    line-height: 1.15;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-cart-copy small {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
}

body.storefront-theme-theme_2.header-variant-2 .tl-header-cart-copy b {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

body.storefront-theme-theme_2.header-variant-2 .tl-mainnav {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(7, 17, 28, 0.86);
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 30px rgba(7, 17, 28, 0.18);
    backdrop-filter: blur(10px);
}

body.storefront-theme-theme_2.header-variant-2 .tl-mainnav-row {
    min-height: 52px;
    flex-wrap: nowrap;
}

body.storefront-theme-theme_2.header-variant-2 .tl-cat-trigger {
    display: none !important;
}

body.storefront-theme-theme_2.header-variant-2 .tl-mainnav-links {
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 0;
    margin-left: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-mainnav-links::-webkit-scrollbar {
    display: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-mainnav nav a {
    padding: 15px 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

body.storefront-theme-theme_2.header-variant-2 .tl-mainnav nav a::after {
    display: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-mainnav nav a.active,
body.storefront-theme-theme_2.header-variant-2 .tl-mainnav nav a:hover {
    color: #ffb25f;
}

body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-link {
    min-height: 52px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(135deg, var(--tl-accent-start), var(--tl-accent-end));
    font-weight: 800;
    border: 0;
}

body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-link:hover {
    color: #ffffff;
    filter: brightness(1.03);
}

body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-categories.is-open .tl-enterprise-link i:last-child,
body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-categories:focus-within .tl-enterprise-link i:last-child {
    transform: rotate(180deg);
}

body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-categories .dropdown-main {
    right: 0;
    left: auto;
    width: auto;
}

body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-categories .dropdown-category-menu.mega-menu {
    left: auto !important;
    right: 0 !important;
    transform: none;
}

body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-categories.is-open .dropdown-category-menu.mega-menu,
body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-categories:focus-within .dropdown-category-menu.mega-menu {
    visibility: visible !important;
    opacity: 1 !important;
}

body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-categories .mega-menu-flyout {
    margin-left: auto;
}

body.storefront-theme-theme_2.header-variant-2 .tl-enterprise-categories .dropdown-category-menu.mega-menu .mega-menu-panel {
    left: auto !important;
    right: 100% !important;
    border-radius: 0 0 0 18px !important;
}

.tl-account-shell {
    position: relative;
}

.tl-account-hero,
.tl-account-sidebar,
.tl-account-panel,
.tl-account-stat {
    border: 1px solid rgba(18, 28, 45, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
    box-shadow: 0 20px 42px rgba(18, 28, 45, 0.08);
}

.tl-account-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    margin-bottom: 24px;
    background:
        radial-gradient(circle at top right, rgba(85, 125, 191, 0.22), transparent 24%),
        radial-gradient(circle at bottom left, rgba(219, 68, 55, 0.12), transparent 22%),
        linear-gradient(135deg, #121c2d 0%, #1c2940 100%);
    color: #ffffff;
}

.tl-account-hero--compact {
    padding-top: 28px;
    padding-bottom: 28px;
}

.tl-account-hero__eyebrow,
.tl-account-panel__eyebrow,
.tl-account-sidebar__eyebrow,
.tl-account-stat__label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tl-account-hero__eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.tl-account-hero h1 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
}

.tl-account-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
}

.tl-account-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.tl-account-hero .tl-btn-outline {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
}

.tl-account-hero .tl-btn-outline:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
}

.tl-account-sidebar {
    padding: 28px 22px 22px;
    position: sticky;
    top: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 178, 95, 0.16), transparent 28%),
        linear-gradient(180deg, #0f1725 0%, #182335 100%);
    color: #f5f7fb;
    box-shadow: 0 26px 50px rgba(12, 20, 33, 0.18);
}

.tl-account-sidebar__profile {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tl-account-sidebar__avatar {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #ffb25f 0%, #d94d3f 100%);
    color: #0f1725;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(6, 10, 18, 0.24);
}

.tl-account-sidebar__identity {
    min-width: 0;
}

.tl-account-sidebar__head {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tl-account-sidebar__head h3 {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.15;
    color: #ffffff;
}

.tl-account-sidebar__head p {
    margin: 0;
    color: rgba(230, 236, 244, 0.76);
    word-break: break-word;
    font-size: 13px;
    line-height: 1.55;
}

.tl-account-sidebar__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.tl-account-sidebar__meta-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffd7ab;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tl-account-sidebar__eyebrow,
.tl-account-panel__eyebrow,
.tl-account-stat__label {
    color: #557DBF;
}

.tl-account-sidebar__section-title {
    margin-top: 20px;
    margin-bottom: 12px;
    color: rgba(230, 236, 244, 0.54);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tl-account-nav {
    display: grid;
    gap: 8px;
    margin-top: 0;
}

.tl-account-nav__link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px;
    text-decoration: none;
    color: #f5f7fb;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.tl-account-nav__icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.08);
}

.tl-account-nav__link i {
    font-size: 17px;
    color: #ffb25f;
}

.tl-account-nav__copy {
    min-width: 0;
}

.tl-account-nav__copy strong,
.tl-account-nav__copy small {
    display: block;
}

.tl-account-nav__copy strong {
    color: currentColor;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.tl-account-nav__copy small {
    margin-top: 4px;
    color: rgba(230, 236, 244, 0.64);
    font-size: 12px;
    line-height: 1.4;
}

.tl-account-nav__link:hover,
.tl-account-nav__link.is-active {
    transform: translateX(4px);
    background: linear-gradient(135deg, rgba(85, 125, 191, 0.26), rgba(217, 77, 63, 0.22));
    color: #ffffff;
    border-color: rgba(255, 178, 95, 0.24);
    box-shadow: 0 16px 28px rgba(6, 10, 18, 0.18);
}

.tl-account-nav__link:hover i,
.tl-account-nav__link.is-active i {
    color: #ffb25f;
}

.tl-account-nav__link:hover .tl-account-nav__icon,
.tl-account-nav__link.is-active .tl-account-nav__icon {
    background: rgba(255, 255, 255, 0.12);
}

.tl-account-nav__link:hover .tl-account-nav__copy small,
.tl-account-nav__link.is-active .tl-account-nav__copy small {
    color: rgba(255, 255, 255, 0.72);
}

.tl-account-sidebar__logout {
    margin-top: 18px;
}

.tl-account-sidebar__logout-btn {
    width: 100%;
    padding: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.03);
    color: #f5f7fb;
    text-align: left;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.tl-account-sidebar__logout-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 178, 95, 0.28);
}

.tl-account-sidebar__logout-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #ff9d8f;
}

.tl-account-sidebar__logout-copy strong,
.tl-account-sidebar__logout-copy small {
    display: block;
}

.tl-account-sidebar__logout-copy strong {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.tl-account-sidebar__logout-copy small {
    margin-top: 4px;
    color: rgba(230, 236, 244, 0.64);
    font-size: 12px;
    line-height: 1.4;
}

.tl-account-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.tl-account-stat {
    padding: 24px;
}

.tl-account-stat strong {
    display: block;
    margin-bottom: 10px;
    color: var(--tl-navy);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.05;
}

.tl-account-stat p {
    margin: 0;
    color: var(--tl-mute);
    font-size: 14px;
}

.tl-account-panel {
    padding: 28px;
}

.tl-account-panel--form {
    height: 100%;
}

.tl-account-panel__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.tl-account-panel__head h2 {
    margin: 0;
    font-size: 28px;
}

.tl-account-panel__link {
    color: var(--tl-ink);
    font-weight: 700;
    text-decoration: none;
}

.tl-account-panel__link:hover {
    color: #557DBF;
}

.tl-account-empty {
    padding: 34px 12px 18px;
    text-align: center;
}

.tl-account-empty__icon {
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #121c2d;
    color: #ffb25f;
    font-size: 32px;
}

.tl-account-empty h3 {
    margin-bottom: 10px;
}

.tl-account-empty p {
    max-width: 420px;
    margin: 0 auto 22px;
    color: var(--tl-mute);
}

.tl-account-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(18, 28, 45, 0.08);
}

.tl-account-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.tl-account-table th,
.tl-account-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(18, 28, 45, 0.08);
    vertical-align: middle;
}

.tl-account-table thead th {
    background: #f3efe6;
    color: var(--tl-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tl-account-table tbody tr:last-child td {
    border-bottom: 0;
}

.tl-account-table tbody tr:hover {
    background: rgba(85, 125, 191, 0.04);
}

.tl-account-table__action {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 13px;
}

.tl-account-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background: #121c2d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}

.tl-account-form {
    display: grid;
    gap: 18px;
}

.tl-account-form__group {
    display: grid;
    gap: 8px;
}

.tl-account-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
}

.tl-account-alert--success {
    background: rgba(34, 197, 94, 0.08);
    border-color: rgba(34, 197, 94, 0.18);
    color: #157347;
}

.tl-account-copy p {
    margin: 0;
    color: var(--tl-ink);
    line-height: 1.8;
}

.tl-account-totals {
    display: grid;
    gap: 14px;
}

.tl-account-totals > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(18, 28, 45, 0.08);
}

.tl-account-totals > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.tl-account-totals > div span {
    color: var(--tl-mute);
    font-weight: 600;
}

.tl-account-totals > div strong {
    color: var(--tl-navy);
    font-size: 16px;
}

.tl-account-totals__discount {
    color: #198754 !important;
}

.tl-account-totals .is-grand strong {
    font-size: 20px;
}

.tl-account-pagination {
    margin-top: 22px;
}

.tl-account-pagination .pagination {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .tl-account-sidebar {
        position: static;
    }

    .tl-account-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.storefront-theme-theme_2.header-variant-2 .tl-search--desktop,
    body.storefront-theme-theme_2.header-variant-2 .tl-header-actions,
    body.storefront-theme-theme_2.header-variant-2 .tl-mainnav {
        display: none !important;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-header-search-mobile,
    body.storefront-theme-theme_2.header-variant-2 .tl-header-mobilebar {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .tl-account-hero,
    .tl-account-panel,
    .tl-account-stat,
    .tl-account-sidebar {
        padding: 22px;
    }

    .tl-account-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .tl-account-hero__actions {
        width: 100%;
        justify-content: stretch;
    }

    .tl-account-hero__actions > * {
        flex: 1 1 100%;
    }

    .tl-account-stats {
        grid-template-columns: 1fr;
    }

    .tl-account-table {
        min-width: 100%;
    }

    .tl-account-table thead {
        display: none;
    }

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

    .tl-account-table tr {
        padding: 12px 0;
        border-bottom: 1px solid rgba(18, 28, 45, 0.08);
    }

    .tl-account-table tbody tr:last-child {
        border-bottom: 0;
    }

    .tl-account-table td {
        padding: 8px 0;
        border-bottom: 0;
        text-align: left !important;
    }

    .tl-account-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: var(--tl-mute);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .tl-account-sidebar__profile {
        align-items: center;
    }

    .tl-account-nav__link,
    .tl-account-sidebar__logout-btn {
        padding: 13px;
    }
}

@media (max-width: 575.98px) {
    body.storefront-theme-theme_2.header-variant-2 .tl-search--desktop,
    body.storefront-theme-theme_2.header-variant-2 .tl-header-actions,
    body.storefront-theme-theme_2.header-variant-2 .tl-mainnav {
        display: none !important;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-header {
        border-bottom: 0;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-header-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        min-height: 0;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-brand-home {
        justify-self: start;
        max-width: 138px;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-site-logo {
        max-height: 34px;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-header-search-mobile {
        width: 100%;
        padding-top: 0;
        position: relative;
        z-index: 10020;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-search--mobile {
        min-height: 46px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 16px;
        overflow: visible;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 14px 30px rgba(3, 10, 18, 0.18);
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-search--mobile .search-suggest-panel {
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        border: 1px solid rgba(23, 33, 51, 0.08);
        border-top: 3px solid #db4437;
        border-radius: 16px;
        box-shadow: 0 22px 50px rgba(3, 10, 18, 0.22);
        z-index: 10040;
        max-height: min(60vh, 420px);
        overflow-y: auto;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-search--mobile .tl-search-btn {
        min-width: 46px;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 0 16px 16px 0;
        background: linear-gradient(180deg, #112941 0%, #0c2136 100%);
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-search--mobile input {
        font-size: 14px;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-header-mobilebar {
        display: block;
        background: transparent;
        border-bottom: 0;
        padding-bottom: 8px;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-header-mobilebar .custom-container {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-menu-btn,
    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-action,
    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-account-btn {
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: linear-gradient(180deg, #17324a 0%, #10263a 100%);
        color: #f8fafc !important;
        box-shadow: 0 14px 26px rgba(3, 10, 18, 0.22);
        backdrop-filter: blur(10px);
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-menu-btn {
        justify-content: center;
        gap: 8px;
        border-radius: 16px;
        font-weight: 700;
        font-size: 15px;
        border-color: rgba(255, 255, 255, 0.14);
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-menu-btn i {
        font-size: 16px;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-actions {
        grid-template-columns: repeat(3, 42px);
        align-items: center;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-account-btn {
        width: 42px;
        padding: 0;
        font-size: 0;
        border-radius: 14px;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-account-btn::before {
        content: "\F4E1";
        font-family: bootstrap-icons;
        font-size: 18px;
        line-height: 1;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-action {
        border-radius: 14px;
        color: #f8fafc !important;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-action i,
    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-account-btn::before {
        color: #f8fafc;
    }

    body.storefront-theme-theme_2.header-variant-2 .tl-mobile-action-badge {
        background: #db4437;
        color: #ffffff;
        box-shadow: 0 8px 16px rgba(219, 68, 55, 0.28);
    }

    .storefront-theme-theme_2 .tl-search-results-hero,
    .storefront-theme-theme_2 .tl-filter-panel--mobile,
    .storefront-theme-theme_2 .tl-catalog-controls {
        border-radius: 16px;
    }

    .storefront-theme-theme_2 .tl-search-results-shell {
        padding-top: 14px;
        padding-bottom: 36px;
    }

    .storefront-theme-theme_2 .tl-search-results-hero {
        margin-bottom: 14px;
        padding: 16px;
    }

    .storefront-theme-theme_2 .tl-search-results-head {
        gap: 12px;
    }

    .storefront-theme-theme_2 .tl-search-results-head h1 {
        font-size: 24px;
        line-height: 1.12;
    }

    .storefront-theme-theme_2 .tl-search-results-head p {
        font-size: 13px;
        line-height: 1.55;
    }

    .storefront-theme-theme_2 .tl-search-results-stat {
        padding: 10px 12px;
        border-radius: 14px;
    }

    .storefront-theme-theme_2 .tl-search-results-stat strong {
        font-size: 24px;
    }

    .storefront-theme-theme_2 .tl-active-filter-row {
        gap: 6px;
    }

    .storefront-theme-theme_2 .tl-active-filter-chip,
    .storefront-theme-theme_2 .tl-active-filter-clear {
        min-height: 28px;
        padding: 6px 9px;
        font-size: 10px;
    }

    .storefront-theme-theme_2 .tl-mobile-filter-summary {
        min-height: 50px;
        padding: 0 14px;
        font-size: 14px;
    }

    .storefront-theme-theme_2 .tl-catalog-controls {
        padding: 12px;
        gap: 10px;
    }

    .storefront-theme-theme_2 .tl-catalog-meta {
        gap: 5px;
        font-size: 12px;
    }

    .storefront-theme-theme_2 .tl-catalog-sortbar {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 8px;
    }

    .storefront-theme-theme_2 .tl-catalog-sort-field {
        width: 100%;
    }

    .storefront-theme-theme_2 .tl-catalog-sort-field > span {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .storefront-theme-theme_2 .tl-catalog-controls .form-select,
    .storefront-theme-theme_2 .tl-catalog-controls select {
        width: 100%;
        min-height: 42px;
        font-size: 13px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-card {
        border-radius: 18px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-img-wrap {
        min-height: 188px;
        padding: 42px 18px 16px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-img {
        max-height: 140px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-body {
        padding: 14px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-brand {
        font-size: 11px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-name {
        min-height: 0;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.4;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-price-current {
        font-size: 20px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-price-original,
    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-save-badge {
        font-size: 11px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-meta {
        margin-bottom: 10px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-status,
    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-support {
        font-size: 11px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-btn-primary,
    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-btn-outline {
        min-height: 40px;
        font-size: 12px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-card-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .storefront-theme-theme_2 .tl-catalog-grid--shop .tl-product-tool {
        justify-content: center;
        min-height: 38px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .storefront-theme-theme_2 .tl-footer {
        padding: 40px 0 20px;
    }

    .storefront-theme-theme_2 .tl-footer-accordion-toggle {
        min-height: 52px;
        padding: 14px 16px;
    }

    .storefront-theme-theme_2 .tl-footer-accordion-body {
        padding: 0 16px 16px;
    }
}
