/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.42.1779467314
Updated: 2026-05-22 16:28:34

*/

/* ==========================================================================
   7. FOOTER COMMUNICATION & NEWSLETTER BANNER
   ========================================================================== */

.adigadget-footer-promo-banner {
    background-color: var(--color-bg-dark);
    color: var(--color-white);
    padding: var(--space-12) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    display: block;
    text-align: right;
}

/* Background glowing circles for premium WOW feel */
.adigadget-footer-promo-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(230, 57, 70, 0.12) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
}

.adigadget-footer-promo-banner::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(26, 26, 46, 0.8) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
}

.adigadget-footer-promo-banner .banner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8);
    position: relative;
    z-index: 2;
}

.adigadget-footer-promo-banner .banner-col {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all var(--transition-base);
    text-align: right;
}

.adigadget-footer-promo-banner .banner-col:hover {
    transform: translateY(-5px);
    border-color: rgba(230, 57, 70, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
}

.adigadget-footer-promo-banner .col-icon-title {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-4);
    justify-content: flex-start;
}

.adigadget-footer-promo-banner .title-emoji {
    font-size: var(--font-size-xl);
}

.adigadget-footer-promo-banner .banner-col h4 {
    color: var(--color-white);
    margin-bottom: 0;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
}

.adigadget-footer-promo-banner .banner-col p {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-sm);
    line-height: 1.6;
    margin-bottom: var(--space-5);
    text-align: right;
}

/* Newsletter form */
.adigadget-footer-promo-banner .newsletter-inline-form {
    display: flex;
    gap: var(--space-2);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    padding: 4px;
    align-items: center;
}

.adigadget-footer-promo-banner .newsletter-inline-form input {
    flex-grow: 1;
    background: transparent;
    border: none;
    padding: var(--space-2) var(--space-4);
    color: var(--color-white);
    font-size: var(--font-size-sm);
}

.adigadget-footer-promo-banner .newsletter-inline-form input:focus {
    outline: none;
}

.adigadget-footer-promo-banner .btn-subscribe {
    background: var(--color-price);
    color: var(--color-white);
    padding: var(--space-2) var(--space-6);
    border-radius: var(--radius-full);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-sm);
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    transition: all var(--transition-fast);
}

.adigadget-footer-promo-banner .btn-subscribe:hover {
    background: var(--color-price-light);
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.4);
}

.adigadget-footer-promo-banner .btn-subscribe .icon-arrow {
    transition: transform var(--transition-fast);
}

.adigadget-footer-promo-banner .btn-subscribe:hover .icon-arrow {
    transform: translateX(-3px); /* Move left in RTL */
}

/* Contact List */
.adigadget-footer-promo-banner .contact-details-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    list-style: none;
}

.adigadget-footer-promo-banner .contact-item-link {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    color: rgba(255, 255, 255, 0.85);
    padding: var(--space-2) var(--space-3);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    text-decoration: none;
}

.adigadget-footer-promo-banner .contact-item-link:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    color: var(--color-white);
    padding-inline-start: var(--space-4);
}

.adigadget-footer-promo-banner .contact-item-link.contact-whatsapp:hover {
    background: rgba(46, 204, 113, 0.1);
    border-color: rgba(46, 204, 113, 0.3);
    color: #2ecc71;
}

.adigadget-footer-promo-banner .contact-icon {
    flex-shrink: 0;
    transition: transform var(--transition-fast);
}

.adigadget-footer-promo-banner .contact-item-link:hover .contact-icon {
    transform: scale(1.15) rotate(-5deg);
}

.adigadget-footer-promo-banner .contact-text {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
}

/* Social media tab */
.adigadget-footer-promo-banner .social-intro {
    font-size: var(--font-size-sm);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: var(--space-5);
    text-align: right;
}

.adigadget-footer-promo-banner .social-icons-wrapper {
    display: flex;
    gap: var(--space-3);
    justify-content: flex-start;
}

.adigadget-footer-promo-banner .social-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-bounce);
    text-decoration: none;
}

.adigadget-footer-promo-banner .social-icon-btn:hover {
    color: var(--color-white);
    transform: translateY(-5px) scale(1.1);
}

.adigadget-footer-promo-banner .social-icon-btn.facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    box-shadow: 0 4px 15px rgba(59, 89, 152, 0.4);
}

.adigadget-footer-promo-banner .social-icon-btn.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #dc2743;
    box-shadow: 0 4px 15px rgba(220, 39, 67, 0.4);
}

.adigadget-footer-promo-banner .social-icon-btn.tiktok:hover {
    background-color: #010101;
    border-color: #00f2ea;
    box-shadow: 0 4px 15px rgba(1, 1, 1, 0.4);
}

.adigadget-footer-promo-banner .social-icon-btn.whatsapp-btn:hover {
    background-color: #25d366;
    border-color: #25d366;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}


/* ==========================================================================
   8. MOBILE STICKY BOTTOM NAVIGATION BAR
   ========================================================================== */

.adigadget-mobile-sticky-bottom-bar {
    display: none; /* Hidden by default on Desktop */
}

@media (max-width: 991px) {
    body {
        padding-bottom: 75px; /* Leave space so bottom content is not covered by fixed bar */
    }

    .adigadget-mobile-sticky-bottom-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: rgba(26, 26, 46, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.3);
        padding: var(--space-2) 0 calc(var(--space-2) + env(safe-area-inset-bottom, 0px));
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    }

    .adigadget-mobile-sticky-bottom-bar .bottom-bar-inner {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 600px;
        margin: 0 auto;
        padding: 0 var(--space-4);
    }

    .adigadget-mobile-sticky-bottom-bar .bottom-bar-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        color: rgba(255, 255, 255, 0.65);
        text-align: center;
        flex: 1;
        background: none;
        border: none;
        padding: var(--space-1) 0;
        transition: all var(--transition-fast);
        position: relative;
        text-decoration: none;
    }

    .adigadget-mobile-sticky-bottom-bar .bottom-bar-item:active {
        transform: scale(0.92);
    }

    .adigadget-mobile-sticky-bottom-bar .bottom-bar-item.is-active,
    .adigadget-mobile-sticky-bottom-bar .bottom-bar-item:hover {
        color: var(--color-white);
    }

    .adigadget-mobile-sticky-bottom-bar .bottom-bar-item.is-active::after {
        content: '';
        position: absolute;
        bottom: -4px;
        width: 14px;
        height: 3px;
        background-color: var(--color-price);
        border-radius: var(--radius-full);
        box-shadow: 0 0 8px var(--color-price);
    }

    .adigadget-mobile-sticky-bottom-bar .bar-icon {
        transition: transform var(--transition-bounce);
        color: inherit;
    }

    .adigadget-mobile-sticky-bottom-bar .bottom-bar-item.is-active .bar-icon {
        color: var(--color-price-light);
        transform: scale(1.15) translateY(-2px);
    }

    .adigadget-mobile-sticky-bottom-bar .bar-label {
        font-size: 10px;
        font-weight: var(--font-weight-medium);
        letter-spacing: normal;
        color: inherit;
    }

    .adigadget-mobile-sticky-bottom-bar .bar-icon-badge-wrapper {
        position: relative;
        display: inline-flex;
    }

    .adigadget-mobile-sticky-bottom-bar .bar-badge {
        position: absolute;
        top: -6px;
        left: -8px; /* Left aligned on badges for RTL visual balance */
        background-color: var(--color-price);
        color: var(--color-white);
        font-size: 8px;
        font-weight: var(--font-weight-bold);
        width: 16px;
        height: 16px;
        border-radius: var(--radius-full);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        border: 1.5px solid #1a1a2e;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        transition: all var(--transition-fast);
    }
}

/* Responsive styles for communication banner */
@media (max-width: 991px) {
    .adigadget-footer-promo-banner .banner-grid {
        grid-template-columns: 1fr;
        gap: var(--space-5);
    }
    
    .adigadget-footer-promo-banner {
        padding: var(--space-8) 0;
    }
}

/* ==========================================================================
   9. INTERACTIVE WISHLIST STYLES
   ========================================================================== */

/* Heartbeat Animation for active hearts */
@keyframes heartBeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.3); }
    28% { transform: scale(1); }
    42% { transform: scale(1.3); }
    70% { transform: scale(1); }
}

.btn-wishlist.is-active svg,
.sp-btn-wishlist.is-active svg {
    fill: #e63946;
    stroke: #e63946;
    animation: heartBeat 0.8s ease-in-out;
}

.sp-btn-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--color-white, #fff);
    padding: 12px 24px;
    border-radius: var(--radius-md, 8px);
    font-size: 14px;
    font-weight: var(--font-weight-bold, 700);
    cursor: pointer;
    transition: all var(--transition-fast);
    font-family: 'Cairo', sans-serif;
    margin: 15px 0;
}

.sp-btn-wishlist:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
}

.sp-btn-wishlist.is-active {
    background: rgba(230, 57, 70, 0.08);
    border-color: rgba(230, 57, 70, 0.2);
    color: #e63946;
}

/* ==========================================================================
   10. GLASSMORPHIC AJAX QUICK VIEW MODAL
   ========================================================================== */

.adigadget-qv-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s;
    pointer-events: none;
}

.adigadget-qv-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Blur overlay background */
.qv-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 18, 0.82);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    cursor: pointer;
}

/* Glassmorphic Container */
.qv-modal-container {
    position: relative;
    width: 92%;
    max-width: 950px;
    max-height: 88vh;
    background: rgba(26, 26, 46, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    overflow-y: auto;
    transform: scale(0.94) translateY(30px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10001;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
    text-align: right;
    direction: rtl;
}

.adigadget-qv-modal.is-open .qv-modal-container {
    transform: scale(1) translateY(0);
}

/* Close Button (sitting strictly on the left for RTL layout) */
.qv-modal-close {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--color-white, #fff);
    font-size: 24px;
    font-weight: 300;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    line-height: 1;
}

.qv-modal-close:hover {
    background: rgba(230, 57, 70, 0.18);
    border-color: rgba(230, 57, 70, 0.3);
    color: #e63946;
    transform: rotate(90deg);
}

/* Spinner Loader */
.qv-loading {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qv-spinner {
    width: 46px;
    height: 46px;
    border: 3px solid rgba(255, 255, 255, 0.07);
    border-top-color: #e63946;
    border-radius: 50%;
    animation: qvSpin 0.9s linear infinite;
}

@keyframes qvSpin {
    to { transform: rotate(360deg); }
}

/* Modal Inner Grid Layout */
.qv-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 35px;
    padding: 40px;
}

.qv-col-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.qv-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 100%;
}

.qv-main-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.5s ease;
}

.qv-image-wrap:hover .qv-main-img {
    transform: scale(1.04);
}

/* Info Column Details */
.qv-col-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
}

.qv-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-white, #fff);
    margin-bottom: 12px;
    line-height: 1.4;
    font-family: 'Cairo', sans-serif;
}

.qv-price-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.qv-price {
    font-size: 22px;
    font-weight: 800;
    color: #e63946;
    font-family: 'Cairo', sans-serif;
}

.qv-rating {
    display: inline-flex;
}

.qv-rating .star-rating {
    font-size: 13px;
    color: #ffb703;
}

.qv-short-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 25px;
    font-family: 'Tajawal', sans-serif;
}

/* Quantity & Variable Form styling inside Modal */
.qv-add-to-cart-form {
    margin-bottom: 20px;
}

/* Form Styles */
.qv-add-to-cart-form table.variations {
    width: 100%;
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.qv-add-to-cart-form table.variations td {
    padding: 8px 0;
    border: none;
    vertical-align: middle;
    background: transparent;
}

.qv-add-to-cart-form table.variations td.label {
    width: 90px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 13px;
    font-family: 'Cairo', sans-serif;
}

.qv-add-to-cart-form table.variations select {
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    outline: none;
    transition: all 0.25s;
    font-family: 'Tajawal', sans-serif;
}

.qv-add-to-cart-form table.variations select:focus {
    border-color: #e63946;
    box-shadow: 0 0 0 2px rgba(230, 57, 70, 0.15);
}

.qv-add-to-cart-form .single_variation_wrap {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed rgba(255, 255, 255, 0.05);
}

.qv-add-to-cart-form .woocommerce-variation-price {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.qv-add-to-cart-form .woocommerce-variation-availability {
    font-size: 12px;
    color: #2ecc71;
    margin-bottom: 12px;
}

/* Quantity Plus/Minus buttons in Quick View */
.qv-add-to-cart-form .quantity {
    display: inline-flex;
    align-items: center;
    margin-inline-end: 15px;
    margin-bottom: 10px;
}

.qv-qty-wrapper {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow: hidden;
    height: 44px;
}

.qv-qty-btn {
    width: 38px;
    height: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qv-qty-btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.qv-add-to-cart-form input.qty {
    width: 44px;
    height: 100%;
    background: none;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -moz-appearance: textfield;
}

.qv-add-to-cart-form input.qty::-webkit-outer-spin-button,
.qv-add-to-cart-form input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Quick View Add To Cart Button */
.qv-add-to-cart-form button.single_add_to_cart_button {
    background: #e63946;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Cairo', sans-serif;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.25);
}

.qv-add-to-cart-form button.single_add_to_cart_button:hover {
    background: #f25c66;
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.35);
    transform: translateY(-2px);
}

.qv-add-to-cart-form button.single_add_to_cart_button:active {
    transform: translateY(0);
}

.qv-add-to-cart-form button.single_add_to_cart_button.disabled,
.qv-add-to-cart-form button.single_add_to_cart_button:disabled {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* Full Details Link Button */
.qv-view-details-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    padding: 12px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s;
    margin-top: 12px;
    font-family: 'Cairo', sans-serif;
    background: rgba(255, 255, 255, 0.01);
}

.qv-view-details-btn:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
}

.qv-view-details-btn svg {
    transition: transform 0.25s;
}

/* Slide left animation on hover for RTL arrow link */
.qv-view-details-btn:hover svg {
    transform: translateX(-4px);
}

.qv-error {
    text-align: center;
    padding: 60px 20px;
    font-size: 15px;
    color: #e63946;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
}

/* Responsive Scaling for Mobiles & Tablets */
@media (max-width: 767px) {
    .qv-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 20px 40px 20px;
    }
    
    .qv-col-info {
        padding-top: 0;
    }
    
    .qv-title {
        font-size: 20px;
    }
    
    .qv-price {
        font-size: 19px;
    }
    
    .qv-modal-container {
        border-radius: 18px;
        max-height: 85vh;
    }
    
    .qv-modal-close {
        top: 15px;
        left: 15px;
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}

/* ==========================================================================
   18. PREMIUM WOOCOMMERCE MY-ACCOUNT PAGE OVERRIDES
   ========================================================================== */

/* Page Wrapper */
.woocommerce-account .adigadget-shop-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

/* Two-Column Dashboard Layout Grid */
.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* Force side-by-side, never wrap on desktop */
    gap: 30px;
    align-items: flex-start;
    margin-top: 30px;
}

/* My Account Navigation Sidebar */
.ct-acount-nav,
.woocommerce-MyAccount-navigation {
    flex: 0 0 calc(28% - 15px);
    width: calc(28% - 15px);
    max-width: calc(28% - 15px);
    box-sizing: border-box;
}

.ct-acount-nav .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
}

.woocommerce-MyAccount-navigation {
    background-color: var(--color-white, #ffffff);
    border: 1px solid var(--color-border, #e0e0e0);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.woocommerce-MyAccount-navigation-link {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.25s ease;
}

.woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    color: var(--color-text-secondary, #4a5568);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    transition: all 0.25s ease;
}

/* Active and Hover States */
.woocommerce-MyAccount-navigation-link:hover {
    background-color: var(--color-bg-soft, #f7f9fa);
}

.woocommerce-MyAccount-navigation-link:hover a {
    color: var(--color-accent, #e63946);
}

.woocommerce-MyAccount-navigation-link.is-active {
    background-color: var(--color-accent, #e63946);
    border-color: var(--color-accent, #e63946);
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #ffffff;
}

/* Dashboard Content Panel */
.woocommerce-MyAccount-content {
    flex: 0 0 calc(72% - 15px);
    width: calc(72% - 15px);
    max-width: calc(72% - 15px);
    box-sizing: border-box;
    background-color: var(--color-white, #ffffff);
    border: 1px solid var(--color-border, #e0e0e0);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    min-height: 400px;
    font-family: 'Cairo', sans-serif;
    color: var(--color-text, #1a1a1a);
}

/* Form Styles inside My Account */
.woocommerce-MyAccount-content form.edit-account,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm,
.woocommerce-MyAccount-content .addresses,
.woocommerce-MyAccount-content .woocommerce-Address {
    font-family: 'Cairo', sans-serif;
}

.woocommerce-MyAccount-content p {
    line-height: 1.8;
    color: var(--color-text, #1a1a1a);
    font-size: 14px;
}

.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content input.button {
    background-color: var(--color-accent, #e63946);
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: 'Cairo', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.woocommerce-MyAccount-content a.button:hover,
.woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content input.button:hover {
    background-color: var(--color-price-light, #ff8787);
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.2);
}

/* Table Style in Orders list */
table.woocommerce-orders-table,
table.my_account_orders {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

table.woocommerce-orders-table th,
table.woocommerce-orders-table td {
    padding: 15px;
    border-bottom: 1px solid var(--color-border, #e0e0e0);
    text-align: right;
    font-size: 14px;
}

table.woocommerce-orders-table th {
    font-weight: 700;
    background-color: var(--color-bg-soft, #f7f9fa);
    color: var(--color-text, #1a1a1a);
}

table.woocommerce-orders-table td a.button {
    padding: 8px 16px;
    font-size: 12px;
}

/* Edit Address / Account Details Forms Layout */
.woocommerce-EditAccountForm .form-row,
.woocommerce-address-fields .form-row {
    margin-bottom: 20px;
}

.woocommerce-EditAccountForm label,
.woocommerce-address-fields label {
    font-weight: 700;
    font-size: 13px;
    color: var(--color-text, #1a1a1a);
    margin-bottom: 8px;
    display: block;
}

.woocommerce-EditAccountForm input.input-text,
.woocommerce-address-fields input.input-text,
.woocommerce-EditAccountForm select,
.woocommerce-address-fields select {
    width: 100%;
    height: 48px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid var(--color-border, #cccccc);
    background-color: var(--color-bg-primary, #ffffff);
    color: var(--color-text, #1a1a1a);
    font-family: 'Cairo', sans-serif;
    outline: none;
}

.woocommerce-EditAccountForm input.input-text:focus,
.woocommerce-address-fields input.input-text:focus {
    border-color: var(--color-accent, #e63946);
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}

/* Logged-Out Customer Login Wrapper */
.woocommerce-account .woocommerce #customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background-color: var(--color-white, #ffffff);
    border: 1px solid var(--color-border, #e0e0e0);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-account .woocommerce #customer_login h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: var(--color-text, #1a1a1a);
    border-bottom: 2px solid var(--color-border, #e0e0e0);
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    padding: 0;
    border: none;
    background: none;
    margin: 0;
    box-shadow: none;
}

.woocommerce-account .woocommerce form.login label,
.woocommerce-account .woocommerce form.register label {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
    color: var(--color-text, #1a1a1a);
}

.woocommerce-account .woocommerce form.login input.input-text,
.woocommerce-account .woocommerce form.register input.input-text {
    width: 100%;
    height: 48px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid var(--color-border, #cccccc);
    background-color: var(--color-bg-primary, #ffffff);
    color: var(--color-text, #1a1a1a);
    font-family: 'Cairo', sans-serif;
    outline: none;
}

.woocommerce-account .woocommerce form.login input.input-text:focus,
.woocommerce-account .woocommerce form.register input.input-text:focus {
    border-color: var(--color-accent, #e63946);
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}

.woocommerce-account .woocommerce form.login button.button,
.woocommerce-account .woocommerce form.register button.button {
    width: 100%;
    height: 48px;
    background-color: var(--color-accent, #e63946);
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Cairo', sans-serif;
}

.woocommerce-account .woocommerce form.login button.button:hover,
.woocommerce-account .woocommerce form.register button.button:hover {
    background-color: var(--color-price-light, #ff8787);
}

.woocommerce-account .woocommerce form.login .woocommerce-LostPassword {
    margin-top: 15px;
    text-align: right;
}

.woocommerce-account .woocommerce form.login .woocommerce-LostPassword a {
    color: var(--color-price, #e63946);
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

/* Responsive Dashboard layout */
@media (max-width: 991px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    .ct-acount-nav,
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    
    .woocommerce-account .woocommerce #customer_login {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 25px;
    }
}

/* Fix squished WooCommerce Addresses columns (Bootstrap col-1 / col-2 collision reset) */
.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-Addresses .col-2,
.woocommerce-account .addresses .col-1,
.woocommerce-account .addresses .col-2,
.woocommerce-account .woocommerce-Address {
    flex: none;
    max-width: 100%;
    width: 100%;
    float: none;
}

.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    width: 100%;
}

@media(max-width: 767px) {
    .woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

/* Select2 styling overrides for My Account forms */
.woocommerce-account .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: var(--color-bg-primary, #ffffff);
    border: 1px solid var(--color-border, #cccccc);
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02);
    padding: 0 15px;
    direction: rtl;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-text, #1a1a1a);
    text-align: right;
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    padding: 0;
    width: 100%;
    display: block;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    left: 12px;
    right: auto;
    transform: translateY(-50%);
}

/* ==========================================================================
   19. ALGERIAN ADDRESS FIELD SYMMETRY & LAYOUT ALIGNMENTS
   ========================================================================== */

/* Completely hide the Country selection wrapper to prevent layout breakage and float collisions */
#billing_country_field,
#shipping_country_field,
p.form-row.address-field.validate-required.update_totals_on_change[id*="_country_field"] {
    display: none;
}

/* Symmetrical two-column grid layout for My Account Address fields */
.woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    width: 100%;
}

/* Force side-by-side column positioning for name and geographic elements */
#billing_first_name_field, #shipping_first_name_field { grid-column: 1 / 2; }
#billing_last_name_field, #shipping_last_name_field { grid-column: 2 / 3; }
#billing_state_field, #shipping_state_field { grid-column: 1 / 2; }
#billing_city_field, #shipping_city_field { grid-column: 2 / 3; }

/* Full-width spanning elements for custom personal address details, phone, and email */
#billing_address_1_field, #shipping_address_1_field,
#billing_phone_field, #billing_email_field {
    grid-column: 1 / -1;
}

/* Reset any floating, margin, or width properties on form row wrapper containers */
.woocommerce-address-fields__field-wrapper p.form-row {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
    clear: none;
}

/* Mobile responsive layout rules */
@media(max-width: 767px) {
    .woocommerce-address-fields__field-wrapper {
        grid-template-columns: 1fr;
    }
    #billing_first_name_field, #shipping_first_name_field,
    #billing_last_name_field, #shipping_last_name_field,
    #billing_state_field, #shipping_state_field,
    #billing_city_field, #shipping_city_field {
        grid-column: 1 / -1;
    }
}

/* ==========================================================================
   PRODUCT CARD HIGHLIGHT EFFECT (GAMING / WOODMART STYLE)
   ========================================================================== */
.product-card-inner,
ul.products li.product,
ul.products li.product .product-inner,
.ct-media-container-parent,
[data-products] .product,
.entry-card {
    border-radius: 16px !important;
    border: 2px solid var(--color-border-light, #e2e8f0) !important;
    background-color: var(--color-white, #ffffff);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden;
}

/* Hover Accent Border Highlight Effect (Matching Site Identity Color) */
ul.products li.product:hover,
ul.products li.product:hover .product-inner,
.product-card-item:hover .product-card-inner,
[data-products] .product:hover,
.entry-card:hover {
    transform: translateY(-6px) !important;
    border-color: var(--color-accent, var(--adigadget-primary-color, #2563eb)) !important;
    box-shadow: 0 12px 28px -4px rgba(37, 99, 235, 0.2) !important;
}

[data-theme="dark"] ul.products li.product:hover,
[data-theme="dark"] ul.products li.product:hover .product-inner,
[data-theme="dark"] .product-card-item:hover .product-card-inner,
[data-theme="dark"] [data-products] .product:hover,
[data-theme="dark"] .entry-card:hover {
    border-color: var(--color-accent, #38bdf8) !important;
    box-shadow: 0 12px 28px -4px rgba(56, 189, 248, 0.25) !important;
}

/* ==========================================================================
   BRANDS MARQUEE GRADIENT TRANSITION BAR
   ========================================================================== */
.adigadget-brands-marquee-container {
    margin: 0 !important;
    text-align: center !important;
    overflow: hidden !important;
    padding: 26px 0 !important;
    background: linear-gradient(135deg, #0b0f19 0%, #1e293b 50%, #0f172a 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: relative !important;
}

/* ==========================================================================
   HOMEPAGE FEATURES BAR DARK GRADIENT MATCHING BRANDS MARQUEE
   ========================================================================== */
.homepage-features-bar {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 24px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.features-bar-inner > .feature-item:not(:last-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.feature-icon-wrapper {
    color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, 0.12) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.feature-item:hover .feature-icon-wrapper {
    background-color: #2563eb !important;
    color: #ffffff !important;
    transform: scale(1.1) rotate(6deg) !important;
    box-shadow: 0 0 16px rgba(37, 99, 235, 0.4) !important;
}

.feature-title {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.feature-desc {
    color: #94a3b8 !important;
}

/* ==========================================================================
   BRAND IDENTITY SECTION TITLES & PRODUCT GRID BACKGROUND CONTRAST
   ========================================================================== */
.section-subtitle {
    color: #2563eb !important;
    letter-spacing: 0.5px !important;
}

.section-title {
    color: #0f172a !important;
}

.title-underline {
    height: 4px !important;
    background: linear-gradient(90deg, #2563eb, #38bdf8) !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3) !important;
}

.homepage-products-section,
.homepage-categories-section,
.post-type-archive-product .site-main,
.tax-product_cat .site-main {
    background-color: #f8fafc !important;
}

/* ==========================================================================
   OPTION 1: UNIFIED DARK LUXURY MODERN HEADER
   ========================================================================== */
.site-header {
    background-color: #0f172a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

.header-top-bar {
    background: #0f172a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.header-main {
    background-color: #0f172a !important;
    box-shadow: none !important;
}

.header-nav {
    background-color: #0f172a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Text & Navigation Links */
.site-logo-text,
.header-logo a,
.main-navigation a,
.nav-link,
.header-nav-inner a,
.header-nav-inner span {
    color: #f1f5f9 !important;
}

.main-navigation a:hover,
.nav-link:hover,
.header-nav-inner a:hover {
    color: #38bdf8 !important;
}

/* Glassmorphic Search Bar */
.header-search .search-input-wrapper {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 10px !important;
}

.header-search .search-input-wrapper:focus-within {
    border-color: #2563eb !important;
    box-shadow: 0 0 16px rgba(37, 99, 235, 0.35) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
}

.header-search .search-field {
    color: #ffffff !important;
}

.header-search .search-field::placeholder {
    color: #94a3b8 !important;
}

.header-search .search-submit {
    background-color: #2563eb !important;
    color: #ffffff !important;
}

.header-search .search-submit:hover {
    background-color: #3b82f6 !important;
}

/* Action Icons (Account, Wishlist, Cart) */
.header-action-item {
    color: #ffffff !important;
}

.header-action-item:hover {
    color: #38bdf8 !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.action-label {
    color: #cbd5e1 !important;
}

.header-action-item:hover .action-label {
    color: #ffffff !important;
}

.cart-total {
    color: #38bdf8 !important;
}

.action-badge {
    background-color: #e63946 !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
}

/* "All Categories" Dropdown Button */
.all-categories-toggle {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}

.all-categories-toggle:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.45) !important;
}

/* Center Logo & Scale Icons on Mobile Screens */
@media (max-width: 999px) {
    [data-device="mobile"] [data-row*="main"] .ct-container,
    [data-device="mobile"] .header-main .ct-container,
    [data-device="mobile"] [data-row*="main"],
    [data-device="mobile"] .header-main {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    
    /* Scale Down Action Icons on Mobile */
    [data-device="mobile"] .header-action-item,
    [data-device="mobile"] .ct-icon,
    [data-device="mobile"] .mobile-menu-toggle {
        padding: 3px 6px !important;
        gap: 3px !important;
    }

    [data-device="mobile"] .header-action-item svg,
    [data-device="mobile"] .mobile-menu-toggle svg,
    [data-device="mobile"] .ct-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    [data-device="mobile"] [data-id="logo"],
    [data-device="mobile"] .site-branding,
    [data-device="mobile"] .header-logo,
    [data-device="mobile"] .ct-header-logo,
    [data-device="mobile"] .custom-logo-text-link,
    [data-device="mobile"] .site-title {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        z-index: 99 !important;
        width: max-content !important;
    }

    [data-device="mobile"] .site-header-logo-text {
        font-size: 1.25rem !important;
    }
}

/* Header Text Logo Branding (Matching Footer) */
.custom-logo-text-link {
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.site-header-logo-text {
    font-size: 1.55rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    font-family: inherit !important;
    line-height: 1 !important;
}

.site-header-logo-text .logo-highlight {
    color: #3b82f6 !important;
}

/* ==========================================================================
   MOBILE HEADER HAMBURGER FIX & RESPONSIVE FEATURES BAR SEPARATOR
   ========================================================================== */
.mobile-menu-toggle,
.ct-header-trigger,
[data-id="trigger"] {
    color: #ffffff !important;
}

.hamburger-line,
.ct-header-trigger svg,
[data-id="trigger"] svg,
.ct-trigger-icon span {
    background-color: #ffffff !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}

@media (max-width: 991px) {
    .features-bar-inner > .feature-item:not(:last-child) {
        border-left: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        padding-bottom: 12px !important;
        margin-bottom: 8px !important;
    }
}

/* ==========================================================================
   FIX CATEGORIES DROPDOWN MENU TEXT CONTRAST & PRODUCT CARD TEXT CONTRAST
   ========================================================================== */

/* Fix Dropdown Panels (White background requires dark text) */
.all-categories-dropdown,
.all-categories-dropdown a,
.all-categories-dropdown span,
.all-categories-dropdown .category-name,
.categories-menu a,
.mega-menu-title,
.mega-title,
.mega-title span,
.mega-cat-item,
.mega-cat-item .cat-label,
.card-item-title {
    color: #0f172a !important;
}

.all-categories-dropdown a:hover,
.categories-menu a:hover,
.mega-menu-link:hover,
.mega-menu-list a:hover,
.mega-menu-link:hover .link-text {
    color: #2563eb !important;
    background-color: #f1f5f9 !important;
}

.all-categories-dropdown,
.mega-menu-dropdown {
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

/* Fix Product Card Titles, Prices, and Action Buttons on Light Grid */
ul.products li.product .product-title,
ul.products li.product .woocommerce-loop-product__title,
.product-card-inner .product-title,
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product a {
    color: #0f172a !important;
}

ul.products li.product .price,
ul.products li.product .price .amount,
.product-card-inner .price,
.product-card-inner .amount,
.price .amount,
.amount {
    color: #2563eb !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

ul.products li.product del .amount,
.product-card-inner del .amount {
    color: #94a3b8 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

ul.products li.product .button,
ul.products li.product .add_to_cart_button,
.product-card-inner .btn-main-buy,
.product-card-inner .button,
.product-card-buttons-wrapper .button,
.product-card-buttons-wrapper .btn-main-buy,
.product-secondary-cart-wrapper .button {
    background-color: #0f172a !important;
    color: #ffffff !important;
    border: 1px solid #0f172a !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

ul.products li.product .button:hover,
ul.products li.product .add_to_cart_button:hover,
.product-card-inner .btn-main-buy:hover,
.product-card-inner .button:hover,
.product-card-buttons-wrapper .button:hover,
.product-card-buttons-wrapper .btn-main-buy:hover,
.product-secondary-cart-wrapper .button:hover {
    background-color: #2563eb !important;
    color: #ffffff !important;
    border-color: #2563eb !important;
}

/* ==========================================================================
   SIMPLIFIED & HARMONIOUS MEGA MENU (ALL CATEGORIES & SHOP)
   ========================================================================== */

.mega-menu-simplified {
    background-color: #ffffff !important;
    border-radius: 0 0 16px 16px !important;
    border: 1px solid #cbd5e1 !important;
    border-top: 3px solid #2563eb !important;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16) !important;
    padding: 24px 0 !important;
}

.mega-menu-inner-grid {
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1.1fr !important;
    gap: 24px !important;
    align-items: stretch !important;
}

/* Titles */
.mega-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 16px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Column 1: Category Links List */
.mega-cat-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.mega-cat-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.mega-cat-item:hover {
    background-color: #ffffff !important;
    border-color: #2563eb !important;
    transform: translateX(-4px) !important; /* Slide left in RTL */
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12) !important;
}

.cat-left {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.cat-icon {
    font-size: 16px !important;
}

.cat-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    transition: color 0.2s ease !important;
}

.mega-cat-item:hover .cat-label {
    color: #2563eb !important;
}

.cat-badge {
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 20px !important;
}

.cat-badge.badge-new {
    background: rgba(37, 99, 235, 0.1) !important;
    color: #2563eb !important;
    border: 1px solid rgba(37, 99, 235, 0.2) !important;
}

.cat-badge.badge-hot {
    background: rgba(230, 57, 70, 0.1) !important;
    color: #e63946 !important;
    border: 1px solid rgba(230, 57, 70, 0.2) !important;
}

/* Column 2: Featured Product Card */
.mega-featured-card {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: calc(100% - 36px) !important;
    transition: all 0.25s ease !important;
}

.mega-featured-card:hover {
    border-color: #2563eb !important;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.14) !important;
}

.card-thumb-link {
    display: block !important;
    background: #f8fafc !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    text-align: center !important;
    padding: 8px !important;
}

.card-thumb-link img {
    max-height: 120px !important;
    width: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.mega-featured-card:hover .card-thumb-link img {
    transform: scale(1.06) !important;
}

.card-item-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
}

.card-item-price .amount {
    color: #2563eb !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.btn-card-action,
.btn-card-action span,
.btn-card-action .arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background-color: #0f172a !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    margin-top: 8px !important;
    transition: all 0.2s ease !important;
}

.btn-card-action:hover,
.btn-card-action:hover span,
.btn-card-action:hover .arrow {
    background-color: #2563eb !important;
    color: #ffffff !important;
}

/* Column 3: Special Promo Box */
/* ==========================================================================
   SUBTLE BRAND RED ACCENT TOUCHES (PROMO BOX & TOP NOTIFICATION TICKER)
   ========================================================================== */

/* Top Bar Notification Ticker - Brand Red Text */
.header-top-bar {
    background: #0f172a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.promo-text-item {
    color: #e63946 !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px !important;
    text-shadow: 0 1px 4px rgba(230, 57, 70, 0.2) !important;
}

/* Mega Menu Section Title Underline - Red Touch */
.mega-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #e63946 !important;
    margin-top: 4px;
    border-radius: 2px;
}

/* Mega Promo Box - Clean Dark Slate with Red Accents */
.mega-promo-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    border: 1px solid rgba(230, 57, 70, 0.35) !important;
    border-radius: 14px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.25) !important;
}

.promo-badge {
    display: inline-block !important;
    background: #e63946 !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    align-self: flex-start !important;
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.4) !important;
}

.promo-title {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin: 10px 0 6px 0 !important;
    line-height: 1.25 !important;
}

.promo-sub {
    font-size: 12px !important;
    color: #cbd5e1 !important;
    margin-bottom: 14px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.promo-coupon-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px dashed rgba(230, 57, 70, 0.4) !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    margin-bottom: 14px !important;
}

.coupon-title {
    font-size: 11px !important;
    color: #cbd5e1 !important;
}

.coupon-code {
    font-size: 14px !important;
    font-weight: 900 !important;
    color: #ff6b6b !important;
    letter-spacing: 1px !important;
}

/* Card Price - Red Touch */
.card-item-price .amount {
    color: #e63946 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

/* Buttons with Red Hover / Accent Touches */
.btn-promo-action,
.btn-promo-action span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #0f172a !important;
    border: 1px solid rgba(230, 57, 70, 0.5) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.btn-promo-action:hover,
.btn-promo-action:hover span {
    background: #e63946 !important;
    border-color: #e63946 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(230, 57, 70, 0.4) !important;
}

/* ==========================================================================
   TOP BAR TICKER ANNOUNCEMENT ENHANCED HIGH-CONTRAST COLORS
   ========================================================================== */
.header-top-bar {
    background: linear-gradient(90deg, #f97316 0%, #e11d48 100%) !important;
    border-bottom: none !important;
}

.top-bar-promo-announcement {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    clip-path: inset(0 0 0 0) !important;
}

.top-bar-promo-announcement .promo-text-item,
.promo-text-item {
    color: #ffffff !important; /* Pure sharp white text */
    font-weight: 700 !important;
    font-size: 12.5px !important;
    letter-spacing: 0.3px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.top-bar-links a,
.top-bar-contact-item,
.top-bar-contact-item span,
.top-bar-links a span {
    color: #ffffff !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    transition: color 0.2s ease !important;
}

.top-bar-links a svg,
.top-bar-contact-item svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

.top-bar-separator {
    color: rgba(255, 255, 255, 0.6) !important;
}

.top-bar-links a:hover,
.top-bar-contact-item:hover,
.top-bar-contact-item:hover span,
.top-bar-links a:hover span {
    color: #fef08a !important; /* Soft warm yellow glow on hover */
}

/* ==========================================================================
   MEGA MENU HOVER BRIDGE (PREVENTS ACCIDENTAL DISAPPEARING / CLOSING)
   ========================================================================== */
.menu-item-mega {
    position: relative !important;
}

/* Invisible Bridge between menu title link and dropdown */
.menu-item-mega::after {
    content: '' !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 0 !important;
    right: 0 !important;
    height: 20px !important;
    background: transparent !important;
    z-index: 9999 !important;
}

.mega-menu-dropdown {
    top: 100% !important;
    margin-top: 0 !important;
    transition: opacity 0.25s ease 0.05s, visibility 0.25s ease 0.05s, transform 0.25s ease !important;
}

.menu-item-mega:hover .mega-menu-dropdown,
.mega-menu-dropdown:hover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

/* ==========================================================================
   ALL CATEGORIES DROPDOWN - COMPACT CATEGORIES PANEL (MATCHING COLUMN 1 STYLE)
   ========================================================================== */
.all-categories-wrapper {
    position: relative !important;
}

/* Invisible Bridge for All Categories Toggle */
.all-categories-wrapper::after {
    content: '' !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 0 !important;
    right: 0 !important;
    height: 20px !important;
    background: transparent !important;
    z-index: 9999 !important;
}

.all-categories-dropdown {
    width: 320px !important;
    max-width: 90vw !important;
    padding: 16px !important;
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-top: 3px solid #2563eb !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16) !important;
    overflow: hidden !important;
    right: 0 !important;
    left: auto !important;
    top: calc(100% + 4px) !important;
    transition: opacity 0.25s ease 0.05s, visibility 0.25s ease 0.05s, transform 0.25s ease !important;
}

.all-categories-wrapper:hover .all-categories-dropdown,
.all-categories-dropdown:hover,
.all-categories-dropdown[aria-hidden="false"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.all-categories-inner .mega-title {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
}

.cat-count-pill {
    background-color: #f1f5f9 !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    margin-inline-start: auto !important;
}

/* Subcategories nested menu styling inside All Categories (Hidden by default, smooth accordion on hover) */
.cat-group-item {
    margin-bottom: 6px !important;
}

.main-cat-header {
    margin-bottom: 0 !important;
}

.sub-cat-nested-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 20px 0 0 !important; /* RTL indentation */
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0.25s ease, margin 0.25s ease !important;
}

.cat-group-item:hover .sub-cat-nested-menu {
    max-height: 350px !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.cat-group-item:hover .cat-arrow-icon {
    transform: rotate(180deg) !important;
    opacity: 1 !important;
    color: #e63946 !important;
}

.sub-cat-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    text-decoration: none !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    transition: all 0.15s ease !important;
}

.sub-cat-link:hover {
    color: #e63946 !important;
    background-color: #fef2f2 !important;
    transform: translateX(-3px) !important;
}

.sub-bullet {
    color: #e63946 !important;
    font-size: 14px !important;
}

/* Coupon Box & Red Button Refinements */
.promo-coupon-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px dashed rgba(230, 57, 70, 0.5) !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    margin-bottom: 14px !important;
}

.coupon-label-group {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.coupon-code {
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    background: #e63946 !important;
    padding: 3px 10px !important;
    border-radius: 6px !important;
    letter-spacing: 1px !important;
    box-shadow: 0 2px 8px rgba(230, 57, 70, 0.4) !important;
}

.btn-promo-action,
.btn-promo-action span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #e63946 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.35) !important;
}

.btn-promo-action:hover,
.btn-promo-action:hover span {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 0 6px 18px rgba(230, 57, 70, 0.5) !important;
}

/* ==========================================================================
   MOBILE RESPONSIVE MEGA MENU & ALL CATEGORIES (MAX-WIDTH: 991PX)
   ========================================================================== */
@media (max-width: 991px) {
    /* Hide 2nd (Product Card) & 3rd (Promo Box) columns on mobile */
    .mega-product-col,
    .mega-banner-col,
    .mega-col.mega-product-col,
    .mega-col.mega-banner-col {
        display: none !important;
    }

    /* Column 1 (Categories List) takes full 100% width */
    .mega-links-col,
    .mega-col.mega-links-col {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        display: block !important;
    }

    .mega-menu-inner-grid {
        display: block !important;
        width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .mega-menu-dropdown,
    .all-categories-dropdown {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        border-top: 1px solid #e2e8f0 !important;
        border-radius: 0 !important;
        padding: 12px 0 !important;
        background: transparent !important;
        overflow: hidden !important;
    }

    .all-categories-inner,
    .mega-menu-dropdown .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .mega-cat-item {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 14px !important;
        margin-bottom: 6px !important;
    }

    .sub-cat-nested-menu {
        padding-inline-start: 16px !important;
        padding-inline-end: 0 !important;
    }
}

/* ==========================================================================
   PRIMARY MENU HIGH-VISIBILITY HOVER UNDERLINE EFFECT
   ========================================================================== */
@media (min-width: 992px) {
    .primary-menu-wrapper,
    .primary-menu,
    .primary-menu > li {
        overflow: visible !important;
        position: relative !important;
    }

    .primary-menu > li > a {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        padding: 12px 14px !important;
        color: #ffffff !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        transition: color 0.2s ease !important;
        overflow: visible !important;
    }

    /* Glowing Gradient Underline Indicator */
    .primary-menu > li > a::after {
        content: '' !important;
        position: absolute !important;
        bottom: 2px !important;
        left: 10px !important;
        right: 10px !important;
        height: 3px !important;
        background: linear-gradient(90deg, #e63946 0%, #2563eb 100%) !important;
        border-radius: 4px !important;
        transform: scaleX(0) !important;
        transform-origin: center !important;
        transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 0 2px 10px rgba(230, 57, 70, 0.6) !important;
        z-index: 99 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .primary-menu > li:hover > a::after,
    .primary-menu > li > a:hover::after,
    .primary-menu > li.current-menu-item > a::after,
    .primary-menu > li.current-menu-parent > a::after {
        transform: scaleX(1) !important;
    }

    .primary-menu > li:hover > a,
    .primary-menu > li > a:hover {
        color: #38bdf8 !important;
    }
}

/* ==========================================================================
   HEADER NAVIGATION BAR & NAV PROMO BADGE REFINEMENT
   ========================================================================== */
.header-nav {
    background-color: #0f172a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 2px solid #2563eb !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.25) !important;
    position: relative !important;
    overflow: visible !important;
}

.header-nav-inner {
    overflow: visible !important;
}

.nav-promo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(37, 99, 235, 0.15) !important;
    border: 1px solid rgba(56, 189, 248, 0.35) !important;
    color: #38bdf8 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    margin-inline-start: auto !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2) !important;
}

.nav-promo svg {
    color: #e63946 !important;
}

/* ==========================================================================
   CLEAN & HARMONIOUS LUXURY FOOTER
   ========================================================================== */
footer.bg-slate-950,
footer[role="contentinfo"],
.site-footer {
    background-color: #0b0f19 !important;
    background-image: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
}

/* Footer Section Title Clean Underline */
footer h4 {
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 6px !important;
    margin-bottom: 14px !important;
    color: #f8fafc !important;
}

footer h4::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important; /* RTL */
    width: 28px !important;
    height: 2px !important;
    background: #2563eb !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}

/* ==========================================================================
   FLOATING CENTRAL WHATSAPP BUTTON (MOBILE BOTTOM NAVBAR)
   ========================================================================== */
.bottom-bar-whatsapp-float {
    margin-top: -22px !important;
}

.whatsapp-glow-circle {
    width: 48px !important;
    height: 48px !important;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.6), 0 0 0 4px rgba(37, 211, 102, 0.2) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    animation: whatsappPulse 2.5s infinite !important;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 4px 18px rgba(37, 211, 102, 0.6), 0 0 0 0px rgba(37, 211, 102, 0.4);
    }
    70% {
        box-shadow: 0 4px 18px rgba(37, 211, 102, 0.6), 0 0 0 12px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 4px 18px rgba(37, 211, 102, 0.6), 0 0 0 0px rgba(37, 211, 102, 0);
    }
}

/* Hide standalone floating WhatsApp widget on mobile to prevent duplicate buttons */
@media (max-width: 991px) {
    .wa-floating-button,
    .whatsapp-float,
    .whatsapp-btn,
    #whatsapp-button,
    #whatsapp-widget,
    a.wa-floating-button {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

/* ==========================================================================
   REVIEWS CONTINUOUS MARQUEE TICKER (FLUID & BUG-FREE ENDLESS LOOP)
   ========================================================================== */
.reviews-marquee-wrapper {
    position: relative !important;
    mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent) !important;
    -webkit-mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent) !important;
    overflow: hidden !important;
    width: 100% !important;
}

.reviews-marquee-track {
    display: flex !important;
    gap: 1.5rem !important;
    width: max-content !important;
    animation: reviewsMarqueeScroll 35s linear infinite !important;
    will-change: transform !important;
}

.reviews-marquee-wrapper:hover .reviews-marquee-track {
    animation-play-state: paused !important;
}

@keyframes reviewsMarqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
