/* Souqzone Optimized Styles - Extracted from inline <style> blocks */
/* Cached externally for better performance */

:root {
    --sz-black: #111111;
    --sz-text: #202124;
    --sz-muted: #5f6368;
    --sz-border: #e0e0e0;
    --sz-soft: #fafafa;
    --sz-gold: #c59b27;
    --sz-gold-dark: #d4af37;
    --sz-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Suppress streak lines passing through header text */
#header .item-link::before,
#header .item-link::after,
#header .menu-item::before,
#header .menu-item::after,
#header .line::before,
#header .line::after,
#header .main-header::before,
#header .main-header::after,
#header .header-bottom::before,
#header .header-bottom::after {
    content: none !important;
    display: none !important;
    background: none !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
}

#header {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

#header .main-header,
#header .header-bottom {
    border-top: none !important;
}

body {
    color: var(--sz-text);
}

a {
    text-decoration: none !important;
    transition: var(--sz-transition);
}

/* Mega Menu & Category Thumbnails */
.sidebar-style {
    min-height: 400px;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-top: 0 !important;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08) !important;
    overflow: hidden;
}

.category-sidebar {
    background: #f8f9fa !important;
    border-right: 1px solid #e0e0e0 !important;
    height: 400px;
    padding: 20px 0;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar-title {
    font-weight: 700;
    font-size: 13px;
    color: var(--sz-gold) !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 12px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    position: relative;
}

.category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
    color: #111111 !important;
    font-size: 14px;
    font-weight: 500;
    transition: var(--sz-transition);
    border-left: 3px solid transparent !important;
}

.category-link:hover,
.category-item.active .category-link {
    background: #ffffff !important;
    color: var(--sz-gold) !important;
    border-left-color: var(--sz-gold) !important;
}

.subcategory-content {
    position: relative;
    height: 400px;
    overflow-y: auto;
    padding: 24px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.subcategory-content::-webkit-scrollbar {
    display: none;
}

.panel-header h4 {
    margin: 0 0 4px;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
}

.panel-header p {
    margin: 0 0 20px;
    color: var(--sz-muted);
    font-size: 14px;
}

.subcategory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 20px 16px;
}

.subcategory-card {
    text-align: center;
}

.subcategory-link {
    display: block;
    text-decoration: none !important;
    color: #111111;
    transition: var(--sz-transition);
}

.subcategory-image-wrapper {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 8px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04) !important;
    transition: var(--sz-transition) !important;
}

.subcategory-link:hover .subcategory-image-wrapper {
    transform: translateY(-3px) !important;
    border-color: var(--sz-gold) !important;
    box-shadow: 0 8px 20px rgba(197, 155, 39, .2) !important;
}

.subcategory-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 12px !important;
}

.subcategory-placeholder {
    color: #cccccc;
    font-size: 24px;
}

.subcategory-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: #111111;
    transition: color 0.3s ease;
}

.subcategory-link:hover .subcategory-title {
    color: var(--sz-gold) !important;
}

/* Color Overrides to Gold */
.login-option-btn input[type="radio"]:checked + span,
.login-option-btn:has(input[type="radio"]:checked) {
    /*background-color: var(--sz-gold) !important;*/
    color: #000000 !important;
    border-color: var(--sz-gold) !important;
}

.login-option-btn:hover {
    background-color: #f0f0f0 !important;
    border-color: var(--sz-gold) !important;
}

.tf-btn.btn-fill {
    background-color: var(--sz-black) !important;
    border: 1px solid var(--sz-gold) !important;
    color: #ffffff !important;
}

.tf-btn.btn-fill:hover {
    background-color: var(--sz-gold) !important;
    border-color: var(--sz-gold) !important;
    box-shadow: 0 8px 20px rgba(197, 155, 39, 0.25) !important;
}

.button_google:hover {
    border-color: var(--sz-gold) !important;
    box-shadow: 0 6px 16px rgba(197, 155, 39, 0.15) !important;
}

.viewcart-btn {
    border-color: var(--sz-gold) !important;
    color: #111111 !important;
}

.viewcart-btn:hover {
    background-color: var(--sz-gold) !important;
    color: #ffffff !important;
}

/* Floating WhatsApp */
.whatsapp-float {
    position: fixed !important;
    width: 56px !important;
    height: 56px !important;
    bottom: 120px !important;
    right: 24px !important;
    background-color: #25d366 !important;
    color: white !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .3) !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: var(--sz-transition) !important;
}

.whatsapp-float:hover {
    background-color: #128c7e !important;
    transform: translateY(-3px) scale(1.05) !important;
}

@media (max-width: 991px) {
    .sidebar-style { display: none; }
    .whatsapp-float { right: 16px !important; bottom: 80px !important; width: 52px !important; height: 52px !important; }
}

/* Mobile menu */
.canvas-mb .mb-body { min-height: calc(100vh - 100px) !important; }
.canvas-mb .mb-canvas-content { min-height: 100vh !important; }
.offcanvas-body { min-height: 100vh !important; }

/* Login/Register Modal Styles */
.button-container { display: flex; justify-content: space-between; gap: 1rem; }
.button-item { flex: 1 1 48%; display: flex; justify-content: center; }
.button_google { max-width: 320px; display: flex; padding: 0.5rem 1.4rem; font-size: 0.875rem; line-height: 1.25rem; font-weight: 700; text-align: center; text-transform: uppercase; vertical-align: middle; align-items: center; border-radius: 999px; border: 1px solid #e0e0e0; gap: 0.75rem; color: rgb(65, 63, 63); background-color: #fff; cursor: pointer; transition: var(--sz-transition); }
.button_google svg { height: 24px; }
.button_google:hover { border-color: var(--sz-gold); box-shadow: 0 6px 16px rgba(197,155,39,.15); transform: translateY(-1px); }
@media (max-width: 768px) {
    .button-item { flex: 1 1 100%; margin-bottom: 1rem; }
    .button-text { display: none; }
}

/* Pattern Lock */
#pattern-lock {
    position: relative;
    width: 70%;
    height: 250px;
    margin: 0 auto;
}
.patt-circ{ margin: 20px; width: 20px; height: 50px; border-radius: 25px; }
.modal-dialog-centered { display: flex; justify-content: center; align-items: center; }
.patt-dots { background: #000000; left: 50%; margin-left: -5px; margin-top: -5px; top: 50%; width: 10px; }
#login-pattern-lock, #register-pattern-lock { width: 300px; height: 300px; background-color: #f0f0f0; border-radius: 10px; color: black; }
.error-message { color: #dc3545; font-size: 12px; margin-top: 5px; display: none; }
.tf-field.error .tf-field-input { border-color: #dc3545; }
.tf-field.success .tf-field-input { border-color: #28a745; }

/* Register Modal */
.register-modal { max-width: 400px; width: 100%; }
.register-modal-content { max-height: 90vh; overflow-y: auto; }

/* Footer Styles */
#footer .experience-highlight .badge.bg-primary {
    background-color: #2457A6 !important;
    border-color: #2457A6 !important;
    color: #fff !important;
}

#footer .tf-social-icon .box-icon {
    outline: none !important;
    box-shadow: none !important;
    border-color: #111 !important;
    background: #fff !important;
    color: #111 !important;
    -webkit-tap-highlight-color: transparent;
    transition: color .2s ease, border-color .2s ease;
}

#footer .tf-social-icon .box-icon:hover,
#footer .tf-social-icon .box-icon:focus,
#footer .tf-social-icon .box-icon:focus-visible,
#footer .tf-social-icon .box-icon:active {
    outline: none !important;
    box-shadow: none !important;
    background: #fff !important;
    border-color: #c59b27 !important;
    color: #c59b27 !important;
}

#footer .tf-social-icon .box-icon i {
    color: inherit !important;
    transition: color .2s ease;
}

#footer .tf-social-icon .box-icon:hover i,
#footer .tf-social-icon .box-icon:focus i,
#footer .tf-social-icon .box-icon:focus-visible i,
#footer .tf-social-icon .box-icon:active i {
    color: #c59b27 !important;
}

#footer .footer-body .row {
    align-items: flex-start;
}

#footer .footer-body .footer-col-block,
#footer .footer-body .footer-infor {
    height: auto;
}

#footer .footer-menu-list {
    margin-top: 0;
}

#footer .footer-menu-list li {
    margin-bottom: 6px;
}

#footer .footer-menu_item {
    transition: color .2s ease;
}

#footer a.footer-menu_item:hover,
#footer .footer-infor a:not(.tf-btn):hover,
#footer .footer-menu_item a:hover {
    color: #c59b27 !important;
}

#footer .footer-social a:hover {
    color: #c59b27 !important;
}

#footer .footer-newsletter {
    padding-top: 0;
}

#footer .footer-newsletter .tf-collapse-content {
    margin-top: 0;
}

#footer .footer-newsletter .tf-btn {
    border-radius: 999px;
}

@media (min-width: 992px) {
    #footer .footer-body .row {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr) minmax(0, .9fr) minmax(0, 1fr);
        column-gap: 56px;
    }

    #footer .footer-body .row > [class*="col-"] {
        width: auto;
        max-width: none;
        flex: none;
    }
}

@media (max-width: 991px) {
    #footer .footer-body .row {
        row-gap: 0;
    }
}

@media (max-width: 767px) {
    #footer .footer-body .row {
        display: block;
    }

    #footer .footer-body .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }

    #footer .footer-body .footer-infor {
        margin-bottom: 28px;
    }

    #footer .footer-col-block .footer-heading-desktop {
        display: none;
    }

    #footer .footer-col-block .footer-heading-moblie {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 52px;
        margin: 0;
        padding: 14px 0;
        border-top: 1px solid #e8e8e8;
        cursor: pointer;
        user-select: none;
    }

    #footer .footer-col-block .footer-heading-moblie h6 {
        margin: 0;
    }

    #footer .footer-col-block .tf-collapse-content {
        display: none;
        padding: 0 0 18px;
    }

    #footer .footer-col-block.footer-mobile-open .tf-collapse-content {
        display: block;
    }

    #footer .footer-menu-list li {
        margin-bottom: 12px;
    }

    #footer .footer-newsletter .tf-collapse-content {
        padding-bottom: 22px;
    }

    #footer .footer-newsletter .footer-menu_item {
        line-height: 1.7;
    }
}

/* Shop Page Styles */
.tree-view {
    list-style: none;
    padding-left: 0;
}

.tree-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.tree-node {
    display: flex;
    align-items: center;
    min-height: 28px;
    position: relative;
}

.show-all-option {
    margin-left: auto;
    padding-left: 10px;
    font-size: 0.85em;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.show-all-option a {
    color: #666;
    text-decoration: none;
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 3px;
    white-space: nowrap;
}

.show-all-option a:hover {
    color: #0066cc;
    background: #e9e9e9;
}

.tree-item:hover .show-all-option {
    display: inline-block;
    opacity: 1;
}

.tree-label {
    flex-grow: 0;
    max-width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-label:hover {
    color: #0066cc;
}

.tree-label.active {
    color: #0066cc;
    font-weight: bold;
}

.tree-submenu {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
    border-left: 1px dashed #ddd;
}

.tree-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tree-item:last-child::before {
    height: 15px;
    border-left: none;
}

.tree-item.has-children::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 10px;
    height: 1px;
    background: #ddd;
}



.category-img, .subcategory-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.collection-image.img-style {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.collection-item-circle:hover .category-img,
.collection-item-circle:hover .subcategory-img {
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .category-img, .subcategory-img {
        width: 100px;
        height: 100px;
    }
    
    .collection-image.img-style {
        width: 100px;
        height: 100px;
    }
}

.sub-categories-container {
    margin-top: 30px;
    padding: 10px 0;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.flat-title .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    display: block;
}

.tf-control-filter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.active-filters {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
}

.remove-filter {
    margin-left: 5px;
    color: #999;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.remove-filter:hover {
    color: #ff0000;
}

.reset-all {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    background: darkred;
    padding: 5px 8px;
    border-radius: 5px;
}

.reset-all:hover {
    color: #ffffff;
}

.tf-btn-filter {
    position: relative;
}

.filter-indicator {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
}

.discount-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #e50000;
    color: white;
    padding: 4px 18px;
    border-radius: 10px 4px 4px 4px;
    font-weight: bold;
    font-size: 13px;
    z-index: 2;
}

.price.hasoffer {
    text-decoration: line-through;
    color: #e53935;
}

.offer-price {
    color: rgb(35, 148, 0);
    font-weight: bold;
}

.price-container {
    display: flex;
    align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
    gap: 5px;
}

.card-product {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 10px 11px;
}

.out-of-stock-label1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    color: white;
    justify-content: center;
    text-align: center;
    width: 80%;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: bold;
}

.low-stock-badge {
    background-color: #ff9800;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 5px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page-item {
    margin: 0 2px;
}

.page-link {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: #f8f9fa;
    color: #007bff;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

.loading-overlay {
    position: relative;
}

.loading-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Product Detail Styles */
.sz-product-title-text {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #111111 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 8px !important;
}

.price-on-sale {
    font-size: 26px;
    font-weight: 700;
    color: var(--sz-black);
    letter-spacing: -0.01em;
}

.variant-picker-values {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.variant-picker-values input[type="radio"] {
    display: none;
}

.variant-picker-values label {
    padding: 12px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    color: #202124;
    transition: var(--sz-transition);
    will-change: transform, box-shadow, border-color;
}

.variant-picker-values label:hover {
    border-color: var(--sz-gold);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(197, 155, 39, 0.12);
}

.variant-picker-values input[type="radio"]:checked + label {
    border-color: var(--sz-gold);
    background-color: var(--sz-black);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 155, 39, 0.25);
}

.sz-product-btn-add {
    background-color: var(--sz-black) !important;
    border: 1px solid var(--sz-gold) !important;
    border-radius: 999px !important;
    padding: 18px 32px !important;
    color: #ffffff !important;
    transition: var(--sz-transition) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    will-change: transform, box-shadow;
}

.sz-product-btn-add:hover {
    background-color: var(--sz-gold) !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 14px 30px rgba(197, 155, 39, 0.3) !important;
}

.sz-product-btn-add:active {
    transform: translateY(-1px) !important;
}

.widget-tabs.style-has-border .widget-menu-tab {
    border-bottom: 1px solid var(--sz-border) !important;
    gap: 32px;
}

.widget-menu-tab .item-title {
    position: relative;
    padding-bottom: 16px;
    cursor: pointer;
}

.widget-menu-tab .item-title::before,
.widget-menu-tab .item-title::after {
    display: none !important;
}

.widget-menu-tab .item-title .inner {
    font-size: 17px;
    font-weight: 600;
    color: #5f6368;
    transition: color 0.25s ease;
    position: relative;
}

.widget-menu-tab .item-title:hover .inner {
    color: var(--sz-black);
}

.widget-menu-tab .item-title.active .inner {
    color: var(--sz-gold) !important;
}

.widget-menu-tab .item-title.active::after {
    content: '' !important;
    display: block !important;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--sz-gold);
    border-radius: 999px;
    transition: var(--sz-transition);
}

.thumbs-slider { display: flex; }
.tf-product-media-thumbs { height: 500px; margin-right: 15px; }
.tf-product-media-main { width: 100%; margin-bottom: 15px; border-radius: 16px; overflow: hidden; }
.tf-product-media-main .swiper-slide {
    aspect-ratio: 1 / 1;
    height: auto;
}

.tf-product-media-main .swiper-slide .item {
    width: 100%;
    height: 100%;
}

.tf-product-media-thumbs .swiper-slide { 
    width: 100%; 
    height: 110px !important; 
    opacity: 0.5; 
    cursor: pointer; 
    transition: var(--sz-transition);
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
}

.tf-product-media-thumbs .swiper-slide:hover {
    opacity: 0.85;
    transform: scale(1.02);
}

.tf-product-media-thumbs .swiper-slide-thumb-active { 
    opacity: 1; 
    border-color: var(--sz-gold); 
    box-shadow: 0 6px 18px rgba(197, 155, 39, 0.2);
}

.tf-product-media-thumbs img, 
.tf-product-media-main img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.tf-product-media-main:hover img {
    transform: scale(1.03);
}

.tf-product-extra-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #202124;
    transition: var(--sz-transition);
    text-decoration: none;
}

.tf-product-extra-icon:hover {
    color: var(--sz-gold);
    transform: translateY(-2px);
}

.sz-product-card {
    border: 1px solid var(--sz-border) !important;
    border-radius: 18px !important;
    padding: 14px !important;
    background: #ffffff !important;
    transition: var(--sz-transition) !important;
}

.sz-product-card:hover {
    transform: translateY(-5px);
    border-color: var(--sz-gold) !important;
    box-shadow: 0 12px 28px rgba(197, 155, 39, 0.15) !important;
}

.sz-product-card:hover .img-product {
    transform: scale(1.05);
}

.sz-swiper-prev:hover, .sz-swiper-next:hover {
    background-color: var(--sz-gold) !important;
    color: #ffffff !important;
    border-color: var(--sz-gold) !important;
}

@media (max-width: 991px) {
    .sz-product-title-text { font-size: 28px !important; }
}

@media (max-width: 767.98px) {
    .sz-product-title-text { font-size: 24px !important; }
    .thumbs-slider { flex-direction: column; }
    .tf-product-media-thumbs { height: auto !important; margin-top: 15px; margin-right: 0; order: 2; }
    .tf-product-media-main { order: 1; margin-bottom: 0; }
    .tf-product-media-thumbs .swiper-wrapper { flex-direction: row !important; }
    .tf-product-media-thumbs .swiper-slide { width: 80px !important; height: 80px !important; }
    .tf-product-media-main .swiper-slide { aspect-ratio: 1 / 1; height: auto; }
}

.social-whatsapp { background-color: #25D366 !important; color: white !important; }
.social-whatsapp:hover { background-color: #128C7E !important; }

/* ============================================
   SHOP PAGE UI/UX IMPROVEMENTS
   ============================================ */

/* --- Hero Banner --- */
.sz-hero-banner {
    background: linear-gradient(135deg, #fafafa 0%, #f5f0e8 50%, #fafafa 100%) !important;
    padding: 50px 20px !important;
    position: relative;
    overflow: hidden;
}

.sz-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(197, 155, 39, 0.06) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(197, 155, 39, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.sz-hero-heading {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.15 !important;
    color: var(--sz-black) !important;
    position: relative;
    z-index: 1;
}

.sz-hero-subtitle {
    font-size: 1.05rem !important;
    color: var(--sz-muted) !important;
    max-width: 520px !important;
    margin: 12px auto 0 !important;
    line-height: 1.6 !important;
    position: relative;
    z-index: 1;
}

/* --- Categories Carousel --- */
.flat-categories-bg.wrap-carousel.sz-categories-carousel {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) !important;
    border-radius: 20px !important;
    padding: 24px 50px 20px !important;
    position: relative !important;
    overflow: hidden !important;
}
.flat-categories-bg.wrap-carousel.sz-categories-carousel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 0%, rgba(197, 155, 39, 0.08) 0%, transparent 60%);
    pointer-events: none;
}
.flat-categories-bg.wrap-carousel.sz-categories-carousel::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--sz-gold), transparent);
    opacity: 0.4;
}

.sz-category-item {
    text-align: center;
    transition: var(--sz-transition) !important;
    padding: 4px 0 !important;
}
.sz-category-item:hover {
    transform: translateY(-6px) !important;
}

.sz-category-link {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 3px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
    position: relative;
    cursor: pointer;
}
.sz-category-link::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: border-color 0.4s ease;
}
.sz-category-item:hover .sz-category-link {
    border-color: var(--sz-gold) !important;
    box-shadow: 0 8px 32px rgba(197, 155, 39, 0.25), 0 0 0 4px rgba(197, 155, 39, 0.08) !important;
    background: rgba(197, 155, 39, 0.08) !important;
}
.sz-category-item:hover .sz-category-link::after {
    border-color: rgba(197, 155, 39, 0.3);
}

.sz-category-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    filter: brightness(0.92) contrast(1.05);
}
.sz-category-item:hover .sz-category-img {
    transform: scale(1.12) !important;
    filter: brightness(1) contrast(1.08);
}

.sz-category-name {
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    transition: all 0.3s ease !important;
    margin-top: 6px !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.sz-category-name:hover,
.sz-category-item:hover .sz-category-name {
    color: var(--sz-gold) !important;
}

/* Carousel Navigation */
.sz-carousel-nav {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}
.sz-carousel-nav:hover {
    background: var(--sz-gold) !important;
    color: #fff !important;
    border-color: var(--sz-gold) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 20px rgba(197, 155, 39, 0.3) !important;
}
.flat-categories-bg.wrap-carousel.sz-categories-carousel .sw-dots .sw-dot-active {
    background: var(--sz-gold) !important;
}
.flat-categories-bg.wrap-carousel.sz-categories-carousel .sw-dots span {
    background: rgba(255, 255, 255, 0.2) !important;
}
.flat-categories-bg.wrap-carousel.sz-categories-carousel .sw-dots span::before {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.flat-categories-bg.wrap-carousel.sz-categories-carousel .sw-dots span.swiper-pagination-bullet-active {
    background-color: transparent !important;
    border: 2px solid var(--sz-gold) !important;
}
.flat-categories-bg.wrap-carousel.sz-categories-carousel .sw-dots span.swiper-pagination-bullet-active::before {
    background-color: var(--sz-gold) !important;
}

/* --- Sub-categories Container --- */
.sz-subcategories {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 20px !important;
    padding: 28px 24px !important;
    margin-top: 30px !important;
    animation: slideDown 0.35s ease-out !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
    position: relative;
    overflow: hidden;
}
.sz-subcategories::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--sz-gold), transparent);
    opacity: 0.3;
}

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

.sz-subcategory-title {
    font-size: 1.15rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 700 !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid var(--sz-gold) !important;
    display: inline-block !important;
}

.sz-subcategories-carousel {
    padding: 10px 0 !important;
}

/* --- Active Filters --- */
.sz-active-filters {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    padding: 12px 0 !important;
}

.sz-filter-badge {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 14px !important;
    background: linear-gradient(135deg, #f8f6f2 0%, #f0ece4 100%) !important;
    border: 1px solid #e0dcd4 !important;
    border-radius: 999px !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: var(--sz-text) !important;
    transition: var(--sz-transition) !important;
}

.sz-filter-badge:hover {
    border-color: var(--sz-gold) !important;
    box-shadow: 0 2px 8px rgba(197, 155, 39, 0.12) !important;
}

.sz-filter-label {
    font-weight: 600 !important;
    color: var(--sz-muted) !important;
    margin-right: 4px !important;
}

.sz-remove-filter {
    margin-left: 8px !important;
    color: var(--sz-muted) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    width: 18px !important;
    height: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: var(--sz-transition) !important;
    background: rgba(0, 0, 0, 0.05) !important;
}

.sz-remove-filter:hover {
    color: #fff !important;
    background: #e53935 !important;
    transform: rotate(90deg) !important;
}

.sz-reset-all {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    background: var(--sz-black) !important;
    padding: 7px 18px !important;
    border-radius: 999px !important;
    border: 1px solid var(--sz-gold) !important;
    transition: var(--sz-transition) !important;
    letter-spacing: 0.02em !important;
}

.sz-reset-all:hover {
    background: var(--sz-gold) !important;
    border-color: var(--sz-gold) !important;
    box-shadow: 0 4px 12px rgba(197, 155, 39, 0.25) !important;
    transform: translateY(-1px) !important;
    color: #fff !important;
}

/* --- Shop Controls (Filter / Grid / Sort) --- */
.sz-shop-control {
    border-bottom: 1px solid #eee !important;
    padding-bottom: 16px !important;
    margin-bottom: 24px !important;
}

.sz-filter-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    color: var(--sz-text) !important;
    background: #fff !important;
    transition: var(--sz-transition) !important;
}

.sz-filter-btn:hover {
    border-color: var(--sz-gold) !important;
    color: var(--sz-gold) !important;
    box-shadow: 0 4px 12px rgba(197, 155, 39, 0.1) !important;
}

.sz-filter-indicator {
    width: 8px !important;
    height: 8px !important;
    background: var(--sz-gold) !important;
    border-radius: 50% !important;
    animation: pulse 1.5s infinite !important;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.2); }
}

/* --- Sort Dropdown --- */
.sz-sorting-control {
    position: relative;
}

.sz-sort-dropdown .btn-select {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 18px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color: var(--sz-text) !important;
    cursor: pointer !important;
    transition: var(--sz-transition) !important;
}

.sz-sort-dropdown .btn-select:hover {
    border-color: var(--sz-gold) !important;
}

.sz-dropdown-menu {
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
    padding: 8px !important;
    min-width: 200px !important;
    overflow: hidden !important;
}

.sz-sort-item {
    padding: 10px 16px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: var(--sz-transition) !important;
    font-size: 0.9rem !important;
}

.sz-sort-item:hover {
    background: #f8f6f2 !important;
    color: var(--sz-gold) !important;
}

.sz-sort-item.active {
    background: var(--sz-black) !important;
    color: #fff !important;
    font-weight: 600 !important;
}

/* --- Products Section --- */
.sz-product-section {
    padding-top: 10px !important;
}

.sz-products-wrapper {
    min-height: 400px;
}

/* --- Product Cards --- */
.card-product {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    border-radius: 14px !important;
    padding: 10px !important;
    border: 1px solid #f0f0f0 !important;
    transition: var(--sz-transition) !important;
    background: #fff !important;
    overflow: hidden;
}

.card-product:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-4px) !important;
    border-color: rgba(197, 155, 39, 0.3) !important;
}

.card-product .product-img img {
    transition: transform 0.4s ease !important;
}

.card-product:hover .product-img img {
    transform: scale(1.04) !important;
}

/* Discount Badge */
.discount-badge {
    background: linear-gradient(135deg, #e53935 0%, #c62828 100%) !important;
    color: #fff !important;
    padding: 4px 14px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

/* Out of Stock Label */
.out-of-stock-label1 {
    background: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(4px) !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.03em !important;
    padding: 10px 20px !important;
}

/* Price Styles */
.offer-price {
    color: #2e7d32 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
}

.price.hasoffer {
    text-decoration: line-through !important;
    color: #999 !important;
    font-size: 0.9rem !important;
}

.price-container {
    margin-top: 8px !important;
}

/* Add to Cart Button */
.list-product-btn .add-to-cart-btn,
.add-to-cart-btn {
    border-radius: 999px !important;
    font-weight: 600 !important;
    transition: var(--sz-transition) !important;
}

.add-to-cart-btn:hover {
    background: var(--sz-gold) !important;
    border-color: var(--sz-gold) !important;
}

/* --- Pagination --- */
.sz-product-section .pagination {
    margin: 30px 0 10px !important;
    gap: 6px !important;
}

.sz-product-section .page-link {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    color: var(--sz-text) !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    padding: 8px 14px !important;
    transition: var(--sz-transition) !important;
    min-width: 38px !important;
    text-align: center !important;
}

.sz-product-section .page-link:hover {
    background: #f8f6f2 !important;
    border-color: var(--sz-gold) !important;
    color: var(--sz-gold) !important;
}

.sz-product-section .page-item.active .page-link {
    background: var(--sz-black) !important;
    border-color: var(--sz-black) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.sz-product-section .page-item.disabled .page-link {
    color: #bbb !important;
    background: #fafafa !important;
    border-color: #eee !important;
}

/* --- Filter Offcanvas --- */
.sz-filter-offcanvas {
    width: 360px !important;
}

.sz-filter-header {
    border-bottom: 1px solid #eee !important;
    padding: 16px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.sz-filter-header .filter-icon {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

/* --- Filter sidebar: search inputs, section order, footer --- */
.sz-filter-search {
    position: relative;
    margin-bottom: 12px;
}

.sz-filter-search-input {
    width: 100% !important;
    padding: 9px 14px 9px 38px !important;
    border: 1px solid #e5e0d6 !important;
    border-radius: 10px !important;
    font-size: 0.88rem !important;
    background: #faf8f5 !important;
    outline: none !important;
    color: var(--sz-text, #333) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.sz-filter-search::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 12px;
    width: 12px;
    height: 12px;
    border: 2px solid #a9a29a;
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
}

.sz-filter-search::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 23px;
    width: 7px;
    height: 2px;
    background: #a9a29a;
    transform: rotate(45deg);
    pointer-events: none;
}

.sz-filter-search-input::placeholder {
    color: #aaa39b;
    opacity: 1;
}

.sz-filter-search-input:focus {
    border-color: var(--sz-gold) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(197, 155, 39, 0.12) !important;
}

.sz-filter-empty {
    font-size: 0.8rem !important;
    color: #999 !important;
    padding: 6px 4px 10px !important;
    font-style: italic;
}

.sz-filter-offcanvas .canvas-body .widget-facet {
    padding: 14px 0;
    border-bottom: 1px solid #f0ede6;
}

.sz-filter-offcanvas .canvas-body .widget-facet:first-child {
    padding-top: 6px;
}

.sz-filter-offcanvas .canvas-body .widget-facet:last-child {
    border-bottom: none;
}

.sz-filter-footer {
    padding-top: 16px;
    text-align: center;
}

.sz-clear-btn {
    display: inline-block !important;
    width: 100% !important;
    padding: 11px 16px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: var(--sz-gold, #c59b27) !important;
    border: none !important;
    border-radius: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 3px 10px rgba(197, 155, 39, 0.25) !important;
}

.sz-clear-btn:hover {
    background: #b5891f !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(197, 155, 39, 0.35) !important;
}

#brandList, #categoryList {
    max-height: 240px;
    overflow-y: auto;
}

/* --- Modals --- */
.sz-modal-content {
    border: none !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2) !important;
}

.sz-quick-modal .header {
    position: relative !important;
}

.sz-quick-modal .icon-close {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    transition: var(--sz-transition) !important;
}

.sz-quick-modal .icon-close:hover {
    background: #e0e0e0 !important;
    transform: rotate(90deg) !important;
}

/* --- Mobile Responsive --- */
@media (max-width: 991px) {
    .sz-hero-heading {
        font-size: 1.8rem !important;
    }
    
    .sz-hero-subtitle {
        font-size: 0.95rem !important;
    }
    
    .flat-categories-bg.wrap-carousel.sz-categories-carousel {
        padding: 20px 30px 16px !important;
    }
    .sz-category-link {
        width: 70px !important;
        height: 70px !important;
    }
    
    .sz-filter-offcanvas {
        width: 300px !important;
    }
}

@media (max-width: 767px) {
    .sz-hero-banner {
        padding: 30px 16px !important;
    }
    
    .sz-hero-heading {
        font-size: 1.5rem !important;
    }
    
    .sz-hero-subtitle {
        font-size: 0.85rem !important;
    }
    
    .flat-categories-bg.wrap-carousel.sz-categories-carousel {
        padding: 16px 16px 14px !important;
        border-radius: 14px !important;
    }
    .sz-category-link {
        width: 60px !important;
        height: 60px !important;
        border-width: 2px !important;
    }
    .sz-category-name {
        font-size: 0.7rem !important;
        letter-spacing: 0.01em !important;
    }
    
    .sz-subcategories {
        padding: 16px 12px !important;
        border-radius: 12px !important;
    }
    
    .sz-product-section .page-link {
        padding: 6px 10px !important;
        font-size: 0.8rem !important;
        min-width: 32px !important;
    }
    
    .card-product {
        border-radius: 10px !important;
        padding: 8px !important;
    }
}

@media (max-width: 480px) {
    .sz-hero-heading {
        font-size: 1.3rem !important;
    }
    
    .sz-reset-all {
        padding: 6px 14px !important;
        font-size: 0.8rem !important;
    }
    
    .sz-filter-btn {
        padding: 8px 14px !important;
        font-size: 0.85rem !important;
    }
}

/* --- Product Card Item --- */
.sz-product-card-item {
    position: relative;
}

.sz-product-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1;
}

.sz-product-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sz-product-card-item:hover .sz-product-img {
    transform: scale(1.06) !important;
}

.sz-product-img-hover {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
}

.sz-product-card-item:hover .sz-product-img-hover {
    opacity: 1 !important;
}

.sz-discount-badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 5 !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 11px !important;
    letter-spacing: 0.05em !important;
}

.sz-out-of-stock {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 5 !important;
    white-space: nowrap !important;
}

.sz-product-info {
    padding: 10px 4px 4px !important;
}

.sz-product-title {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.5em !important;
}

.sz-price-container {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin-top: 6px !important;
}

.sz-offer-price {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
}

.sz-original-price {
    font-size: 0.85rem !important;
    text-decoration: line-through !important;
    color: #999 !important;
}

.sz-price {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--sz-black) !important;
}

/* --- Pagination List --- */
.sz-pagination-list {
    gap: 6px !important;
}

.sz-pagination .page-link {
    border-radius: 8px !important;
    font-weight: 500 !important;
}

/* --- Add to Cart Button Enhancement --- */
.sz-product-card-item .add-to-cart-btn {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    white-space: nowrap !important;
    z-index: 10 !important;
}

.sz-product-card-item:hover .add-to-cart-btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
}

/* --- Wishlist & Compare Buttons --- */
.sz-product-card-item .tf-product-btn-wishlist {
    transition: all 0.3s ease !important;
}

.sz-product-card-item .tf-product-btn-wishlist:hover {
    transform: scale(1.15) !important;
}

/* ============================================
   SHOP SEARCH
   ============================================ */
.sz-shop-search-wrap {
    max-width: 720px;
}

.sz-shop-search {
    width: 100%;
}

.sz-search-form {
    width: 100%;
}

.sz-search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.sz-search-input {
    width: 100%;
    height: 48px;
    padding: 0 110px 0 18px;
    font-size: 15px;
    color: var(--sz-black);
    background: #fff;
    border: 1.5px solid #e6e8ec;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.sz-search-input::placeholder {
    color: #9aa0a6;
}

.sz-search-input:focus {
    border-color: var(--sz-gold);
    box-shadow: 0 0 0 3px rgba(197, 155, 39, 0.15);
}

.sz-search-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 9px;
    background: var(--sz-gold);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.sz-search-btn:hover {
    background: #b18920;
    transform: translateY(-50%) scale(1.05);
}

.sz-search-clear {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    color: #b0b4bd;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 2px;
}

.sz-search-clear:hover {
    color: var(--sz-black);
}

@media (max-width: 575.98px) {
    .sz-search-input {
        height: 44px;
        padding-right: 100px;
        font-size: 14px;
    }
}

/* ===== Shop AJAX search / filtering ===== */
.sz-ajax-products {
    position: relative;
    min-height: 120px;
}
.sz-ajax-loading {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 12px;
}
.sz-ajax-loading.active {
    display: flex;
}
.sz-ajax-spinner {
    width: 44px;
    height: 44px;
    border: 4px solid rgba(197, 155, 39, 0.25);
    border-top-color: var(--sz-gold);
    border-radius: 50%;
    animation: sz-spin 0.7s linear infinite;
}
@keyframes sz-spin {
    to { transform: rotate(360deg); }
}

/* Language switcher dropdown */
.tf-languages .dropdown.bootstrap-select.image-select.type-languages {
    width: auto;
}
.tf-languages .bootstrap-select.image-select.type-languages > button.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    padding: 7px 28px 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.tf-languages .bootstrap-select.image-select.type-languages > button.dropdown-toggle:hover {
    border-color: rgba(17, 17, 17, 0.3);
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.tf-languages .bootstrap-select.image-select.type-languages > button.dropdown-toggle::after {
    right: 13px;
    color: #111;
}
.tf-languages .bootstrap-select.image-select.type-languages > button.dropdown-toggle .filter-option-inner-inner {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
}
.tf-languages .bootstrap-select.image-select.type-languages > .dropdown-menu {
    width: auto;
    min-width: 130px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 8px;
    padding: 9px 10px;
    border-radius: 14px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    min-height: max-content;
}
.tf-languages .bootstrap-select.image-select.type-languages > .dropdown-menu .text {
    white-space: nowrap;
}
.tf-languages .bootstrap-select.image-select.type-languages > .dropdown-menu::after {
    display: none;
}
.tf-languages .bootstrap-select.image-select.type-languages > .dropdown-menu ul.dropdown-menu > li > a {
    border-radius: 8px;
    padding: 5px 8px;
}
.tf-languages .bootstrap-select.image-select.type-languages > .dropdown-menu ul.dropdown-menu > li > a:hover {
    background-color: #f3f4f6;
}

.canvas-mb .mb-bottom .bottom-bar-language .bootstrap-select.image-select.type-languages > button {
    display: inline-flex;
    align-items: center;
    padding: 6px 26px 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background-color: #fff;
}

[dir="rtl"] .tf-languages .bootstrap-select.image-select.type-languages > button {
    padding: 7px 14px 7px 28px;
}
[dir="rtl"] .tf-languages .bootstrap-select.image-select.type-languages > button::after {
    right: auto;
    left: 13px;
}
