@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.hfc-carousel-3b8061df {
    font-family: 'Inter', sans-serif;
}

.hfc-carousel-3b8061df .hfc-filters-container {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.hfc-carousel-3b8061df .hfc-filters-wrapper {
    display: flex;
    gap: 16px;
    padding-bottom: 12px;
    max-width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
}

.hfc-carousel-3b8061df .hfc-filter-pill {
    flex: 0 0 auto;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    border-radius: 999px;
    padding: 10px 24px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid #d59b28;
    background-color: #fff;
    color: #d59b28;
}

.hfc-carousel-3b8061df .hfc-filter-pill.active {
    background-color: #1f7773;
    border-color: #1f7773;
    color: #fff;
}

.hfc-carousel-3b8061df .swiper-container-wrapper {
    position: relative;
    padding: 0 45px;
}

.hfc-carousel-3b8061df .swiper {
    width: 100%;
    height: auto;
}

.hfc-carousel-3b8061df .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

/* Loop Carousel Card Design Match */
.hfc-carousel-3b8061df .product-card {
    background: #FFFFFF;
    border: 1px solid #2D25201A;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 443px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hfc-carousel-3b8061df .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.hfc-carousel-3b8061df .product-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.hfc-carousel-3b8061df .product-card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hfc-carousel-3b8061df .product-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    background-color: #3DCECC;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 50px;
}

.hfc-carousel-3b8061df .product-card-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hfc-carousel-3b8061df .product-card-rating {
    color: #3DCECC;
    font-size: 14px;
    margin-bottom: 8px;
}

.hfc-carousel-3b8061df .product-card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #2D2520;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hfc-carousel-3b8061df .product-card-excerpt {
    font-size: 14px;
    line-height: 1.4;
    color: #7A7A7A;
    margin-bottom: 12px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hfc-carousel-3b8061df .product-card-price {
    font-size: 16px;
    font-weight: 600;
    color: #264053;
    margin-top: auto;
    font-family: 'Inter', sans-serif;
}

.hfc-carousel-3b8061df .product-card-price .price-prefix {
    font-weight: 600;
    color: #264053;
}

/* Bottom full-width Explore Options button */
.hfc-carousel-3b8061df .product-card-button {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #1F6867 0%, #264053 100%);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 20px;
    text-decoration: none;
    border-radius: 0 0 16px 16px;
    margin-top: auto;
    transition: background 0.3s ease;
}

.hfc-carousel-3b8061df .product-card-button:hover {
    opacity: 0.95;
}

/* Swiper navigation buttons */
.hfc-carousel-3b8061df .swiper-button-prev,
.hfc-carousel-3b8061df .swiper-button-next {
    color: #264053;
    width: 35px;
    height: 35px;
}
.hfc-carousel-3b8061df .swiper-button-prev::after,
.hfc-carousel-3b8061df .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}

/* Responsive adjustments for category pills and wrapper layout */
@media (max-width: 1024px) {
    .hfc-carousel-3b8061df .hfc-filters-container {
        justify-content: flex-start;
    }
    .hfc-carousel-3b8061df .hfc-filters-wrapper {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hfc-carousel-3b8061df .hfc-filters-wrapper::-webkit-scrollbar {
        display: none;
    }
}

/* Match Shop card image alignment and linked taxonomy labels. */
.hfc-carousel-3b8061df .product-card .product-card-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hfc-carousel-3b8061df .product-card .product-card-image {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.hfc-carousel-3b8061df .product-card-categories {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #d4a62a;
    text-transform: capitalize;
}
.hfc-carousel-3b8061df .product-card-categories a {
    color: inherit;
    text-decoration: none;
}
.hfc-carousel-3b8061df .product-card-categories a:hover {
    text-decoration: underline;
}
.hfc-carousel-3b8061df .product-card-rating .star-rating {
    position: relative;
    display: block;
    float: none;
    width: 5.5em;
    height: 1.2em;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .1em;
}
.hfc-carousel-3b8061df .product-card-rating .star-rating::before {
    content: '★★★★★';
    position: absolute;
    top: 0;
    left: 0;
    color: #d5d5d5;
}
.hfc-carousel-3b8061df .product-card-rating .star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 1.2em;
}
.hfc-carousel-3b8061df .product-card-rating .star-rating > span::before {
    content: '★★★★★';
    position: absolute;
    top: 0;
    left: 0;
    color: #3dcecc;
}