.fusion-product-wrapper h3 {
    font-size: 24px !important;
    order: 1;
}

.fusion-product-wrapper .price ins * {
    color: #F56144 !important;
}

.fusion-product-wrapper .show_details_button {
    display: none;
}

.fusion-product-wrapper .fusion-content-sep {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
    height: 1px !important;
    background-color: rgb(0, 66, 67);

}

.fusion-product-wrapper .button {
    padding: 10px 30px;
    padding-left: 60px;
    background-color:  rgb(0, 66, 67);
    color: white !important;
    border-radius: 50px;
    font-size: 16px !important;
    max-width: unset;
    width: fit-content;
    text-wrap: nowrap;

}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a::before, .product-buttons a::before {
    margin-left: -30px !important;
}

.product-buttons .add_to_cart_button:before, .product-buttons .product_type_auction:before, .product-buttons .product_type_external:before, .product-buttons .product_type_simple:before {
    content: "\aaad" !important;
    font-family: 'Sodahome' !important;
}

.fusion-product-wrapper {
    border: none !important;
}

.fusion-product-wrapper .awb-icon-check-square-o {
    display: none !important;
}

.product-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .product-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .product-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .product-grid-4 {
        grid-template-columns: 1fr;
    }
}

.custom-product-grid img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.custom-product-grid h3 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px;
    
}