/* Start custom CSS for wd_products_tabs, class: .elementor-element-acce5f7 */.products, .woodmart-products-element {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    padding: 0 10px !important;
    gap: 10px !important;
}

.product-grid-item {
    background-color: white !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s, box-shadow 0.3s !important;
    position: relative !important;
    padding-bottom: 15px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 991px) {
    .products, .woodmart-products-element {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .products, .woodmart-products-element {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 575px) {
    .products, .woodmart-products-element {
        grid-template-columns: 1fr !important;
    }
}

.product-grid-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

.product-element-top {
    position: relative !important;
    overflow: hidden !important;
    height: 280px !important;
}

.product-image-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
}

.product-image-link img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform 0.3s !important;
}

.product-grid-item:hover .product-image-link img {
    transform: scale(1.05) !important;
}

.hover-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-grid-item:hover .hover-img {
    opacity: 1 !important;
}

.hover-img img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.wd-buttons {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    opacity: 0 !important;
    transition: opacity 0.3s !important;
    z-index: 5 !important;
}



.wd-action-btn {
    background-color: white !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
}

.wd-action-btn a {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.wd-tooltip-label {
    display: none !important;
}

.wd-add-btn {
    padding: 0 15px !important;
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: opacity 0.3s, transform 0.3s !important;
    position: absolute !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 5 !important;
}

.product-grid-item:hover .wd-add-btn {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.add_to_cart_button {
    background-color: #4a90e2 !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 0 !important;
    width: 100% !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: background-color 0.3s !important;
}

.add_to_cart_button:hover {
    background-color: #3a7bc8 !important;
}

.wd-entities-title {
    padding: 0 15px !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    height: 45px !important;
}

.wd-entities-title a {
    color: #333 !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.wd-product-cats {
    padding: 0 15px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

.wd-product-cats a {
    color: #888 !important;
    text-decoration: none !important;
}

.price {
    padding: 10px 20px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    display: block !important;
}

.woocommerce-Price-currencySymbol {
    font-size: 16px !important;
    margin-right: 2px !important;
}

.wd-spacing-20 .col-md-3.col-sm-4 {
    margin-bottom: 0 !important;
}/* End custom CSS */