﻿.hero-carousel .carousel-item img {
    height: 420px;
    object-fit: cover;
    border-radius: 0 0 24px 24px;
}

@media (max-width: 768px) {
    .hero-carousel .carousel-item img {
        height: 240px;
    }
}


.hero-carousel {
 
    overflow: hidden; 
    background: #000000; 
}

    .hero-carousel .carousel-item img {
        width: 100%;
        height: clamp(220px, 38vw, 360px);
        object-fit: contain; 
        object-position: center;
        display: block;
    }

.danhmuc-fstudio {
    background: #f7f8fb;
}

.dm-item {
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(15,23,42,.06);
    transition: .25s ease;
    height: 100%;
}

    .dm-item h6 {
        font-weight: 700;
        margin-bottom: 8px;
        color: #0f172a;
    }

    .dm-item img {
        width: 100%;
        height: 120px;
        object-fit: contain;
    }

.dm-large img {
    height: 220px;
}

.dm-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(15,23,42,.12);
}

.sp-section {
    padding-top: 8px;
}

.section-title-tieude {
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 35px;
    color: #111827;
    position: relative;
   
    padding-bottom: 8px;
}



.benefits-bar {
    background: #1F2937; 
    color: #ffffff;
    padding: 25px 0;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 40px;
}

.benefit-item {
    flex: 1;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.benefit-icon {
    font-size: 34px;
    margin-bottom: 10px;
}

.benefit-text {
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}

.product-card {
    border-radius: 14px;
    overflow: hidden;
    transition: .25s ease;
}

    .product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0,0,0,.12) !important;
    }

.card-img-top-wrapper {
    background: #fff;
    padding: 12px;
}

.card-img-top {
    width: 100%;
    height: 210px;
    object-fit: contain;
}

.product-card .card-title {
    font-size: 15px;
    line-height: 1.35;
    min-height: 40px;
    color: #0f172a;
    font-weight: 600;
}

.price-new {
    font-size: 16px;
}

.add-to-cart-btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 12px;
    width: 100%;
}

.btn-viewmore {
    border-radius: 999px;
    padding: 8px 20px;
    font-weight: 600;
}


