html body div.row div[class*="col"] div.product-card div.product-info div.product-category,
html body .row .col-6 .product-card .product-info .product-category,
html body .row .col-md-6 .product-card .product-info .product-category,
html body .row .col-lg-3 .product-card .product-info .product-category,
html body div.product-card div.product-info div.product-category {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;

    font-size: 9px !important;
    color: #4B6386 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 6px !important;
    background: rgba(75, 99, 134, 0.15) !important;
    padding: 3px 6px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(75, 99, 134, 0.2) !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 18px !important;
    line-height: 1.2 !important;

    align-self: flex-start !important;
    flex-shrink: 0 !important;
}

html body div.row div[class*="col"] div.product-card div.product-info h5.product-title,
html body .row .col-6 .product-card .product-info .product-title,
html body .row .col-md-6 .product-card .product-info .product-title,
html body .row .col-lg-3 .product-card .product-info .product-title,
html body div.product-card div.product-info h5.product-title {
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    line-clamp: unset !important;
    display: block !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 6px !important;
    height: 32px !important;
    line-height: 32px !important;
    text-align: left !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

html body div.product-card div.product-info div.product-price {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

html body div.product-card div.product-img-container div.product-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
    color: white !important;
    padding: 6px 10px !important;
    border-radius: 15px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    z-index: 2 !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3) !important;
}

html body div.product-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

html body div.product-card:hover div.product-info div.product-category {
    background: rgba(75, 99, 134, 0.25) !important;
    transform: scale(1.05) !important;
}

html body div.product-card:hover div.product-info h5.product-title {
    color: #4B6386 !important;
}

.category-card {
    display: flex !important;
    flex-direction: column !important;
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: auto !important;
    min-height: 590px !important;
    width: 100% !important;
}

.category-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.category-image {
    position: relative !important;
    overflow: hidden !important;
    height: 450px !important;
    width: 100% !important;
    order: 2 !important;
}

.category-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.category-card:hover .category-image img {
    transform: scale(1.05) !important;
}

.category-text-box {
    padding: 35px 25px 40px 25px !important;
    background: white !important;
    border-bottom: 1px solid #f0f0f0 !important;
    order: 1 !important;
    min-height: 140px !important;
}

.category-text-box h3 {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    line-height: 1.3 !important;
}

.category-text-box p {
    font-size: 1.05rem !important;
    color: #4B6386 !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
    line-height: 1.4 !important;
}

.category-text-box p:hover {
    color: #2c3e50 !important;
}

.category-large {
    display: none !important;
}

.category-content {
    display: none !important;
}

@media (max-width: 768px) {
    .category-card {
        min-height: 450px !important;
    }

    .category-image {
        height: 320px !important;
    }

    .category-text-box {
        padding: 25px 20px 30px 20px !important;
        min-height: 110px !important;
    }

    .category-text-box h3 {
        font-size: 1.4rem !important;
    }

    .category-text-box p {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 576px) {
    .category-card {
        min-height: 380px !important;
    }

    .category-image {
        height: 280px !important;
    }

    .category-text-box {
        padding: 20px 15px 25px 15px !important;
        min-height: 90px !important;
    }

    .category-text-box h3 {
        font-size: 1.2rem !important;
    }

    .category-text-box p {
        font-size: 0.9rem !important;
    }
}
