/* Tasawwq Storefront v1.0.0 — generated from the approved Tasawwq child design. */
:root {
    --tasa-font: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --tasa-red: #d71931;
    --tasa-red-hover: #b00018;
    --tasa-red-light: #fff0f2;
    --tasa-navy: #091f3d;
    --tasa-navy-dark: #051329;
    --tasa-ink: #0f172a;
    --tasa-muted: #64748b;
    --tasa-line: #e2e8f0;
    --tasa-bg: #f8fafc;
    --tasa-card: #ffffff;
    --tasa-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    --tasa-shadow-hover: 0 20px 45px rgba(15, 23, 42, 0.12);
    --tasa-radius: 18px;
}

html, body, button, input, select, textarea, .woocommerce, .woodmart-theme {
    font-family: var(--tasa-font) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.home .whb-header,
body.home .main-page-wrapper > .page-title,
.whb-header,
.footer-container:not(.tasa-sitewide-footer),
footer.footer-container,
.woodmart-footer,
.woodmart-prefooter,
.footer-sidebar,
.copyrights-wrapper {
    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;
    color: inherit;
}

/* 1. Top Benefit / Trust Strip */
.tasa-benefit-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 18px;
    border-bottom: 1px solid var(--tasa-line);
    background: #fff;
    font-size: 11.5px;
    font-weight: 700;
    color: #334155;
}

.tasa-benefit-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tasa-benefit-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tasa-benefit-links a {
    color: var(--tasa-navy) !important;
    transition: color .2s;
}

.tasa-benefit-links a:hover {
    color: var(--tasa-red) !important;
}

/* 2. Unified Main Header */
.tasa-main-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
    min-height: 80px;
}

.tasa-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.tasa-brand .custom-logo-link,
.tasa-brand-link,
.tasa-brand-text {
    display: inline-flex !important;
    align-items: center;
    text-decoration: none !important;
    color: var(--tasa-ink) !important;
}

.tasa-main-header .tasa-brand img,
.tasa-main-header .custom-logo,
.tasa-main-header .tasa-main-logo-img {
    display: block !important;
    width: auto !important;
    max-width: 160px !important;
    height: 48px !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

.tasa-brand strong {
    font-size: 38px;
    line-height: .95;
    font-weight: 950;
    color: var(--tasa-navy);
}

.tasa-brand small {
    margin-top: 4px;
    color: var(--tasa-muted);
    font-size: 11px;
    font-weight: 700;
}

/* Search Box with Visual, Voice & Live AJAX Autocomplete */
.tasa-header-search-wrap {
    position: relative;
    width: 100%;
    z-index: 1000;
}

.tasa-header-search {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 78px 78px;
    align-items: center;
    height: 52px;
    border: 1px solid var(--tasa-line);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(30, 41, 59, .05);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.tasa-search-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 10005;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid var(--tasa-line);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
    overflow: hidden;
    max-height: 480px;
    overflow-y: auto;
    font-family: var(--tasa-font);
    animation: tasaDropdownFadeIn .2s cubic-bezier(0.16, 1, 0.3, 1);
}

.tasa-search-dropdown[hidden] {
    display: none !important;
}

@keyframes tasaDropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tasa-search-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    color: var(--tasa-muted);
    font-size: 13.5px;
    font-weight: 700;
}

.tasa-search-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #e2e8f0;
    border-top-color: var(--tasa-red);
    border-radius: 50%;
    animation: tasaSpinner .7s linear infinite;
}

@keyframes tasaSpinner {
    to { transform: rotate(360deg); }
}

.tasa-search-results-list {
    display: flex;
    flex-direction: column;
}

.tasa-search-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 16px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none !important;
    transition: background .15s ease;
}

.tasa-search-item:last-child {
    border-bottom: none;
}

.tasa-search-item:hover,
.tasa-search-item.is-selected {
    background: #f8fafc;
}

.tasa-search-item-img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid var(--tasa-line);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
}

.tasa-search-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tasa-search-item-img span {
    font-size: 24px;
}

.tasa-search-item-info {
    flex: 1;
    min-width: 0;
}

.tasa-search-item-title {
    display: block;
    font-size: 13.5px;
    font-weight: 750;
    color: var(--tasa-navy);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.tasa-search-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 4px;
}

.tasa-search-item-price {
    font-size: 13.5px;
    font-weight: 900;
    color: var(--tasa-red);
}

.tasa-search-badge-fawery {
    font-size: 10px;
    font-weight: 850;
    padding: 2px 8px;
    border-radius: 6px;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.tasa-search-badge-abroad {
    font-size: 10px;
    font-weight: 850;
    padding: 2px 8px;
    border-radius: 6px;
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
}

.tasa-search-view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: #f8fafc;
    border-top: 1px solid var(--tasa-line);
    color: var(--tasa-navy) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
    transition: background .15s ease, color .15s ease;
}

.tasa-search-view-all:hover,
.tasa-search-view-all.is-selected {
    background: var(--tasa-navy);
    color: #ffffff !important;
}

.tasa-search-arrow {
    font-size: 15px;
    transition: transform .2s ease;
}

.tasa-search-view-all:hover .tasa-search-arrow {
    transform: translateX(-4px);
}

.tasa-search-empty {
    padding: 28px 20px;
    text-align: center;
    color: var(--tasa-muted);
}

.tasa-search-empty-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.tasa-search-empty p {
    margin: 0 0 6px;
    font-size: 13.5px;
    color: var(--tasa-navy);
}

.tasa-search-empty-suggestions {
    font-size: 12px;
    color: var(--tasa-muted);
}

.tasa-header-search:focus-within {
    border-color: var(--tasa-red);
    box-shadow: 0 8px 26px rgba(215, 25, 49, .12);
}

.tasa-header-search > button[type=submit] {
    height: 100%;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--tasa-red), var(--tasa-red-hover));
    font-size: 24px;
    cursor: pointer;
    transition: opacity .2s;
}

.tasa-header-search > button[type=submit]:hover {
    opacity: .92;
}

.tasa-header-search input[type=search] {
    height: 100%;
    padding: 0 16px;
    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 .tasa-visual-btn,
.tasa-header-search .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: #334155 !important;
    background: #fff;
    font-size: 17px;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.tasa-header-search .tasa-visual-btn:hover,
.tasa-header-search .tasa-voice-btn:hover {
    background: var(--tasa-red-light);
    color: var(--tasa-red) !important;
}

.tasa-header-search small {
    margin-top: 2px;
    font-size: 7.5px;
    font-weight: 800;
}

/* Header Actions */
.tasa-header-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tasa-action-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--tasa-ink) !important;
    transition: transform .2s, color .2s;
}

.tasa-action-btn:hover {
    transform: translateY(-2px);
    color: var(--tasa-red) !important;
}

.tasa-action-btn span {
    position: relative;
    font-size: 24px;
    line-height: 1;
}

.tasa-cart-badge {
    position: absolute;
    right: -9px;
    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: 9.5px;
    font-style: normal;
    font-weight: 900;
    box-shadow: 0 2px 6px rgba(215, 25, 49, .4);
}

.tasa-action-btn small {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 800;
}

/* 3. Category Navigation Bar */
.tasa-category-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    height: 52px;
    border: 1px solid var(--tasa-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(30, 41, 59, .04);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
    -webkit-overflow-scrolling: touch;
}

.tasa-category-nav::-webkit-scrollbar {
    height: 3px;
}

.tasa-category-nav::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.tasa-category-nav a,
.tasa-category-nav button {
    flex-shrink: 0 !important;
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 12px;
    color: var(--tasa-ink) !important;
    font-size: 12.5px;
    font-weight: 800;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.tasa-category-nav a:hover,
.tasa-category-nav button:hover {
    background: #f1f5f9;
    color: var(--tasa-navy) !important;
}

.tasa-category-nav .tasa-mega-trigger {
    color: #fff !important;
    background: var(--tasa-navy);
    font-weight: 900;
    gap: 6px;
}

.tasa-category-nav .tasa-mega-trigger:hover {
    background: var(--tasa-red);
}

.tasa-category-nav .is-auctions-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #92400e !important;
    background: linear-gradient(135deg, #fffdf5 0%, #fef3c7 100%) !important;
    border: 1.5px solid #f59e0b !important;
    box-shadow: 0 2px 10px rgba(245, 158, 11, .2);
    animation: tasaAuctionNavPulse 2.4s infinite;
}

.tasa-category-nav .is-auctions-link:hover {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #78350f !important;
    border-color: #d97706 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(217, 119, 6, .35);
}

.tasa-gavel-icon {
    display: inline-block;
    font-style: normal;
    animation: tasaGavelSwing 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    transform-origin: 80% 80%;
}

.tasa-nav-live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 8px #ef4444;
    animation: tasaLiveDotPulse 1.2s infinite;
}

@keyframes tasaGavelSwing {
    0%, 100% {
        transform: rotate(0deg);
    }
    12% {
        transform: rotate(-28deg);
    }
    24% {
        transform: rotate(18deg);
    }
    36% {
        transform: rotate(-14deg);
    }
    48% {
        transform: rotate(0deg);
    }
}

@keyframes tasaAuctionNavPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4), 0 2px 8px rgba(245, 158, 11, 0.15);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(245, 158, 11, 0), 0 4px 14px rgba(245, 158, 11, 0.3);
    }
}

@keyframes tasaLiveDotPulse {
    0%, 100% {
        transform: scale(0.9);
        opacity: 1;
        box-shadow: 0 0 4px #ef4444;
    }
    50% {
        transform: scale(1.35);
        opacity: 0.6;
        box-shadow: 0 0 10px #ef4444;
    }
}

.tasa-category-nav .is-sale {
    color: var(--tasa-red) !important;
}

.tasa-category-nav .is-fawery-link {
    color: #047857 !important;
}

.tasa-category-nav .is-abroad-link {
    color: #0284c7 !important;
}

/* 4. Professional Mega Menu Overlay & Dropdown */
.tasa-mega-menu {
    position: fixed;
    inset: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.tasa-mega-menu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.tasa-mega-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 31, 61, .55);
    backdrop-filter: blur(5px);
}

.tasa-mega-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(900px, 94vw);
    background: #fff;
    box-shadow: -15px 0 45px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.tasa-mega-menu.is-open .tasa-mega-container {
    transform: translateX(0);
}

.tasa-mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid var(--tasa-line);
    background: #f8fafc;
}

.tasa-mega-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 900;
    color: var(--tasa-navy);
}

.tasa-mega-close {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--tasa-line);
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.tasa-mega-close:hover {
    background: var(--tasa-red);
    color: #fff;
}

.tasa-mega-quick-strip {
    display: flex;
    gap: 10px;
    padding: 14px 24px;
    background: #fff;
    border-bottom: 1px solid var(--tasa-line);
    overflow-x: auto;
    white-space: nowrap;
}

.tasa-mega-quick-strip a {
    padding: 8px 14px;
    border: 1px solid var(--tasa-line);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    background: #f8fafc;
    transition: all .2s;
}

.tasa-mega-quick-strip a.is-auction {
    color: #b45309;
    background: #fffbeb;
    border-color: #fde68a;
}

.tasa-mega-quick-strip a.is-fawery {
    color: #047857;
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.tasa-mega-quick-strip a.is-sale {
    color: var(--tasa-red);
    background: var(--tasa-red-light);
    border-color: #fecdd3;
}

.tasa-mega-quick-strip a.is-abroad {
    color: #0369a1;
    background: #f0f9ff;
    border-color: #bae6fd;
}

.tasa-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 24px;
    flex: 1;
}

.tasa-mega-col {
    padding: 18px;
    border: 1px solid var(--tasa-line);
    border-radius: 16px;
    background: #fff;
    transition: box-shadow .2s;
}

.tasa-mega-col:hover {
    box-shadow: var(--tasa-shadow);
}

.tasa-dept-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--tasa-line);
}

.tasa-dept-header .dept-icon {
    font-size: 22px;
}

.tasa-dept-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    color: var(--tasa-navy);
    flex: 1;
}

.tasa-dept-header small {
    color: var(--tasa-red);
    font-size: 11px;
    font-weight: 800;
}

.tasa-sub-group {
    margin-bottom: 14px;
}

.tasa-sub-group h4 {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 850;
    color: var(--tasa-muted);
}

.tasa-sub-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
}

.tasa-sub-group li a {
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
    color: #334155;
    transition: background .15s, color .15s;
}

.tasa-sub-group li a:hover {
    background: #f1f5f9;
    color: var(--tasa-red);
    padding-right: 12px;
}

.tasa-mega-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    border-top: 1px solid var(--tasa-line);
    background: #f8fafc;
}

.tasa-mega-support {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--tasa-muted);
}

.tasa-mega-support a {
    color: var(--tasa-navy);
    font-weight: 800;
}

/* 5. Hero Slider (Professional Glassmorphic UI/UX) */
.tasa-real-slider {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1800 / 414;
    margin-top: 18px;
    border-radius: var(--tasa-radius);
    background: #f1f5f9;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.tasa-slider-track,
.tasa-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tasa-slide {
    z-index: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity .45s ease, visibility .45s ease;
}

.tasa-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: none !important;
}

.tasa-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    user-select: none;
    -webkit-user-drag: none;
}

/* Glassmorphic Arrows */
.tasa-slider-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--tasa-navy) !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12) !important;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, opacity .25s ease !important;
    opacity: 0.85;
}

.tasa-real-slider:hover .tasa-slider-arrow {
    opacity: 1;
}

.tasa-slider-arrow:hover {
    background: var(--tasa-red) !important;
    border-color: var(--tasa-red) !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 8px 24px rgba(215, 25, 49, 0.35) !important;
}

.tasa-slider-arrow svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.tasa-slider-arrow.is-prev {
    right: 16px;
}

.tasa-slider-arrow.is-next {
    left: 16px;
}

/* Sleek Floating Pagination Capsule */
.tasa-real-dots {
    position: absolute;
    z-index: 5;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(9, 31, 61, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.tasa-real-dots button,
.tasa-real-dots .tasa-dot {
    min-height: 0 !important;
    min-width: 0 !important;
    width: 7px !important;
    height: 7px !important;
    max-height: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.55) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: width .3s cubic-bezier(0.4, 0, 0.2, 1), background .3s ease, transform .2s ease !important;
    outline: none !important;
}

.tasa-real-dots button:hover,
.tasa-real-dots .tasa-dot:hover {
    background: rgba(255, 255, 255, 0.9) !important;
}

.tasa-real-dots button.is-active,
.tasa-real-dots .tasa-dot.is-active {
    width: 22px !important;
    height: 7px !important;
    background: var(--tasa-red) !important;
    box-shadow: 0 0 10px rgba(215, 25, 49, 0.7) !important;
}


/* 6. Quick Cards */
.tasa-quick-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.tasa-quick-cards > a {
    display: grid;
    grid-template-columns: 52px 1fr 18px;
    align-items: center;
    gap: 10px;
    min-height: 86px;
    padding: 14px 16px;
    border: 1px solid var(--tasa-line);
    border-radius: var(--tasa-radius);
    color: var(--tasa-ink) !important;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 41, 59, .04);
    transition: transform .2s, box-shadow .2s;
}

.tasa-quick-cards > a:hover {
    transform: translateY(-3px);
    box-shadow: var(--tasa-shadow-hover);
}

.tasa-quick-cards span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
}

.tasa-quick-cards b,
.tasa-quick-cards small {
    display: block;
}

.tasa-quick-cards b {
    font-size: 14.5px;
    font-weight: 900;
}

.tasa-quick-cards small {
    margin-top: 3px;
    color: var(--tasa-muted);
    font-size: 10.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tasa-quick-cards i {
    font-style: normal;
    font-size: 20px;
    color: #94a3b8;
}

.tasa-quick-cards > a.quick-auction {
    position: relative;
    overflow: hidden;
    border: 1.5px solid #fde68a !important;
    background: linear-gradient(135deg, #ffffff 0%, #fffdf5 100%) !important;
    box-shadow: 0 8px 24px rgba(245, 158, 11, .1);
}

.tasa-quick-cards > a.quick-auction::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.15), transparent);
    transform: skewX(-25deg);
    animation: tasaCardShimmer 3.5s infinite;
}

@keyframes tasaCardShimmer {
    0% { left: -100%; }
    30%, 100% { left: 200%; }
}

.tasa-quick-cards > a.quick-auction:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(217, 119, 6, .2);
    border-color: #f59e0b !important;
}

.quick-auction span {
    background: linear-gradient(135deg, #fffbeb, #fde68a) !important;
    color: #b45309 !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, .25);
}

.quick-auction .tasa-gavel-icon {
    display: inline-block;
    font-style: normal;
    animation: tasaGavelSwing 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    transform-origin: 80% 80%;
}

.quick-auction:hover .tasa-gavel-icon {
    animation-duration: 0.9s;
}

.tasa-auction-live-pill {
    display: inline-block;
    margin-right: 5px;
    padding: 1px 7px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 9.5px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle;
    box-shadow: 0 2px 6px rgba(239, 68, 68, .4);
    animation: tasaLiveDotPulse 1.4s infinite;
}

.quick-fast span { background: #ecfdf5; color: #047857; }
.quick-world span { background: #f0f9ff; color: #0369a1; }
.quick-gift span { background: #fff1f2; color: var(--tasa-red); }
.quick-new span { background: #f0fdf4; color: #15803d; font-size: 11px; font-weight: 900; }

/* 7. Category Circles */
.tasa-category-circles {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 28px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-x pan-y;
    cursor: grab;
}

.tasa-category-circles.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.tasa-category-circles::-webkit-scrollbar {
    display: none;
}

.tasa-category-circles a,
.tasa-category-circles button {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--tasa-ink) !important;
    text-align: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: transform .2s;
    pointer-events: auto;
    -webkit-user-drag: none;
    user-drag: none;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
    .tasa-category-circles a:hover,
    .tasa-category-circles button:hover {
        transform: translateY(-3px);
    }
}

.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(30, 41, 59, .08);
    font-size: 32px;
    pointer-events: auto;
    -webkit-user-drag: none;
    user-drag: none;
}

.tasa-category-circles b {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 800;
    pointer-events: auto;
    -webkit-user-drag: none;
    user-drag: none;
}

.is-rose span { background: #ffe7ec; }
.is-blue span { background: #e7efff; }
.is-pink span { background: #ffeaf2; }
.is-purple span { background: #f2e8ff; }
.is-cyan span { background: #e6f8ff; }
.is-orange span { background: #fff1df; }
.is-lilac span { background: #eee8ff; }
.is-yellow span { background: #fff4d7; }
.is-amber span { background: #fef3c7; }
.is-teal span { background: #ccfbf1; }
.is-green span { background: #e6f8e9; }
.is-gray span { background: #eceff3; }

/* 8. Daily Flash Sale */
.tasa-summer-sale {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 32px;
    padding: 34px;
    border: 1px solid #f1e2dc;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff 0%, #fff9f5 48%, #fff1e7 100%);
    box-shadow: 0 20px 55px rgba(20, 30, 50, .1);
}

.tasa-summer-sale-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    align-items: center;
    gap: 36px;
    margin-bottom: 26px;
}

.tasa-sale-copy h2 {
    margin: 12px 0 8px;
    color: var(--tasa-navy);
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 950;
    letter-spacing: -1.5px;
}

.tasa-sale-timer-box {
    position: relative;
    overflow: hidden;
    padding: 20px 24px 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(145deg, var(--tasa-navy), var(--tasa-navy-dark));
    box-shadow: 0 17px 38px rgba(7, 26, 53, .23);
}

.tasa-daily-countdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    direction: ltr;
}

.tasa-daily-countdown div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 76px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
}

.tasa-daily-countdown b {
    font-size: 24px;
    font-weight: 900;
}

.tasa-daily-countdown small {
    color: #b9c7da;
    font-size: 8.5px;
}

.tasa-daily-countdown i {
    color: #ff5b71;
    font-size: 22px;
    font-style: normal;
}

.tasa-sale-progress {
    height: 5px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, .12);
}

.tasa-sale-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff7a21, var(--tasa-red));
    transition: width 1s linear;
}

/* 8.5 Auctions Spotlight Section */
.tasa-auction-spotlight {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 36px;
    padding: 32px 36px;
    border-radius: 26px;
    background: linear-gradient(135deg, #091f3d 0%, #0d284e 60%, #1e3a5f 100%);
    color: #fff;
    box-shadow: 0 18px 45px rgba(9, 31, 61, .2);
    border: 1px solid rgba(255, 255, 255, .1);
}

.tasa-auction-spotlight-glow {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217, 119, 6, .35) 0%, rgba(217, 119, 6, 0) 70%);
    pointer-events: none;
    z-index: 0;
}

.tasa-auction-spotlight-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
    align-items: center;
    gap: 32px;
}

.tasa-auction-spotlight-copy .tasa-auction-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(245, 158, 11, .2);
    border: 1px solid rgba(245, 158, 11, .45);
    color: #fde68a;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
}

.tasa-live-badge-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 10px #ef4444;
    animation: tasaLivePulse 1.4s infinite;
}

@keyframes tasaLivePulse {
    0% { transform: scale(0.9); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.5; }
    100% { transform: scale(0.9); opacity: 1; }
}

.tasa-auction-spotlight-copy h2 {
    margin: 0 0 10px;
    font-size: clamp(20px, 2.3vw, 30px);
    font-weight: 950;
    color: #fff;
    line-height: 1.35;
}

.tasa-auction-spotlight-copy p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 620px;
}

.tasa-auction-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12.5px;
    font-weight: 700;
    color: #e2e8f0;
}

.tasa-auction-cta-card {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tasa-auction-cta-icon {
    font-size: 36px;
    margin-bottom: 8px;
}

.tasa-auction-cta-card strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 4px;
}

.tasa-auction-cta-card span {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 16px;
}

.tasa-auction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1e1b4b !important;
    font-size: 14.5px;
    font-weight: 900;
    box-shadow: 0 8px 25px rgba(217, 119, 6, .35);
    transition: transform .2s, box-shadow .2s;
}

.tasa-auction-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(217, 119, 6, .5);
    background: linear-gradient(135deg, #fbbf24, #d97706);
}

.tasa-auction-btn i {
    font-style: normal;
    font-size: 16px;
    transition: transform .2s;
}

.tasa-auction-btn:hover i {
    transform: translateX(-4px);
}

/* 8.8 Reusable Section Headers & Products Sections */
.tasa-section,
.tasa-products-section {
    margin-top: 36px;
}

.tasa-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
}

.tasa-section-head > div span {
    display: inline-block;
    color: var(--tasa-red);
    font-size: 12px;
    font-weight: 850;
    margin-bottom: 4px;
}

.tasa-section-head > div h2 {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 950;
    color: var(--tasa-navy);
    letter-spacing: -0.5px;
}

.tasa-section-head a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--tasa-line);
    color: var(--tasa-navy) !important;
    font-size: 12.5px;
    font-weight: 850;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
    transition: all .2s ease;
}

.tasa-section-head a:hover {
    background: var(--tasa-navy);
    color: #fff !important;
    border-color: var(--tasa-navy);
    transform: translateX(-3px);
    box-shadow: 0 6px 18px rgba(9, 31, 61, .18);
}

/* Brands Band */
.tasa-brand-band {
    margin-top: 40px;
}

.tasa-brand-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 14px;
}

.tasa-brand-list span {
    display: grid;
    place-items: center;
    min-height: 64px;
    padding: 12px;
    border: 1px solid var(--tasa-line);
    border-radius: 16px;
    background: #fff;
    color: var(--tasa-navy);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .03);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tasa-brand-list span:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    border-color: #cbd5e1;
    color: var(--tasa-red);
}

/* Trust Strip */
.tasa-trust,
.tasa-global-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 36px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid var(--tasa-line);
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.tasa-trust > div,
.tasa-global-trust > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.tasa-trust span,
.tasa-global-trust span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid var(--tasa-line);
    font-size: 22px;
    margin-bottom: 6px;
}

.tasa-trust b,
.tasa-global-trust b {
    font-size: 14px;
    font-weight: 900;
    color: var(--tasa-navy);
}

.tasa-trust small,
.tasa-global-trust small {
    font-size: 11px;
    color: var(--tasa-muted);
}

@media (max-width: 768px) {
    .tasa-trust,
    .tasa-global-trust {
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
        padding: 18px 14px;
    }
    .tasa-brand-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    .tasa-brand-list span {
        min-height: 50px;
        font-size: 12.5px;
    }
}

/* 9. Modals (Voice & Visual) */
.tasa-modal {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: grid;
    place-items: center;
    padding: 20px;
}

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

.tasa-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 31, 61, .65);
    backdrop-filter: blur(6px);
}

.tasa-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(540px, 95vw);
    padding: 34px 28px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
    text-align: center;
}

.tasa-modal-close {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--tasa-line);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}

.tasa-voice-icon-box {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: var(--tasa-red-light);
}

.tasa-voice-pulse {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(215, 25, 49, .2);
    animation: tasaPulse 1.5s infinite;
}

@keyframes tasaPulse {
    0% { transform: scale(0.95); opacity: 0.8; }
    50% { transform: scale(1.15); opacity: 0.3; }
    100% { transform: scale(0.95); opacity: 0.8; }
}

.tasa-voice-mic-icon {
    font-size: 42px;
}

.tasa-voice-transcript {
    margin: 18px 0;
    padding: 12px 18px;
    border-radius: 14px;
    background: #f1f5f9;
    font-size: 16px;
    font-weight: 800;
    color: var(--tasa-navy);
}

/* Visual Dropzone */
.tasa-visual-dropzone {
    position: relative;
    margin: 20px 0;
    padding: 30px 20px;
    border: 2px dashed #cbd5e1;
    border-radius: 20px;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

.tasa-visual-dropzone.is-dragover {
    border-color: var(--tasa-red);
    background: var(--tasa-red-light);
}

.tasa-visual-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.tasa-drop-icon {
    display: block;
    font-size: 44px;
    margin-bottom: 10px;
}

.tasa-visual-preview img {
    max-width: 180px;
    max-height: 180px;
    border-radius: 14px;
    object-fit: cover;
    margin-bottom: 12px;
    border: 1px solid var(--tasa-line);
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .tasa-main-header {
        grid-template-columns: 150px minmax(0, 1fr) 200px;
        gap: 16px;
    }
    .tasa-quick-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .tasa-main-header {
        grid-template-columns: 130px minmax(0, 1fr);
    }
    .tasa-header-actions {
        display: none;
    }
    .tasa-summer-sale-head {
        grid-template-columns: 1fr;
    }
    .tasa-auction-spotlight-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .tasa-mega-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .tasa-next {
        padding: 0 12px 35px;
    }
    .tasa-benefit-strip {
        font-size: 10.5px;
        padding: 6px 10px;
    }
    .tasa-benefit-items span:nth-child(n+3) {
        display: none;
    }
    .tasa-main-header {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px 0;
    }
    .tasa-brand strong {
        font-size: 32px;
    }
    .tasa-header-search {
        grid-template-columns: 50px minmax(0, 1fr) 48px 48px;
        height: 48px;
    }
    .tasa-header-search small {
        display: none;
    }
    .tasa-quick-cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .tasa-quick-cards > a {
        grid-template-columns: 40px 1fr;
        padding: 12px;
        min-height: 76px;
    }
    .tasa-quick-cards i {
        display: none;
    }
    .tasa-quick-cards span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .tasa-quick-cards b {
        font-size: 13px;
    }
    .tasa-auction-spotlight {
        padding: 20px 16px;
        border-radius: 20px;
    }
    .tasa-auction-features {
        flex-direction: column;
        gap: 8px;
    }
    .tasa-category-circles a,
    .tasa-category-circles button {
        flex-basis: 74px;
    }
    .tasa-category-circles span {
        width: 62px;
        height: 62px;
        font-size: 26px;
    }
    .tasa-summer-sale {
        padding: 20px 14px;
        border-radius: 20px;
    }
    .tasa-daily-countdown div {
        width: 68px;
        height: 54px;
    }
    .tasa-daily-countdown b {
        font-size: 20px;
    }
    .tasa-real-slider {
        aspect-ratio: 1800 / 414;
        margin-top: 10px;
        border-radius: 14px;
    }
    .tasa-slider-arrow {
        width: 32px !important;
        height: 32px !important;
    }
    .tasa-slider-arrow svg {
        width: 16px !important;
        height: 16px !important;
    }
    .tasa-slider-arrow.is-prev {
        right: 8px;
    }
    .tasa-slider-arrow.is-next {
        left: 8px;
    }
    .tasa-real-dots {
        bottom: 8px;
        padding: 4px 8px;
        gap: 5px;
    }
    .tasa-real-dots button,
    .tasa-real-dots .tasa-dot {
        width: 6px !important;
        height: 6px !important;
    }
    .tasa-real-dots button.is-active,
    .tasa-real-dots .tasa-dot.is-active {
        width: 16px !important;
        height: 6px !important;
    }
}

/* Global Site Footer */
.tasa-global-site-footer {
    max-width: 1500px;
    margin: 45px auto 0;
    padding: 48px 28px 24px;
    border-top: 1px solid var(--tasa-line);
    background: #fff;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -8px 30px rgba(15, 23, 42, .03);
}

.tasa-footer-top {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 32px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--tasa-line);
}

.tasa-footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tasa-footer-brand-link {
    display: inline-block;
    text-decoration: none !important;
}

.tasa-footer-logo-img {
    display: block !important;
    width: auto !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
}

.tasa-footer-slogan {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 800;
    color: var(--tasa-muted);
    letter-spacing: -0.2px;
}

.tasa-footer-desc {
    margin: 14px 0 18px;
    color: #475569;
    font-size: 12.5px;
    line-height: 1.85;
}

.tasa-footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tasa-social-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 220px;
    padding: 9px 16px;
    border-radius: 12px;
    background: #25d366;
    color: #fff !important;
    font-size: 12.5px;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, .25);
    transition: transform .2s, box-shadow .2s, background .2s;
}

.tasa-social-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, .38);
    background: #20bd5a;
}

.tasa-social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tasa-social-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--tasa-line);
    border-radius: 10px;
    background: #f8fafc;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all .2s ease;
}

.tasa-social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, .1);
}

.tasa-social-icon.tasa-social-fb:hover {
    background: #1877f2;
    color: #fff !important;
    border-color: #1877f2;
}

.tasa-social-icon.tasa-social-insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff !important;
    border-color: transparent;
}

.tasa-social-icon.tasa-social-tiktok:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.tasa-footer-heading {
    position: relative;
    margin: 0 0 16px;
    padding-bottom: 8px;
    font-size: 14.5px;
    font-weight: 950;
    color: var(--tasa-navy);
}

.tasa-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: var(--tasa-red);
}

.tasa-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.tasa-footer-links a {
    display: inline-block;
    color: #475569 !important;
    font-size: 12.5px;
    font-weight: 600;
    transition: color .15s, transform .15s;
}

.tasa-footer-links a:hover {
    color: var(--tasa-red) !important;
    transform: translateX(-3px);
}

.tasa-footer-middle {
    padding: 20px 0;
    border-bottom: 1px solid var(--tasa-line);
}

.tasa-payment-methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    font-weight: 850;
    color: var(--tasa-navy);
}

.tasa-payment-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.tasa-payment-badges .pay-tag {
    padding: 5px 12px;
    border: 1px solid var(--tasa-line);
    border-radius: 999px;
    background: #f8fafc;
    font-size: 11px;
    font-weight: 750;
    color: #334155;
}

.tasa-payment-badges .pay-cod {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
    font-weight: 900;
}

.tasa-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    color: var(--tasa-muted);
    font-size: 12px;
}

@media (max-width: 767px) {
    .tasa-footer-top {
        grid-template-columns: 1fr 1fr;
    }
    .tasa-footer-top .tasa-col-brand {
        grid-column: 1 / -1;
    }
    .tasa-footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

/* ==========================================================================
   10. ULTRA-TRENDY E-COMMERCE CONVERSION & UX FEATURES
   ========================================================================== */

/* 10.1 Live Social Proof Sales Notification Toast */
.tasa-live-sales-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99998;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 340px;
    padding: 12px 14px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .45s ease;
}

.tasa-live-sales-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.tasa-toast-close {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .2s;
}

.tasa-toast-close:hover {
    background: #e2e8f0;
    color: var(--tasa-ink);
}

.tasa-toast-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff0f2, #ffe4e6);
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(215, 25, 49, 0.1);
}

.tasa-toast-body {
    flex: 1;
    min-width: 0;
}

.tasa-toast-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--tasa-navy);
}

.tasa-toast-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: tasaLiveDotPulse 1.2s infinite;
}

.tasa-toast-item {
    font-size: 11.5px;
    font-weight: 800;
    color: var(--tasa-ink);
    margin: 2px 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tasa-toast-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: var(--tasa-muted);
}

.tasa-toast-badge {
    color: #047857;
    font-weight: 800;
}

@media (max-width: 768px) {
    .tasa-live-sales-toast {
        bottom: 80px;
        right: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
    }
}

/* 10.2 Scroll-To-Top Progress Ring */
.tasa-scroll-top-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
    cursor: pointer;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85);
    transition: opacity .3s, visibility .3s, transform .3s, box-shadow .3s;
}

.tasa-scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tasa-scroll-top-btn:hover {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 12px 30px rgba(215, 25, 49, 0.25);
}

.tasa-progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.tasa-ring-bg {
    fill: none;
    stroke: #e2e8f0;
    stroke-width: 3;
}

.tasa-ring-fill {
    fill: none;
    stroke: var(--tasa-red);
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dashoffset .15s linear;
}

.tasa-top-arrow {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 900;
    color: var(--tasa-navy);
    line-height: 1;
}

@media (max-width: 768px) {
    .tasa-scroll-top-btn {
        bottom: 84px;
        left: 14px;
        width: 40px;
        height: 40px;
    }
    .tasa-progress-ring {
        width: 40px;
        height: 40px;
    }
}

/* 10.3 Tactile Micro-Interactions & Cart Pulse */
@keyframes tasaCartBounce {
    0%, 100% { transform: scale(1); }
    30% { transform: scale(1.35) rotate(-8deg); }
    60% { transform: scale(0.9) rotate(4deg); }
    80% { transform: scale(1.1); }
}

.tasa-cart-bounce {
    animation: tasaCartBounce 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) !important;
}

.tasa-btn-pulse {
    transform: scale(0.96) !important;
}

.tasa-added-success {
    background: #10b981 !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4) !important;
}

/* 10.4 Card Trend Micro-Pills */
.tasa-card-trend-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 850;
    margin-bottom: 6px;
    width: fit-content;
}

.tasa-card-trend-pill span {
    font-weight: 900;
}

.tasa-card-trend-pill small {
    opacity: 0.8;
}

.tasa-card-trend-pill.is-hot {
    background: #fff1f2;
    color: var(--tasa-red);
    border: 1px solid #ffe4e6;
}

.tasa-card-trend-pill.is-fast {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #d1fae5;
}

.tasa-card-trend-pill.is-trend {
    background: #fdf4ff;
    color: #9333ea;
    border: 1px solid #fae8ff;
}

/* 10.5 Story Ring Glow on Homepage Category Circles */
@media (hover: hover) and (pointer: fine) {
    .tasa-category-circles a:hover span {
        border-color: #ffe4e6;
        box-shadow: 0 0 0 3px rgba(215, 25, 49, 0.25), 0 10px 24px rgba(215, 25, 49, 0.18);
        transform: scale(1.06);
        transition: all .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    }
}




:root {
    --tasa-font: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --tasa-red: #d71931;
    --tasa-red-2: #b00018;
    --tasa-red-light: #fff0f2;
    --tasa-navy: #091f3d;
    --tasa-navy-dark: #051329;
    --tasa-dark: #0f172a;
    --tasa-muted: #64748b;
    --tasa-bg: #f8fafc;
    --tasa-card: #ffffff;
    --tasa-border: #e2e8f0;
    --tasa-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    --tasa-shadow-hover: 0 18px 38px rgba(15, 23, 42, .11);
    --tasa-radius: 18px;
}

html, body, button, input, select, textarea, .woocommerce, .woocommerce *, .woodmart-theme {
    font-family: var(--tasa-font) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: var(--tasa-bg);
    color: var(--tasa-dark);
}

/* Eliminate empty page-title spacing and native parent footer */
.woodmart-page-title,
.footer-container:not(.tasa-sitewide-footer),
footer.footer-container,
.woodmart-footer,
.woodmart-prefooter,
.footer-sidebar,
.copyrights-wrapper {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
}


.main-page-wrapper {
    padding-top: 14px !important;
    margin-top: 0 !important;
    background: transparent;
}

.site-content {
    background: transparent;
}

.container,
.wd-container {
    max-width: 1500px;
}

/* 1. Lightweight Breadcrumb */
.woocommerce-breadcrumb,
.yoast-breadcrumbs,
.rank-math-breadcrumb {
    margin: 0 0 10px 0 !important;
    padding: 4px 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: var(--tasa-muted) !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

.woocommerce-breadcrumb a {
    color: #475569 !important;
    text-decoration: none !important;
    transition: color .2s;
}

.woocommerce-breadcrumb a:hover {
    color: var(--tasa-red) !important;
}

/* Category Header & Description */
.woocommerce-products-header {
    margin-bottom: 12px !important;
}

.woocommerce-products-header__title.page-title,
.woocommerce-products-header .page-title,
h1.woocommerce-products-header__title {
    display: block !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    color: var(--tasa-navy) !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.3 !important;
}

.page-description,
.term-description {
    color: var(--tasa-muted) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    margin: 0 0 12px 0 !important;
}

/* 2. Category Chips Bar (Strictly single instance) */
.tasa-shop-category-bar {
    margin: 8px 0 18px !important;
    padding: 10px 16px !important;
    border: 1px solid var(--tasa-border) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .03) !important;
    position: relative;
}

.tasa-category-chips-track {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}

.tasa-category-chips-track::-webkit-scrollbar {
    height: 4px;
}

.tasa-category-chips-track::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.tasa-chip {
    flex-shrink: 0 !important;
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    border: 1px solid var(--tasa-border);
    border-radius: 999px;
    background: #f8fafc;
    color: #334155 !important;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all .2s;
}

.tasa-chip:hover {
    background: #e2e8f0;
    color: var(--tasa-navy) !important;
    border-color: #cbd5e1;
}

.tasa-chip.is-active {
    background: var(--tasa-navy);
    border-color: var(--tasa-navy);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(9, 31, 61, .2);
}

/* 3. Shop Archive & Modern Trendy Product Cards */
.woocommerce-shop .site-content,
.tax-product_cat .site-content,
.tax-product_tag .site-content,
.search-results .site-content {
    padding-top: 10px;
}

.shop-loop-head,
.wd-shop-tools {
    margin-bottom: 20px !important;
    padding: 14px 20px;
    border: 1px solid var(--tasa-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .03);
}

.woocommerce ul.products,
.products.elements-grid {
    gap: 20px 0;
}

.woocommerce ul.products li.product,
.product-grid-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #eef2f6 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, .04) !important;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s ease, border-color .25s ease !important;
}

.woocommerce ul.products li.product:hover,
.product-grid-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .09) !important;
    border-color: #cbd5e1 !important;
}

.product-grid-item .product-wrapper,
.woocommerce ul.products li.product .product-wrapper {
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.product-grid-item .product-element-top,
.woocommerce ul.products li.product .product-element-top,
.woocommerce ul.products li.product .product-image-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    margin-bottom: 12px !important;
}

.product-grid-item .product-image-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product a.product-image-link {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.product-grid-item img,
.product-grid-item .product-image-link img,
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product .wp-post-image,
.tasa-products-section img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1.05 !important;
    object-fit: contain !important;
    object-position: center center !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.wd-lazy-load,
.wd-lazy-fade,
.lazy-loading,
.lazy-loaded {
    opacity: 1 !important;
    visibility: visible !important;
}

.woocommerce ul.products li.product:hover img,
.product-grid-item:hover img {
    transform: scale(1.04) !important;
}

/* 2-line clean title clamp with trendy typography */
.product-grid-item .wd-entities-title,
.product-grid-item .product-title,
.woocommerce-loop-product__title {
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    color: var(--tasa-dark) !important;
    min-height: 39px !important;
    max-height: 39px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-weight: 800 !important;
    margin: 4px 0 8px 0 !important;
    transition: color .2s ease !important;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.product-grid-item:hover .wd-entities-title {
    color: var(--tasa-red) !important;
}

/* Trendy Price Block */
.product-grid-item .price,
.woocommerce ul.products li.product .price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    color: var(--tasa-red) !important;
    font-size: 16.5px !important;
    font-weight: 950 !important;
    margin-bottom: 12px !important;
    direction: rtl !important;
}

.product-grid-item .price del,
.woocommerce ul.products li.product .price del {
    color: #94a3b8 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: line-through !important;
    opacity: 0.8 !important;
}

.product-grid-item .price ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    color: var(--tasa-red) !important;
    font-weight: 950 !important;
}

.product-grid-item .price .woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    font-size: 11.5px !important;
    font-weight: 800 !important;
    margin-right: 2px !important;
}

/* Modern Add to Cart Button */
.product-grid-item .button,
.product-grid-item .add_to_cart_button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    min-height: 42px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--tasa-navy), var(--tasa-navy-dark)) !important;
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 12.5px !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    box-shadow: 0 4px 14px rgba(9, 31, 61, .15) !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease !important;
    margin-top: auto !important;
}

.product-grid-item .button:hover,
.woocommerce ul.products li.product .button:hover {
    background: linear-gradient(135deg, var(--tasa-red), var(--tasa-red-2)) !important;
    box-shadow: 0 6px 20px rgba(215, 25, 49, .35) !important;
    transform: translateY(-2px) !important;
}

/* Single-Instance Product Badges */
.tasa-product-type-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 15 !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    pointer-events: none !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08) !important;
}

.tasa-product-type-badge.is-fawery {
    background: rgba(236, 253, 245, .95) !important;
    color: #047857 !important;
    border: 1px solid #a7f3d0 !important;
}

.tasa-product-type-badge.is-import {
    background: rgba(254, 243, 199, .95) !important;
    color: #b45309 !important;
    border: 1px solid #fde68a !important;
}

/* Position discount badge opposite to fulfillment badge */
.product-labels,
.onsale,
.product-grid-item .onsale {
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 900 !important;
    padding: 3px 8px !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, .3) !important;
    min-height: 0 !important;
    min-width: 0 !important;
    line-height: 1.3 !important;
}

/* Hide secondary header links on compact desktops */
@media (max-width: 1280px) {
    .tasa-nav-extra {
        display: none !important;
    }
}


/* 4. Single Product Page */
.single-product .site-content {
    padding-top: 25px;
}

.single-product .product-image-summary {
    padding: 24px;
    border: 1px solid var(--tasa-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--tasa-shadow);
}

.single-product .woocommerce-product-gallery img {
    border-radius: 18px;
}

.single-product .product_title {
    font-size: 28px;
    line-height: 1.4;
    color: var(--tasa-navy);
    font-weight: 950;
}

.single-product .summary .price {
    color: var(--tasa-red);
    font-size: 28px;
    font-weight: 950;
}

.single-product .single_add_to_cart_button {
    min-height: 52px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, var(--tasa-red), var(--tasa-red-2)) !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    box-shadow: 0 10px 24px rgba(215, 25, 49, .25);
}

.single-product .quantity input {
    min-height: 50px;
    border-radius: 12px;
}

.woocommerce-tabs {
    margin-top: 26px;
    padding: 24px;
    border: 1px solid var(--tasa-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--tasa-shadow);
}

.tasa-single-delivery {
    display: grid;
    gap: 4px;
    margin: 18px 0;
    padding: 16px 18px;
    border-radius: 16px;
    line-height: 1.7;
}

.tasa-single-delivery strong {
    font-size: 15px;
}

.tasa-single-delivery small {
    opacity: .85;
    font-size: 11px;
}

.tasa-single-delivery.is-fawery {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.tasa-single-delivery.is-import {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
}

/* Single Product Trust Badges Strip */
.tasa-pdp-trust-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
    padding: 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid var(--tasa-border);
}

.tasa-pdp-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tasa-pdp-trust-icon {
    font-size: 20px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--tasa-border);
    box-shadow: 0 2px 6px rgba(15, 23, 42, .04);
}

.tasa-pdp-trust-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.tasa-pdp-trust-text strong {
    font-size: 12.5px;
    font-weight: 850;
    color: var(--tasa-navy);
}

.tasa-pdp-trust-text small {
    font-size: 10.5px;
    color: var(--tasa-muted);
}

/* Single Product Variations, Swatches & Steppers */
.single-product .variations {
    width: 100%;
    margin-bottom: 20px;
}

.single-product .variations tr {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
    border: 0 !important;
}

.single-product .variations td.label {
    padding: 0 !important;
    border: 0 !important;
}

.single-product .variations td.label label {
    font-size: 13.5px;
    font-weight: 850;
    color: var(--tasa-navy);
}

.single-product .variations td.value {
    padding: 0 !important;
    border: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.single-product .variations select {
    width: 100%;
    max-width: 340px;
    background: #fff !important;
    border: 1.5px solid var(--tasa-border) !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
    font-weight: 750 !important;
    color: var(--tasa-navy) !important;
}

.single-product .variations select:focus {
    border-color: var(--tasa-red) !important;
    box-shadow: 0 0 0 3px rgba(215, 25, 49, 0.12) !important;
}

.woodmart-swatch,
.wd-swatch,
.swatches-select .woodmart-swatch {
    border-radius: 10px !important;
    border: 1.5px solid var(--tasa-border) !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.woodmart-swatch:hover,
.wd-swatch:hover,
.woodmart-swatch.active-swatch,
.wd-swatch.wd-active {
    border-color: var(--tasa-red) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(215, 25, 49, 0.2) !important;
}

.single-product .quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 1.5px solid var(--tasa-border) !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
}

.single-product .quantity input.qty {
    width: 50px !important;
    height: 48px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    color: var(--tasa-navy) !important;
    box-shadow: none !important;
}

.single-product .quantity .plus,
.single-product .quantity .minus {
    width: 38px !important;
    height: 48px !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--tasa-navy) !important;
    cursor: pointer !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}

.single-product .quantity .plus:hover,
.single-product .quantity .minus:hover {
    background: var(--tasa-red-light) !important;
    color: var(--tasa-red) !important;
}

/* Single Product Mobile Sticky Bottom Buy Bar */
.tasa-sticky-pdp-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--tasa-border);
    box-shadow: 0 -8px 25px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: none;
}

.tasa-sticky-pdp-bar.is-visible {
    transform: translateY(0);
}

.tasa-sticky-pdp-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
}

.tasa-sticky-pdp-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.tasa-sticky-pdp-thumb {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid var(--tasa-border);
    background: #f8fafc;
    flex-shrink: 0;
}

.tasa-sticky-pdp-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.tasa-sticky-pdp-title {
    font-size: 12px;
    font-weight: 800;
    color: var(--tasa-navy);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tasa-sticky-pdp-price {
    font-size: 13.5px;
    font-weight: 900;
    color: var(--tasa-red);
}

.tasa-sticky-pdp-cta {
    padding: 10px 20px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tasa-red), var(--tasa-red-2));
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(215, 25, 49, 0.35);
    flex-shrink: 0;
    white-space: nowrap;
    transition: transform .15s ease, opacity .15s ease;
}

.tasa-sticky-pdp-cta:hover {
    opacity: 0.95;
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .tasa-sticky-pdp-bar {
        display: block;
        bottom: 74px;
        right: 12px;
        left: 12px;
        border-radius: 18px;
        border: 1px solid var(--tasa-border);
    }
}

/* 4.5 Universal Form Elements & Inputs */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
input[type=url],
textarea,
select,
.woocommerce-input-wrapper select,
.woocommerce-input-wrapper input {
    height: 48px;
    padding: 0 16px;
    border: 1px solid var(--tasa-border) !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    color: var(--tasa-dark) !important;
    font-family: inherit !important;
    font-size: 13.5px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

textarea {
    min-height: 110px !important;
    padding: 12px 16px !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
    border-color: var(--tasa-red) !important;
    box-shadow: 0 0 0 3.5px rgba(215, 25, 49, 0.12) !important;
    background: #fff !important;
}

/* 4.6 Native WooCommerce Notices & Banners */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-notice {
    padding: 14px 20px !important;
    border-radius: 16px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .04) !important;
}

.woocommerce-message {
    background: #ecfdf5 !important;
    border: 1.5px solid #a7f3d0 !important;
    color: #047857 !important;
}

.woocommerce-error {
    background: #fff0f2 !important;
    border: 1.5px solid #fecaca !important;
    color: #b91c1c !important;
}

.woocommerce-info {
    background: #f0f9ff !important;
    border: 1.5px solid #bae6fd !important;
    color: #0369a1 !important;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    background: var(--tasa-navy) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    min-height: 0 !important;
    box-shadow: none !important;
    margin-left: auto !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
    background: var(--tasa-red) !important;
}

/* 5. Cart Page Visual Identity */
.woocommerce-cart .cart-content-wrapper,
.woocommerce-cart-form,
.cart-totals-inner,
.woocommerce-checkout .checkout-order-review,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-order {
    padding: 24px;
    border: 1px solid var(--tasa-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(15, 23, 42, .04);
}

.woocommerce-cart table.shop_table {
    border-collapse: separate;
    border-spacing: 0 10px;
    border: 0 !important;
}

.woocommerce-cart table.shop_table thead th {
    background: #f1f5f9;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 900;
    color: var(--tasa-navy);
    font-size: 13px;
    border: 0;
}

.woocommerce-cart table.shop_table tr.cart_item {
    background: #f8fafc;
    border-radius: 14px;
    transition: background .2s;
}

.woocommerce-cart table.shop_table tr.cart_item:hover {
    background: #f1f5f9;
}

.woocommerce-cart table.shop_table td {
    padding: 14px 16px;
    border: 0 !important;
    vertical-align: middle;
}

.woocommerce-cart table.shop_table td.product-thumbnail img {
    border-radius: 12px;
    width: 64px !important;
    height: 64px !important;
    object-fit: cover;
}

.woocommerce-cart table.shop_table td.product-name a {
    font-weight: 850;
    color: var(--tasa-dark) !important;
    font-size: 13.5px;
    transition: color .2s;
}

.woocommerce-cart table.shop_table td.product-name a:hover {
    color: var(--tasa-red) !important;
}

.woocommerce-cart .coupon {
    display: flex;
    gap: 8px;
    align-items: center;
}

.woocommerce-cart .coupon input.input-text {
    max-width: 200px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
    min-height: 54px;
    border-radius: 14px !important;
    background: linear-gradient(135deg, var(--tasa-red), var(--tasa-red-2)) !important;
    color: #fff !important;
    font-weight: 950 !important;
    font-size: 15px !important;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 24px rgba(215, 25, 49, .28) !important;
    transition: transform .2s, box-shadow .2s, opacity .2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(215, 25, 49, .4) !important;
}

.tasa-cart-notice {
    display: grid;
    gap: 4px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1.5px solid #a7f3d0;
    border-radius: 14px;
    background: #ecfdf5;
    color: #047857;
}

.tasa-checkout-notice {
    display: grid;
    gap: 4px;
    margin: 0 0 16px;
    padding: 15px 17px;
    border: 1.5px solid #fed7aa;
    border-radius: 14px;
    background: #fff7ed;
    color: #9a3412;
}

/* 5.5 Checkout 2-Column Conversion Layout & Order Review */
@media (min-width: 992px) {
    .woocommerce-checkout form.checkout {
        display: grid !important;
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) !important;
        gap: 28px !important;
        align-items: start !important;
    }

    .woocommerce-checkout #customer_details {
        width: 100% !important;
        float: none !important;
        margin-bottom: 0 !important;
    }

    .woocommerce-checkout .checkout-order-review,
    .woocommerce-checkout #order_review {
        width: 100% !important;
        float: none !important;
        position: sticky !important;
        top: 24px !important;
    }
}

@media (max-width: 991px) {
    .woocommerce-checkout form.checkout {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review {
        width: 100% !important;
        float: none !important;
    }
}

.woocommerce-checkout #order_review::after {
    content: "🔒 تسوق آمن 100% • دفع عند الاستلام • فحص ومعاينة قبل الاستلام";
    display: block;
    margin-top: 14px;
    padding: 11px 14px;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid var(--tasa-border);
    text-align: center;
    font-size: 11.5px;
    font-weight: 850;
    color: var(--tasa-navy);
}

#payment {
    background: #f8fafc !important;
    border: 1px solid var(--tasa-border) !important;
    border-radius: 18px !important;
    padding: 16px !important;
}

#payment ul.payment_methods {
    border: 0 !important;
    padding: 0 !important;
    display: grid;
    gap: 10px;
}

#payment ul.payment_methods li {
    padding: 12px 16px !important;
    border: 1.5px solid var(--tasa-border) !important;
    border-radius: 14px !important;
    background: #fff !important;
    transition: border-color .2s, box-shadow .2s;
}

#payment ul.payment_methods li.payment_method_cod,
#payment ul.payment_methods li:hover {
    border-color: var(--tasa-red) !important;
}

#payment ul.payment_methods li label {
    font-weight: 900 !important;
    font-size: 13.5px !important;
    color: var(--tasa-navy) !important;
    cursor: pointer;
}

/* 5.6 Thank You & Order Confirmation Page */
.woocommerce-order-received .woocommerce-thankyou-order-received {
    padding: 18px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1.5px solid #a7f3d0;
    color: #047857;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 24px;
    text-align: center;
}

.woocommerce-order-overview {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    border: 1px solid var(--tasa-border) !important;
    list-style: none !important;
    margin: 0 0 24px 0 !important;
}

.woocommerce-order-overview li {
    font-size: 12px;
    color: var(--tasa-muted);
    border: 0 !important;
    padding: 0 !important;
}

.woocommerce-order-overview li strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: var(--tasa-navy);
    margin-top: 4px;
}

/* 5.7 Standard Pagination */
.woocommerce-pagination,
.tasa-pagination {
    margin: 32px 0 16px !important;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    border: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce-pagination ul.page-numbers li span.page-numbers,
.woocommerce-pagination ul.page-numbers li a.page-numbers {
    display: grid !important;
    place-items: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border: 1px solid var(--tasa-border) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: var(--tasa-navy) !important;
    font-weight: 850 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all .2s;
}

.woocommerce-pagination ul.page-numbers li span.current {
    background: var(--tasa-red) !important;
    border-color: var(--tasa-red) !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(215, 25, 49, .3) !important;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    background: var(--tasa-navy) !important;
    border-color: var(--tasa-navy) !important;
    color: #fff !important;
}

/* 6. My Account Page */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px;
    border: 1px solid var(--tasa-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--tasa-shadow);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 7px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 16px;
    border-radius: 12px;
    color: var(--tasa-dark);
    font-weight: 800;
    transition: all .2s;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: var(--tasa-red-light);
    color: var(--tasa-red);
}

.woocommerce-account .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
    width: 100% !important;
    padding: 24px;
    border: 1px solid var(--tasa-border);
    border-radius: 20px;
    background: #fff;
}

/* 7. Order Tracking Stepper & Abroad Landing */
.tasa-tracking-container,
.tasa-abroad-container {
    max-width: 900px;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid var(--tasa-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--tasa-shadow);
}

.tasa-tracking-badge,
.tasa-abroad-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    color: var(--tasa-navy);
    background: #e2e8f0;
    margin-bottom: 12px;
}

.tasa-form-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin: 20px 0;
}

.tasa-form-row input {
    height: 52px;
    padding: 0 18px;
    border: 1px solid var(--tasa-border);
    border-radius: 14px;
    font-size: 15px;
}

.tasa-stepper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.tasa-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tasa-step .step-num {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e2e8f0;
    color: var(--tasa-muted);
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 8px;
}

.tasa-step.is-done .step-num {
    background: #047857;
    color: #fff;
}

.tasa-step .step-title {
    font-size: 12.5px;
    margin-bottom: 3px;
}

.tasa-step small {
    font-size: 10px;
    color: var(--tasa-muted);
}

.tasa-abroad-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 28px 0;
}

.tasa-abroad-step {
    padding: 18px;
    border: 1px solid var(--tasa-border);
    border-radius: 16px;
    background: #f8fafc;
    text-align: center;
}

.tasa-abroad-step .step-icon {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

/* 8. Global Structured Footer */
/* 8. Global Structured Site Footer */
.tasa-global-site-footer {
    max-width: 1500px;
    margin: 45px auto 0;
    padding: 48px 28px 24px;
    border-top: 1px solid var(--tasa-border);
    background: #fff;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -8px 30px rgba(15, 23, 42, .03);
}

.tasa-footer-top {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 32px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--tasa-border);
}

.tasa-footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tasa-footer-brand-link {
    display: inline-block;
    text-decoration: none !important;
}

.tasa-footer-logo-img {
    display: block !important;
    width: auto !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
}

.tasa-footer-slogan {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 800;
    color: var(--tasa-muted);
    letter-spacing: -0.2px;
}

.tasa-footer-desc {
    margin: 14px 0 18px;
    color: #475569;
    font-size: 12.5px;
    line-height: 1.85;
}

.tasa-footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tasa-social-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 220px;
    padding: 9px 16px;
    border-radius: 12px;
    background: #25d366;
    color: #fff !important;
    font-size: 12.5px;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, .25);
    transition: transform .2s, box-shadow .2s, background .2s;
}

.tasa-social-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, .38);
    background: #20bd5a;
}

.tasa-social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tasa-social-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--tasa-border);
    border-radius: 10px;
    background: #f8fafc;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all .2s ease;
}

.tasa-social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, .1);
}

.tasa-social-icon.tasa-social-fb:hover {
    background: #1877f2;
    color: #fff !important;
    border-color: #1877f2;
}

.tasa-social-icon.tasa-social-insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff !important;
    border-color: transparent;
}

.tasa-social-icon.tasa-social-tiktok:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.tasa-footer-heading {
    position: relative;
    margin: 0 0 16px;
    padding-bottom: 8px;
    font-size: 14.5px;
    font-weight: 950;
    color: var(--tasa-navy);
}

.tasa-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: var(--tasa-red);
}

.tasa-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.tasa-footer-links a {
    display: inline-block;
    color: #475569 !important;
    font-size: 12.5px;
    font-weight: 600;
    transition: color .15s, transform .15s;
}

.tasa-footer-links a:hover {
    color: var(--tasa-red) !important;
    transform: translateX(-3px);
}

.tasa-footer-middle {
    padding: 20px 0;
    border-bottom: 1px solid var(--tasa-border);
}

.tasa-payment-methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    font-weight: 850;
    color: var(--tasa-navy);
}

.tasa-payment-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.tasa-payment-badges .pay-tag {
    padding: 5px 12px;
    border: 1px solid var(--tasa-border);
    border-radius: 999px;
    background: #f8fafc;
    font-size: 11px;
    font-weight: 750;
    color: #334155;
}

.tasa-payment-badges .pay-cod {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
    font-weight: 900;
}

.tasa-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    color: var(--tasa-muted);
    font-size: 12px;
}

/* 9. Global 5-Item Mobile App Navigation Bar */
.tasa-global-mobile-nav {
    display: none;
}

@media (max-width: 767px) {
    body {
        padding-bottom: 78px;
    }
    .tasa-global-mobile-nav {
        position: fixed;
        right: 10px;
        bottom: 10px;
        left: 10px;
        z-index: 99999;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        padding: 6px 4px;
        border: 1px solid rgba(226, 232, 240, .9);
        border-radius: 22px;
        background: rgba(255, 255, 255, .95);
        box-shadow: 0 16px 45px rgba(15, 23, 42, .2);
        backdrop-filter: blur(14px);
    }
    .tasa-global-mobile-nav a,
    .tasa-global-mobile-nav .tasa-mob-btn {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
        color: #334155 !important;
        text-decoration: none !important;
        font-weight: 800;
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 4px 0;
    }
    .tasa-global-mobile-nav a.is-active,
    .tasa-global-mobile-nav .tasa-mob-btn.is-active {
        color: var(--tasa-red) !important;
    }
    .tasa-global-mobile-nav span {
        position: relative;
        font-size: 20px;
        line-height: 1;
    }
    .tasa-global-mobile-nav small {
        font-size: 9px;
    }
    .tasa-global-mobile-nav .tasa-mob-btn.is-search span {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        margin-top: -22px;
        border: 4px solid #fff;
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(135deg, var(--tasa-red), var(--tasa-red-2));
        box-shadow: 0 8px 20px rgba(215, 25, 49, .3);
        font-size: 19px;
    }
    .tasa-mob-badge {
        position: absolute;
        right: -8px;
        top: -6px;
        display: grid;
        place-items: center;
        min-width: 16px;
        height: 16px;
        padding: 0 3px;
        border-radius: 999px;
        color: #fff;
        background: var(--tasa-red);
        font-size: 8.5px;
        font-style: normal;
        font-weight: 900;
    }
    .tasa-footer-top {
        grid-template-columns: 1fr 1fr;
    }
    .tasa-footer-top .tasa-col-brand {
        grid-column: 1 / -1;
    }
    .tasa-footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .tasa-abroad-steps,
    .tasa-stepper {
        grid-template-columns: 1fr 1fr;
    }
    .woocommerce-account .col2-set {
        grid-template-columns: 1fr;
    }
}

/* Hero Slider Reset & Polish */
.tasa-real-slider button.tasa-slider-arrow,
.tasa-real-slider button[data-slider-prev],
.tasa-real-slider button[data-slider-next] {
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tasa-real-dots button,
.tasa-real-dots .tasa-dot {
    min-height: 0 !important;
    min-width: 0 !important;
    height: 7px !important;
    max-height: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    outline: none !important;
}

/* 11. 404 & Generic Content Pages Visual Identity */
.error404 .site-content,
.page-template-default .site-content,
.post-template-default .site-content {
    max-width: 1100px;
    margin: 30px auto;
    padding: 36px 30px;
    border: 1px solid var(--tasa-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(15, 23, 42, .04);
}

.error404 .page-content {
    text-align: center;
    padding: 40px 20px;
}

.error404 h1 {
    font-size: clamp(60px, 10vw, 110px);
    font-weight: 950;
    line-height: 1;
    margin: 0 0 10px;
    background: linear-gradient(135deg, var(--tasa-red), #991b1b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error404 h2 {
    font-size: 22px;
    font-weight: 900;
    color: var(--tasa-navy);
    margin-bottom: 12px;
}

.error404 p {
    color: var(--tasa-muted);
    font-size: 14px;
    margin-bottom: 24px;
}

.error404 .btn-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--tasa-red), var(--tasa-red-2));
    color: #fff !important;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 8px 22px rgba(215, 25, 49, .28);
    transition: transform .2s, box-shadow .2s;
}

.error404 .btn-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(215, 25, 49, .4);
}





/* ========================================================================== 
   Tasawwq Standalone Storefront Layer — no WoodMart dependency
   ========================================================================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.tasawwq-storefront { margin: 0; direction: rtl; background: var(--tasa-bg); }
body.admin-bar .tasa-mega-menu { top: 32px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.screen-reader-text:focus { position:fixed!important; width:auto!important; height:auto!important; clip:auto!important; top:10px; right:10px; z-index:100000; background:#fff; color:#111827; padding:10px 14px!important; border-radius:8px; box-shadow:0 8px 24px rgba(0,0,0,.15); }

.tasa-sitewide-header { padding-bottom: 0; }
.tasa-sitewide-footer { padding-top: 12px; }
.tasa-global-trust-wrap { padding-bottom: 0; }
.tasa-page-shell,
.tasa-woocommerce-shell {
    width: min(1500px, calc(100% - 48px));
    margin: 0 auto;
    padding: 20px 0 48px;
}
.tasa-content-card {
    background: #fff;
    border: 1px solid var(--tasa-line);
    border-radius: 20px;
    padding: clamp(18px, 3vw, 36px);
    box-shadow: var(--tasa-shadow);
}
.tasa-page-heading { margin-bottom: 24px; }
.tasa-page-heading h1,
.tasa-page-hero h1 { margin:0; color:var(--tasa-navy); font-size:clamp(24px, 3vw, 38px); font-weight:950; line-height:1.25; }
.tasa-page-hero {
    display:flex; align-items:center; gap:16px; margin-bottom:22px; padding:22px 24px;
    background:linear-gradient(135deg,#fff,#f8fafc); border:1px solid var(--tasa-line); border-radius:20px; box-shadow:var(--tasa-shadow);
}
.tasa-page-hero > span { display:grid; place-items:center; width:52px; height:52px; border-radius:15px; background:var(--tasa-red-light); color:var(--tasa-red); font-size:28px; flex:0 0 auto; }
.tasa-page-hero p { margin:6px 0 0; color:var(--tasa-muted); }
.tasa-entry-content { line-height:1.9; color:#334155; }
.tasa-entry-content > :first-child { margin-top:0; }
.tasa-entry-content > :last-child { margin-bottom:0; }
.tasa-entry-content a { color:var(--tasa-red); text-decoration:underline; text-underline-offset:3px; }
.tasa-entry-content table { width:100%; border-collapse:collapse; }
.tasa-entry-content th,.tasa-entry-content td { padding:12px; border:1px solid var(--tasa-line); }

/* Native WooCommerce archive grid */
.woocommerce .woocommerce-result-count { color:var(--tasa-muted); font-size:13px; margin:10px 0 18px; }
.woocommerce .woocommerce-ordering { margin:0 0 18px; }
.woocommerce .woocommerce-ordering select { min-height:42px; border:1px solid var(--tasa-line); border-radius:12px; padding:0 14px; background:#fff; color:var(--tasa-dark); }
.woocommerce ul.products {
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px!important;
    margin:0 0 30px!important;
    padding:0!important;
    clear:both;
}
.woocommerce ul.products::before,.woocommerce ul.products::after { display:none!important; }
.woocommerce ul.products.columns-6 { grid-template-columns:repeat(6,minmax(0,1fr)); }
.woocommerce ul.products.columns-5 { grid-template-columns:repeat(5,minmax(0,1fr)); }
.woocommerce ul.products.columns-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.woocommerce ul.products.columns-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.woocommerce ul.products.columns-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.woocommerce ul.products li.product {
    float:none!important; width:auto!important; margin:0!important; padding:12px!important; min-width:0; display:flex!important; flex-direction:column; height:100%; isolation:isolate;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link { display:block; color:inherit; text-decoration:none; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding:0!important; }
.woocommerce ul.products li.product .price { margin-top:auto; }
.woocommerce ul.products li.product .button { width:100%; margin-top:8px!important; }
.woocommerce ul.products li.product .added_to_cart { text-align:center; margin-top:8px; font-size:12px; font-weight:800; color:var(--tasa-red); }
.woocommerce span.onsale { min-width:auto; min-height:auto; line-height:1.2; padding:6px 9px; top:10px; left:10px; right:auto; border-radius:999px; background:var(--tasa-red); font-size:10px; font-weight:900; z-index:8; }

/* Lightweight card utilities */
.tasa-card-actions { position:absolute; top:12px; left:12px; z-index:20; display:flex; flex-direction:column; gap:7px; }
.tasa-card-action { width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(226,232,240,.95); border-radius:50%; background:rgba(255,255,255,.94); color:#0f172a; box-shadow:0 5px 16px rgba(15,23,42,.08); cursor:pointer; transition:.18s ease; font-size:16px; padding:0; }
.tasa-card-action:hover,.tasa-card-action.is-active { transform:translateY(-1px); background:var(--tasa-navy); color:#fff; border-color:var(--tasa-navy); }
.tasa-card-action[data-tasa-wishlist].is-active { background:var(--tasa-red); border-color:var(--tasa-red); }
.tasa-header-icon-wrap { position:relative; display:inline-flex; align-items:center; justify-content:center; }
.tasa-wishlist-badge { position:absolute; top:-8px; left:-10px; min-width:18px; height:18px; padding:0 5px; display:grid; place-items:center; border-radius:999px; background:var(--tasa-red); color:#fff; font-style:normal; font-size:9px; font-weight:900; border:2px solid #fff; }

/* Single product using WooCommerce native markup */
.single-product div.product { display:grid; grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr); gap:clamp(24px,4vw,54px); align-items:start; background:#fff; border:1px solid var(--tasa-line); border-radius:24px; padding:clamp(16px,3vw,34px); box-shadow:var(--tasa-shadow); }
.single-product div.product::before,.single-product div.product::after { display:none; }
.single-product div.product .woocommerce-product-gallery { width:auto!important; float:none!important; margin:0!important; }
.single-product div.product .summary { width:auto!important; float:none!important; margin:0!important; }
.single-product .woocommerce-tabs,.single-product .related,.single-product .upsells { grid-column:1/-1; }
.single-product .woocommerce-product-gallery__wrapper { margin:0; }
.single-product .woocommerce-product-gallery__image img { border-radius:18px; background:#f8fafc; }
.single-product form.cart { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.single-product form.cart .variations { width:100%; }
.single-product .woocommerce-tabs { margin-top:26px; }
.single-product .woocommerce-tabs ul.tabs { display:flex; gap:8px; flex-wrap:wrap; padding:0!important; margin:0 0 14px!important; }
.single-product .woocommerce-tabs ul.tabs::before { display:none!important; }
.single-product .woocommerce-tabs ul.tabs li { margin:0!important; border:1px solid var(--tasa-line)!important; border-radius:999px!important; background:#fff!important; padding:0!important; }
.single-product .woocommerce-tabs ul.tabs li::before,.single-product .woocommerce-tabs ul.tabs li::after { display:none!important; }
.single-product .woocommerce-tabs ul.tabs li a { padding:8px 14px!important; font-size:12px; }
.single-product .woocommerce-tabs .panel { background:#fff; border:1px solid var(--tasa-line); border-radius:16px; padding:20px; }

/* Cart / checkout / account native containers */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce { width:100%; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single { min-height:46px; border:1px solid var(--tasa-line)!important; border-radius:12px!important; background:#fff; padding:8px 12px; }
.woocommerce form .form-row textarea { min-height:110px; }
.woocommerce table.shop_table { border:1px solid var(--tasa-line); border-radius:16px; background:#fff; overflow:hidden; }
.woocommerce table.shop_table th,.woocommerce table.shop_table td { padding:13px 12px; }
.woocommerce .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout #customer_details,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content { background:#fff; border:1px solid var(--tasa-line); border-radius:18px; padding:18px; box-shadow:0 6px 20px rgba(15,23,42,.03); }
.woocommerce-account .woocommerce { display:grid; grid-template-columns:260px minmax(0,1fr); gap:20px; }
.woocommerce-account .woocommerce::before,.woocommerce-account .woocommerce::after { display:none; }
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content { width:auto!important; float:none!important; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style:none; padding:0; margin:0; }
.woocommerce-account .woocommerce-MyAccount-navigation li + li { margin-top:5px; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display:block; padding:10px 12px; border-radius:10px; text-decoration:none; font-weight:800; color:#334155; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background:var(--tasa-navy); color:#fff; }

/* Quick view */
.tasa-quickview-dialog { width:min(900px,calc(100vw - 28px)); max-width:900px; }
.tasa-quickview-body { min-height:260px; }
.tasa-quickview-loading { min-height:260px; display:grid; place-items:center; color:var(--tasa-muted); font-weight:800; }
.tasa-quickview-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:24px; align-items:center; }
.tasa-quickview-image { background:#f8fafc; border-radius:18px; overflow:hidden; }
.tasa-quickview-image img { display:block; width:100%; aspect-ratio:1/1; object-fit:contain; }
.tasa-quickview-info h2 { margin:0 0 10px; color:var(--tasa-navy); font-size:24px; line-height:1.35; }
.tasa-quickview-price { color:var(--tasa-red); font-size:22px; font-weight:950; margin-bottom:10px; }
.tasa-quickview-stock { display:inline-flex; padding:5px 10px; border-radius:999px; background:#ecfdf5; color:#047857; font-size:11px; font-weight:900; margin-bottom:12px; }
.tasa-quickview-stock.out-of-stock { background:#fef2f2; color:#b91c1c; }
.tasa-quickview-description { color:#475569; line-height:1.8; font-size:13px; }
.tasa-quickview-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }
.tasa-quickview-actions .button,.tasa-quickview-actions a { min-height:44px; display:inline-flex; align-items:center; justify-content:center; padding:0 18px; border-radius:12px; font-weight:900; text-decoration:none; }
.tasa-quickview-actions .tasa-quick-add { background:var(--tasa-red); color:#fff; }
.tasa-quickview-actions .tasa-details-link { background:var(--tasa-navy); color:#fff; }

/* Wishlist / compare */
.tasa-collection-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.tasa-collection-card { position:relative; background:#fff; border:1px solid var(--tasa-line); border-radius:18px; padding:12px; box-shadow:var(--tasa-shadow); }
.tasa-collection-card img { width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:14px; background:#f8fafc; }
.tasa-collection-card h3 { margin:10px 0 6px; min-height:44px; font-size:14px; color:var(--tasa-navy); }
.tasa-collection-card .tasa-collection-price { color:var(--tasa-red); font-weight:950; }
.tasa-collection-actions { display:flex; gap:8px; margin-top:12px; }
.tasa-collection-actions a,.tasa-collection-actions button { flex:1; min-height:40px; border:0; border-radius:10px; display:grid; place-items:center; text-decoration:none; cursor:pointer; font-weight:850; font-size:12px; }
.tasa-collection-actions a { background:var(--tasa-navy); color:#fff; }
.tasa-collection-actions button { background:#f1f5f9; color:#334155; }
.tasa-collection-loading,.tasa-collection-empty { grid-column:1/-1; min-height:220px; display:grid; place-items:center; text-align:center; padding:30px; background:#fff; border:1px dashed #cbd5e1; border-radius:18px; color:var(--tasa-muted); }
.tasa-compare-table-wrap { width:100%; overflow:auto; background:#fff; border:1px solid var(--tasa-line); border-radius:18px; box-shadow:var(--tasa-shadow); }
.tasa-compare-table { width:100%; min-width:720px; border-collapse:collapse; }
.tasa-compare-table th,.tasa-compare-table td { padding:14px; border-bottom:1px solid var(--tasa-line); text-align:center; vertical-align:middle; }
.tasa-compare-table th:first-child,.tasa-compare-table td:first-child { width:140px; background:#f8fafc; font-weight:900; color:var(--tasa-navy); }
.tasa-compare-product img { width:110px; height:110px; object-fit:cover; border-radius:14px; }
.tasa-compare-product strong { display:block; max-width:190px; margin:8px auto 0; line-height:1.5; }
.tasa-remove-compare { border:0; border-radius:9px; padding:7px 10px; background:#fef2f2; color:#b91c1c; font-weight:850; cursor:pointer; }

/* Blog/basic content */
.tasa-post-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.tasa-post-card { overflow:hidden; background:#fff; border:1px solid var(--tasa-line); border-radius:18px; box-shadow:var(--tasa-shadow); }
.tasa-post-thumb { display:block; aspect-ratio:16/10; overflow:hidden; background:#f8fafc; }
.tasa-post-thumb img { width:100%; height:100%; object-fit:cover; }
.tasa-post-card-body { padding:18px; }
.tasa-post-card h2 { margin:0 0 10px; font-size:19px; line-height:1.45; color:var(--tasa-navy); }
.tasa-post-card p { color:var(--tasa-muted); line-height:1.8; }
.tasa-text-link { color:var(--tasa-red); font-weight:900; text-decoration:none; }
.tasa-single-featured img { width:100%; border-radius:18px; margin-bottom:24px; }
.tasa-post-meta { margin-top:8px; color:var(--tasa-muted); font-size:12px; }
.tasa-empty-state { min-height:360px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:30px; background:#fff; border:1px solid var(--tasa-line); border-radius:20px; box-shadow:var(--tasa-shadow); }
.tasa-404-code { font-size:clamp(70px,14vw,160px); font-weight:950; line-height:.9; color:var(--tasa-red); opacity:.12; }

/* Keep the homepage one-row product sections fast and tidy. */
.home .tasa-products-section .woocommerce ul.products { margin-bottom:0!important; }

@media (max-width: 1200px) {
    .woocommerce ul.products.columns-6,.woocommerce ul.products.columns-5,.woocommerce ul.products.columns-4,.woocommerce ul.products { grid-template-columns:repeat(4,minmax(0,1fr)); }
    .tasa-collection-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width: 991px) {
    .tasa-page-shell,.tasa-woocommerce-shell { width:min(100% - 28px,1500px); padding-top:14px; }
    .woocommerce ul.products.columns-6,.woocommerce ul.products.columns-5,.woocommerce ul.products.columns-4,.woocommerce ul.products.columns-3,.woocommerce ul.products { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .single-product div.product { grid-template-columns:1fr; }
    .woocommerce-account .woocommerce { grid-template-columns:1fr; }
    .tasa-post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .tasa-collection-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
    .tasa-next { padding-left:12px; padding-right:12px; }
    .tasa-page-shell,.tasa-woocommerce-shell { width:calc(100% - 20px); padding-bottom:88px; }
    .woocommerce ul.products.columns-6,.woocommerce ul.products.columns-5,.woocommerce ul.products.columns-4,.woocommerce ul.products.columns-3,.woocommerce ul.products.columns-2,.woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px!important; }
    .woocommerce ul.products li.product { padding:8px!important; border-radius:15px!important; }
    .woocommerce ul.products li.product img { border-radius:12px!important; }
    .tasa-card-actions { top:8px; left:8px; gap:5px; }
    .tasa-card-action { width:30px; height:30px; font-size:14px; }
    .tasa-quickview-grid { grid-template-columns:1fr; gap:14px; }
    .tasa-quickview-image img { max-height:310px; object-fit:contain; }
    .tasa-post-grid { grid-template-columns:1fr; }
    .tasa-collection-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
    .tasa-collection-card { padding:8px; }
    .tasa-page-hero { padding:16px; }
    .tasa-page-hero > span { width:44px; height:44px; font-size:22px; }
}
@media (max-width: 420px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size:12px!important; min-height:36px!important; }
    .woocommerce ul.products li.product .price { font-size:14px!important; }
    .tasa-collection-card h3 { font-size:12px; }
}

/* Lightweight toast notifications */
.tasa-store-toast {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 100050;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: min(420px, calc(100vw - 36px));
    padding: 12px 14px;
    border-radius: 14px;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 18px 45px rgba(15,23,42,.24);
    transform: translateY(18px);
    opacity: 0;
    transition: .22s ease;
    font-size: 12.5px;
    font-weight: 800;
}
.tasa-store-toast.is-visible { transform: translateY(0); opacity: 1; }
.tasa-store-toast a { color:#fff; background:var(--tasa-red); border-radius:9px; padding:6px 9px; text-decoration:none; white-space:nowrap; }
@media (max-width: 767px) {
    .tasa-store-toast { right: 10px; left: 10px; bottom: 76px; max-width:none; justify-content:space-between; }
}

/* V2: native WooCommerce image rendering; no custom image URL rewriting. */
