.elementor-7183 .elementor-element.elementor-element-5792b4{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7183 .elementor-element.elementor-element-9b1d19c > .elementor-widget-container{margin:90px 90px 90px 90px;}.elementor-7183 .elementor-element.elementor-element-089bf07{margin:0px 0px 80px 0px;}.elementor-7183 .elementor-element.elementor-element-536d2bd .title-subtitle{font-size:15px;font-weight:600;}.elementor-7183 .elementor-element.elementor-element-45488cb{margin:0px 0px 80px 0px;}.elementor-7183 .elementor-element.elementor-element-54963b9f .title-subtitle{font-size:15px;font-weight:600;}.elementor-7183 .elementor-element.elementor-element-296fa0b2 .info-box-title{font-size:24px;}.elementor-7183 .elementor-element.elementor-element-423a5fb .elementor-swiper-button{font-size:20px;}@media(min-width:768px){.elementor-7183 .elementor-element.elementor-element-e17a251{width:100%;}}@media(max-width:1024px){.elementor-7183 .elementor-element.elementor-element-5792b4{margin:0px 0px 60px 0px;}.elementor-7183 .elementor-element.elementor-element-536d2bd .title-subtitle{font-size:13px;}.elementor-7183 .elementor-element.elementor-element-45488cb{margin:0px 0px 60px 0px;}.elementor-7183 .elementor-element.elementor-element-54963b9f .title-subtitle{font-size:13px;}}@media(max-width:767px){.elementor-7183 .elementor-element.elementor-element-5792b4{margin:0px 0px 40px 0px;}.elementor-7183 .elementor-element.elementor-element-9b1d19c > .elementor-widget-container{margin:90px 90px 30px 90px;}.elementor-7183 .elementor-element.elementor-element-536d2bd .title-subtitle{font-size:12px;}.elementor-7183 .elementor-element.elementor-element-45488cb{margin:0px 0px 40px 0px;}.elementor-7183 .elementor-element.elementor-element-54963b9f .title-subtitle{font-size:12px;}.elementor-7183 .elementor-element.elementor-element-296fa0b2 .info-box-title{font-size:20px;}}/* Start custom CSS for wd_product_categories, class: .elementor-element-3e727e4 *//* Main grid container */
.category-grid{
.products.woocommerce.columns5 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px !important;
    padding: 20px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Fix for row class that might affect the grid */
.row.wd-spacing-20 {
    margin: 0 !important;
    width: 100% !important;
}

/* Override column classes that might interfere */
.col-lg-20_0, .col-md-3, .col-sm-4, .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Category grid item */
.category-grid-item {
    background-color: white !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
    float: none !important; /* Prevent float issues */
    display: block !important;
}

.category-grid-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1) !important;
}

/* Container for category content */
.wrapp-category {
    position: relative !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Image wrapper */
.category-image-wrapp {
    padding: 20px !important;
    text-align: center !important;
    height: auto !important;
}

.category-image {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

.category-image img {
    max-width: 100% !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Category title and product count */
.hover-mask {
    padding: 0 15px 15px !important;
    text-align: center !important;
    transition: opacity 0.3s ease !important;
    background: none !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.wd-entities-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: #333 !important;
    text-align: center !important;
}

.count {
    background: none !important;
    font-weight: normal !important;
    color: #777 !important;
}

.more-products {
    font-size: 14px !important;
    color: #777 !important;
    text-align: center !important;
}

.more-products a {
    color: #777 !important;
    text-decoration: none !important;
}

.more-products a:hover {
    color: #333 !important;
}

/* Full category link */
.category-link.wd-fill {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .products.woocommerce.columns5 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .products.woocommerce.columns5 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .category-grid-item{
        margin-bottom: 0 !important;
    }
    .products.woocommerce.columns5 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
    
}/* End custom CSS */