#wc-stripe-express-checkout-element{
    display: none !important;
}
/* Gallery Kitch Prefix Classes Start */
.gallery-kitch-primary-menu li {
    position: relative;
}
.gallery-kitch-primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}
.gallery-kitch-primary-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.gallery-kitch-primary-menu .sub-menu li {
    width: 100%;
}
.gallery-kitch-primary-menu .sub-menu li a {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.gallery-kitch-primary-menu .sub-menu li a:hover {
    background: #702cdd;
    color: #ffffff;
}
.gallery-kitch-primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.gallery-kitch-header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.gallery-kitch-header-content a {
    text-decoration: none;
}
.gallery-kitch-header-content {
    max-width: 1400px;
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-kitch-logo {
    font-family: 'Georgia', serif;
    color: #702cdd;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gallery-kitch-logo span {
    color: #8b4513;
}

/* Fly and search results */
.gallery-kitch-flying-item {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    font-size: 22px;
    transition: all 0.8s ease-in-out;
}
.gallery-kitch-search-results {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 999;
    max-height: 320px;
    overflow-y: auto;
}

.gallery-kitch-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery-kitch-search-list li a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #333;
}

.gallery-kitch-search-list li a:hover {
    background: #f5f5f5;
}

.search-loading,
.no-result {
    padding: 12px;
    text-align: center;
}

/* Menu */
.gallery-kitch-nav-menu, .gallery-kitch-primary-menu {
    display: flex;
    gap: 40px;
    color: #333;
    font-size: 15px;
    list-style: none;
}

.gallery-kitch-nav-menu li {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}
.gallery-kitch-nav-menu ul#menu-main-menu {
    color: #333;
    display: contents;
    list-style: none;
}
.gallery-kitch-nav-menu ul li a {
    color: #333;
    transition: color 0.3s;
    font-weight: 500;
}
.gallery-kitch-nav-menu ul li a:hover {
    color: #8b4513;
}
.gallery-kitch-header-actions {
    display: flex;
    gap: 30px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}

.gallery-kitch-header-actions > div {
    cursor: pointer;
    transition: color 0.3s;
}

.gallery-kitch-header-actions > div:hover {
    color: #8b4513;
}

.gallery-kitch-btn-reserve {
    background: #702cdd;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
}

.gallery-kitch-btn-reserve:hover {
    background: #1e4620;
}

.gallery-kitch-hero {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-kitch-hero::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(139,69,19,0.2) 0%, transparent 70%);
    left: -100px;
    top: -100px;
}

.gallery-kitch-hero::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(44,95,45,0.2) 0%, transparent 70%);
    right: -150px;
    bottom: -150px;
}

.gallery-kitch-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.gallery-kitch-hero h1 {
    color: #f4e4c1;
    font-size: clamp(20px, 4vw, 28px);
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.gallery-kitch-hero h2 {
    color: #fff;
    font-size: clamp(32px, 6vw, 62px);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.gallery-kitch-hero p {
    color: #f4e4c1;
    font-size: clamp(14px, 2vw, 18px);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-kitch-hero-btn {
    background: #fff;
    color: #8b4513;
    padding: 18px 50px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    text-decoration: none;
}

.gallery-kitch-hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(0,0,0,0.4);
}

.gallery-kitch-features-content {
    max-width: 1400px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-kitch-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-weight: 500;
}

.gallery-kitch-menu-section {
    background: #fff;
    display: flex;
    justify-content: center;
}

.gallery-kitch-menu-container {
    max-width: 1400px;
    width: 100%;
}

/* Category Carousel */
.gallery-kitch-category-carousel {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.gallery-kitch-category-carousel-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery-kitch-category-carousel-container::-webkit-scrollbar {
    display: none;
}

.gallery-kitch-category-tab {
    padding: 12px 30px;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.gallery-kitch-category-tab:hover {
    border-color: #8b4513;
    color: #8b4513;
}

.gallery-kitch-category-tab.active {
    background: #702cdd;
    color: #fff;
    border-color: #702cdd;
}

.gallery-kitch-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s;
}

.gallery-kitch-carousel-btn:hover {
    background: #702cdd;
    color: #fff;
    border-color: #702cdd;
}

.gallery-kitch-carousel-btn.prev {
    left: 10px;
}

.gallery-kitch-carousel-btn.next {
    right: 10px;
}

.gallery-kitch-menu-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.gallery-kitch-badge-container {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.gallery-kitch-menu-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gallery-kitch-badge-deal {
    background: #dc2626;
    color: #fff;
}

.gallery-kitch-badge-local {
    background: #16a34a;
    color: #fff;
}

.gallery-kitch-menu-title {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
    line-height: 1.3;
    padding: 9px 0px;
}
.gallery-kitch-menu-title a{
    text-decoration: none;
}

.gallery-kitch-menu-price {
    font-size: 15px;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 4px;
}

.gallery-kitch-menu-old-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    margin-left: 6px;
}

.gallery-kitch-menu-sold {
    font-size: 12px;
    color: #666;
    margin-left: 8px;
}

.gallery-kitch-single-page-sold {
    font-size: 12px;
    color: #ffffff;
    margin-left: 8px;
}

.gallery-kitch-menu-rating-info {
    font-size: 12px;
    color: #666;
    margin: 8px 0px 0px 0px;
    height: 32px;
    overflow: hidden;
    padding: 4px 0px;
}

.gallery-kitch-menu-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #666;
    margin-top: 8px;
}

.gallery-kitch-star {
    color: #fbbf24;
}

.gallery-kitch-seller-badge {
    color: #a1a1a1;
    padding: 0px 5px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.custom-star-rating {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
}

.custom-star-rating .star {
    color: #ddd;
    margin-right: 2px;
    position: relative;
    display: inline-block;
}

.custom-star-rating .star.full {
    color: #f5a623;
}

.custom-star-rating .star.half {
    color: #f5a623;
    position: relative;
}

.custom-star-rating .star.half::after {
    content: "\2605";
    color: #ddd;
    position: absolute;
    left: 50%;
    overflow: hidden;
    width: 50%;
}

.custom-star-rating .star.empty {
    color: #ddd;
}

.rating-number,
.review-count {
    font-weight: 500;
    font-size: 12px;
    margin-left: 5px;
}


.gallery-kitch-add-btn {
    position: relative;
    height: 40px;
    border: 2px solid #c1c1c1;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
    color: #333;
    align-items: center;
    margin-top: 8px;
    padding: 5px 10px;
    width: 100%;
}

.gallery-kitch-add-btn:hover {
    color: #a5a5a5;
}

/* View More Button */
.gallery-kitch-view-more-container {
    text-align: center;
    padding-top: 30px;
}

.gallery-kitch-view-more-btn {
    color: #a5a5a5;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gallery-kitch-view-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 95, 45, 0.3);
}

/* Cart Sidebar */
.gallery-kitch-cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 25px rgba(0,0,0,0.1);
    z-index: 2000;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.gallery-kitch-cart-header {
    padding: 25px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-kitch-cart-header h3 {
    color: #702cdd;
    font-size: 20px;
    font-weight: 700;
}

.gallery-kitch-close-cart {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s;
}

.gallery-kitch-close-cart:hover {
    color: #dc2626;
}

.gallery-kitch-cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.gallery-kitch-cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.gallery-kitch-cart-item-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
}

.gallery-kitch-cart-item-details {
    flex: 1;
}

.gallery-kitch-cart-item-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.gallery-kitch-cart-item-price {
    color: #dc2626;
    font-weight: 700;
}

.gallery-kitch-cart-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gallery-kitch-quantity-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.gallery-kitch-quantity-btn:hover {
    background: #702cdd;
    color: #fff;
    border-color: #702cdd;
}

.gallery-kitch-cart-total {
    padding: 25px;
    border-top: 1px solid #e5e5e5;
    background: #f8f7f4;
}

.gallery-kitch-total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.gallery-kitch-total-row.total {
    font-size: 20px;
    font-weight: 700;
    color: #702cdd;
    margin-top: 15px;
}

.gallery-kitch-checkout-btn {
    width: 100%;
    padding: 16px;
    background: #702cdd;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s;
}

.gallery-kitch-checkout-btn:hover {
    background: #1e4620;
}

.gallery-kitch-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1999;
    display: none;
}

/* Notification */
.gallery-kitch-notification {
    position: fixed;
    top: 100px;
    right: 20px;
    background: #702cdd;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    animation: galleryKitchSlideIn 0.3s ease;
}

/* Footer */
.gallery-kitch-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.gallery-kitch-footer-content {
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.gallery-kitch-footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #f4e4c1;
}

.gallery-kitch-footer-column ul {
    list-style: none;
}

.gallery-kitch-footer-column ul li {
    margin-bottom: 12px;
}

.gallery-kitch-footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.gallery-kitch-footer-column ul li a:hover {
    color: #f4e4c1;
}

.gallery-kitch-social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.gallery-kitch-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
}

.gallery-kitch-social-links a:hover {
    background: #702cdd;
}

/* Mobile Menu Toggle */
.gallery-kitch-mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 5px;
    z-index: 1001;
}

/* Product Image container */
.gallery-kitch-menu-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
}
.gallery-kitch-menu-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.gallery-kitch-menu-card {
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (hover: hover) {
    .gallery-kitch-menu-card:hover 
    .gallery-kitch-menu-image-container img {
        transform: scale(1.08);
    }
}

/* Responsive Design */
@media (max-width: 1400px) {
    .gallery-kitch-menu-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .gallery-kitch-footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1200px) {
    .gallery-kitch-nav-menu {
        gap: 20px;
        font-size: 14px;
    }
    .gallery-kitch-header-content {
        padding: 0 20px;
        display: grid;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .gallery-kitch-menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery-kitch-cart-sidebar {
        width: 350px;
    }
}

@media (max-width: 768px) {
    .gallery-kitch-primary-menu li:hover > .sub-menu {
        position: relative;
    }
    .gallery-kitch-nav-menu, .gallery-kitch-primary-menu{
        display: grid;
    }

    .gallery-kitch-menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .gallery-kitch-menu-title, .gallery-kitch-menu-rating-info {
        padding: 0;
    }
    .gallery-kitch-menu-sold {
        margin-left: 0;
    }
    
    .gallery-kitch-mobile-menu-btn {
        display: block;
    }
    
    .gallery-kitch-nav-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        text-align: left;
        /* height: 100vh; */
        background: #c1c1c1;
        flex-direction: column;
        padding: 80px 20px 20px;
        /* gap: 0; */
        z-index: 1000;
        overflow-y: auto;
    }
    
    .gallery-kitch-nav-menu.active {
        display: flex;
    }
    
    .gallery-kitch-nav-menu a {
        padding: 15px 20px;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
        font-size: 18px;
    }
    
    .gallery-kitch-logo {
        font-size: 24px;
    }
    
    .gallery-kitch-category-carousel-btn {
        display: none;
    }
    
    .gallery-kitch-category-carousel-container {
        padding: 10px 20px;
    }

    .gallery-kitch-features-content {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .gallery-kitch-hero {
        min-height: 300px;
        padding: 40px 20px;
    }

    .gallery-kitch-hero h2 {
        font-size: 28px;
    }

    .gallery-kitch-cart-sidebar {
        width: 100%;
        right: -100%;
    }

    .gallery-kitch-footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gallery-kitch-modal-content {
        width: 95%;
    }

    .gallery-kitch-header-actions {
        gap: 15px;
    }

    .gallery-kitch-view-more-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gallery-kitch-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-kitch-header-actions {
        gap: 10px;
        font-size: 12px;
    }
    .gallery-kitch-header {
        padding: 0;
    }
    
    .gallery-kitch-hero-btn {
        padding: 14px 30px;
        font-size: 14px;
    }

    .gallery-kitch-modal-body {
        padding: 20px;
    }

    .gallery-kitch-modal-actions {
        flex-direction: column;
    }

    .gallery-kitch-cart-header {
        padding: 20px;
    }

    .gallery-kitch-cart-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .gallery-kitch-cart-item-img {
        width: 100%;
        height: 120px;
        margin-right: 0;
    }

    .gallery-kitch-cart-item-actions {
        width: 100%;
        justify-content: space-between;
    }

    .gallery-kitch-view-more-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 320px) {
    .gallery-kitch-logo {
        font-size: 20px;
    }

    .gallery-kitch-hero h2 {
        font-size: 24px;
    }

    .gallery-kitch-menu-price {
        font-size: 18px;
    }

    .gallery-kitch-category-tab {
        padding: 10px 20px;
        font-size: 12px;
    }

    .gallery-kitch-header-content {
        padding: 0 10px;
        display: grid;
        text-align: center;
        justify-content: center;
    }
}

/* Landscape orientation */
@media (max-height: 600px) and (orientation: landscape) {
    .gallery-kitch-hero {
        min-height: 250px;
        padding: 20px;
    }

    .gallery-kitch-cart-sidebar {
        height: 100vh;
        overflow-y: auto;
    }

    .gallery-kitch-modal-content {
        max-height: 90vh;
        overflow-y: auto;
    }

    .gallery-kitch-nav-menu {
        padding-top: 60px;
    }

    .gallery-kitch-nav-menu a {
        padding: 10px 20px;
    }
}

/* Dark mode support */
/* @media (prefers-color-scheme: dark) {
    body {
        background: #1a1a1a;
        color: #fff;
    }

    .gallery-kitch-header, .gallery-kitch-menu-section, .gallery-kitch-menu-card, .gallery-kitch-cart-sidebar, .gallery-kitch-modal-content {
        background: #2d2d2d;
        color: #fff;
    }

    .gallery-kitch-menu-title, .gallery-kitch-nav-menu a, .gallery-kitch-header-actions > div, .gallery-kitch-feature-item {
        color: #fff;
    }

    .gallery-kitch-menu-card {
        border-color: #444;
    }

    .gallery-kitch-category-tab {
        background: #333;
        border-color: #444;
        color: #ccc;
    }

    .gallery-kitch-category-tab.active {
        background: #702cdd;
        color: #fff;
    }

    .gallery-kitch-form-control {
        background: #333;
        border-color: #444;
        color: #fff;
    }

    .gallery-kitch-mobile-menu-btn {
        color: #fff;
    }

    .gallery-kitch-view-more-container {
        border-top-color: #444;
    }
} */

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@keyframes galleryKitchSlideIn {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes galleryKitchSlideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

@keyframes galleryKitchFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading states */
.gallery-kitch-loading {
    opacity: 0.6;
    pointer-events: none;
}

.gallery-kitch-spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #702cdd;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: galleryKitchSpin 1s linear infinite;
}

@keyframes galleryKitchSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Error states */
.gallery-kitch-error-message {
    color: #dc2626;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.gallery-kitch-error-message.show {
    display: block;
}

.gallery-kitch-form-control.error {
    border-color: #dc2626;
}

/* ============= */
/* Search Container */
.gallery-kitch-search-container {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 5px 15px;
    transition: all 0.3s;
    width: 250px;
}

.gallery-kitch-search-container:focus-within {
    border-color: #702cdd;
    box-shadow: 0 0 0 3px rgba(44, 95, 45, 0.1);
}

.gallery-kitch-search-input {
    border: none;
    outline: none;
    padding: 8px 10px 8px 0;
    font-size: 14px;
    width: 100%;
    background: transparent;
    color: #333;
}

.gallery-kitch-search-input::placeholder {
    color: #999;
}

.gallery-kitch-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    color: #666;
    transition: color 0.3s;
}

.gallery-kitch-search-btn:hover {
    color: #702cdd;
}

/* Search Results */
.gallery-kitch-search-results {
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}

.gallery-kitch-search-results.active {
    display: block;
}

.gallery-kitch-search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.3s;
}

.gallery-kitch-search-result-item:hover {
    background: #f8f7f4;
}

.gallery-kitch-search-result-img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 12px;
}

.gallery-kitch-search-result-details {
    flex: 1;
}

.gallery-kitch-search-result-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.3;
}

.gallery-kitch-search-result-price {
    font-size: 14px;
    font-weight: 700;
    color: #dc2626;
}

.gallery-kitch-search-result-category {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

.gallery-kitch-no-results {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

/* Responsive Search */
@media (max-width: 768px) {
    .gallery-kitch-search-container {
        width: 200px;
        margin-left: 10px;
    }
    
    .gallery-kitch-search-results {
        width: 300px;
        right: -50px;
    }
}

@media (max-width: 480px) {
    .gallery-kitch-search-container {
        width: 160px;
        padding: 5px 10px;
    }
    
    .gallery-kitch-search-input {
        font-size: 12px;
        padding: 6px 8px 6px 0;
    }
    
    .gallery-kitch-search-btn {
        font-size: 16px;
        padding: 3px;
    }
    
    .gallery-kitch-search-results {
        width: 280px;
        right: -70px;
    }
}

@media (max-width: 320px) {
    .gallery-kitch-search-container {
        width: 140px;
    }
    
    .gallery-kitch-search-results {
        width: 250px;
        right: -80px;
    }
}







/* // Single Product ===================== */
.single-product-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.single-product-wrapper p.cart-empty-message {
    padding: 20px;
    color: red;
}
:root {
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary-color: #7c3aed;
    --accent-color: #06b6d4;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --bg-light: #f9fafb;
    --bg-white: #ffffff;
    --border-color: #e5e7eb;
    --border-radius: 12px;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.breadcrumb-section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.woocommerce-breadcrumb {
    font-size: 14px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
}

.woocommerce-breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    border-radius: 6px;
}

.woocommerce-breadcrumb a:hover {
    color: var(--primary-dark);
    background: var(--bg-light);
}

.woocommerce-breadcrumb a::after {
    content: '/';
    color: var(--text-light);
}

.product-main-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
    align-items: start;
}

.product-images-section {
    position: sticky;
    top: 30px;
}

.gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.gallery-thumb {
    aspect-ratio: 1;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
    background: var(--bg-white);
    position: relative;
}

.gallery-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(99, 102, 241, 0.1) 100%);
    opacity: 0;
    transition: var(--transition);
}

.gallery-thumb:hover::before,
.gallery-thumb.active::before {
    opacity: 1;
}

.gallery-thumb:hover,
.gallery-thumb.active {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-thumb:hover img {
    transform: scale(1.05);
}

.product-main-image {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #f9fafb 100%);
    box-shadow: var(--shadow-lg);
    border: 1px solid #2563eb;
}

.main-product-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.zoom-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.zoom-icon:hover {
    background: var(--bg-white);
    transform: scale(1.1);
    box-shadow: var(--shadow-lg);
}
@media (max-width: 768px) {
    .product-add-to-cart form.cart {
        display: flex;
    }
    .product-add-to-cart .single_add_to_cart_button, .product-add-to-cart .button.alt {
        width: 60%;
    }
    .woocommerce-breadcrumb {
        font-size: 10px;
    }
    .product-add-to-cart form.cart {
        display: grid;
        justify-content: center;
    }
    .product-add-to-cart .quantity {
        display: inline !important;
    }
    .product-add-to-cart .button.alt{
        margin-left: 0 !important;
    }
}
@media ((max-width: 480px)) {
    .woocommerce-breadcrumb {
        font-size: 10px;
    }
    .product-add-to-cart form.cart {
        display: grid;
        justify-content: center;
    }
    .product-add-to-cart .quantity {
        display: inline !important;
    }
    .product-add-to-cart .button.alt{
        margin-left: 0 !important;
    }
}

/* ===== Product Info Section ===== */
.product-info-section {
    padding: 30px;
    background: var(--bg-white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
}

.product-categories {
    margin-bottom: 16px;
}

.product-categories a {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(124, 58, 237, 0.1);
    border-radius: 20px;
    transition: var(--transition);
}

.product-categories a:hover {
    background: rgba(124, 58, 237, 0.2);
    transform: translateY(-1px);
}

.product-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin: 20px 0;
}

.product-price {
    font-size: 36px;
    font-weight: 800;
    color: #702cdd;
    display: flex;
    align-items: center;
    gap: 12px;
}
.gallery-kitch-deliver-date {
    display: flex;
    gap: 10px;
}
span.discount-percent {
    font-size: 12px;
    background: #702cdd;
    color: #ffffff;
    padding: 2px 15px;
    border-radius: 4px 20px 4px 20px;
}
span.free-shipping-text {
    font-size: 12px;
    background: #f5a623;
    color: #ffffff;
    padding: 2px 15px;
    border-radius: 20px 4px 20px 4px;
}
.product-price del {
    font-size: 24px;
    font-weight: 500;
    color: var(--text-light);
    opacity: 0.7;
}

.product-short-description {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}
p.stock.in-stock{
    margin-bottom: 20px;
}
.gallery-kitch-date-single-delivery {
    margin-top: 20px;
}

/* ===== Add to Cart ===== */
.product-add-to-cart {
    margin-bottom: 35px;
}

.product-add-to-cart .quantity {
    display: inline-flex;
    align-items: center;
    margin-right: 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
}

.product-add-to-cart .qty {
    width: 80px;
    height: 48px;
    border: 1px solid !important;
    border-radius: 10px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    background: var(--bg-white);
}

.product-add-to-cart .single_add_to_cart_button {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.product-add-to-cart .single_add_to_cart_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.product-add-to-cart .single_add_to_cart_button:hover::before {
    left: 100%;
}

.product-add-to-cart .single_add_to_cart_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.product-add-to-cart .button.alt {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #6d28d9 100%);
    margin-left: 12px;
    padding: 15px 30px;
}

.product-add-to-cart .button.alt:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(124, 58, 237, 0.3);
}

/* ===== Product Meta ===== */
.product-meta {
    background: var(--bg-light);
    border-radius: 10px;
    font-size: 14px;
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
}

.product-meta span {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-meta strong {
    color: var(--text-primary);
    font-weight: 600;
    min-width: 100px;
}

.product-meta a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

.product-meta a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* ===== Product Tabs ===== */
.product-tabs-section {
    margin: 60px 0;
    background: var(--bg-white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.woocommerce-tabs {
    border: none;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    border-bottom: 2px solid var(--border-color);
    padding: 0;
    margin: 0;
    background: var(--bg-light);
}

.woocommerce-tabs ul.tabs li {
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    position: relative;
    list-style: none;
}

.woocommerce-tabs ul.tabs li a {
    padding: 20px 30px;
    font-weight: 600;
    color: var(--text-secondary);
    display: block;
    transition: var(--transition);
}

.woocommerce-tabs ul.tabs li.active a {
    color: var(--primary-color);
}

.woocommerce-tabs ul.tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-color);
}

.woocommerce-tabs .panel {
    padding: 40px;
}

.woocommerce-tabs .panel h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--text-primary);
}

/* ===== Checkout Section ===== */
.checkout-section-wrapper {
    margin: 80px 0;
    position: relative;
}

.checkout-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
    color: var(--text-primary);
    position: relative;
    padding-bottom: 15px;
}

.checkout-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.checkout-container {
    background: var(--bg-white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid gray;
}

.checkout-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    padding: 40px;
}

.order-review-section {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.order-review-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-review-section h3::before {
    content: '🛒';
    font-size: 18px;
}

.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.shop_table th {
    font-weight: 600;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 16px;
    border-bottom: 2px solid var(--border-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shop_table td {
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
}

.shop_table tr:hover td {
    background: rgba(37, 99, 235, 0.02);
}

.shop_table tfoot tr:last-child td,
.shop_table tfoot tr:last-child th {
    border-bottom: none;
    padding-top: 20px;
}

.shop_table .order-total th,
.shop_table .order-total td {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    background: rgba(37, 99, 235, 0.05);
}

.product-quantity {
    font-size: 13px;
    color: var(--text-secondary);
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

.billing-details-section {
    background: var(--bg-white);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.billing-details-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.billing-details-section h3::before {
    content: '📋';
    font-size: 18px;
}

.checkout.woocommerce-checkout .form-row {
    margin-bottom: 20px;
    position: relative;
}

.checkout.woocommerce-checkout label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-primary);
    font-size: 14px;
}

.checkout.woocommerce-checkout .required {
    color: #ef4444;
    margin-left: 2px;
}

.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout select,
.checkout.woocommerce-checkout textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 15px;
    transition: var(--transition);
    background: var(--bg-white);
}

.checkout.woocommerce-checkout input:focus,
.checkout.woocommerce-checkout select:focus,
.checkout.woocommerce-checkout textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
    background: white;
}

.customer-details-wrapper {
    margin-bottom: 35px;
}

.payment-section {
    grid-column: 1 / -1;
    background: var(--bg-light);
    padding: 35px;
    border-radius: 12px;
    margin-top: 20px;
    border: 1px solid var(--border-color);
}

.payment-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-section h3::before {
    content: '💳';
    font-size: 18px;
}

.woocommerce-checkout-payment {
    background: var(--bg-white);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

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

.payment_methods li {
    margin-bottom: 15px;
    padding: 20px;
    background: var(--bg-white);
    border: 2px solid var(--border-color);
    border-radius: 10px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment_methods li:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.payment_methods label {
    font-weight: 600;
    cursor: pointer;
    color: var(--text-primary);
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment_methods img {
    max-height: 30px;
    width: auto;
}

#place_order {
    width: 100%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 18px 30px;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 25px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

#place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3);
}

#place_order:active {
    transform: translateY(0);
}

/* ===== Related Products ===== */
.related-products-section {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
}

.related-products-section h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--text-primary);
    text-align: center;
}

.related.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

/* ===== Loading Animation ===== */
@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 1.5s infinite;
}

/* ===== Badges & Labels ===== */
.sale-badge,
.new-badge,
.outofstock-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.sale-badge {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.new-badge {
    background: linear-gradient(135deg, var(--accent-color) 0%, #0891b2 100%);
}

.outofstock-badge {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

/* ===== Tooltips ===== */
[data-tooltip] {
    position: relative;
    cursor: help;
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
    background: var(--text-primary);
    color: white;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 100;
    pointer-events: none;
    margin-bottom: 8px;
}

[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--text-primary);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
}

/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
    .product-main-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .product-images-section {
        position: static;
    }
    
    .checkout-form-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .single-product-wrapper {
        padding: 20px 15px;
    }
    
    .gallery-thumbnails {
        grid-template-columns: repeat(6, 1fr);
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .gallery-thumb {
        min-width: 80px;
    }
    
    .product-title {
        font-size: 24px;
    }
    
    .product-price {
        font-size: 28px;
    }
    
    .product-info-section {
        padding: 20px;
    }
    
    .product-add-to-cart {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .product-add-to-cart .quantity {
        margin-right: 0;
        align-self: flex-start;
    }
    
    .checkout-section-wrapper {
        margin: 50px 0;
    }
    
    .checkout-form-wrapper {
        padding: 20px;
    }
    
    .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
    }
    
    .woocommerce-tabs ul.tabs li {
        flex: 1;
        min-width: 120px;
        text-align: center;
    }
    
    .woocommerce-tabs .panel {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .product-price {
        font-size: 24px;
    }
    
    .gallery-thumbnails {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .product-add-to-cart .single_add_to_cart_button,
    .product-add-to-cart .button.alt {
        width: 100%;
        text-align: center;
    }
    
    .payment-section,
    .billing-details-section,
    .order-review-section {
        padding: 20px;
    }
}

/* ===== Print Styles ===== */
@media print {
    .zoom-icon,
    .product-add-to-cart,
    .checkout-section-wrapper,
    .related-products-section {
        display: none !important;
    }
    
    .product-main-content {
        display: block !important;
    }
    
    .product-info-section {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
}

/* ===== Dark Mode Support ===== */
/* @media (prefers-color-scheme: dark) {
    :root {
        --text-primary: #f9fafb;
        --text-secondary: #d1d5db;
        --text-light: #9ca3af;
        --bg-light: #1f2937;
        --bg-white: #111827;
        --border-color: #374151;
    }
    
    .product-info-section,
    .checkout-container,
    .product-tabs-section,
    .payment_methods li,
    .order-review-section,
    .billing-details-section {
        background: var(--bg-white);
        border-color: var(--border-color);
    }
    
    .woocommerce-checkout input[type="text"],
    .woocommerce-checkout input[type="email"],
    .woocommerce-checkout input[type="tel"],
    .woocommerce-checkout select,
    .woocommerce-checkout textarea {
        background: #1f2937;
        color: var(--text-primary);
        border-color: #374151;
    }
    
    .product-main-image {
        background: #1f2937;
    }
    
    .zoom-icon {
        background: rgba(31, 41, 55, 0.9);
        border-color: #374151;
    }
} */
.checkout.woocommerce-checkout input[type="text"]{
    border: 1px solid #ccc;
}


/* // Shop page ===================== */
.gallery-kitch-container {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.gallery-kitch-sidebar {
    width: 280px;
    background: #dddddd;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.gallery-kitch-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e5e5e5;
}

.gallery-kitch-filter-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gallery-kitch-filter-icon {
    font-size: 18px;
}

.gallery-kitch-reset-btn {
    background: none;
    border: none;
    color: #702cdd;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.gallery-kitch-reset-btn:hover {
    color: #8b4513;
}

/* Filter Section */
.gallery-kitch-filter-section {
    margin-bottom: 28px;
}

.gallery-kitch-filter-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Price Range */
.gallery-kitch-price-range {
    padding: 4px 0;
}

.gallery-kitch-price-inputs {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.gallery-kitch-price-input-wrapper {
    flex: 1;
}

.gallery-kitch-price-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
    display: block;
    font-weight: 500;
}

.gallery-kitch-price-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 14px;
    color: #1a1a1a;
    transition: all 0.2s;
}

.gallery-kitch-price-input:focus {
    outline: none;
    border-color: #702cdd;
    box-shadow: 0 0 0 3px rgba(44, 95, 45, 0.1);
}

.gallery-kitch-price-slider {
    margin: 20px 0 12px;
}

.gallery-kitch-slider {
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #702cdd 0%, #702cdd 50%, #e5e5e5 50%, #e5e5e5 100%);
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.gallery-kitch-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #702cdd;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}

.gallery-kitch-slider::-webkit-slider-thumb:hover {
    background: #8b4513;
    transform: scale(1.1);
}

.gallery-kitch-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #702cdd;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}

.gallery-kitch-price-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.gallery-kitch-price-value {
    color: #702cdd;
    font-weight: 600;
}

/* Categories */
.gallery-kitch-category-list {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}

.gallery-kitch-category-list::-webkit-scrollbar {
    width: 6px;
}

.gallery-kitch-category-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.gallery-kitch-category-list::-webkit-scrollbar-thumb {
    background: #702cdd;
    border-radius: 3px;
}

.gallery-kitch-checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.gallery-kitch-checkbox-wrapper:hover {
    background-color: #f8f7f4;
}

.gallery-kitch-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s;
}

.gallery-kitch-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 0;
}

.gallery-kitch-checkbox input:checked + .gallery-kitch-checkbox-custom {
    background-color: #702cdd;
    border-color: #702cdd;
}

.gallery-kitch-checkbox input:checked + .gallery-kitch-checkbox-custom::after {
    opacity: 1;
}

.gallery-kitch-checkbox-custom {
    width: 15px;
    height: 15px;
    border: 2px solid #aaaaaa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    position: relative;
    left: -14px;
}

.gallery-kitch-checkbox-custom::after {
    content: '✓';
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s;
}

.gallery-kitch-category-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    cursor: pointer;
}

.gallery-kitch-category-name {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 500;
}

.gallery-kitch-category-count {
    font-size: 12px;
    color: #666;
    background-color: #f0f0f0;
    padding: 2px 8px;
    border-radius: 10px;
}



/* Product Grid */
.gallery-kitch-product-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.gallery-kitch-hidden {
    display: none !important;
}

.gallery-kitch-results-count {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 8px;
    font-size: 16px;
}

.gallery-kitch-no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}

.gallery-kitch-no-results-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.gallery-kitch-no-results-title {
    margin-bottom: 10px;
    color: #333;
}

.gallery-kitch-no-results-text {
    color: #666;
}

.gallery-kitch-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    position: relative;
}

.gallery-kitch-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.gallery-kitch-product-card.gallery-kitch-hidden {
    display: none;
}

.gallery-kitch-no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.gallery-kitch-no-results-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.3;
}

.gallery-kitch-no-results-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.gallery-kitch-no-results-text {
    font-size: 16px;
    color: #666;
}

.gallery-kitch-results-count {
    grid-column: 1 / -1;
    padding: 16px 0;
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.gallery-kitch-results-number {
    color: #702cdd;
    font-weight: 700;
}

.gallery-kitch-product-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #f8f7f4;
    overflow: hidden;
}

.gallery-kitch-product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-kitch-product-card:hover .gallery-kitch-product-image {
    transform: scale(1.05);
}

.gallery-kitch-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #dc2626;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 1;
}

.gallery-kitch-product-info {
    padding: 10px;
}

.gallery-kitch-product-title {
    font-size: 15px;
    font-weight: 600;
    color: #6366f1;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
}

.gallery-kitch-product-title:hover {
    color: #702cdd;
}

.gallery-kitch-product-price-wrapper {
    align-items: center;
    margin-bottom: 10px;
}

.gallery-kitch-product-price {
    font-size: 15px;
    font-weight: 700;
    color: #dc2626;
}

.gallery-kitch-product-old-price {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
}

.gallery-kitch-product-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.gallery-kitch-product-rating-text {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 600;
}

.gallery-kitch-product-seller-icon {
    font-size: 14px;
}

.gallery-kitch-product-thumbnails {
    display: flex;
    gap: 8px;
    padding: 0 12px 12px;
}

.gallery-kitch-product-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    transition: border-color 0.2s;
}

.gallery-kitch-product-thumbnail:hover {
    border-color: #702cdd;
}

.gallery-kitch-product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-kitch-product-grid .woocommerce-pagination {
    margin: 40px;
    display: flex;
    justify-content: center;
}

.gallery-kitch-product-grid .woocommerce-pagination .page-numbers {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.gallery-kitch-product-grid .woocommerce-pagination .page-numbers li {
    display: inline-flex;
}

.gallery-kitch-product-grid .woocommerce-pagination .page-numbers a,
.gallery-kitch-product-grid .woocommerce-pagination .page-numbers span {
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gallery-kitch-product-grid .woocommerce-pagination .page-numbers a:hover {
    background-color: #111;
    color: #fff;
    border-color: #111;
}
.gallery-kitch-product-grid .woocommerce-pagination .page-numbers .current {
    background-color: #111;
    color: #fff;
    border-color: #111;
    cursor: default;
}

.gallery-kitch-product-grid .woocommerce-pagination .page-numbers .next,
.gallery-kitch-product-grid .woocommerce-pagination .page-numbers .prev {
    font-size: 18px;
    line-height: 1;
}
@media (max-width: 1024px) {
    .gallery-kitch-product-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}
@media (max-width: 767px) {
    .gallery-kitch-product-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

}

@media (max-width: 576px) {
    .gallery-kitch-product-grid .woocommerce-pagination .page-numbers a,
    .gallery-kitch-product-grid .woocommerce-pagination .page-numbers span {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .gallery-kitch-sidebar {
        width: 240px;
    }
}

@media (max-width: 768px) {
    .gallery-kitch-container {
        flex-direction: column;
    }

    .gallery-kitch-sidebar {
        width: 100%;
        position: static;
    }

    .gallery-kitch-category-list {
        display: flex;
        flex-direction: row;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none; /* Firefox */
    }

    .gallery-kitch-category-list::-webkit-scrollbar {
        display: none;
    }

    .gallery-kitch-category-item {
        flex: 0 0 auto;
        min-width: 140px;

        scroll-snap-align: start;
    }
    .gallery-kitch-category-item label {
        width: 100%;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        white-space: nowrap;
    }
    .gallery-kitch-sidebar{
        padding: 0 24px;
    }
    .gallery-kitch-checkbox-wrapper input[type="checkbox"], .gallery-kitch-checkbox-custom {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .gallery-kitch-filter-header, .gallery-kitch-filter-section {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .gallery-kitch-price-slider {
        margin: 0;
    }
    .gallery-kitch-price-inputs {
        gap: 5px;
        margin-bottom: 0;
    }
    .gallery-kitch-results-count, .gallery-kitch-results-count{
        padding: 0;
        margin: 0;
    }
    .gallery-kitch-container{
        gap: 0;
    }
    .gallery-kitch-product-grid{
        padding: 0 20px;
    }
    .gallery-kitch-category-item label:has(input:checked) {
        background-color: #c7c7c7;
    }
    .gallery-kitch-price-input{
        padding: 5px;
    }
}
@media ((max-width: 480px)) {
    .gallery-kitch-filter-header, .gallery-kitch-filter-section {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .gallery-kitch-price-slider {
        margin: 0;
    }
    .gallery-kitch-price-inputs {
        gap: 5px;
        margin-bottom: 0;
    }
    .gallery-kitch-results-count, .gallery-kitch-results-count{
        padding: 0;
        margin: 0;
    }
    .gallery-kitch-container{
        gap: 0;
    }
    .gallery-kitch-product-grid{
        padding: 0 20px;
    }
    .gallery-kitch-category-item label:has(input:checked) {
        background-color: #c7c7c7;
    }
    .gallery-kitch-price-input{
        padding: 5px;
    }
}

/* Cart page ===================== */
.custom-cart-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

.cart-title {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

/* Empty Cart State */
.cart-empty {
    text-align: center;
    padding: 80px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cart-empty p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.cart-empty .button {
    display: inline-block;
    padding: 14px 32px;
    background: #702cdd;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #702cdd;
}

.cart-empty .button:hover {
    background: #005a87;
    border-color: #005a87;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.2);
}

/* Cart Layout */
.cart-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Cart Items Container */
.cart-items {
    flex: 2;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Individual Cart Item */
.woocommerce-cart-form .cart-item {
    display: flex;
    gap: 24px;
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    transition: background-color 0.2s ease;
    padding: 15px !important;
}

.cart-item:hover {
    background-color: #fafafa;
}

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

/* Product Thumbnail */
.cart-thumb {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cart-thumb a:hover img {
    transform: scale(1.05);
}

/* Product Info */
.cart-info {
    flex: 1;
    min-width: 0;
}

.product-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.product-name a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-name a:hover {
    color: #702cdd;
}

/* Product Variations */
.wc-item-meta {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    font-size: 14px;
    color: #666;
}

.wc-item-meta li {
    margin: 2px 0;
}

/* Price */
.cart-info .price {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 12px 0;
}

/* Remove Link */
.cart-info .remove {
    display: inline-block;
    color: #dc3545;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 4px;
    background: #ffeaea;
    transition: all 0.2s ease;
}

.cart-info .remove:hover {
    background: #fdd;
    color: #b02a37;
}

/* Quantity Input */
.cart-qty {
    min-width: 120px;
}

.cart-qty .quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-qty .qty {
    width: 70px;
    height: 44px;
    padding: 0 12px;
    text-align: center;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: border-color 0.2s ease;
}

.cart-qty .qty:focus {
    outline: none;
    border-color: #702cdd;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

/* Subtotal */
.cart-subtotal {
    min-width: 100px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    padding-left: 20px;
}

/* Cart Summary */
.cart-summary {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
}

.cart-summary h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f0;
}

/* Cart Totals Table */
.cart-summary .cart_totals {
    width: 100%;
}

.cart-summary table {
    width: 100%;
    border-collapse: collapse;
}

.cart-summary tr {
    border-bottom: 1px solid #f0f0f0;
}

.cart-summary th,
.cart-summary td {
    padding: 12px 0;
    text-align: left;
    vertical-align: middle;
}

.cart-summary th {
    font-weight: 500;
    color: #666;
    font-size: 14px;
}

.cart-summary td {
    font-weight: 500;
    text-align: right;
    font-size: 16px;
}

.cart-summary .order-total th,
.cart-summary .order-total td {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 16px 0;
}

.cart-summary .order-total {
    border-top: 2px solid #f0f0f0;
}

/* Cart Actions */
.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid #f0f0f0;
}

.cart-actions .button {
    display: block;
    width: 100%;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-actions .button[name="update_cart"] {
    background: #f8f9fa;
    color: #666;
    border-color: #e0e0e0;
}

.cart-actions .button[name="update_cart"]:hover {
    background: #e9ecef;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cart-actions .button.alt {
    background: #702cdd;
    color: white;
    border-color: #702cdd;
}

.cart-actions .button.alt:hover {
    background: #218838;
    border-color: #1e7e34;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}

/* Coupons & Shipping */
.shipping-calculator-button {
    color: #702cdd;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.shipping-calculator-button:hover {
    text-decoration: underline;
}

/* Form Elements */
.wc-proceed-to-checkout {
    margin-top: 24px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .cart-layout {
        flex-direction: column;
        gap: 30px;
    }
    
    .cart-items,
    .cart-summary {
        width: 100%;
    }
    
    .cart-summary {
        position: static;
    }
}

@media (max-width: 768px) {
    .cart-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        position: relative;
        padding: 20px;
    }
    
    .cart-thumb {
        width: 80px;
        height: 80px;
    }
    
    .cart-qty {
        align-self: flex-start;
    }
    
    .cart-subtotal {
        position: absolute;
        top: 20px;
        right: 20px;
        padding-left: 0;
    }
    
    .cart-info .remove {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    
    .cart-summary {
        padding: 24px;
    }
    
    .cart-actions .button {
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .custom-cart-wrapper {
        padding: 20px 15px;
    }
    
    .cart-title {
        font-size: 24px;
        padding-bottom: 15px;
    }
    
    .cart-empty {
        padding: 60px 15px;
    }
    
    .cart-empty .button {
        padding: 12px 24px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart-item {
    animation: fadeIn 0.3s ease-out;
}

/* Focus States for Accessibility */
.button:focus,
.qty:focus,
.remove:focus {
    outline: 2px solid #702cdd;
    outline-offset: 2px;
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
    .custom-cart-wrapper {
        color: #e0e0e0;
    }
    
    .cart-title,
    .product-name a,
    .cart-info .price,
    .cart-subtotal {
        color: #ffffff;
    }
    
    .cart-items,
    .cart-summary {
        background: #2d2d2d;
        box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    }
    
    .cart-item {
        border-bottom-color: #404040;
    }
    
    .cart-item:hover {
        background-color: #3a3a3a;
    }
    
    .cart-summary h3 {
        color: #ffffff;
        border-bottom-color: #404040;
    }
    
    .cart-summary tr {
        border-bottom-color: #404040;
    }
}

/* Checkout page ===================== */
.checkout.woocommerce-checkout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

/* Checkout Heading */
.woocommerce-checkout h1 {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

/* Checkout Columns Layout */
.checkout-columns {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Left Column - Customer Details */
.checkout-left {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Right Column - Order Review */
.checkout-right {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
}

.checkout-right h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f0;
}

/* Form Sections */
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
    margin-bottom: 40px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#ship-to-different-address {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

#ship-to-different-address {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    border: none;
}

/* Form Labels */
.woocommerce-form-row label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
}

.woocommerce-form-row label.required::after {
    content: " *";
    color: #dc3545;
}

/* Form Inputs */
.woocommerce-form-row input,
.woocommerce-form-row select,
.woocommerce-form-row textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    background: white;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.woocommerce-form-row input:focus,
.woocommerce-form-row select:focus,
.woocommerce-form-row textarea:focus {
    outline: none;
    border-color: #702cdd;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.woocommerce-form-row input.error,
.woocommerce-form-row select.error,
.woocommerce-form-row textarea.error {
    border-color: #dc3545;
    background: #fffafa;
}

.woocommerce-form-row input.error:focus,
.woocommerce-form-row select.error:focus,
.woocommerce-form-row textarea.error:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Form Rows */
.woocommerce-form-row {
    margin-bottom: 24px;
    position: relative;
}

.form-row-first,
.form-row-last {
    width: calc(50% - 12px);
    float: left;
}

.form-row-first {
    margin-right: 24px;
}

.form-row-wide {
    clear: both;
}

/* Clear floats */
.woocommerce-form-row::after {
    content: "";
    display: table;
    clear: both;
}

/* Select2 Dropdowns */
.select2-container--default .select2-selection--single {
    height: 48px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding: 0 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

/* Checkbox & Radio */
.woocommerce-form__input-checkbox,
.woocommerce-form__input-radio {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.woocommerce-form__label-for-checkbox,
.woocommerce-form__label-for-radio {
    display: flex;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
}

/* Order Review Table */
#order_review_heading {
    display: none;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 24px 0;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 12px 0;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-checkout-review-order-table th {
    font-weight: 500;
    color: #666;
    font-size: 14px;
}

.woocommerce-checkout-review-order-table td {
    text-align: right;
    font-weight: 500;
    font-size: 16px;
}

.woocommerce-checkout-review-order-table .product-name {
    text-align: left;
    font-weight: 500;
}

.woocommerce-checkout-review-order-table .product-quantity {
    font-weight: normal;
    color: #666;
    margin-left: 4px;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 16px 0;
    border-top: 2px solid #f0f0f0;
    border-bottom: none;
}

/* Cart Item in Order Review */
.cart_item {
    padding: 16px 0;
}

.cart_item img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    margin-right: 12px;
    vertical-align: middle;
}

/* Payment Methods */
#payment {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
    margin: 24px 0;
}

#payment .wc_payment_methods {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
}

#payment .wc_payment_method {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
}

#payment .wc_payment_method:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#payment .payment_box {
    background: white;
    padding: 16px;
    border-radius: 6px;
    margin-top: 12px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

#payment .payment_box p {
    margin: 0;
}

#payment ul.payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

#payment div.form-row {
    margin: 0;
}

/* Terms and Conditions */
.woocommerce-terms-and-conditions-wrapper {
    margin: 24px 0;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 14px;
}

.woocommerce-terms-and-conditions {
    max-height: 200px;
    overflow-y: auto;
    padding: 16px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

/* Place Order Button */
#place_order {
    display: block;
    width: 100%;
    padding: 18px 32px;
    background: #702cdd;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

#place_order:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}

#place_order:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Coupon Code */
.woocommerce-form-coupon-toggle {
    margin-bottom: 24px;
}

.woocommerce-info {
    background: #d1ecf1;
    color: #0c5460;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #bee5eb;
    margin-bottom: 16px;
}

.woocommerce-info a {
    color: #702cdd;
    font-weight: 500;
}

.woocommerce-form-coupon {
    background: #f8f9fa;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 32px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .checkout-columns {
        flex-direction: column;
        gap: 30px;
    }
    
    .checkout-left,
    .checkout-right {
        width: 100%;
    }
    
    .checkout-right {
        position: static;
    }
}

@media (max-width: 768px) {
    .woocommerce-checkout {
        padding: 20px 15px;
    }
    
    .woocommerce-checkout h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .checkout-left,
    .checkout-right {
        padding: 24px;
    }
    
    .form-row-first,
    .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    .checkout-right h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .woocommerce-checkout h1 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    
    .checkout-left,
    .checkout-right {
        padding: 20px;
    }
    
    #place_order {
        padding: 16px 24px;
        font-size: 16px;
    }
    
    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        font-size: 14px;
        padding: 8px 0;
    }
}

/* Error Messages */
.woocommerce-error {
    background: #f8d7da;
    color: #721c24;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
    margin-bottom: 24px;
    list-style: none;
}

.woocommerce-error li {
    margin: 8px 0;
    padding-left: 24px;
    position: relative;
}

.woocommerce-error li:before {
    content: "⚠️";
    position: absolute;
    left: 0;
    top: 0;
}

/* Success Messages */
.woocommerce-message {
    background: #d4edda;
    color: #155724;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #c3e6cb;
    margin-bottom: 24px;
}

/* Loading State */
.blockUI.blockOverlay {
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 12px !important;
}

.blockUI.blockOverlay:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #702cdd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .woocommerce-checkout {
        color: #e0e0e0;
    }
    
    .woocommerce-checkout h1,
    .checkout-right h3,
    .woocommerce-billing-fields h3,
    .woocommerce-shipping-fields h3 {
        color: #ffffff;
        border-bottom-color: #404040;
    }
    
    .checkout-left,
    .checkout-right,
    #payment .payment_box,
    .woocommerce-terms-and-conditions {
        background: #2d2d2d;
        border-color: #404040;
        box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    }
    
    .woocommerce-form-row input,
    .woocommerce-form-row select,
    .woocommerce-form-row textarea {
        background: #3a3a3a;
        border-color: #404040;
        color: #e0e0e0;
    }
    
    .woocommerce-form-row input:focus,
    .woocommerce-form-row select:focus,
    .woocommerce-form-row textarea:focus {
        border-color: #702cdd;
        box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.2);
    }
    
    #payment,
    .woocommerce-terms-and-conditions-wrapper,
    .woocommerce-form-coupon {
        background: #3a3a3a;
    }
    
    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        border-bottom-color: #404040;
        color: #e0e0e0;
    }
    
    .woocommerce-checkout-review-order-table .order-total th,
    .woocommerce-checkout-review-order-table .order-total td {
        border-top-color: #404040;
        color: #ffffff;
    }
}

/* Accessibility */
.woocommerce-form-row input:focus,
.woocommerce-form-row select:focus,
.woocommerce-form-row textarea:focus,
#place_order:focus {
    outline: 2px solid #702cdd;
    outline-offset: 2px;
}

/* Smooth Transitions */
.woocommerce-form-row,
#payment,
.cart_item {
    transition: all 0.3s ease;
}


/* MyAccount page ===================== */
.custom-myaccount-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

/* Account Header */
.account-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.account-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.account-welcome {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

/* Account Layout */
.account-layout {
    display: flex;
    gap: 40px;
    min-height: 600px;
}

/* Navigation */
.account-navigation {
    flex: 0 0 280px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 30px;
    display: flex;
    flex-direction: column;
}

/* WooCommerce Navigation Override */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-bottom: 8px;
    border-left: 4px solid transparent;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f8f9fa;
    color: #702cdd;
    border-left-color: #702cdd;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #702cdd;
    color: white;
    border-left-color: #005a87;
}

.woocommerce-MyAccount-navigation ul li a svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

/* Custom Navigation Icons */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a svg {
    stroke-width: 1.5;
}

/* Logout Link */
.account-logout {
    margin-top: auto;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.logout-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    color: #dc3545;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.2s ease;
    border-left: 4px solid transparent;
}

.logout-link:hover {
    background: #ffeaea;
    border-left-color: #dc3545;
}

.logout-link svg {
    width: 20px;
    height: 20px;
}

/* Content Area */
.account-content-wrapper {
    flex: 1;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

.account-content {
    padding: 40px;
    min-height: 100%;
}

/* WooCommerce Content Override */
.woocommerce-MyAccount-content {
    width: 100%;
}

/* Dashboard */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 30px 0;
}

/* Orders Table */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.woocommerce-orders-table thead {
    background: #f8f9fa;
}

.woocommerce-orders-table th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    color: #555;
    border-bottom: 2px solid #eee;
}

.woocommerce-orders-table td {
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.woocommerce-orders-table tbody tr:hover {
    background: #f8f9fa;
}

/* Order Status */
.order-status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.order-status-completed {
    background: #d4edda;
    color: #155724;
}

.order-status-processing {
    background: #cce5ff;
    color: #004085;
}

.order-status-on-hold {
    background: #fff3cd;
    color: #856404;
}

.order-status-cancelled {
    background: #f8d7da;
    color: #721c24;
}

/* Addresses */
.woocommerce-Address {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce-Address-title h3 {
    margin: 0;
}

.edit {
    color: #702cdd;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.edit:hover {
    text-decoration: underline;
}

/* Forms */
.woocommerce-EditAccountForm,
.woocommerce-address-fields {
    max-width: 600px;
}

.woocommerce-form-row {
    margin-bottom: 25px;
}

.woocommerce-form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.woocommerce-form-row input[type="text"],
.woocommerce-form-row input[type="email"],
.woocommerce-form-row input[type="password"],
.woocommerce-form-row input[type="tel"],
.woocommerce-form-row textarea,
.woocommerce-form-row select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.2s ease;
}

.woocommerce-form-row input:focus,
.woocommerce-form-row textarea:focus,
.woocommerce-form-row select:focus {
    outline: none;
    border-color: #702cdd;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.woocommerce-Button {
    background: #702cdd;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.woocommerce-Button:hover {
    background: #005a87;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.2);
}

/* Login Page Styles */
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    padding: 40px 0;
}

.login-container {
    width: 100%;
    max-width: 480px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    overflow: hidden;
}

.login-header {
    background: linear-gradient(135deg, #702cdd 0%, #005a87 100%);
    color: white;
    padding: 40px;
    text-align: center;
}

.login-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: white;
}

.login-header p {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
}

.login-form-wrapper {
    padding: 40px;
}

/* Login Form Override */
.woocommerce-form-login {
    margin: auto;
}

.woocommerce-form-login h2 {
    display: none;
}

.woocommerce-form-login .woocommerce-form-row {
    margin-bottom: 20px;
}

.woocommerce-form-login .woocommerce-form-row label {
    font-size: 14px;
}

.woocommerce-form-login .woocommerce-LostPassword {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.woocommerce-form-login .woocommerce-LostPassword a {
    color: #702cdd;
    text-decoration: none;
}

.woocommerce-form-login .woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

.login-footer {
    padding: 20px 40px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.login-footer a {
    color: #702cdd;
    text-decoration: none;
    font-weight: 500;
}

.login-footer a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
    .account-layout {
        flex-direction: column;
        gap: 30px;
    }
    
    .account-navigation {
        width: 100%;
        flex: none;
    }
    
    .account-content {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .custom-myaccount-wrapper {
        padding: 20px 15px;
    }
    
    .account-title {
        font-size: 28px;
    }
    
    .account-navigation {
        padding: 20px;
    }
    
    .account-content {
        padding: 25px;
    }
    
    .login-container {
        max-width: 100%;
    }
    
    .login-header,
    .login-form-wrapper {
        padding: 30px 25px;
    }
    
    .woocommerce-orders-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .account-title {
        font-size: 24px;
    }
    
    .woocommerce-MyAccount-navigation ul li a {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .account-content {
        padding: 20px;
    }
    
    .login-header h2 {
        font-size: 24px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .custom-myaccount-wrapper {
        color: #e0e0e0;
    }
    
    .account-title,
    .account-content h2,
    .account-content h3 {
        color: #ffffff;
    }
    
    .account-navigation,
    .account-content-wrapper,
    .login-container {
        background: #2d2d2d;
        box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    }
    
    .woocommerce-MyAccount-navigation ul li a {
        color: #b0b0b0;
    }
    
    .woocommerce-MyAccount-navigation ul li a:hover {
        background: #3a3a3a;
        color: #702cdd;
    }
    
    .woocommerce-MyAccount-navigation ul li.is-active a {
        background: #702cdd;
        color: white;
    }
    
    .logout-link {
        color: #ff6b6b;
    }
    
    .logout-link:hover {
        background: #3a3a3a;
    }
    
    .woocommerce-form-row input,
    .woocommerce-form-row textarea,
    .woocommerce-form-row select {
        background: #3a3a3a;
        border-color: #404040;
        color: #e0e0e0;
    }
    
    .woocommerce-orders-table th {
        background: #3a3a3a;
        color: #b0b0b0;
        border-color: #404040;
    }
    
    .woocommerce-orders-table td {
        border-color: #404040;
    }
    
    .woocommerce-orders-table tbody tr:hover {
        background: #3a3a3a;
    }
    
    .login-header {
        background: linear-gradient(135deg, #005a87 0%, #003d5c 100%);
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.account-navigation,
.account-content-wrapper,
.login-container {
    animation: fadeIn 0.5s ease-out;
}

/* Loading States */
.woocommerce-MyAccount-content .woocommerce-Message {
    padding: 20px;
    background: #d4edda;
    color: #155724;
    border-radius: 8px;
    margin: 20px 0;
}

.woocommerce-MyAccount-content .woocommerce-error {
    padding: 20px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 8px;
    margin: 20px 0;
}


/* Thankyou page ===================== */
.thank-you-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

/* Header */
.thank-you-wrapper h1 {
    font-size: 48px;
    font-weight: 700;
    color: #702cdd;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 20px;
}

.thank-you-wrapper h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #702cdd, #20c997);
    border-radius: 2px;
}

/* Success Icon */
.thank-you-wrapper .thank-you-icon {
    font-size: 80px;
    color: #702cdd;
    margin: 30px 0;
    animation: thank-you-bounce 1s ease;
}

/* Success Message */
.thank-you-wrapper .thank-you-message {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Failed Order State */
.thank-you-wrapper .thank-you-failed {
    background: #fff5f5;
    border: 2px solid #fecaca;
    border-radius: 12px;
    padding: 40px;
    margin: 30px 0;
}

.thank-you-wrapper .thank-you-failed p {
    font-size: 18px;
    color: #dc2626;
    margin: 0 0 25px 0;
    font-weight: 500;
}

/* Order Details */
.thank-you-wrapper .thank-you-order-details {
    background: white;
    border-radius: 16px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    text-align: left;
}

.thank-you-wrapper .thank-you-details-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    text-align: center;
}

.thank-you-wrapper .thank-you-details-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.thank-you-wrapper .thank-you-detail-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #702cdd;
}

.thank-you-wrapper .thank-you-detail-item strong {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.thank-you-wrapper .thank-you-detail-value {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Payment Info */
.thank-you-wrapper .thank-you-payment-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
}

/* Actions */
.thank-you-wrapper .thank-you-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #f0f0f0;
}

.thank-you-wrapper .thank-you-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.thank-you-wrapper .thank-you-button-primary {
    background: #702cdd;
    color: white;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.2);
}

.thank-you-wrapper .thank-you-button-primary:hover {
    background: #218838;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.thank-you-wrapper .thank-you-button-secondary {
    background: white;
    color: #495057;
    border-color: #dee2e6;
}

.thank-you-wrapper .thank-you-button-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.thank-you-wrapper .thank-you-button svg {
    width: 20px;
    height: 20px;
}

/* Order Status Badge */
.thank-you-wrapper .thank-you-status {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 20px 0;
}

.thank-you-wrapper .thank-you-status-success {
    background: #d4edda;
    color: #155724;
}

.thank-you-wrapper .thank-you-status-failed {
    background: #f8d7da;
    color: #721c24;
}

/* WooCommerce Overrides within parent */
.thank-you-wrapper .woocommerce-order {
    width: 100%;
}

.thank-you-wrapper .woocommerce-thankyou-order-received {
    font-size: 20px;
    color: #702cdd;
    margin-bottom: 30px;
}

.thank-you-wrapper .woocommerce-order-overview {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.thank-you-wrapper .woocommerce-order-overview li {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    min-width: 200px;
}

.thank-you-wrapper .woocommerce-order-overview .woocommerce-order-overview__order {
    border-top: 4px solid #702cdd;
}

.thank-you-wrapper .woocommerce-order-overview .woocommerce-order-overview__date {
    border-top: 4px solid #702cdd;
}

.thank-you-wrapper .woocommerce-order-overview .woocommerce-order-overview__total {
    border-top: 4px solid #ffc107;
}

.thank-you-wrapper .woocommerce-order-overview .woocommerce-order-overview__payment-method {
    border-top: 4px solid #6f42c1;
}

.thank-you-wrapper .woocommerce-order-overview strong {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

/* Order Details Table */
.thank-you-wrapper .woocommerce-order-details {
    background: white;
    border-radius: 16px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.thank-you-wrapper .woocommerce-order-details__title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    text-align: center;
}

.thank-you-wrapper .order_details {
    width: 100%;
    border-collapse: collapse;
}

.thank-you-wrapper .order_details thead {
    background: #f8f9fa;
}

.thank-you-wrapper .order_details th {
    padding: 18px;
    text-align: left;
    font-weight: 600;
    color: #555;
    border-bottom: 2px solid #e9ecef;
}

.thank-you-wrapper .order_details td {
    padding: 18px;
    border-bottom: 1px solid #e9ecef;
}

.thank-you-wrapper .order_details tbody tr:hover {
    background: #f8f9fa;
}

/* Customer Details */
.thank-you-wrapper .woocommerce-customer-details {
    background: white;
    border-radius: 16px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.thank-you-wrapper .woocommerce-customer-details h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    text-align: center;
}

.thank-you-wrapper .woocommerce-customer-details address {
    font-style: normal;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .thank-you-wrapper {
        padding: 40px 15px;
    }
    
    .thank-you-wrapper h1 {
        font-size: 36px;
    }
    
    .thank-you-wrapper .thank-you-icon {
        font-size: 60px;
    }
    
    .thank-you-wrapper .thank-you-message {
        font-size: 18px;
    }
    
    .thank-you-wrapper .thank-you-details-list {
        grid-template-columns: 1fr;
    }
    
    .thank-you-wrapper .thank-you-order-details,
    .thank-you-wrapper .woocommerce-order-details,
    .thank-you-wrapper .woocommerce-customer-details {
        padding: 30px 20px;
    }
    
    .thank-you-wrapper .thank-you-actions {
        flex-direction: column;
    }
    
    .thank-you-wrapper .thank-you-button {
        width: 100%;
        justify-content: center;
    }
    
    .thank-you-wrapper .woocommerce-order-overview {
        flex-direction: column;
    }
    
    .thank-you-wrapper .order_details {
        display: block;
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .thank-you-wrapper h1 {
        font-size: 28px;
    }
    
    .thank-you-wrapper .thank-you-message {
        font-size: 16px;
    }
    
    .thank-you-wrapper .thank-you-order-details,
    .thank-you-wrapper .woocommerce-order-details,
    .thank-you-wrapper .woocommerce-customer-details {
        padding: 25px 15px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .thank-you-wrapper {
        color: #e0e0e0;
    }
    
    .thank-you-wrapper h1 {
        color: #4ade80;
    }
    
    .thank-you-wrapper h1::after {
        background: linear-gradient(90deg, #4ade80, #34d399);
    }
    
    .thank-you-wrapper .thank-you-icon {
        color: #4ade80;
    }
    
    .thank-you-wrapper .thank-you-message {
        color: #b0b0b0;
    }
    
    .thank-you-wrapper .thank-you-order-details,
    .thank-you-wrapper .woocommerce-order-details,
    .thank-you-wrapper .woocommerce-customer-details {
        background: #2d2d2d;
        box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    }
    
    .thank-you-wrapper .thank-you-detail-item {
        background: #3a3a3a;
    }
    
    .thank-you-wrapper .thank-you-detail-item strong {
        color: #a0a0a0;
    }
    
    .thank-you-wrapper .thank-you-detail-value {
        color: #ffffff;
    }
    
    .thank-you-wrapper .thank-you-status-success {
        background: #064e3b;
        color: #a7f3d0;
    }
    
    .thank-you-wrapper .woocommerce-order-overview li {
        background: #3a3a3a;
    }
    
    .thank-you-wrapper .woocommerce-customer-details address {
        background: #3a3a3a;
        color: #b0b0b0;
    }
    
    .thank-you-wrapper .thank-you-button-secondary {
        background: #3a3a3a;
        color: #e0e0e0;
        border-color: #404040;
    }
    
    .thank-you-wrapper .thank-you-button-secondary:hover {
        background: #4a4a4a;
    }
}

/* Animations */
@keyframes thank-you-bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@keyframes thank-you-fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.thank-you-wrapper .thank-you-message,
.thank-you-wrapper .thank-you-order-details,
.thank-you-wrapper .woocommerce-order-details,
.thank-you-wrapper .woocommerce-customer-details {
    animation: thank-you-fade-in 0.6s ease-out;
}

/* Success Checkmark Animation */
.thank-you-wrapper .thank-you-checkmark {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    position: relative;
}

.thank-you-wrapper .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #702cdd;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.thank-you-wrapper .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

/* Print Styles */
@media print {
    .thank-you-wrapper {
        padding: 20px;
        max-width: 100%;
    }
    
    .thank-you-wrapper .thank-you-actions {
        display: none;
    }
    
    .thank-you-wrapper .thank-you-order-details,
    .thank-you-wrapper .woocommerce-order-details,
    .thank-you-wrapper .woocommerce-customer-details {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}


/* Login page ===================== */
.woocommerce-form-login {
    max-width: 600px;
    padding: 40px 20px;
    margin: 0;
}

/* Form Row Styling */
.woocommerce-form-login .woocommerce-form-row {
    margin-bottom: 24px;
    position: relative;
}

.woocommerce-form-login .woocommerce-form-row--wide {
    width: 100%;
}

/* Labels */
.woocommerce-form-login label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.woocommerce-form-login .required {
    color: #dc3545;
    font-weight: 700;
}

.woocommerce-form-login .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Input Fields */
.woocommerce-form-login .woocommerce-Input {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.woocommerce-form-login .woocommerce-Input--text {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.woocommerce-form-login .input-text:focus {
    outline: none;
    border-color: #702cdd;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.woocommerce-form-login .input-text::placeholder {
    color: #adb5bd;
    opacity: 1;
}

/* Password Input Container */
.woocommerce-form-login .password-input {
    position: relative;
    display: block;
}

/* Show Password Button */
.woocommerce-form-login .show-password-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #666;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-form-login .show-password-input:hover {
    color: #702cdd;
    background-color: #f8f9fa;
}

.woocommerce-form-login .show-password-input:active {
    transform: translateY(-50%) scale(0.95);
}

.woocommerce-form-login .show-password-input::after {
    content: '👁️';
    font-size: 16px;
}

.woocommerce-form-login .show-password-input.display-password::after {
    content: '🙈';
}

/* Remember Me Checkbox */
.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.woocommerce-form-login .woocommerce-form__input-checkbox {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    cursor: pointer;
    accent-color: #702cdd;
    border-radius: 4px;
}

.woocommerce-form-login .woocommerce-form__input-checkbox:checked {
    background-color: #702cdd;
}

.woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

/* Submit Button */
.woocommerce-form-login .woocommerce-button {
    display: block;
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    border-radius: 8px;
    background-color: #702cdd;
    color: #fff;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.woocommerce-form-login .woocommerce-button:hover {
    background-color: #005a87;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.2);
}

.woocommerce-form-login .woocommerce-button:active {
    transform: translateY(0);
}

.woocommerce-form-login .woocommerce-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
}

/* Lost Password Link */
.woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 20px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.woocommerce-form-login .lost_password a {
    font-size: 14px;
    color: #702cdd;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.woocommerce-form-login .lost_password a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Hidden Fields */
.woocommerce-form-login input[type="hidden"] {
    display: none;
}

/* Form Validation States */
.woocommerce-form-login .woocommerce-Input.woocommerce-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.woocommerce-form-login .woocommerce-Input.woocommerce-valid {
    border-color: #702cdd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Form Row Layout */
.woocommerce-form-login .form-row {
    margin-bottom: 20px;
}

.woocommerce-form-login .form-row-wide {
    width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-form-login .woocommerce-form-row {
        margin-bottom: 20px;
    }
    
    .woocommerce-form-login .woocommerce-Input {
        padding: 12px 14px;
        font-size: 15px;
    }
    
    .woocommerce-form-login .woocommerce-button {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .woocommerce-form-login .woocommerce-form-login__rememberme {
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .woocommerce-form-login .woocommerce-form-row {
        margin-bottom: 16px;
    }
    
    .woocommerce-form-login label {
        font-size: 13px;
    }
    
    .woocommerce-form-login .woocommerce-Input {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .woocommerce-form-login .show-password-input {
        padding: 6px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .woocommerce-form-login label {
        color: #e0e0e0;
    }
    
    .woocommerce-form-login .woocommerce-Input {
        background-color: #2d2d2d;
        border-color: #404040;
        color: #e0e0e0;
    }
    
    .woocommerce-form-login .input-text::placeholder {
        color: #777;
    }
    
    .woocommerce-form-login .input-text:focus {
        border-color: #702cdd;
        box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
    }
    
    .woocommerce-form-login .show-password-input {
        color: #aaa;
        background-color: transparent;
    }
    
    .woocommerce-form-login .show-password-input:hover {
        color: #702cdd;
        background-color: #3a3a3a;
    }
    
    .woocommerce-form-login .woocommerce-form-login__rememberme span {
        color: #b0b0b0;
    }
    
    .woocommerce-form-login .woocommerce-form__input-checkbox {
        background-color: #3a3a3a;
        border-color: #555;
    }
    
    .woocommerce-form-login .woocommerce-button:hover {
        background-color: #005a87;
    }
    
    .woocommerce-form-login .lost_password a {
        color: #4dabf7;
    }
    
    .woocommerce-form-login .lost_password a:hover {
        color: #339af0;
    }
    
    .woocommerce-form-login .woocommerce-LostPassword {
        border-top-color: #404040;
    }
}

/* Accessibility Improvements */
.woocommerce-form-login .woocommerce-Input:focus-visible {
    outline: 2px solid #702cdd;
    outline-offset: 2px;
}

.woocommerce-form-login .show-password-input:focus-visible {
    outline: 2px solid #702cdd;
    outline-offset: 2px;
}

.woocommerce-form-login .woocommerce-form__input-checkbox:focus-visible {
    outline: 2px solid #702cdd;
    outline-offset: 2px;
}

.woocommerce-form-login .woocommerce-button:focus-visible {
    outline: 2px solid #702cdd;
    outline-offset: 2px;
}

/* Loading State */
.woocommerce-form-login.is-submitting .woocommerce-button {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.woocommerce-form-login.is-submitting .woocommerce-button::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: woocommerce-form-spin 1s linear infinite;
}

@keyframes woocommerce-form-spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

/* Error Messages */
.woocommerce-form-login .woocommerce-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    list-style: none;
}

.woocommerce-form-login .woocommerce-error li {
    margin: 5px 0;
}

.woocommerce-form-login .woocommerce-error::before {
    content: '⚠️';
    margin-right: 8px;
}

/* Form Field Group Animation */
.woocommerce-form-login .woocommerce-form-row {
    animation: woocommerce-form-slide-in 0.3s ease-out;
    animation-fill-mode: both;
}

.woocommerce-form-login .woocommerce-form-row:nth-child(1) {
    animation-delay: 0.1s;
}

.woocommerce-form-login .woocommerce-form-row:nth-child(2) {
    animation-delay: 0.2s;
}

.woocommerce-form-login .form-row:last-child {
    animation-delay: 0.3s;
}

@keyframes woocommerce-form-slide-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Single page review tab page ===================== */
#tab-reviews {
    padding: 30px 0;
}

#reviews {
    max-width: 900px;
    margin: 0 auto;
}

.woocommerce-Reviews-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.woocommerce-Reviews .commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.woocommerce-Reviews .commentlist li {
    margin-bottom: 25px;
}
.comment_container {
    display: flex;
    gap: 15px;
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
}

.comment_container .avatar {
    border-radius: 50%;
    flex-shrink: 0;
}

.comment-text {
    flex: 1;
}

.comment-text .meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
}

.comment-text .woocommerce-review__author {
    font-weight: 600;
    color: #222;
}

.comment-text .star-rating {
    margin-bottom: 6px;
}

.star-rating {
    color: #f5a623;
}

.comment-text .description {
    font-size: 15px;
    color: #333;
}
#review_form_wrapper {
    margin-top: 40px;
    background: #fdfdfd;
    padding: 25px;
    border-radius: 8px;
}

#reply-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.comment-form p {
    margin-bottom: 15px;
}

.comment-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.comment-form textarea {
    min-height: 120px;
}

.comment-form-rating .stars a {
    font-size: 18px;
    margin-right: 4px;
    color: #ccc;
}

.comment-form-rating .stars a:hover,
.comment-form-rating .stars a.active {
    color: #f5a623;
}
.comment-form .submit {
    background: #000;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.comment-form .submit:hover {
    background: #222;
}

@media (max-width: 768px) {
    .comment_container {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Font page categories carousel ===================== */
.category-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.categories-carousel {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 20px;
    width: max-content;
    padding: 10px 0;
    transition: transform 0.5s ease;
}

.category-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 19%);
    transition: all 0.3s ease;
    position: relative;
    height: 180px;
    width: 100%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.category-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.category-content {
    padding: 12px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-title {
    font-size: 1rem;
    color: #1e293b;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

/* Carousel Navigation */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.carousel-nav:hover:not(.disabled) {
    background: #702cdd;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.carousel-nav.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel-nav.prev {
    left: 0;
}

.carousel-nav.next {
    right: 0;
}

.carousel-nav i {
    font-size: 1.2rem;
}

/* Dots Indicator */
.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #702cdd;
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .categories-carousel {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
    }
}

@media (max-width: 992px) {
    .categories-carousel {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
    }
    
    .category-card {
        height: 170px;
    }
    
    .category-img {
        height: 110px;
    }
}

@media (max-width: 768px) {
    .category-container {
        padding: 0 45px;
    }
    
    .categories-carousel {
        grid-template-columns: repeat(20, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        gap: 12px;
    }
    
    .category-card {
        height: 180px;
        min-width: 150px;
    }
    
    .category-img {
        height: 120px;
    }
    
    .carousel-nav {
        width: 35px;
        height: 35px;
    }
    
    .carousel-nav.prev {
        left: 0;
    }
    
    .carousel-nav.next {
        right: 0;
    }
}

@media (max-width: 480px) {
    .category-container {
        padding: 0 40px;
    }
    
    .categories-carousel {
        grid-template-columns: repeat(20, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        gap: 10px;
    }
    
    .category-card {
        height: 170px;
        min-width: 140px;
    }
    
    .category-img {
        height: 110px;
    }
    
    .category-content {
        padding: 10px 8px;
    }
    
    .category-title {
        font-size: 0.85rem;
    }
    
    .carousel-nav {
        width: 32px;
        height: 32px;
    }
    
    .carousel-nav i {
        font-size: 1rem;
    }
}
/* Cart page ===================== */
/* Cart page ===================== */
/* Cart page ===================== */