.mcc-carousel {
    position: relative;
    margin: 0;
}

.mcc-carousel * {
    box-sizing: border-box;
}

.mcc-carousel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 6px;
}

.mcc-carousel__title {
    margin: 0;
    color: #22201d;
    font-size: clamp(28px, 3vw, 48px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.mcc-carousel__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.mcc-carousel__arrow {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #22201d;
    box-shadow: 0 8px 24px rgba(26, 22, 16, 0.08);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.mcc-carousel__arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(26, 22, 16, 0.11);
}

.mcc-carousel__arrow:disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
    box-shadow: 0 6px 16px rgba(26, 22, 16, 0.05);
}

.mcc-carousel__arrow span {
    display: block;
    font-size: 26px;
    line-height: 1;
    transform: translateY(-1px);
}

.mcc-carousel__viewport {
    overflow: hidden;
    width: 100%;
    touch-action: pan-y pinch-zoom;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.mcc-carousel__viewport.is-dragging {
    cursor: grabbing;
}

.mcc-carousel__track {
    display: flex;
    gap: 0;
    will-change: transform;
    transition-property: transform;
    transition-timing-function: ease;
}

.mcc-product-card {
    position: relative;
    flex: 0 0 33.3333%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(32, 26, 18, 0.06);
}

.mcc-product-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 126px;
    padding: 0 12px 0;
    background: #fbfaf7;
    text-decoration: none;
}

.mcc-product-card__media img {
    display: block;
    max-width: 48%;
    max-height: 96px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.mcc-product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 8px 12px 10px;
}

.mcc-product-card__title {
    margin: 0 0 4px;
    color: #22201d;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    min-height: 2.7em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mcc-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.mcc-product-card__title a:hover {
    opacity: 0.82;
}

.mcc-product-card__price {
    margin-top: auto;
    margin-bottom: 8px;
    color: #22201d;
    font-size: 17px;
    font-weight: 700;
}

.mcc-product-card__price .price {
    color: inherit;
}

.mcc-product-card__price del {
    margin-right: 6px;
    opacity: 0.45;
}

.mcc-product-card__price ins {
    text-decoration: none;
}

.mcc-product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #23201d;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    font-weight: 700;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.mcc-product-card__button:hover {
    transform: translateY(-1px);
    opacity: 0.96;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.mcc-carousel--category-balsam-rufe .mcc-product-card {
    background: #f1ede700;
    box-shadow: none;
    border: 1px solid rgba(44, 42, 38, 0.08);
    overflow: visible;
}

.mcc-carousel--category-balsam-rufe .mcc-product-card__media {
    background: transparent;
}

.mcc-carousel--category-balsam-rufe .mcc-product-card__content {
    padding-top: 4px;
}

.mcc-product-card__info-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(32, 26, 18, 0.10);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mcc-product-card__info-toggle:hover,
.mcc-product-card__info-toggle[aria-expanded="true"] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 28px rgba(32, 26, 18, 0.14);
}

.mcc-product-card__info-flower {
    display: block;
    color: #ba8f63;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
}

.mcc-product-card__short-description {
    position: absolute;
    top: 52px;
    right: 10px;
    z-index: 4;
    width: min(250px, calc(100% - 20px));
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(32, 26, 18, 0.12);
    backdrop-filter: blur(8px);
}

.mcc-product-card__short-description-inner {
    padding: 12px 14px;
    color: #534b45;
    font-size: 13px;
    line-height: 1.55;
}

.mcc-product-card__short-description-inner p {
    margin: 0;
}

.mcc-product-card__short-description-inner p + p {
    margin-top: 8px;
}

@media (min-width: 1500px) {
    .mcc-carousel__track {
        gap: 0;
    }

    .mcc-product-card {
        flex-basis: 25%;
    }

    .mcc-product-card__media {
        min-height: 160px;
    }

    .mcc-product-card__media img {
        max-width: 46%;
        max-height: 128px;
    }
}

@media (max-width: 1199px) {
    .mcc-carousel {
        margin: 0;
    }

    .mcc-carousel__track {
        gap: 0;
    }

    .mcc-product-card {
        flex-basis: 50%;
        border-radius: 20px;
    }

    .mcc-product-card__media {
        min-height: 122px;
        padding: 0 10px 0;
    }

    .mcc-product-card__media img {
        max-height: 92px;
        max-width: 56%;
    }

    .mcc-product-card__content {
        padding: 8px 10px 10px;
    }
}

@media (max-width: 767px) {
    .mcc-carousel {
        margin: 0;
    }

    .mcc-carousel__header {
        margin-bottom: 8px;
    }

    .mcc-carousel__title {
        font-size: 34px;
    }

    .mcc-carousel__nav {
        gap: 8px;
    }

    .mcc-carousel__arrow {
        width: 38px;
        height: 38px;
    }

    .mcc-carousel__arrow span {
        font-size: 22px;
    }

    .mcc-product-card {
        flex-basis: 82%;
        border-radius: 18px;
    }

    .mcc-product-card__media {
        min-height: 110px;
        padding: 0 8px 0;
    }

    .mcc-product-card__media img {
        max-width: 52%;
        max-height: 84px;
    }

    .mcc-product-card__content {
        padding: 8px 10px 10px;
    }

    .mcc-product-card__title {
        font-size: 15px;
        min-height: auto;
    }

    .mcc-product-card__price {
        margin-bottom: 7px;
        font-size: 16px;
    }

    .mcc-product-card__button {
        min-height: 40px;
        font-size: 10px;
    }

    .mcc-product-card__info-toggle {
        top: 8px;
        right: 8px;
        width: 34px;
        height: 34px;
    }

    .mcc-product-card__short-description {
        top: 46px;
        right: 8px;
        width: min(220px, calc(100% - 16px));
    }

    .mcc-product-card__short-description-inner {
        padding: 11px 12px;
        font-size: 12px;
    }
}
