﻿.roastery-heart {
    padding: 40px 40px;
}

.roastery-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 2rem;
}

.roastery-two-col__tile {
    border-radius: 8px;
    padding: 2rem;
}

.roastery-two-col__heading {
    text-align: center;
    margin-bottom: 1.25rem;
}

.roastery-two-col__list {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 1rem 0 1.5rem;
    line-height: 1.8;
}

    .roastery-two-col__list li {
        font-size: 16px;
        font-family: 'Figtree', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    }

.roastery-two-col__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

    .roastery-two-col__badges img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }

.roastery-two-col__brands {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 1.5rem;
}

.roastery-brand-card {
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    background-color: rgb(255 255 255 / 35%);
}

    .roastery-brand-card img {
        max-width: 100%;
        height: auto;
        background: #fff;
        object-fit: contain;
        padding: 30px;
        border-radius: 5px;
    }

    .roastery-brand-card .type-body {
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

@media (max-width: 768px) {
    .roastery-two-col {
        grid-template-columns: 1fr;
    }

    .roastery-two-col__brands {
        grid-template-columns: 1fr;
    }
}

.roastery-cards-inner {
    padding: 2rem;
}

.roastery-sub-title {
    margin-top: 0.75rem;
    margin-bottom: 2rem;
}

.roastery-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.roastery-card {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
}

.roastery-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

    .roastery-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.roastery-card__body {
    background-color: #3b1f10;
    color: #fff;
    padding: 1.25rem 1.5rem;
    flex: 1;
    text-align: center;
}

.roastery-card__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #fff;
    font-family: 'Figtree', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

.roastery-card__text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-family: 'Figtree', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    padding-bottom: 20px;
}

.roastery-carousel-dots {
    display: none;
}

    .roastery-carousel-dots .carousel-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: none;
        background: #e7e7e7;
        cursor: pointer;
        padding: 0;
        transition: background 0.2s ease;
    }

        .roastery-carousel-dots .carousel-dot.active {
            background: #3b1f10;
        }

@media (max-width: 768px) {
    .roastery-range-block {
        margin-bottom: 15px;
    }

    .type-h3-roastery {
        text-align: center;
        font-size: 30px;
    }

    .type-body {
        font-size: 16px;
    }

    .roastery-heart-layout {
        margin: 0px 15px;
        width: auto;
    }

    .roastery-cards {
        margin: 0px 15px;
        width: auto;
    }

    .roastery-range {
        margin: 0px 15px;
        width: auto;
    }

    .roastery-two-col {
        margin: 0px 15px;
        padding: 20px 0px;
    }

    .roastery-two-col__badges img {
        width: 100px;
        height: 100px;
    }

    .roastery-cards-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        scrollbar-width: none;
        align-items: stretch;
    }

        .roastery-cards-grid::-webkit-scrollbar {
            display: none;
        }

    .roastery-fc-item {
        flex: 0 0 100%;
        scroll-snap-align: center;
        padding: 0 16px;
        box-sizing: border-box;
        display: flex;
    }

        .roastery-fc-item .roastery-card {
            width: 100%;
        }

    .roastery-carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 16px;
        padding-bottom: 8px;
    }
}

@media (min-width: 769px) {
    .roastery-fc-item {
        display: contents;
    }
}
