:root {
    --tasa-red: #d71931;
    --tasa-red-dark: #a00014;
    --tasa-red-light: #fff0f2;
    --tasa-ink: #111827;
    --tasa-muted: #64748b;
    --tasa-line: #e2e8f0;
    --tasa-bg: #f7f8fa;
    --tasa-card: #ffffff;
    --tasa-shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.04);
    --tasa-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
    --tasa-shadow-lg: 0 20px 45px rgba(15, 23, 42, 0.12);
    --tasa-radius-sm: 12px;
    --tasa-radius-md: 18px;
    --tasa-radius-lg: 24px;
    --tasa-radius-pill: 9999px;
}

body.home .whb-header,
body.home .main-page-wrapper > .page-title,
.whb-header {
    display: none !important;
}

.tasa-next {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 24px 50px;
    color: var(--tasa-ink);
    font-family: inherit;
}

.tasa-next * {
    box-sizing: border-box;
}

.tasa-next a {
    text-decoration: none !important;
}

/* Benefit Top Strip */
.tasa-benefit-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 36px;
    padding: 8px 18px;
    border-bottom: 1px solid var(--tasa-line);
    color: #334155;
    font-size: 11px;
    font-weight: 700;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}
.tasa-benefit-strip::-webkit-scrollbar {
    display: none;
}

/* Main Site Header */
.tasa-main-header {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 250px;
    align-items: center;
    gap: 24px;
    min-height: 84px;
    padding: 14px 0;
}

.tasa-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: var(--tasa-ink) !important;
}
.tasa-brand > a,
.tasa-brand .custom-logo-link {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 !important;
}
.tasa-main-header .tasa-brand img,
.tasa-main-header .custom-logo {
    display: block !important;
    width: auto !important;
    max-width: 140px !important;
    height: auto !important;
    max-height: 56px !important;
    object-fit: contain !important;
}
.tasa-brand strong {
    font-size: 40px;
    line-height: 0.95;
    font-weight: 950;
    color: var(--tasa-ink);
    letter-spacing: -1px;
}
.tasa-brand small {
    margin-top: 5px;
    color: var(--tasa-muted);
    font-size: 11px;
    font-weight: 600;
}

/* Header Search */
.tasa-header-search {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 76px 76px;
    align-items: center;
    height: 52px;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius-pill);
    background: #fff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.tasa-header-search:focus-within {
    border-color: var(--tasa-red);
    box-shadow: 0 0 0 4px rgba(215, 25, 49, 0.12), 0 8px 24px rgba(15, 23, 42, 0.08);
}
.tasa-header-search > button[type=submit] {
    height: 100%;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--tasa-red), #b81023);
    font-size: 26px;
    cursor: pointer;
    transition: opacity 0.2s;
}
.tasa-header-search > button[type=submit]:hover {
    opacity: 0.92;
}
.tasa-header-search input {
    height: 100%;
    padding: 0 20px;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: right;
    font-size: 14px;
    color: var(--tasa-ink);
}
.tasa-header-search > a,
.tasa-voice-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 38px;
    border: 0;
    border-right: 1px solid var(--tasa-line);
    color: var(--tasa-ink) !important;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.tasa-header-search > a:hover,
.tasa-voice-btn:hover {
    background-color: #f8fafc;
}
.tasa-header-search small {
    margin-top: 2px;
    font-size: 7px;
    font-weight: 700;
    color: #475569;
}
.tasa-voice-btn.is-listening {
    color: var(--tasa-red) !important;
    animation: tasaPulse 1.2s infinite;
}

/* Header User Actions */
.tasa-header-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.tasa-header-actions a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 6px 4px;
    border-radius: var(--tasa-radius-sm);
    color: var(--tasa-ink) !important;
    transition: background-color 0.2s, transform 0.2s;
}
.tasa-header-actions a:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}
.tasa-header-actions span {
    position: relative;
    font-size: 24px;
    line-height: 1;
}
.tasa-header-actions i {
    position: absolute;
    right: -8px;
    top: -6px;
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    color: #fff;
    background: var(--tasa-red);
    font-size: 9px;
    font-weight: 800;
    font-style: normal;
}
.tasa-header-actions small {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
}

/* Category Navigation Strip */
.tasa-category-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 16px;
    height: 52px;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius-md);
    background: #fff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}
.tasa-category-nav::-webkit-scrollbar {
    display: none;
}
.tasa-category-nav a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    border-radius: 10px;
    color: var(--tasa-ink) !important;
    font-size: 12.5px;
    font-weight: 800;
    transition: background 0.2s, color 0.2s;
}
.tasa-category-nav a:hover {
    background: #f8fafc;
    color: var(--tasa-red) !important;
}
.tasa-category-nav .is-all {
    font-size: 13.5px;
    background: #f8fafc;
}
.tasa-category-nav .is-sale {
    color: var(--tasa-red) !important;
    background: #fff1f3;
}
.tasa-category-nav .is-fawery {
    color: #047857 !important;
    background: #ecfdf5;
}
.tasa-category-nav .is-import {
    color: #9a3412 !important;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

/* Multi-Image Hero Slider */
.tasa-real-slider {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1800 / 414;
    margin-top: 18px;
    border-radius: var(--tasa-radius-lg);
    background: #f1f5f9;
    box-shadow: var(--tasa-shadow);
    user-select: none;
    -webkit-user-select: none;
}
.tasa-slider-track,
.tasa-slide {
    position: absolute;
    inset: 0;
}
.tasa-slide {
    z-index: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s;
    will-change: opacity, transform;
}
.tasa-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.tasa-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.tasa-slider-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 0 !important;
    max-height: 44px !important;
    min-width: 0 !important;
    max-width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    color: #1e293b !important;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.16) !important;
    cursor: pointer;
    transform: translateY(-50%) scale(1);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s, color 0.2s, box-shadow 0.2s !important;
    outline: none !important;
}
.tasa-slider-arrow:hover {
    color: #fff !important;
    background: var(--tasa-red) !important;
    border-color: var(--tasa-red) !important;
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 8px 24px rgba(215, 25, 49, 0.4) !important;
}
.tasa-slider-arrow:active {
    transform: translateY(-50%) scale(0.95);
}
.tasa-slider-arrow.is-prev {
    right: 18px;
}
.tasa-slider-arrow.is-next {
    left: 18px;
}
.tasa-slider-arrow svg {
    display: block;
    width: 18px;
    height: 18px;
    stroke-width: 2.5;
}
.tasa-real-dots {
    position: absolute;
    z-index: 5;
    right: 50%;
    bottom: 14px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 5px 10px !important;
    border-radius: 9999px !important;
    background: rgba(0, 0, 0, 0.32) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateX(50%);
}
.tasa-real-dots button {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    min-height: 0 !important;
    max-height: 8px !important;
    min-width: 0 !important;
    max-width: 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    cursor: pointer;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.tasa-real-dots button:hover {
    background: rgba(255, 255, 255, 0.9) !important;
}
.tasa-real-dots button.is-active {
    width: 24px !important;
    background: var(--tasa-red) !important;
    box-shadow: 0 0 10px rgba(215, 25, 49, 0.7) !important;
}
.tasa-slider-progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.08);
    z-index: 4;
    overflow: hidden;
}
.tasa-slider-progress-fill {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ff7a21, #d71931);
    transition: width 0.1s linear;
}

/* Quick Action Cards */
.tasa-quick-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 22px;
}
.tasa-quick-cards > a {
    display: grid;
    grid-template-columns: 56px 1fr 20px;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 16px 18px;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius-md);
    color: var(--tasa-ink) !important;
    background: #fff;
    box-shadow: var(--tasa-shadow-sm);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.tasa-quick-cards > a:hover {
    transform: translateY(-3px);
    box-shadow: var(--tasa-shadow);
    border-color: #cbd5e1;
}
.tasa-quick-cards span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 900;
}
.tasa-quick-cards b,
.tasa-quick-cards small {
    display: block;
}
.tasa-quick-cards b {
    font-size: 14px;
    font-weight: 800;
}
.tasa-quick-cards small {
    margin-top: 4px;
    color: var(--tasa-muted);
    font-size: 11px;
}
.tasa-quick-cards i {
    font-style: normal;
    font-size: 22px;
    color: #94a3b8;
}
.quick-fast span { background: #fef3c7; }
.quick-world span { background: #e0f2fe; }
.quick-gift span { background: #ffe4e6; }
.quick-new span { color: #047857; background: #dcfce7; font-size: 12px; }

/* Category Bubbles Strip */
.tasa-category-circles {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin: 28px 0 0;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}
.tasa-category-circles::-webkit-scrollbar {
    display: none;
}
.tasa-category-circles a {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--tasa-ink) !important;
    text-align: center;
    transition: transform 0.2s;
}
.tasa-category-circles a:hover {
    transform: translateY(-4px);
}
.tasa-category-circles span {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #f1f5f9;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
    font-size: 32px;
    transition: box-shadow 0.2s;
}
.tasa-category-circles a:hover span {
    box-shadow: var(--tasa-shadow);
}
.tasa-category-circles b {
    margin-top: 8px;
    font-size: 11.5px;
    font-weight: 800;
}
.is-rose span { background: #ffe4e6; }
.is-blue span { background: #e0f2fe; }
.is-pink span { background: #fce7f3; }
.is-purple span { background: #f3e8ff; }
.is-cyan span { background: #ccfbf1; }
.is-orange span { background: #ffedd5; }
.is-lilac span { background: #ede9fe; }
.is-yellow span { background: #fef3c7; }
.is-green span { background: #dcfce7; }
.is-gray span { background: #f1f5f9; }

/* Summer Flash Sale */
.tasa-summer-sale {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 36px;
    padding: 32px;
    border: 1px solid #fed7aa;
    border-radius: var(--tasa-radius-lg);
    background: linear-gradient(135deg, #ffffff 0%, #fffbf8 48%, #fff4ed 100%);
    box-shadow: var(--tasa-shadow-lg);
}
.tasa-summer-sale-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    align-items: center;
    gap: 36px;
    margin-bottom: 26px;
}
.tasa-sale-copy h2 {
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: clamp(30px, 3.8vw, 52px);
    font-weight: 950;
    letter-spacing: -1.5px;
}
.tasa-sale-copy p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}
.tasa-sale-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid #fed7aa;
    border-radius: var(--tasa-radius-pill);
    color: #475569;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    font-size: 11.5px;
    font-weight: 800;
}
.tasa-sale-kicker i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}
.is-waiting .tasa-sale-kicker i {
    background: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);
}
.tasa-sale-timer-box {
    position: relative;
    overflow: hidden;
    padding: 20px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--tasa-radius-md);
    color: #fff;
    background: linear-gradient(145deg, #0f172a, #020617);
    box-shadow: 0 16px 36px rgba(2, 6, 23, 0.25);
}
.tasa-sale-timer-label {
    display: block;
    margin-bottom: 10px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 800;
}
.tasa-daily-countdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    direction: ltr;
}
.tasa-daily-countdown div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 76px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
}
.tasa-daily-countdown b {
    font-size: 24px;
    font-weight: 900;
}
.tasa-daily-countdown small {
    color: #94a3b8;
    font-size: 8.5px;
    font-weight: 700;
}
.tasa-daily-countdown i {
    color: #f43f5e;
    font-size: 20px;
    font-style: normal;
}
.tasa-sale-progress {
    height: 5px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.12);
}
.tasa-sale-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff7a21, #f3133a);
    transition: width 1s linear;
}

/* Product Sections & Grid */
.tasa-section {
    margin-top: 48px;
}
.tasa-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}
.tasa-section-head span {
    color: var(--tasa-red);
    font-size: 12px;
    font-weight: 900;
}
.tasa-section-head h2 {
    margin: 4px 0 0;
    font-size: 26px;
    font-weight: 900;
}
.tasa-section-head a {
    color: var(--tasa-red) !important;
    font-size: 13px;
    font-weight: 900;
}

.tasa-products-section .products,
.tasa-sale-products .products {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 14px !important;
}
.tasa-products-section .product-grid-item,
.tasa-sale-products .product-grid-item {
    width: auto !important;
    max-width: none !important;
    float: none !important;
    padding: 0 !important;
}
.tasa-products-section .product-wrapper,
.tasa-sale-products .product-wrapper {
    height: 100%;
    padding: 10px !important;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius-md);
    background: #fff;
    box-shadow: var(--tasa-shadow-sm);
    transition: transform 0.22s, box-shadow 0.22s;
}
.tasa-products-section .product-wrapper:hover,
.tasa-sale-products .product-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: var(--tasa-shadow);
}
.tasa-products-section .product-element-top,
.tasa-sale-products .product-element-top {
    position: relative;
    overflow: hidden;
    border-radius: var(--tasa-radius-sm);
    aspect-ratio: 1 / 1;
    background: #f8fafc;
}
.tasa-products-section .product-element-top img,
.tasa-sale-products .product-element-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.tasa-products-section .product-wrapper:hover .product-element-top img,
.tasa-sale-products .product-wrapper:hover .product-element-top img {
    transform: scale(1.05);
}
.tasa-products-section .wd-entities-title,
.tasa-sale-products .wd-entities-title {
    font-size: 13px !important;
    line-height: 1.6 !important;
    font-weight: 800 !important;
    min-height: 42px;
    margin-top: 8px;
}
.tasa-products-section .price,
.tasa-sale-products .price {
    color: var(--tasa-red) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

/* Brand Band */
.tasa-brand-band {
    margin-top: 48px;
    padding: 26px;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius-lg);
    background: #fff;
}
.tasa-brand-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}
.tasa-brand-list span {
    display: grid;
    place-items: center;
    min-height: 60px;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius-sm);
    color: #334155;
    background: #f8fafc;
    font-size: 12.5px;
    font-weight: 900;
    transition: transform 0.2s, background 0.2s;
}
.tasa-brand-list span:hover {
    background: #fff;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

/* Trust Strip */
.tasa-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 44px;
    padding: 24px;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius-lg);
    background: #fff;
    box-shadow: var(--tasa-shadow-sm);
}
.tasa-trust div {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 12px;
    align-items: center;
}
.tasa-trust span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--tasa-red-light);
    font-size: 24px;
}
.tasa-trust b {
    font-size: 13.5px;
    font-weight: 800;
}
.tasa-trust small {
    color: var(--tasa-muted);
    font-size: 11px;
}

/* Animation */
@keyframes tasaPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .tasa-main-header {
        grid-template-columns: 160px minmax(0, 1fr) 210px;
        gap: 16px;
    }
    .tasa-quick-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .tasa-products-section .products,
    .tasa-sale-products .products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .tasa-brand-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .tasa-main-header {
        grid-template-columns: 140px minmax(0, 1fr);
        min-height: auto;
        padding: 12px 0;
    }
    .tasa-header-actions {
        display: none;
    }
    .tasa-summer-sale-head {
        grid-template-columns: 1fr;
    }
    .tasa-products-section .products,
    .tasa-sale-products .products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .tasa-real-slider {
        aspect-ratio: 1800 / 520;
    }
}

@media (max-width: 700px) {
    body {
        padding-bottom: 78px;
    }
    .tasa-next {
        padding: 0 12px 35px;
    }
    .tasa-benefit-strip {
        padding: 6px 10px;
        font-size: 10.5px;
    }
    .tasa-main-header {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px 0;
    }
    .tasa-brand {
        align-items: center;
    }
    .tasa-brand strong {
        font-size: 34px;
    }
    .tasa-header-search {
        grid-template-columns: 54px minmax(0, 1fr) 50px 50px;
        height: 48px;
    }
    .tasa-header-search input {
        padding: 0 12px;
        font-size: 12px;
    }
    .tasa-header-search small {
        display: none;
    }
    .tasa-category-nav {
        height: 46px;
        padding: 0 8px;
    }
    .tasa-category-nav a {
        padding: 6px 10px;
        font-size: 11.5px;
    }
    .tasa-real-slider {
        aspect-ratio: 16 / 8;
        border-radius: 18px;
    }
    .tasa-slider-arrow {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        font-size: 22px;
    }
    .tasa-slider-arrow.is-prev { right: 8px; }
    .tasa-slider-arrow.is-next { left: 8px; }
    .tasa-quick-cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .tasa-quick-cards > a {
        grid-template-columns: 44px 1fr;
        padding: 12px 10px;
        min-height: 80px;
        border-radius: 16px;
    }
    .tasa-quick-cards i {
        display: none;
    }
    .tasa-quick-cards span {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .tasa-quick-cards b {
        font-size: 12px;
    }
    .tasa-quick-cards small {
        font-size: 8.5px;
    }
    .tasa-category-circles a {
        flex-basis: 76px;
    }
    .tasa-category-circles span {
        width: 64px;
        height: 64px;
        font-size: 26px;
    }
    .tasa-category-circles b {
        font-size: 10px;
    }
    .tasa-summer-sale {
        padding: 20px 14px;
        border-radius: 20px;
    }
    .tasa-sale-copy h2 {
        font-size: 28px;
    }
    .tasa-daily-countdown div {
        width: 66px;
        height: 54px;
    }
    .tasa-daily-countdown b {
        font-size: 20px;
    }
    .tasa-products-section .products,
    .tasa-sale-products .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
    .tasa-products-section .wd-entities-title {
        font-size: 11.5px !important;
        min-height: 36px;
    }
    .tasa-trust {
        grid-template-columns: 1fr 1fr;
        padding: 16px;
        gap: 10px;
    }
    .tasa-trust div {
        grid-template-columns: 38px 1fr;
        column-gap: 8px;
    }
    .tasa-trust span {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .tasa-trust b {
        font-size: 11px;
    }
    .tasa-trust small {
        font-size: 8.5px;
    }
    .tasa-brand-list {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .tasa-brand-list span {
        flex: 0 0 110px;
    }
}
