a.badge.add-to-cart-btn {
    background-color: #08441b !important;
    font-size: 25px;
}
/* .product-details-2{
    margin-top: 100px !important;
} */

.best-seller-modern .card.active .border-action-new2 {
    bottom: -40px !important;
}
.collection-products-wrapper .border-action-new2 {
    width: 130% !important;
}
.collection-product-card2 .card-img-top,
.collection-product-card3 .card-img-top {
    height: 154px;
}
.collection-product-card .card-title {
    font-size: 13px;
}
.link-category-image {
    width: 100%;
}

@media (min-width: 992px) {
    .collection-product-card .card-body {
        display: flex;
        flex-direction: column;
        height: 105px; /* Fixed height for text area to align icons */
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .collection-product-card .card-title {
        height: 40px; /* Space for 2 lines */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .price-container-main {
        margin-top: auto;
        width: 100%;
    }

    .collection-product-6-col {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    /* Hide top icons on PC */
    .card-header-top .add-to-fav-btn, 
    .card-header-top .show-details-product {
        display: none !important;
    }
    
    /* Desktop icons next to price */
    .desktop-action-icon {
        font-size: 22px;
        transition: transform 0.2s;
        text-decoration: none !important;
        display: flex !important;
        align-items: center;
    }
    .desktop-action-icon:hover {
        transform: scale(1.15);
    }
    .desktop-action-icon i {
        color: #e63a19;
    }
    .desktop-action-icon .fa-heart.text-danger,
    .desktop-action-icon .fa-heart.fas {
        color: #e63a19 !important;
    }
    .desktop-action-icon .fa-eye {
        color: #1a3718 !important;
    }
}

/* Premium Card 3 Styles */
.collection-product-card3 {
    border: 2px solid #e63a19 !important;
    border-radius: 25px !important;
    transition: all 0.3s ease-in-out;
}

.collection-product-card3:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(230, 58, 25, 0.15);
}

.collection-product-card3 .add-to-cart-btn-premium {
    background: #1a3718;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s;
}

.collection-product-card3 .add-to-cart-btn-premium:hover {
    background: #2a5227;
}

.collection-product-card3 .card-footer-premium {
    padding-top: 10px;
}

.collection-product-card3 .footer-action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.collection-product-card3 .footer-action-item .action-underline {
    width: 35px;
    height: 3px;
    background: #00bef0; /* Light blue from image */
    border-radius: 10px;
}

.collection-product-card3 .footer-action-item i {
    font-size: 20px;
    color: #333;
    transition: transform 0.2s;
}

.collection-product-card3 .footer-action-item i:hover {
    transform: scale(1.2);
}

.collection-product-card3 .footer-price-item .current-price {
    font-size: 22px;
    color: #e63a19;
}

.collection-product-card3 .card-img-top img {
    transition: transform 0.5s ease;
}

.collection-product-card3:hover .card-img-top img {
    transform: scale(1.05);
}

.collection-product-card3 .quantity-control {
    border-radius: 8px !important;
}
