:root {
    --jiris-accent: #20c4f4;
}

.home-hero {
    min-height: 65vh;
    background:
        linear-gradient(rgba(47, 95, 148, 0.45), rgba(47, 95, 148, 0.45)),
        linear-gradient(120deg, #d7e5f4, #f5f8fc);
}

.home-hero-content {
    max-width: 560px;
}

.section-title {
    color: var(--jiris-text-primary);
}

.section-line {
    width: 72px;
    height: 3px;
    background: var(--jiris-accent);
}

.product-image {
    height: 260px;
    border-radius: 1rem;
    background: linear-gradient(145deg, #eef3f9, #dbe7f5);
}

#collectionCarousel,
#reviewsCarousel {
    padding: 0 2.5rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 2rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50%;
    background-color: var(--jiris-text-primary);
    background-size: 55% 55%;
}

.product-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--jiris-accent);
}

.badge-soldout {
    background: #6c757d;
}

.editorial-image,
.story-image {
    border-radius: 1rem;
    background: linear-gradient(145deg, #eef3f9, #d7e5f4);
}

.editorial-image {
    min-height: 340px;
}

.story-block {
    border-radius: 1rem;
    background: #eef4fb;
}

.story-image {
    width: min(100%, 600px);
    min-height: 260px;
}

.review-card {
    border: 1px solid #e6edf5;
    border-radius: 1rem;
    background: #fff;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--jiris-text-primary);
}

@media (max-width: 767.98px) {
    .home-hero {
        min-height: 55vh;
    }

    .product-image {
        height: 220px;
    }

    #collectionCarousel,
    #reviewsCarousel {
        padding: 0 1.8rem;
    }
}
