/*
Theme Name: ModaBorsa New
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.container-width, .full-width .ubermenu-nav, .container, body .row
{
    max-width: 1940px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.woocommerce-shipping-destination {display:none!important}
.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content{

}
.woocommerce-checkout .col+.col .col-inner
{
	    border: 0;
    background: #eee;
}
.shop_table .cart_item td
{
	    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}
.shop_table ul li, .checkout ul li
{
	    list-style: none;
    margin: 0;
    color: black;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-bottom: 1px solid #00000063;
}

.header-bottom
{
}
.product-right-custom
{
	border-left: 2px solid #00000069;
}
.product-right-custom strong
{
	color:black;
}
button.single_add_to_cart_button:before
{
        font-family: 'fl-icons';
    display: inline-block;
    float: left;
    content: "\e90a";
    font-weight: 400;
    margin-right: .5em;
    margin-top: -1px;
}
.woocommerce form.cart button.add_to_cart_button, .woocommerce form.cart button.single_add_to_cart_button
{
        font-size: 20px;
    border-radius: 5px;
    text-transform: initial;
       background-color: color(srgb 0.0051 0.8156 0.5175)!important;
}



.ydk-fullwidth-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ydk-gallery-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}




/* ---------- Desktop Sticky Summary ---------- */
@media (min-width: 1025px) {
        .single-product .product-summary {
                position: sticky;
                top: 100px; /* adjust for your header height */
                align-self: flex-start;
        }
}



/* Hide on desktop */
.ydk-sticky-add-to-cart {
        display: none;
}

/* Hide on desktop */
.ydk-sticky-add-to-cart {
        display: none;
}

/* ---------- Modern Product Info (All Devices) ---------- */
.product-info.summary.entry-summary {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        padding: 1.25rem 0;
        background: transparent;
        border: none;
}

/* Breadcrumbs */
.product-info .woocommerce-breadcrumb {
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #777;
        margin-bottom: 0.5rem;
        letter-spacing: 0.03em;
}

/* Product Title */
.product-info .product_title {
        font-size: 1.4rem;
        font-weight: 600;
        color: #111;
        line-height: 1.3;
        margin-bottom: 0.75rem;
}

/* Price */
.product-info .price-wrapper {
        font-size: 1.3rem;
        font-weight: 600;
        color: #111;
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid #eee;
}

/* Availability */
.product-info .available-badge,
.product-info .stock {
        font-size: 0.95rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 0.35rem;
        color: #16a34a; /* Tailwind green-600 */
}

/* Related Options */
.product-info .available_choices {
        font-size: 0.9rem;
        font-weight: 600;
        margin-top: 1rem;
        color: #333;
}

.product-info .we-related {
        display: flex;
        gap: 0.75rem;
        flex-wrap: wrap;
        margin-bottom: 1rem;
}

.product-info .we-related img {
        border-radius: 0.375rem;
        transition: transform 0.25s ease;
}

.product-info .we-related img:hover {
        transform: scale(1.06);
}

/* Add to Cart Section */
.product-info form.cart {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-top: 0.75rem;
        flex-wrap: wrap;
        border-top: 1px solid #eee;
        padding-top: 1rem;
}

/* Delivery info text inside form */
.product-info form.cart span {
        font-size: 0.9rem;
        color: #666;
        flex-basis: 100%;
}

/* Quantity Box */
.product-info form.cart .quantity {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 0.375rem;
        overflow: hidden;
        height: 38px;
        background: #fafafa;
}

.product-info form.cart .quantity input.qty {
        width: 55px;
        height: 100%;
        text-align: center;
        border: none;
        font-size: 1rem;
        background: transparent;
        color: #111;
}

.product-info form.cart .ux-quantity__button {
        width: 36px;
        height: 100%;
        background: #f3f4f6;
        border: none;
        cursor: pointer;
        color: #333;
        font-size: 1.1rem;
        transition: background-color 0.2s;
}

.product-info form.cart .ux-quantity__button:hover {
        background-color: #e5e7eb;
}

/* Add to Cart Button */
.product-info form.cart .single_add_to_cart_button {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        background-color: #dc2626; /* red-600 */
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        border: none;
        border-radius: 0.375rem;
        cursor: pointer;
        transition: background-color 0.2s ease-in-out, transform 0.1s;
        width: 100%;
}

.product-info form.cart .single_add_to_cart_button::before {
        font-family: 'fl-icons';
        content: "\e90a";
        display: inline-block;
        font-weight: 400;
        margin-right: 0.5em;
        margin-top: -1px;
        font-size: 1rem;
        line-height: 1;
}

.product-info form.cart .single_add_to_cart_button:hover {
        background-color: #b91c1c; /* red-700 */
}

.product-info form.cart .single_add_to_cart_button:active {
        transform: scale(0.97);
}

/* Meta Info */
.product-info .product_meta {
        font-size: 0.9rem;
        color: #555;
        line-height: 1.6;
        margin-top: 1rem;
        border-top: 1px solid #eee;
        padding-top: 1rem;
}

/* Social Buttons */
.product-info .social-icons {
        display: flex;
        gap: 0.5rem;
        margin-top: 1rem;
}

.product-info .social-icons a {
        width: 34px;
        height: 34px;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #555;
        transition: all 0.2s ease-in-out;
}

.product-info .social-icons a:hover {
        background-color: #f3f4f6;
        border-color: #ccc;
        color: #111;
}

/* -----*


/* ========================================
   ANEKKE STYLE HEADER
======================================== */

/* Anekke Header Container */
.modern-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
        position: sticky;
        top: 0;
        z-index: 1000;
    transition: all 0.3s ease;
}

.modern-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    padding: 1rem 0;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/* Anekke Logo */
.anekke-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.logo-link {
        display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo-link:hover {
    text-decoration: none;
    transform: scale(1.05);
}

.logo-image {
    height: 40px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Anekke Navigation */
.anekke-nav {
        flex: 1;
    margin: 0 2rem;
}

.anekke-nav-menu {
    display: flex;
    justify-content: center;
}

.anekke-menu {
    display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    gap: 2rem;
    align-items: center;
}

.anekke-menu-item {
    position: relative;
}

.anekke-menu-link {
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.75rem 0;
        display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.anekke-menu-link:hover {
    color: #000;
    text-decoration: none;
}

.anekke-arrow {
    transition: transform 0.3s ease;
    opacity: 0.7;
}

.anekke-menu-item:hover .anekke-arrow {
    transform: rotate(90deg);
}

/* Mobile Menu Toggle */
.anekke-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.anekke-mobile-toggle:hover {
    background: #f5f5f5;
}

.anekke-mobile-toggle span {
    width: 24px;
    height: 2px;
    background: #2c2c2c;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.anekke-mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.anekke-mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.anekke-mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* ========================================
   ANEKKE MEGA MENU DROPDOWN
======================================== */

/* Anekke Mega Menu Dropdown */
.anekke-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    min-width: 1200px;
    max-width: 90vw;
    max-height: 80vh;
    display: none;
    z-index: 1000;
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

/* Smart positioning for mega menu */
.anekke-menu-item:last-child .anekke-mega-menu {
    left: auto;
    right: 0;
    transform: translateX(0) translateY(-10px);
}

.anekke-menu-item:last-child:hover .anekke-mega-menu {
    transform: translateX(0) translateY(0);
}

.anekke-menu-item:first-child .anekke-mega-menu {
    left: 0;
    transform: translateX(0) translateY(-10px);
}

.anekke-menu-item:first-child:hover .anekke-mega-menu {
    transform: translateX(0) translateY(0);
}

.anekke-menu-item:hover .anekke-mega-menu {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.anekke-mega-content {
    padding: 0;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Custom scrollbar for mega menu */
.anekke-mega-content::-webkit-scrollbar {
    width: 6px;
}

.anekke-mega-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.anekke-mega-content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 3px;
}

.anekke-mega-content::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.anekke-mega-grid {
    display: flex;
    min-height: 400px;
}

/* Left Panel - Main Categories */
.anekke-mega-left {
    flex: 0 0 280px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-right: 2px solid #000;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.anekke-mega-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #000, #333);
}

.anekke-category-list {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.anekke-category-item {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

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

.anekke-category-item:hover {
    background: rgba(255, 255, 255, 0.7);
    transform: translateX(5px);
}

.anekke-category-item.active {
    background: black;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-left: 4px solid #000;
}

.anekke-category-link {
    color: #495057;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 1.2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0.3px;
    position: relative;
}

.anekke-category-link:hover {
    color: #000;
    text-decoration: none;
    background: transparent;
}

.anekke-category-item.active .anekke-category-link {
    background: transparent;
    color: white;
    font-weight: 700;
}

.anekke-category-arrow {
    opacity: 0.6;
    transition: all 0.3s ease;
    color: #000;
    font-size: 0.8rem;
}

.anekke-category-item.active .anekke-category-arrow {
    transform: rotate(90deg);
    opacity: 1;
    color: white;
}

.anekke-category-item:hover .anekke-category-arrow {
    opacity: 1;
    transform: translateX(3px);
}

.anekke-category-item.active .anekke-category-arrow {
    transform: rotate(90deg);
    opacity: 1;
}

/* Right Panel - Subcategories */
.anekke-mega-right {
    flex: 1;
    padding: 2rem;
}

/* Force 6 columns for mega menu - Multiple approaches */
.anekke-subcategory-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 1.5rem !important;
    width: 100% !important;
    min-height: 200px;
}

/* Ensure all 6 columns are always visible */
.anekke-subcategory-column {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.anekke-mega-menu .anekke-subcategory-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 1.5rem !important;
}

.anekke-mega-right .anekke-subcategory-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 1.5rem !important;
}

/* Ensure 6 columns on all screen sizes */
@media (min-width: 768px) {
    .anekke-subcategory-grid {
        grid-template-columns: repeat(6, 1fr) !important;
    }
    
    .anekke-mega-menu .anekke-subcategory-grid {
        grid-template-columns: repeat(6, 1fr) !important;
    }
    
    .anekke-mega-right .anekke-subcategory-grid {
        grid-template-columns: repeat(6, 1fr) !important;
    }
}


.anekke-subcategory-link {
    color: #333;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.4rem 0.6rem;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0.2px;
    display: block;
}

.anekke-subcategory-link:hover {
    color: #000;
    text-decoration: none;
    transform: translateX(2px);
}

.anekke-subcategory-nested {
    margin-top: 0.5rem;
    padding-left: 1rem;
    border-left: 2px solid #f0f0f0;
}

.anekke-subcategory-nested-link {
    color: #999;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 0.25rem 0;
    display: block;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
}

.anekke-subcategory-nested-link:hover {
    color: #000;
    text-decoration: none;
    padding-left: 0.5rem;
}

/* ========================================
   ANEKKE MOBILE MENU
======================================== */

/* Mobile Menu Overlay */
.anekke-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.anekke-mobile-menu.active {
    display: block;
    opacity: 1;
}

.anekke-mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.anekke-mobile-menu.active .anekke-mobile-overlay {
    transform: translateX(0);
}

.anekke-mobile-content {
    padding: 2rem;
    margin: 0 auto;
}

.anekke-mobile-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.anekke-mobile-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background 0.3s ease;
    color: #2c2c2c;
}

.anekke-mobile-close:hover {
    background: #f5f5f5;
}

.anekke-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.anekke-mobile-category {
    border-bottom: 1px solid #f0f0f0;
}

.anekke-mobile-category:last-child {
    border-bottom: none;
}

.anekke-mobile-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.anekke-mobile-category-link {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
}

.anekke-mobile-category-link:hover {
    color: #000;
    text-decoration: none;
}

.anekke-mobile-expand {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #666;
    margin-left: 1rem;
}

.anekke-mobile-expand:hover {
    background: #f5f5f5;
    color: #000;
}

.anekke-mobile-expand.active {
    background: #f0f0f0;
    color: #000;
}

.anekke-mobile-arrow {
    transition: transform 0.3s ease;
    opacity: 0.7;
}

.anekke-mobile-expand.active .anekke-mobile-arrow {
    transform: rotate(90deg);
}

.anekke-mobile-subcategories {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f8f8;
}

.anekke-mobile-subcategories.active {
    max-height: 1000px;
}

.anekke-mobile-subcategory-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
        position: relative;
}

.anekke-mobile-subcategory-item:last-child {
    border-bottom: none;
}

.anekke-mobile-subcategory-link {
    color: #666;
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    flex: 1;
    min-width: 0;
}

.anekke-mobile-subcategory-link:hover {
    color: #000;
    text-decoration: none;
}

.anekke-mobile-subcategory-expand {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #999;
    margin-left: 0.5rem;
    flex-shrink: 0;
}

.anekke-mobile-subcategory-expand:hover {
    background: #e0e0e0;
    color: #666;
}

.anekke-mobile-subcategory-expand.active {
    background: #d0d0d0;
    color: #000;
}

.anekke-mobile-subcategory-arrow {
    transition: transform 0.3s ease;
    opacity: 0.7;
}

.anekke-mobile-subcategory-expand.active .anekke-mobile-subcategory-arrow {
    transform: rotate(90deg);
}

.anekke-mobile-nested {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f0f0f0;
    width: 100%;
    flex-basis: 100%;
    order: 1;
}

.anekke-mobile-nested.active {
    max-height: 500px;
}

.anekke-mobile-nested-link {
    color: #999;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 0.5rem 1.5rem;
    display: block;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid #e0e0e0;
}

.anekke-mobile-nested-link:last-child {
    border-bottom: none;
}

.anekke-mobile-nested-link:hover {
    color: #000;
    text-decoration: none;
    background: #e8e8e8;
}

/* Simple Dropdown for items without mega menu */
.ydk-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 200px;
        display: none;
        flex-direction: column;
    padding: 0.5rem 0;
    z-index: 1000;
}

.ydk-submenu li {
    margin: 0;
}

.ydk-submenu li a {
    padding: 0.75rem 1rem;
        font-size: 0.9rem;
    color: #6b7280;
    border-radius: 0;
}

.ydk-submenu li a:hover {
    background: #f9fafb;
    color: #dc2626;
}

.ydk-menu li:hover > .ydk-submenu {
        display: flex;
}

/* Header Right */
.modern-header-right {
        display: flex;
        align-items: center;
        gap: 1rem;
}

/* Mobile Menu Toggle */
.ydk-mobile-toggle {
        display: none;
        flex-direction: column;
    gap: 4px;
        background: none;
        border: none;
        cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.ydk-mobile-toggle:hover {
    background: #f3f4f6;
}

.ydk-mobile-toggle span {
        width: 24px;
        height: 2px;
    background: #374151;
        border-radius: 1px;
        transition: all 0.3s ease;
}

/* Mobile Menu Overlay */
.ydk-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.ydk-mobile-menu.active {
    display: block;
}

.ydk-mobile-header {
    background: #fff;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
}

.ydk-mobile-content {
    background: #fff;
    height: calc(100% - 80px);
    overflow-y: auto;
    padding: 1rem;
}

.ydk-close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6b7280;
}

.ydk-back-btn {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #dc2626;
    color: #fff;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    display: none;
}

.ydk-back-btn:not(.hidden) {
    display: block;
}

/* Mega Menu Responsive Adjustments */
@media (max-width: 1200px) {
    .ydk-mega-menu {
        min-width: 500px;
    }
}

@media (max-width: 1024px) {
    .ydk-mega-menu {
        min-width: 400px;
        padding: 1.5rem;
    }
    
    .mega-menu-columns {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1.5rem;
    }
}

/* Responsive Design - Anekke Style */
@media (max-width: 1200px) {
    .anekke-mega-menu {
        min-width: 500px;
    }
    
    .anekke-mega-grid {
        flex-direction: column;
    }
    
    .anekke-mega-left {
        flex: none;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .anekke-subcategory-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 1rem;
    }
}

@media (max-width: 1024px) {
    .anekke-mega-menu {
        min-width: 400px;
        padding: 1.5rem;
    }
    
    .anekke-mega-grid {
        flex-direction: column;
    }
    
    .anekke-subcategory-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .anekke-subcategory-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 900px) {
    .anekke-nav {
                display: none;
    }
    
    .anekke-mobile-toggle {
        display: flex;
    }
    
    .modern-header-inner {
        padding: 0.75rem 0;
    }
    
    /* Logo adjustments for mobile */
    .logo-image {
        height: 35px;
        max-width: 120px;
    }
    
    /* Hide mega menu on mobile */
    .anekke-mega-menu {
        display: none !important;
    }
}

/* Mobile Menu Enhancements */
@media (max-width: 768px) {
    .ydk-mobile-menu {
                position: fixed;
        top: 0;
                left: 0;
                width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        display: none;
    }
    
    .ydk-mobile-menu.active {
        display: block;
    }
    
    .ydk-mobile-header {
                background: #fff;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e5e7eb;
        position: relative;
        z-index: 10000;
    }
    
    .ydk-mobile-content {
        background: #fff;
        height: calc(100% - 80px);
        overflow-y: auto;
        padding: 1rem;
        position: relative;
        z-index: 10000;
    }
    
    .ydk-close-btn {
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #6b7280;
        padding: 0.5rem;
        border-radius: 4px;
        transition: background 0.3s ease;
    }
    
    .ydk-close-btn:hover {
        background: #f3f4f6;
    }
    
    .ydk-back-btn {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        background: #dc2626;
        color: #fff;
        border: none;
        padding: 0.75rem 1rem;
        border-radius: 8px;
        cursor: pointer;
        display: none;
        z-index: 10000;
    }
    
    .ydk-back-btn:not(.hidden) {
        display: block;
    }
}

/* ========================================
   MODERN FOOTER STYLES
======================================== */

/* Modern Footer Styles */
.modern-footer {
    background:white;
    color: #333;
    margin-top: 4rem;
    border-top: 1px solid #e9ecef;
}

.footer-inner {
    padding: 3rem 0 2rem;
}

/* Social Media Section */
.footer-social {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-link:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    transform: translateY(-2px);
}

.social-link.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: transparent;
}

/* Main Footer Content */
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-column {
    margin-bottom: 1.5rem;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2e2d2d;
    margin-bottom: 1rem;
    text-transform: none;
    letter-spacing: 0;
}

.footer-info p {
    margin-bottom: 0.5rem;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer-hours {
    font-weight: 500;
    color: #333;
}

.footer-phone {
    font-weight: 500;
    color: #333;
}

.footer-address {
    color: #666;
}

.footer-email {
    color: #007bff;
    font-weight: 500;
}

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

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
}

.footer-links a:hover {
    color: #007bff;
    text-decoration: none;
}

/* Courier Image */
.footer-courier {
    text-align: center;
    margin: 2rem 0;
                padding: 1rem 0;
    border-top: 1px solid #e9ecef;
}

.courier-image {
    max-width: 100%;
    height: 82px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.courier-image:hover {
    opacity: 1;
}

/* Footer Bottom */
.footer-bottom {
    background: #fff;
    border-top: 1px solid #e9ecef;
    padding: 1.5rem 0;
}

.footer-copyright {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

.footer-copyright p {
    margin: 0.25rem 0;
}

.developer-credit a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.developer-credit a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-inner {
        padding: 2rem 0 1rem;
    }
    
    .footer-social {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }
    
    .social-icons {
        gap: 0.75rem;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .footer-title {
        font-size: 1rem;
    }
    
    .footer-info p,
    .footer-links a {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .footer-inner {
        padding: 1.5rem 0 1rem;
    }
    
    .footer-social {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }
    
    .footer-content {
        gap: 1rem;
    }
    
    .footer-column {
        margin-bottom: 1rem;
    }
}

.footer-widget {
    margin-bottom: 2rem;
}

.footer-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2e2d2d;
    margin-bottom: 1rem;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 30px;
    height: 2px;
    background: #dc2626;
}

.footer-description {
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 1rem;
}

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

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #dc2626;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #374151;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #dc2626;
    color: #fff;
    transform: translateY(-2px);
}

.footer-contact p {
    color: #9ca3af;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-bottom {
    border-top: 1px solid #f5f5f5;
    padding-top: 1.5rem;
}

.footer-copyright {
    color: #9ca3af;
    margin: 0;
}

.footer-payment {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}

.payment-label {
    color: #9ca3af;
    font-size: 0.9rem;
}

.payment-icons {
    display: flex;
    gap: 0.5rem;
}

.payment-icons i {
    font-size: 1.5rem;
    color: #6b7280;
}

/* ========================================
   MODERN CHECKOUT STYLES
======================================== */

.modern-checkout-wrapper {
    background: #f9fafb;
    min-height: 100vh;
    padding: 2rem 0;
}

.checkout-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}

.checkout-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 1rem 0;
    text-align: center;
}

.checkout-steps {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0;
}

.step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #9ca3af;
}

.step.active {
    color: #dc2626;
}

.step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.step.active .step-number {
    background: #dc2626;
    color: #fff;
}

.step-label {
    font-weight: 500;
}

.modern-checkout-row {
    max-width: 1200px;
    margin: 0 auto;
}

.checkout-section {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-title i {
    color: #dc2626;
}

.checkout-order-review {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.order-review-header {
    background: #f9fafb;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.order-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.order-title i {
    color: #dc2626;
}

.order-review-content {
    padding: 1.5rem;
}

/* Form Styling */
.woocommerce form .form-row {
    margin-bottom: 1.5rem;
}

.woocommerce form .form-row label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
                display: block;
}

.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

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

/* Button Styling */
.woocommerce #place_order {
    background: #dc2626;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    width: 100%;
}

.woocommerce #place_order:hover {
    background: #b91c1c;
    transform: translateY(-1px);
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .checkout-steps {
        flex-direction: column;
        gap: 1rem;
    }
    
    .checkout-section {
        padding: 1.5rem;
    }
    
    .modern-checkout-row {
        flex-direction: column;
    }
    
    .checkout-details {
        order: 2;
    }
    
    .checkout-sidebar {
        order: 1;
    }
}

/* ========================================
   ADDITIONAL MODERN FEATURES
======================================== */

/* Product Quick Info */
.product-quick-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
}

.quick-info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #374151;
}

.quick-info-item i {
    color: #dc2626;
    font-size: 1.1rem;
}

/* Checkout Progress */
.checkout-progress {
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.progress-steps {
    display: flex;
    justify-content: center;
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.progress-steps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.progress-steps .step::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 100%;
    width: 2rem;
    height: 2px;
    background: #e5e7eb;
    z-index: 1;
}

.progress-steps .step:last-child::after {
    display: none;
}

.progress-steps .step.completed::after {
    background: #dc2626;
}

.progress-steps .step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
}

.progress-steps .step.completed .step-number {
    background: #dc2626;
    color: #fff;
}

.progress-steps .step.active .step-number {
    background: #dc2626;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
}

.progress-steps .step-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
    text-align: center;
}

.progress-steps .step.completed .step-label,
.progress-steps .step.active .step-label {
    color: #dc2626;
}


/* Enhanced Product Gallery */
.ydk-fullwidth-gallery {
    position: relative;
}

.ydk-gallery-image {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ydk-gallery-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Modern Shop Grid */
.modern-shop .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.modern-shop .price {
    font-size: 1.125rem;
    font-weight: 700;
    color: #dc2626;
}

.modern-shop .woocommerce-loop-product__link {
    text-decoration: none;
    color: inherit;
}

.modern-shop .woocommerce-loop-product__link:hover {
    text-decoration: none;
}

/* Loading States */
.loading {
    position: relative;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #dc2626;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* Accessibility Improvements */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus styles */
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .modern-header {
        border-bottom: 2px solid #000;
    }
    
    .ydk-menu li a {
        color: #000;
    }
    
    .ydk-menu li a:hover {
        color: #dc2626;
        text-decoration: underline;
    }
}

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

/* Print styles */
@media print {
    .modern-header,
    .ydk-mobile-menu,
    .modern-footer {
        display: none;
    }
    
    .modern-checkout-wrapper {
        background: #fff;
    }
    
    .checkout-section {
        box-shadow: none;
        border: 1px solid #000;
    }
}

.product-image
{
    width:100%!important;
}

/* ========================================
   MEGA MENU RESPONSIVE ADJUSTMENTS
======================================== */

@media (max-width: 1200px) {
    .ydk-mega-menu {
        min-width: 600px;
    }
    
    .mega-menu-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .ydk-mega-menu {
        min-width: 500px;
    }
    
    .mega-menu-columns {
        grid-template-columns: 1fr;
    }
    
    .mega-menu-header {
        padding: 1rem 1.5rem;
    }
    
    .mega-menu-columns {
        padding: 1.5rem;
    }
}

@media (max-width: 900px) {
    .ydk-mega-menu {
        min-width: 400px;
    }
}

@media (max-width: 768px) {
    .ydk-mega-menu {
        display: none !important;
        }

        .ydk-menu {
        display: none;
    }
    
    .modern-nav {
        display: none;
    }
}

/* ========================================
   EXTERNAL FILTER PLUGIN STYLES
======================================== */

/* Main Filter Form */
body .prdctfltr_woocommerce_ordering {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

/* Filter Title */
body .prdctfltr_woocommerce_ordering h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
    flex: 1;
    min-width: 200px;
}

/* Filter Controls Container */
body .prdctfltr_woocommerce_ordering .prdctfltr_filter_controls {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    flex: 2;
}

/* Individual Filter Groups */
body .prdctfltr_woocommerce_ordering .prdctfltr_filter_group {
    display: flex;
                flex-direction: column;
    gap: 0.5rem;
    min-width: 150px;
}

/* Filter Labels */
body .prdctfltr_woocommerce_ordering label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
    display: block;
}

/* Select Dropdowns */
body .prdctfltr_woocommerce_ordering select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    font-size: 0.875rem;
    color: #374151;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

body .prdctfltr_woocommerce_ordering select:focus {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

body .prdctfltr_woocommerce_ordering select:hover {
    border-color: #9ca3af;
}

/* Filter Buttons */
body .prdctfltr_woocommerce_ordering .prdctfltr_filter_buttons {
    display: flex;
    gap: 0.75rem;
                align-items: center;
    flex-wrap: wrap;
}

/* Apply Filter Button */
body .prdctfltr_woocommerce_ordering .prdctfltr_apply {
    background: #dc2626;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

body .prdctfltr_woocommerce_ordering .prdctfltr_apply:hover {
    background: #b91c1c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

body .prdctfltr_woocommerce_ordering .prdctfltr_apply:active {
    transform: translateY(0);
}

/* Clear Filter Button */
body .prdctfltr_woocommerce_ordering .prdctfltr_clear {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

body .prdctfltr_woocommerce_ordering .prdctfltr_clear:hover {
    background: #e5e7eb;
    border-color: #9ca3af;
    color: #111827;
}

/* Reset Button */
body .prdctfltr_woocommerce_ordering .prdctfltr_reset {
    background: transparent;
    color: #6b7280;
    border: 1px solid #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

body .prdctfltr_woocommerce_ordering .prdctfltr_reset:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #374151;
}

/* Filter Results Count */
body .prdctfltr_woocommerce_ordering .prdctfltr_filter_results {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    margin-left: auto;
    padding: 0.5rem 1rem;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

/* Active Filters Display */
body .prdctfltr_woocommerce_ordering .prdctfltr_active_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

body .prdctfltr_woocommerce_ordering .prdctfltr_active_filter {
    background: #dc2626;
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

body .prdctfltr_woocommerce_ordering .prdctfltr_active_filter .prdctfltr_remove_filter {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: background 0.3s ease;
}

body .prdctfltr_woocommerce_ordering .prdctfltr_active_filter .prdctfltr_remove_filter:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Loading State */
body .prdctfltr_woocommerce_ordering.loading {
    opacity: 0.7;
    pointer-events: none;
}

body .prdctfltr_woocommerce_ordering.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #dc2626;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Responsive Design for Filters */
@media (max-width: 1024px) {
    body .prdctfltr_woocommerce_ordering {
        flex-direction: column;
        align-items: stretch;
    }
    
    body  .prdctfltr_woocommerce_ordering .prdctfltr_filter_controls {
        flex-direction: column;
                gap: 1rem;
        }

        body  .prdctfltr_woocommerce_ordering .prdctfltr_filter_group {
        min-width: 100%;
    }
    
    body .prdctfltr_woocommerce_ordering .prdctfltr_filter_buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    body .prdctfltr_woocommerce_ordering {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    body  .prdctfltr_woocommerce_ordering h3 {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    body   .prdctfltr_woocommerce_ordering .prdctfltr_filter_controls {
        gap: 0.75rem;
    }
    
    body  .prdctfltr_woocommerce_ordering .prdctfltr_filter_buttons {
        flex-direction: column;
        width: 100%;
    }
    
    body  .prdctfltr_woocommerce_ordering .prdctfltr_apply,
    body .prdctfltr_woocommerce_ordering .prdctfltr_clear,
    body .prdctfltr_woocommerce_ordering .prdctfltr_reset {
        width: 100%;
        justify-content: center;
    }
    
    body .prdctfltr_woocommerce_ordering .prdctfltr_filter_results {
        margin: 1rem 0 0 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    body .prdctfltr_woocommerce_ordering {
        padding: 0.75rem;
        border-radius: 8px;
    }
    
    body  .prdctfltr_woocommerce_ordering select {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    
    body .prdctfltr_woocommerce_ordering .prdctfltr_apply,
    body .prdctfltr_woocommerce_ordering .prdctfltr_clear,
    body .prdctfltr_woocommerce_ordering .prdctfltr_reset {
        padding: 0.625rem 1rem;
        font-size: 0.8rem;
    }
}

/* Filter Form Enhancements */
body .prdctfltr_woocommerce_ordering .prdctfltr_filter_group:has(select:focus) {
    transform: translateY(-1px);
    transition: transform 0.3s ease;
}

/* Custom Checkbox Styling (if applicable) */
body .prdctfltr_woocommerce_ordering input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #dc2626;
    margin-right: 0.5rem;
}

/* Range Input Styling (if applicable) */
body .prdctfltr_woocommerce_ordering input[type="range"] {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    outline: none;
    -webkit-appearance: none;
}

body .prdctfltr_woocommerce_ordering input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dc2626;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body .prdctfltr_woocommerce_ordering input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dc2626;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Filter Form Animation */
body .prdctfltr_woocommerce_ordering {
    animation: slideInUp 0.5s ease-out;
}

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

/* Filter Results Animation */
body .prdctfltr_woocommerce_ordering .prdctfltr_filter_results {
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ========================================
   ANEKKE STYLE PRODUCT GRID
======================================== */

/* Hide duplicate WooCommerce elements */
.woocommerce-result-count.hide-for-medium,
.woocommerce-ordering.hide-for-medium {
    display: none !important;
}

/* Modern Product Grid - Anekke Style */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #f0f0f0;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #e0e0e0;
}

/* Product Image */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover {
    text-decoration: none;
    color: inherit;
}

.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover .attachment-woocommerce_thumbnail {
    transform: scale(1.05);
}

/* Product Info Container */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 500;
    color: #2c2c2c;
    margin: 1rem 0 0.5rem 0;
    line-height: 1.4;
    text-align: center;
    padding: 0 1rem;
    text-transform: none;
    letter-spacing: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #000;
}

/* Price Styling */
.woocommerce ul.products li.product .price {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c2c2c;
    text-align: center;
    margin: 0.5rem 0 1rem 0;
    padding: 0 1rem;
}

.woocommerce ul.products li.product .price del {
    color: #999;
    font-size: 0.9rem;
    margin-right: 0.5rem;
}

.woocommerce ul.products li.product .price ins {
    color: #dc2626;
    text-decoration: none;
    font-weight: 700;
}

/* Add to Cart Button */
.woocommerce ul.products li.product .add_to_cart_button {
    display: block;
    width: calc(100% - 2rem);
    margin: 0 1rem 1rem 1rem;
    padding: 0.75rem 1rem;
    background: #2c2c2c;
    color: #fff;
                border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.woocommerce ul.products li.product .add_to_cart_button:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.woocommerce ul.products li.product .add_to_cart_button:active {
    transform: translateY(0);
}

/* Sale Badge */
.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #dc2626;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* New Badge */
.woocommerce ul.products li.product .new-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #16a34a;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* Sold Out Styling */
.woocommerce ul.products li.product.outofstock .add_to_cart_button {
    background: #999;
    cursor: not-allowed;
    opacity: 0.6;
}

.woocommerce ul.products li.product.outofstock .add_to_cart_button:hover {
    background: #999;
    transform: none;
}

/* Product Grid Responsive */
@media (max-width: 1200px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }
    
    .woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
        height: 250px;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.9rem;
        padding: 0 0.75rem;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 1rem;
        padding: 0 0.75rem;
    }
    
    .woocommerce ul.products li.product .add_to_cart_button {
        width: calc(100% - 1.5rem);
        margin: 0 0.75rem 0.75rem 0.75rem;
        padding: 0.625rem 0.75rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
        height: 200px;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
    
    .woocommerce ul.products li.product .add_to_cart_button {
        width: calc(100% - 1rem);
        margin: 0 0.5rem 0.5rem 0.5rem;
        padding: 0.5rem;
        font-size: 0.8rem;
    }
}

/* Product Grid Loading Animation */
.woocommerce ul.products li.product {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Stagger animation for grid items */
.woocommerce ul.products li.product:nth-child(1) { animation-delay: 0.1s; }
.woocommerce ul.products li.product:nth-child(2) { animation-delay: 0.2s; }
.woocommerce ul.products li.product:nth-child(3) { animation-delay: 0.3s; }
.woocommerce ul.products li.product:nth-child(4) { animation-delay: 0.4s; }
.woocommerce ul.products li.product:nth-child(5) { animation-delay: 0.5s; }
.woocommerce ul.products li.product:nth-child(6) { animation-delay: 0.6s; }
.woocommerce ul.products li.product:nth-child(7) { animation-delay: 0.7s; }
.woocommerce ul.products li.product:nth-child(8) { animation-delay: 0.8s; }

/* Product Grid Container */
.woocommerce-page .woocommerce-products-header {
    margin-bottom: 2rem;
    text-align: center;
}

.woocommerce-page .woocommerce-products-header h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.woocommerce-page .woocommerce-products-header .woocommerce-result-count {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Pagination Styling */
.woocommerce nav.woocommerce-pagination {
    margin-top: 3rem;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #2c2c2c;
    color: #fff;
    border-color: #2c2c2c;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

/* ========================================
   CHECKOUT ORDER REVIEW TABLE STYLING
======================================== */

/* Main Order Review Table */
.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0;
}

/* Table Header */
.shop_table.woocommerce-checkout-review-order-table thead {
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.shop_table.woocommerce-checkout-review-order-table thead th {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c2c2c;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.shop_table.woocommerce-checkout-review-order-table thead th.product-name {
    width: 60%;
}

.shop_table.woocommerce-checkout-review-order-table thead th.product-total {
    width: 40%;
    text-align: right;
}

/* Table Body - Product Rows */
.shop_table.woocommerce-checkout-review-order-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr:hover {
    background: #f8f9fa;
}

.shop_table.woocommerce-checkout-review-order-table tbody td {
    padding: 1rem 1.5rem;
    vertical-align: top;
    border: none;
}

/* Product Name Styling */
.shop_table.woocommerce-checkout-review-order-table .product-name {
    font-size: 0.95rem;
    color: #2c2c2c;
    line-height: 1.4;
    font-weight: 500;
}

.shop_table.woocommerce-checkout-review-order-table .product-quantity {
    color: #666;
    font-weight: 400;
    font-size: 0.9rem;
}

/* Product Total Styling */
.shop_table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-size: 1rem;
    font-weight: 600;
    color: #2c2c2c;
}

.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    color: #2c2c2c;
    font-weight: 600;
}

.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol {
    color: #2c2c2c;
}

/* Table Footer - Totals */
.shop_table.woocommerce-checkout-review-order-table tfoot {
    background: #f8f9fa;
    border-top: 2px solid #e9ecef;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    border-bottom: none;
}

.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 1rem 1.5rem;
    border: none;
    font-weight: 500;
}

/* Subtotal Row */
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th {
    font-size: 1rem;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td {
    text-align: right;
    font-size: 1rem;
    color: #2c2c2c;
    font-weight: 600;
}

/* Shipping Section */
.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    background: #fff;
}

.shop_table.woocommerce-checkout-review-order-table .shipping__inner {
    padding: 0;
}

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

.shop_table.woocommerce-checkout-review-order-table .shipping__table th {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    border: none;
    background: #f8f9fa;
}

.shop_table.woocommerce-checkout-review-order-table .shipping__table td {
    padding: 1rem 1.5rem;
    border: none;
    background: #fff;
}

/* Shipping Methods */
.shop_table.woocommerce-checkout-review-order-table .shipping__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop_table.woocommerce-checkout-review-order-table .shipping__list_item {
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.shop_table.woocommerce-checkout-review-order-table .shipping__list_item:hover {
    background: #e9ecef;
    border-color: #dc2626;
}

.shop_table.woocommerce-checkout-review-order-table .shipping__list_item:last-child {
    margin-bottom: 0;
}

.shop_table.woocommerce-checkout-review-order-table .shipping_method {
    margin-right: 0.75rem;
    accent-color: #dc2626;
}

.shop_table.woocommerce-checkout-review-order-table .shipping__list_label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c2c2c;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}

/* Order Total Row */
.shop_table.woocommerce-checkout-review-order-table .order-total {
    background: #2c2c2c;
    color: #fff;
}

.shop_table.woocommerce-checkout-review-order-table .order-total th {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.shop_table.woocommerce-checkout-review-order-table .order-total td {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    color: #fff;
    font-weight: 700;
}

.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-currencySymbol {
    color: #fff;
}

.shop_table.woocommerce-checkout-review-order-table .includes_tax {
    display: block;
    font-size: 0.8rem;
    color: #ccc;
    font-weight: 400;
    margin-top: 0.25rem;
}

/* Loyalty Program Section */
.shop_table.woocommerce-checkout-review-order-table .loycott-woocommerce-layout-table-row {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.shop_table.woocommerce-checkout-review-order-table .loycott-woocommerce-layout-table-row td {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    color: #2c2c2c;
    border: none;
}

.shop_table.woocommerce-checkout-review-order-table .loycott-woocommerce-layout-table-row strong {
    font-weight: 600;
    color: #2c2c2c;
}

/* Loyalty Phone Input */
.shop_table.woocommerce-checkout-review-order-table .loycott-phone-wrapper {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.shop_table.woocommerce-checkout-review-order-table #countrycodes {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    background: #fff;
    min-width: 120px;
}

.shop_table.woocommerce-checkout-review-order-table #lphone {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    background: #fff;
    flex: 1;
    min-width: 150px;
}

.shop_table.woocommerce-checkout-review-order-table #points {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    background: #f8f9fa;
    color: #666;
}

/* Loyalty Radio Buttons */
.shop_table.woocommerce-checkout-review-order-table .form-row input[type="radio"] {
    margin-right: 0.5rem;
    accent-color: #dc2626;
}

.shop_table.woocommerce-checkout-review-order-table .form-row label {
    font-size: 0.9rem;
    color: #2c2c2c;
    cursor: pointer;
    margin: 0;
}

.shop_table.woocommerce-checkout-review-order-table .form-row .optional {
    color: #666;
    font-size: 0.8rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .shop_table.woocommerce-checkout-review-order-table {
        font-size: 0.9rem;
    }
    
    .shop_table.woocommerce-checkout-review-order-table thead th,
    .shop_table.woocommerce-checkout-review-order-table tbody td,
    .shop_table.woocommerce-checkout-review-order-table tfoot th,
    .shop_table.woocommerce-checkout-review-order-table tfoot td {
        padding: 0.75rem 1rem;
    }
    
    .shop_table.woocommerce-checkout-review-order-table .loycott-phone-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    
    .shop_table.woocommerce-checkout-review-order-table #countrycodes,
    .shop_table.woocommerce-checkout-review-order-table #lphone {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .shop_table.woocommerce-checkout-review-order-table {
        font-size: 0.85rem;
    }
    
    .shop_table.woocommerce-checkout-review-order-table thead th,
    .shop_table.woocommerce-checkout-review-order-table tbody td,
    .shop_table.woocommerce-checkout-review-order-table tfoot th,
    .shop_table.woocommerce-checkout-review-order-table tfoot td {
        padding: 0.5rem 0.75rem;
    }
    
    .shop_table.woocommerce-checkout-review-order-table .order-total th,
    .shop_table.woocommerce-checkout-review-order-table .order-total td {
        font-size: 1rem;
        padding: 1rem 0.75rem;
    }
}

p.name.product-title.woocommerce-loop-product__title {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.modern-shop .price {
    float: left;
    /* margin-left: 29px; */
    font-weight: 400;
}

span.amount {
    font-weight: normal;
}



p.name.product-title.woocommerce-loop-product__title {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.modern-shop .price {
    float: left;
    /* margin-left: 29px; */
    font-weight: 400;
}

span.amount {
    font-weight: normal;
}

.product-small.box {
    /* border: 1px solid gray; */
    border-radius: 0px;
}





.pf_rngstyle_html5 .irs-bar {
    border-top-color: black;
    border-bottom-color: black;
    background: black;
}

.pf_rngstyle_html5 .irs-from, .pf_rngstyle_html5 .irs-to, .pf_rngstyle_html5 .irs-single {
    background: black;
}

.pf_rngstyle_html5 .irs-slider {
    background: #dd3333;
    border-color: #dd3333;
}

span.prdctfltr_widget_title {
    color: black;
    text-transform: capitalize;
}
.woosticker.pos_left
{
    top:10px!important;
}
.woosticker.custom_sticker_text.woosticker_ribbon
{
    background-color: #DD3332 !important;

}
p.category.uppercase.is-smaller.no-text-overflow.product-cat
{
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 11px;
}

span.prdctfltr_woocommerce_filter_title {
                display: none;
}

/* ========================================
   PRODUCT ARCHIVE IMAGE QUALITY FIXES
======================================== */

/* Improve product image quality and size */
.product-small .attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Force higher resolution images */
.product-small .attachment-woocommerce_thumbnail {
    image-rendering: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
}

/* Hover image quality */
.product-small .show-on-hover.back-image {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
}

/* Product image container improvements */
.product-small .box-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-small .image-zoom_in {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* Ensure proper aspect ratio */
.product-small .box-image img {
    transition: transform 0.3s ease;
    will-change: transform;
}

.product-small:hover .box-image img {
    transform: scale(1.05);
}

/* Fix for Flatsome's image sizing */
.product-small .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
    height: 350px !important;
    max-width: none !important;
    max-height: none !important;
}

/* Responsive image sizing */
@media (max-width: 768px) {
    .product-small .attachment-woocommerce_thumbnail {
        height: 280px !important;
    }
    
    .product-small .show-on-hover.back-image {
        height: 280px !important;
    }
}

@media (max-width: 480px) {
    .product-small .attachment-woocommerce_thumbnail {
        height: 250px !important;
    }
    
    .product-small .show-on-hover.back-image {
        height: 250px !important;
    }
}

/* Force high DPI image loading */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .product-small .attachment-woocommerce_thumbnail {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        image-rendering: high-quality;
    }
}

/* ========================================
   HOMEPAGE STYLING
======================================== */

/* Hero Slider */
.hero-slider {
    position: relative;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active {
    opacity: 1;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 2rem;
}

.slide-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.slide-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

.slide-button {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.slide-button:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
    color: #fff;
    text-decoration: none;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.slider-prev {
    left: 2rem;
}

.slider-next {
    right: 2rem;
}

.slider-prev:hover,
.slider-next:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 3;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active,
.slider-dot:hover {
    background: #fff;
    border-color: #fff;
}

/* Featured Products Section */
.featured-products {
    padding: 4rem 0;
    background: #f8f9fa;
}

.products-container {
    margin-bottom: 3rem;
}

.products-container .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-container .woocommerce li.product {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

.products-container .woocommerce li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.products-container .woocommerce li.product .woocommerce-loop-product__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.products-container .woocommerce li.product .woocommerce-loop-product__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.5rem 1.5rem 0.75rem;
    line-height: 1.4;
    color: #2c2c2c;
}

.products-container .woocommerce li.product .price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 1.5rem 1rem;
}

.products-container .woocommerce li.product .woocommerce-loop-product__link img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.products-container .woocommerce li.product:hover .woocommerce-loop-product__link img {
    transform: scale(1.05);
}

.products-container .woocommerce li.product .add_to_cart_button {
    background: #2c2c2c;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    width: calc(100% - 3rem);
    text-align: center;
    margin: 0 1.5rem 1.5rem;
}

.products-container .woocommerce li.product .add_to_cart_button:hover {
    background: #dc2626;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.products-container .woocommerce li.product .onsale {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #dc2626;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* Responsive adjustments for WooCommerce shortcode */
@media (max-width: 768px) {
    .products-container .woocommerce ul.products {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .products-container .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}


.section-footer {
    text-align: center;
}

.view-all-button {
    background: #dc2626;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.view-all-button:hover {
    background: #b91c1c;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

/* Content Sections */
.content-sections {
    padding: 4rem 0;
    background: #fff;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.content-item {
    text-align: center;
    padding: 2rem 1rem;
}

.content-icon {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #dc2626;
    transition: all 0.3s ease;
}

.content-item:hover .content-icon {
    background: #dc2626;
    color: #fff;
    transform: scale(1.1);
}

.content-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 0.75rem;
}

.content-item p {
    color: #666;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .slide-title {
        font-size: 2.5rem;
    }
    
    .slide-description {
        font-size: 1.1rem;
    }
    
    .slider-prev,
    .slider-next {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .slider-prev {
        left: 1rem;
    }
    
    .slider-next {
        right: 1rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-slider {
        height: 50vh;
        min-height: 400px;
    }
    
    .slide-title {
        font-size: 2rem;
    }
    
    .slide-description {
        font-size: 1rem;
    }
    
    .slide-button {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
    }
}


.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.featured-product-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.featured-product-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

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

.featured-product-item:hover .product-image img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.product-badge.sale {
    background: #dc2626;
    color: #fff;
}

.product-badge.featured {
    background: #16a34a;
    color: #fff;
}

.product-info {
    padding: 1.5rem;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.product-title a {
    color: #2c2c2c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: #dc2626;
    text-decoration: none;
}

.product-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.product-actions {
    margin-top: 1rem;
}

.add-to-cart {
    background: #2c2c2c;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.add-to-cart:hover {
    background: #dc2626;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.out-of-stock {
    color: #999;
    font-style: italic;
    text-align: center;
    display: block;
    padding: 0.75rem;
}

.section-footer {
    text-align: center;
}

.view-all-button {
    background: #dc2626;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.view-all-button:hover {
    background: #b91c1c;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

/* Content Sections */
.modaborsa-content-sections {
    padding: 4rem 0;
    background: #fff;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.content-item {
    text-align: center;
    padding: 2rem 1rem;
}

.content-icon {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #dc2626;
    transition: all 0.3s ease;
}

.content-item:hover .content-icon {
    background: #dc2626;
    color: #fff;
    transform: scale(1.1);
}

.content-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 0.75rem;
}

.content-item p {
    color: #666;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .slider-title {
        font-size: 2.5rem;
    }
    
    .slider-description {
        font-size: 1.1rem;
    }
    
    .slider-prev,
    .slider-next {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .slider-prev {
        left: 1rem;
    }
    
    .slider-next {
        right: 1rem;
    }
    
    .featured-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .modaborsa-hero-slider {
        height: 50vh;
        min-height: 400px;
    }
    
    .slider-title {
        font-size: 2rem;
    }
    
    .slider-description {
        font-size: 1rem;
    }
    
    .slider-cta {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    .featured-products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-image {
        height: 250px;
    }
}

.prdctfltr_showing:before {
    display: none;
}
form.prdctfltr_woocommerce_ordering
{
    border-radius: 0px;
    border: none;
}
.post-type-archive-product .product-title a
{
    text-align:left;
}
.tax-product_brand .brand-description
{
    display:none;
}

span.price {float: left;margin-top: 5px;}

.post-type-archive-product .product-title a
{
    text-align: left!important;
}
.product-small.col
{
    
}
.product-small .box-image
{
    border-radius: 0px;
}

/* Header Logo Fixes */
.logo-image {
    display: block !important;
    max-height: 40px;
    width: auto;
    height: auto;
}

.anekke-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-link {
    display: block;
    text-decoration: none;
}

.logo-link img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Override parent theme logo styles */
#logo img,
#logo .logo-image,
.logo img,
.logo .logo-image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 40px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}

/* Ensure logo container is properly sized */
#logo,
.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Override any parent theme padding/margin issues */
#logo *,
.logo * {
    padding: 0 !important;
    margin: 0 !important;
}

/* Logo and Search Container */
.logo-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.logo-search-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 800px;
    width: 100%;
}

/* Header Search Styling */
.header-search-desktop {
    flex: 1;
    max-width: 400px;
}

.header-search-desktop .woocommerce-product-search {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.header-search-desktop .woocommerce-product-search:focus-within {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.header-search-desktop .search-field {
    flex: 1;
    padding: 10px 15px;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: #333;
    outline: none;
}

.header-search-desktop .search-field::placeholder {
    color: #999;
}

.header-search-desktop .search-submit {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;

}

.header-search-desktop .search-submit:hover {
    background: #333;
}

.header-search-desktop .search-submit i {
    font-size: 16px;
}

/* Remove phone number styling - no longer needed */

/* Mobile Search Styling */
.mobile-search-item {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-search-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.mobile-search-btn:hover {
    background: #f8f9fa;
    color: #000;
}

/* Mobile Right Elements Alignment */
.flex-col.show-for-medium.flex-right {
    display: flex;
    align-items: center;
}

/* Ensure mobile nav elements are aligned */
.mobile-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav li {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mobile-nav a:hover {
    background: #f8f9fa;
}

/* Mobile Search Overlay */
.mobile-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-search-overlay.active {
    display: flex;
    opacity: 1;
}

.mobile-search-content {
    background: #fff;
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.mobile-search-overlay.active .mobile-search-content {
    transform: translateY(0);
}

.mobile-search-header {
    background: #f8f9fa;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-search-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.mobile-search-close {
    background: none;
    border: none;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-search-close:hover {
    background: #e0e0e0;
    color: #000;
}

.mobile-search-form {
    padding: 20px;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.search-input-wrapper:focus-within {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.search-input-wrapper .search-field {
    flex: 1;
    padding: 12px 15px;
    border: none;
    background: transparent;
    font-size: 1rem;
    color: #333;
    outline: none;
}

.search-input-wrapper .search-field::placeholder {
    color: #999;
}

.search-input-wrapper .search-submit {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    margin-bottom: 0px;
    background: transparent;
    color: black;
    border: none;
}

.search-input-wrapper .search-submit:hover {
    background: #333;
}

.search-input-wrapper .search-submit i {
    font-size: 16px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .header-search-desktop {
        display: none;
    }
    
    .logo-search-wrapper {
        gap: 0;
        justify-content: center;
    }
    
    .logo-search-container {
        flex: none;
    }
    
    /* Ensure mobile header elements are properly aligned */
    .header-inner .flex-row {
        align-items: center;
    }
    
    .flex-col.show-for-medium {
        display: flex !important;
        align-items: center;
    }
    
    /* Override any parent theme mobile header styles */
    .header-inner .flex-row .flex-col {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .mobile-search-content {
        margin: 20px;
        max-width: none;
    }
    
    .mobile-search-header,
    .mobile-search-form {
        padding: 15px;
    }
}

/* Header Layout and Spacing Fixes */
.header-inner {
    padding: 0 20px;
    gap: 20px;
}

.flex-left {
    padding-right: 10px;
}

.flex-right {
    padding-left: 10px;
}

/* Mobile Menu Toggle Alignment */
.anekke-mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.anekke-mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
    margin: 2px 0;
    transition: all 0.3s ease;
}

/* Right Elements Spacing */
.modern-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.header-nav li {
    list-style: none;
    margin: 0;
}

/* Mobile Right Elements */
.mobile-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.mobile-nav li {
    list-style: none;
    margin: 0;
}

/* Cart Icon Spacing */
.header-cart {
    margin-left: 10px;
}

.header-cart .cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* Search Icon Spacing */
.header-search {
    margin-left: 10px;
}

.header-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* Account Icon Spacing */
.header-account {
    margin-left: 10px;
}

.header-account .account-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* Responsive Header */
@media (max-width: 768px) {
    .header-inner {
        padding: 0 15px;
        gap: 15px;
    }
    
    .flex-left {
        padding-right: 5px;
    }
    
    .flex-right {
        padding-left: 5px;
    }
    
    .modern-header-right {
        gap: 10px;
    }
    
    .header-nav {
        gap: 10px;
    }
    
    .mobile-nav {
        gap: 10px;
    }
}

/* Single Product Quick Info Styling */
.product-info {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
}

.product-info .product_title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-info .woocommerce-product-rating {
    margin-bottom: 15px;
}

.product-info .woocommerce-product-rating .star-rating {
    font-size: 16px;
    margin-right: 10px;
}

.product-info .woocommerce-product-rating .woocommerce-review-link {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.product-info .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #dc2626;
}

.product-info .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 20px;
}

.product-info .price del {
    color: #999;
    font-size: 1.2rem;
    margin-right: 10px;
}

.product-info .price ins {
    text-decoration: none;
    color: #dc2626;
}

.product-info .woocommerce-product-details__short-description {
    margin-bottom: 25px;
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}

.product-info .woocommerce-product-details__short-description p {
    margin-bottom: 10px;
}

.product-info .cart {
    margin-bottom: 25px;
}

.product-info .quantity {
    margin-right: 15px;
}

.product-info .quantity input {
    width: 80px;
    height: 45px;
    text-align: center;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.product-info .quantity input:focus {
    border-color: #dc2626;
    outline: none;
}

.product-info .single_add_to_cart_button {
    background: #dc2626;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-info .single_add_to_cart_button:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.product-info .product_meta {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
}

.product-info .product_meta span {
    display: block;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.product-info .product_meta span a {
    color: #dc2626;
    text-decoration: none;
}

.product-info .product_meta span a:hover {
    text-decoration: underline;
}

.product-info .product_meta .sku {
    font-weight: 600;
    color: #333;
}

.product-info .product_meta .posted_in a,
.product-info .product_meta .tagged_as a {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.product-info .product_meta .posted_in a:hover,
.product-info .product_meta .tagged_as a:hover {
    background: #dc2626;
    color: #fff;
}

/* Product Info Variations */
.product-info .variations {
    margin-bottom: 20px;
}

.product-info .variations tr {
    border: none;
}

.product-info .variations th {
    padding: 10px 0;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.product-info .variations td {
    padding: 10px 0;
}

.product-info .variations select {
    width: 100%;
    padding: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
}

.product-info .variations select:focus {
    border-color: #dc2626;
    outline: none;
}

.product-info .woocommerce-variation {
    margin-bottom: 20px;
}

.product-info .woocommerce-variation-description {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

/* Product Info Stock Status */
.product-info .stock {
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    display: inline-block;
}

.product-info .stock.in-stock {
    background: #d1fae5;
    color: #065f46;
}

.product-info .stock.out-of-stock {
    background: #fee2e2;
    color: #991b1b;
}

/* Product Info Tabs */
.product-info .woocommerce-tabs {
    margin-top: 30px;
}

.product-info .woocommerce-tabs .tabs {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

.product-info .woocommerce-tabs .tabs li {
    margin-right: 30px;
}

.product-info .woocommerce-tabs .tabs li a {
    padding: 15px 0;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.product-info .woocommerce-tabs .tabs li.active a,
.product-info .woocommerce-tabs .tabs li a:hover {
    color: #dc2626;
    border-bottom-color: #dc2626;
}

.product-info .woocommerce-tabs .panel {
    padding: 20px 0;
    color: #666;
    line-height: 1.6;
}

/* Responsive Product Info */
@media (max-width: 768px) {
    .product-info {
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .product-info .product_title {
        font-size: 1.5rem;
    }
    
    .product-info .price {
        font-size: 1.3rem;
    }
    
    .product-info .single_add_to_cart_button {
        width: 100%;
        padding: 15px;
    }
    
    .product-info .quantity {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Product Gallery Styling */
.ydk-fullwidth-gallery {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
}

.ydk-gallery-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
    transition: none !important;
    transform: none !important;
}

.ydk-gallery-image:last-child {
    margin-bottom: 0;
}

.ydk-gallery-image:hover {
    transform: none !important;
}

/* Mobile Product Title */
.mobile-product-title {
    display: none;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

/* Sticky Mobile Product Title */
.mobile-product-title-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 8px 15px;
    display: none;
    align-items: center;
    gap: 10px;
    height: 50px;
}

.mobile-product-title-sticky .back-button {
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.mobile-product-title-sticky .back-button:hover {
    background: #f5f5f5;
}

.mobile-product-title-sticky .back-button svg {
    width: 18px;
    height: 18px;
}

.mobile-product-title-sticky .sticky-title {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.mobile-product-title .product_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.2;
}

.mobile-product-title .product-short-description {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.mobile-product-title .product-short-description p {
    margin-bottom: 8px;
}

/* Show mobile title only on mobile */
@media (max-width: 768px) {
    .mobile-product-title {
        display: block;
    }
    
    .mobile-product-title-sticky {
        display: flex;
    }
    
    .ydk-fullwidth-gallery {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .ydk-gallery-image {
        margin-bottom: 15px;
    }
    
    /* Add top padding to body when sticky title is active */
    body.sticky-title-active {
        padding-top: 50px;
    }
}

/* Hide desktop product title on mobile when mobile title is shown */
@media (max-width: 768px) {
    .product-info .product_title {
        display: none;
    }
}
body .woocommerce form.cart button.add_to_cart_button, .woocommerce form.cart button.single_add_to_cart_button
{
    background-color: #dd3333!important;
 
}
/* Product Quick Info Styling */
.product-quick-info {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.quick-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 200px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.quick-info-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.quick-info-item i {
    font-size: 18px;
    color: #dc2626;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.quick-info-item span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}

/* Responsive Quick Info */
@media (max-width: 768px) {
    .product-quick-info {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    
    .quick-info-item {
        min-width: auto;
        width: 100%;
        padding: 10px 12px;
    }
    
    .quick-info-item i {
        font-size: 16px;
    }
    
    .quick-info-item span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .product-quick-info {
        margin: 15px 0;
        padding: 12px;
    }
    
    .quick-info-item {
        padding: 8px 10px;
    }
}

/* Featured Categories Section */
.featured-categories {
    padding: 60px 0;
    background: #f8f9fa;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.category-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    aspect-ratio: 1;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.category-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

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

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 20px;
}

.category-item:hover .category-overlay {
    opacity: 1;
}

.category-name {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.category-custom-title {
    color: white;
    font-size: 1rem;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Responsive Design for Categories */
@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Banners Section */
.banners-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.banners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.banner-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    aspect-ratio: 1;
}

.banner-item:hover {
    transform: translateY(-5px);
}

.banner-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.banner-item:hover .banner-image img {
    transform: scale(1.05);
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-item:hover .banner-overlay {
    opacity: 1;
}

.banner-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.banner-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner-description {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.banner-button {
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.banner-button:hover {
    background: #333;
    color: #fff;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.95);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.testimonial-item {
    background: #fff;
    padding: 40px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.testimonial-content {
    position: relative;
}

.star-rating {
    margin-bottom: 20px;
}

.star-rating span {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 100px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.star-rating span::before {
    content: '★★★★★';
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc107;
    font-size: 16px;
    line-height: 20px;
}

.testimonial-text {
    margin-bottom: 20px;
}

.testimonial-text p {
    font-style: italic;
    line-height: 1.6;
    color: #555;
    font-size: 0.95rem;
}

.testimonial-meta {
    margin-top: 20px;
}

.testimonial-name {
    font-weight: bold;
    color: #333;
}

.testimonial-name-divider {
    color: #999;
    margin: 0 5px;
}

.testimonial-company {
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .banners-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .banner-image {
        height: 250px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .testimonial-item {
        padding: 30px 20px;
    }
}

button.gallery-prev:before {
    content: "<";
}

button.gallery-next:before {
    content: ">";
}
button#mobile-search-trigger {
    margin-top: 14px;
}
#logo{
        width:auto!important
}