/* Shared compact product card module split from main.css. */

@media (max-width: 768px) {.goods.goods--compact-cards .goods-list {
        gap: 4px;
        margin-bottom: 0;
        overflow: hidden;
        transition: max-height .24s ease;
    }.goods.goods--compact-cards .goods-list__item {
        flex: 0 1 auto;
        max-width: 100%;
    }.goods.goods--compact-cards .goods-list__tab, .goods.goods--compact-cards .goods-list__tab_p, .goods.goods--compact-cards .goods-list__tab2 {
        width: auto;
        max-width: 100%;
        padding: 6px 8px;
        border-radius: 6px;
        font-size: 8.5px;
        font-weight: 700;
        line-height: 1.1;
        white-space: normal;
        text-align: left;
    }.goods.goods--compact-cards .goods-list-toggle.is-visible {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 6px auto 12px;
        width: 26px;
        height: 26px;
        border: 1px solid #d9e0e5;
        border-radius: 7px;
        background-color: #fff;
        box-shadow: 0 6px 16px rgba(39, 43, 44, 0.08);
    }.goods.goods--compact-cards .goods-list-toggle__icon {
        width: 9px;
        height: 9px;
        fill: #0c5e84;
        transition: transform .2s ease;
    }.goods.goods--compact-cards .goods-list-toggle[aria-expanded="true"] .goods-list-toggle__icon {
        transform: rotate(180deg);
    }.goods.goods--compact-cards .goods__list + .goods-list-toggle {
        margin-bottom: 8px;
    }
}

.goods--compact-cards .offers-swiper {
    padding: 16px 0 4px;
}.goods--compact-cards .swiper-slide.goods-slide {
    height: auto;
}.goods--compact-cards .goods-slide__content {
    padding: 14px;
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(39, 43, 44, 0.08);
}.goods--compact-cards .goods-slide__top {
    margin-bottom: 10px;
}.goods--compact-cards .goods-slide__img {
    height: clamp(150px, 18vw, 210px);
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
}.goods--compact-cards .goods-slide__img img {
    width: 100%;
    transform: scale(1);
}.goods--compact-cards .goods-slide__bottom {
    display: flex;
    flex: 1 1 auto;
    gap: 8px;
    min-height: auto;
}.goods--compact-cards .goods-slide__subtitle {
    display: -webkit-box;
    margin-bottom: 0;
    min-height: 5.2em;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}.goods--compact-cards .goods-slide__bottom-content {
    flex: 1 1 auto;
    gap: 8px;
    margin-top: 0;
}.goods--compact-cards .price-block__main-price {
    margin-top: 0;
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 1.1;
}.goods--compact-cards .goods-slide__basket-block {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-end;
}.goods--compact-cards .basket {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
    padding-left: 0;
}.goods--compact-cards .basket__left {
    flex: 0 0 auto;
}.goods--compact-cards .basket__right {
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    width: 100%;
    margin-bottom: 4px;
}.goods--compact-cards .basket__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
}.goods--compact-cards .basket__minus, .goods--compact-cards .basket__plus {
    width: 32px;
    height: 32px;
}.goods--compact-cards .basket__count {
    width: 28px;
    font-size: 14px;
}.goods--compact-cards .basket__svg {
    width: 10px;
    height: 10px;
}.goods--compact-cards .goods-slide__btn {
    width: 100%;
    min-height: 42px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}@media (min-width: 1025px) {.goods--compact-cards .goods-slide__bottom-content {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-content: end;
        column-gap: 12px;
        row-gap: 10px;
    }.goods--compact-cards .goods-slide__price-block {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        align-items: center;
        align-self: center;
        margin-bottom: 0 !important;
        min-height: 24px;
        min-width: 0;
    }.goods--compact-cards .goods-slide__basket-block, .goods--compact-cards .goods-slide__basket {
        display: contents;
    }.goods--compact-cards .basket__right {
        display: flex;
        grid-column: 2;
        grid-row: 1;
        align-items: center;
        align-self: center;
        justify-content: flex-end;
        min-height: 24px;
        width: auto;
        margin: 0;
        transform: translateY(-2px);
    }.goods--compact-cards .basket__left {
        display: inline-flex;
        grid-column: 1;
        grid-row: 2;
        align-items: center;
        justify-self: start;
    }.goods--compact-cards .basket__link {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        line-height: 1;
        text-underline-offset: 2px;
    }.goods--compact-cards .goods-slide__btn, .goods--compact-cards .btn-no-product {
        grid-column: 2;
        grid-row: 2;
        align-self: stretch;
        min-width: 0;
    }.goods--compact-cards .btn-no-product {
        width: 100%;
        min-height: 42px;
    }


}@media (max-width: 767px) {.goods--compact-cards .goods-slide__content {
        padding: 12px;
        box-shadow: 0 10px 24px rgba(39, 43, 44, 0.08);
    }.goods--compact-cards .goods-slide__img {
        height: 136px;
        border-radius: 18px;
    }.goods--compact-cards .goods-slide__subtitle {
        min-height: 5.2em;
        font-size: 12px;
        line-height: 1.3;
    }.goods--compact-cards .price-block__main-price {
        font-size: 19px;
    }.goods--compact-cards .goods-slide__btn {
        min-height: 40px;
        padding: 11px 12px;
        font-size: 12px;
    }.goods--compact-cards .basket__left {
        display: none;
    }.goods--compact-cards .basket__link {
        font-size: 12px;
    }


}@media (max-width: 359px) {.goods--compact-cards .goods-slide__img {
        height: 190px;
    }.goods--compact-cards .basket {
        align-items: center;
        flex-direction: column;
    }.goods--compact-cards .basket__right {
        width: 100%;
    }


}

@media (max-width: 768px) {.goods.goods--compact-cards .goods__swiper-content {
        padding: 0 18px 22px;
    }.goods.goods--compact-cards .goods__slider-nav {
        position: absolute;
        inset: 0;
        z-index: 4;
        pointer-events: none;
    }.goods.goods--compact-cards .goods__slider-nav .slider-nav__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        top: 33%;
        transform: translateY(-50%);
        pointer-events: auto;
    }.goods.goods--compact-cards .goods__slider-nav .slider-nav__prev {
        left: -2px;
    }.goods.goods--compact-cards .goods__slider-nav .slider-nav__next {
        right: -2px;
    }.goods.goods--compact-cards .goods__slider-nav .slider-nav__btn::before {
        top: 0;
        left: 0;
        width: 34px;
        height: 34px;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 8px 20px rgba(39, 43, 44, 0.12);
    }.goods.goods--compact-cards .goods__slider-nav .slider-nav__btn svg {
        position: relative;
        z-index: 1;
        width: 12px;
        height: 8px;
        fill: #0c5e84;
    }.goods.goods--compact-cards .goods__slider-nav .swiper-button-disabled::before {
        background-color: rgba(255, 255, 255, 0.92);
        box-shadow: 0 6px 16px rgba(39, 43, 44, 0.08);
    }.goods.goods--compact-cards .goods__slider-nav .swiper-button-disabled svg {
        fill: #90a4ae;
    }.goods.goods--compact-cards .goods-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 14px;
    }.goods.goods--compact-cards .goods-pagination .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        margin: 0 !important;
        background-color: #d9e0e5;
    }.goods.goods--compact-cards .goods-pagination .swiper-pagination-bullet-active {
        background-color: #dd3824 !important;
    }


}

@media (max-width: 767px) {.goods.goods--compact-cards .goods-list {
        margin-bottom: 0 !important;
        gap: 4px !important;
    }.goods.goods--compact-cards .goods-list__tab, .goods.goods--compact-cards .goods-list__tab_p, .goods.goods--compact-cards .goods-list__tab2 {
        padding: 6px 8px !important;
        border-radius: 6px !important;
        font-size: 8.5px !important;
        line-height: 1.1 !important;
    }


}
