.csz-zone {
    margin: 28px 0;
    clear: both;
}

.csz-zone-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
}

.csz-slider-shell {
    overflow: hidden;
    position: relative;
}

.csz-items-wrap.csz-slider {
    display: flex;
    gap: 0;
    touch-action: pan-y;
    will-change: transform;
    transition: transform .28s ease;
}

.csz-items-wrap.csz-slider.is-dragging,
.csz-items-wrap.csz-slider.csz-no-transition {
    transition: none !important;
}

.csz-zone .csz-item {
    flex: 0 0 calc(100% / var(--csz-per-page, 1));
    min-width: 0;
    box-sizing: border-box;
}

.csz-display-slider .csz-item,
.csz-grid .csz-item {
    padding: 0 6px;
}

.csz-grid {
    display: grid;
    gap: 18px;
}

.csz-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.csz-card-img {
    display: block;
    text-decoration: none;
    color: inherit;
}

.csz-card-img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.csz-card-full .csz-card-img-inner {
    aspect-ratio: 1 / 1;
    padding: 14px;
}

.csz-card-full .csz-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.csz-card-mini {
    display: grid;
    grid-template-columns: 84px 1fr;
    align-items: center;
    min-height: 110px;
    padding: 10px;
    gap: 12px;
}

.csz-card-mini .csz-card-img-inner {
    height: 84px;
    padding: 0;
}

.csz-card-mini .csz-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.csz-card-info {
    padding: 14px 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    height: 100%;
}

.csz-card-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.csz-card-mini .csz-card-info {
    padding: 0;
    gap: 10px;
    justify-content: center;
}

.csz-card-name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.csz-card-mini .csz-card-name {
    font-size: 14px;
    min-height: 2.45em;
}

.csz-card-price {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.csz-card-price del {
    opacity: .45;
    margin-right: 6px;
}

.csz-card-actions {
    margin-top: auto;
}

.csz-atc-btn,
.csz-atc-link,
.csz-card a.csz-atc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #8a922e;
    border-radius: 10px;
    background: #fff;
    color: #6f7623;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .18s ease;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

.csz-atc-btn:hover,
.csz-atc-link:hover,
.csz-card a.csz-atc-btn:hover {
    background: #7b8426;
    border-color: #7b8426;
    color: #fff;
}

.csz-atc-btn:focus,
.csz-atc-link:focus,
.csz-card a.csz-atc-btn:focus {
    outline: none;
    box-shadow: none;
}

.csz-atc-btn.csz-loading {
    pointer-events: none;
    opacity: .65;
}

.csz-atc-btn.csz-added {
    background: #7b8426;
    border-color: #7b8426;
    color: #fff;
}

.csz-cart-page-block .csz-grid,
.csz-cart-page-block.csz-display-grid .csz-items-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.csz-mini-cart-block {
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding-top: 16px;
    margin-top: 16px;
}

.csz-mini-cart-block .csz-zone-title {
    font-size: 13px;
    margin-bottom: 12px;
}

.csz-mini-cart-block .csz-card {
    border-radius: 10px;
}

.csz-slider-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 16px;
}

.csz-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.csz-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfcfcf;
    display: block;
    cursor: pointer;
}

.csz-dot.is-active {
    background: #7b8426;
}

.csz-arrow {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, .04);
    position: relative;
    transition: background .18s ease;
    flex: 0 0 34px;
}

.csz-arrow:hover {
    background: rgba(0, 0, 0, .08);
}

.csz-arrow:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1.7px solid #444;
    border-right: 1.7px solid #444;
}

.csz-prev:before {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.csz-next:before {
    transform: rotate(45deg);
    margin-right: 3px;
}

@media (max-width: 1024px) {
    .csz-cart-page-block .csz-grid,
    .csz-cart-page-block.csz-display-grid .csz-items-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .csz-cart-page-block .csz-grid,
    .csz-cart-page-block.csz-display-grid .csz-items-wrap {
        grid-template-columns: 1fr;
    }

    .csz-card-mini {
        grid-template-columns: 74px 1fr;
        min-height: 96px;
    }

    .csz-card-mini .csz-card-img-inner {
        height: 74px;
    }

    .csz-card-info {
        padding: 12px;
    }
}
