.home-product.solklean-product-section {
    position: relative;
    overflow: hidden;
    padding: 78px 0 86px;
    background: radial-gradient(circle at 9% 8%, rgba(0, 167, 216, 0.12), transparent 28%), linear-gradient(180deg, #FFFFFF 0%, #F3F6FA 100%);
}

    .home-product.solklean-product-section:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(0, 92, 168, 0.05) 1px, transparent 1px), linear-gradient(180deg, rgba(0, 92, 168, 0.04) 1px, transparent 1px);
        background-size: 48px 48px;
        opacity: 0.45;
    }

.home-product .grid.wide {
    position: relative;
    z-index: 1;
}

.home-product-heading {
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
}

.home-product-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid rgba(0, 167, 216, 0.28);
    border-radius: 999px;
    background: rgba(255,255,255,0.78);
    color: #005CA8;
    font-family: 'InterSB';
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-product-heading h2 {
    margin: 14px 0 12px;
    color: #1F2937;
    font-family: 'InterSB';
    font-size: 38px;
    font-weight: 800;
    line-height: 1.22;
    text-transform: uppercase;
}

    .home-product-heading h2:after {
        content: "";
        display: block;
        width: 92px;
        height: 3px;
        margin: 17px auto 0;
        border-radius: 999px;
        background: linear-gradient(90deg, #005CA8, #00A7D8);
    }

.home-product-heading p {
    margin: 0 auto;
    color: #64748B;
    font-family: 'InterR';
    font-size: 16px;
    line-height: 1.72;
}

.home-product-empty {
    display: block;
    width: fit-content;
    margin: 0 auto 22px;
    padding: 12px 16px;
    border: 1px solid #DCE6EF;
    border-radius: 10px;
    background: #FFFFFF;
    color: #64748B;
    text-align: center;
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #DCE6EF;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

    .home-product-card:hover {
        transform: translateY(-6px);
        border-color: rgba(0, 167, 216, 0.45);
        box-shadow: 0 18px 44px rgba(0, 92, 168, 0.16);
    }

.home-product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(180deg, #F8FBFD 0%, #EAF3FA 100%);
}

    .home-product-image:after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 18px;
        height: 26px;
        border-radius: 50%;
        background: rgba(15, 23, 42, 0.08);
        filter: blur(10px);
    }

    .home-product-image img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 22px;
        transition: transform .35s ease;
    }

.home-product-card:hover .home-product-image img {
    transform: scale(1.055);
}

.home-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #005CA8;
    color: #FFFFFF;
    font-family: 'InterSB';
    font-size: 12px;
    line-height: 1.2;
    opacity: 0;
}

.home-product-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px;
}

.home-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    opacity: 0;
    display: none;
}

    .home-product-meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-height: 28px;
        padding: 6px 10px;
        border-radius: 999px;
        background: #F3F6FA;
        color: #005CA8;
        font-family: 'InterM';
        font-size: 12px;
        line-height: 1.2;
    }

    .home-product-meta i {
        font-size: 12px;
    }

.home-product-content h3 {
    margin: 0 0 10px;
    color: #1F2937;
    font-family: 'InterSB';
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

    .home-product-content h3 a {
        color: inherit;
        transition: color .25s ease;
    }

.home-product-card:hover h3 a {
    color: #005CA8;
}

.home-product-content p {
    margin: 0 0 20px;
    color: #64748B;
    font-family: 'InterR';
    font-size: 15px;
    line-height: 1.65;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-product-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
}

.home-product-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #E7EEF5;
}

    .home-product-price span {
        color: #005CA8;
        font-family: 'InterSB';
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2;
    }

.home-product-actions {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 10px;
}

    .home-product-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 44px;
        padding: 11px 14px;
        border-radius: 10px;
        font-family: 'InterSB';
        font-size: 14px;
        line-height: 1.2;
        white-space: nowrap;
        transition: transform .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
    }

.home-product-detail {
    border: 1px solid #DCE6EF;
    background: #FFFFFF;
    color: #005CA8;
}

    .home-product-detail:hover {
        border-color: #00A7D8;
        background: #EAF7FB;
        color: #003B82;
        transform: translateY(-1px);
    }

.home-product-cart {
    border: 1px solid #005CA8;
    background: #005CA8;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}

    .home-product-cart:hover {
        border-color: #003B82;
        background: #003B82;
        color: #FFFFFF;
        transform: translateY(-1px);
    }

    .home-product-cart i {
        font-size: 14px;
    }

@media(max-width:1023px) {
    .home-product.solklean-product-section {
        padding: 56px 0 62px;
    }

    .home-product-heading {
        margin-bottom: 28px;
        padding: 0 10px;
    }

        .home-product-heading h2 {
            font-size: 30px;
        }

    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        padding: 0 10px;
    }

    .home-product-content {
        padding: 18px;
    }
}

@media(max-width:739px) {
    .home-product.solklean-product-section {
        padding: 42px 0 48px;
    }

    .home-product-heading h2 {
        font-size: 24px;
    }

    .home-product-heading p {
        font-size: 14px;
    }

    .home-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-product-image {
        aspect-ratio: 16 / 11;
    }

    .home-product-content h3 {
        font-size: 18px;
    }

    .home-product-price span {
        font-size: 18px;
    }

    .home-product-actions {
        grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    }
}