.alshop-niche-offer {
    --alshop-orange: #f56600;
    --alshop-orange-dark: #d94f00;
    --alshop-ink: #202020;
    --alshop-muted: #6b6b6b;
    --alshop-border: #ececec;
    --alshop-bg: #fffaf5;
    margin: 26px 0 34px;
    font-family: inherit;
}

.alshop-niche-offer * { box-sizing: border-box; }

.alshop-niche-offer__inner {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
}

.alshop-niche-offer__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
}

.alshop-niche-offer__eyebrow {
    display: inline-flex;
    margin-bottom: 5px;
    color: var(--alshop-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
}

.alshop-niche-offer h2 {
    margin: 0;
    color: var(--alshop-ink);
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.14;
    font-weight: 800;
}

.alshop-niche-offer__heading p {
    margin: 6px 0 0;
    color: var(--alshop-muted);
    font-size: 15px;
}

.alshop-niche-offer__heading p strong { color: var(--alshop-orange); }

.alshop-niche-offer__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-shrink: 0;
}

.alshop-niche-countdown {
    display: grid;
    grid-template-columns: auto repeat(4, auto auto);
    align-items: baseline;
    gap: 5px;
    color: var(--alshop-muted);
    white-space: nowrap;
}

.alshop-niche-countdown > span {
    margin-right: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.alshop-niche-countdown strong {
    min-width: 29px;
    padding: 5px 6px;
    border-radius: 7px;
    background: var(--alshop-ink);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

.alshop-niche-countdown small {
    font-size: 10px;
    font-weight: 600;
}

.alshop-niche-offer__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--alshop-orange);
    border-radius: 8px;
    color: var(--alshop-orange);
    background: #fff;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: .18s ease;
}

.alshop-niche-offer__view-all:hover {
    color: #fff;
    background: var(--alshop-orange);
}

.alshop-niche-offer__banner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border: 1px solid #f0dfcf;
    border-radius: 14px;
    background: #fff4e9;
    box-shadow: 0 8px 24px rgba(92, 51, 13, .08);
}

.alshop-niche-offer__banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 13 / 3;
    object-fit: cover;
    transition: transform .35s ease;
}

.alshop-niche-offer__banner:hover img { transform: scale(1.008); }

.alshop-niche-products-wrap {
    position: relative;
    margin-top: 14px;
}

.alshop-niche-products {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 1fr);
    grid-template-rows: 1fr;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.alshop-niche-products::-webkit-scrollbar { display: none; }

.alshop-niche-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--alshop-border);
    border-radius: 12px;
    background: #fff;
    scroll-snap-align: start;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.alshop-niche-card:hover {
    transform: translateY(-2px);
    border-color: #f3c9aa;
    box-shadow: 0 10px 24px rgba(35, 35, 35, .09);
}

.alshop-niche-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 12px;
    background: linear-gradient(180deg, #fff 0%, var(--alshop-bg) 100%);
}

.alshop-niche-card__image img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.alshop-niche-card__discount {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 5px 7px;
    border-radius: 6px;
    background: var(--alshop-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.alshop-niche-card__body { padding: 12px; }

.alshop-niche-card__brand {
    display: block;
    margin-bottom: 5px;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.alshop-niche-card__title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 40px;
    color: #282828;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 650;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.alshop-niche-card__title:hover { color: var(--alshop-orange); }

.alshop-niche-card__prices {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 10px;
}

.alshop-niche-card__prices strong {
    color: var(--alshop-orange);
    font-size: 20px;
    line-height: 1;
    font-weight: 850;
}

.alshop-niche-card__prices del {
    color: #9a9a9a;
    font-size: 12px;
}

.alshop-niche-card__cart {
    width: 100%;
    min-height: 38px;
    margin-top: 12px;
    border: 1px solid var(--alshop-orange);
    border-radius: 8px;
    background: #fff;
    color: var(--alshop-orange);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: .18s ease;
}

.alshop-niche-card__cart:hover {
    color: #fff;
    background: var(--alshop-orange);
}

.alshop-niche-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    color: #242424;
    box-shadow: 0 5px 16px rgba(0,0,0,.12);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.alshop-niche-arrow--prev { left: -18px; }
.alshop-niche-arrow--next { right: -18px; }
.alshop-niche-arrow:disabled { opacity: .35; cursor: default; }

@media (min-width: 1200px) {
    .alshop-niche-products { grid-auto-columns: calc((100% - 60px) / 6); }
}

@media (max-width: 991px) {
    .alshop-niche-offer__heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .alshop-niche-offer__actions { width: 100%; justify-content: space-between; }
    .alshop-niche-products { grid-auto-columns: minmax(180px, 38%); }
    .alshop-niche-arrow { display: none; }
}

@media (max-width: 575px) {
    .alshop-niche-offer { margin: 18px 0 26px; }
    .alshop-niche-offer__inner { width: min(100% - 20px, 1320px); }
    .alshop-niche-offer h2 { font-size: 22px; }
    .alshop-niche-offer__heading p { font-size: 13px; line-height: 1.45; }
    .alshop-niche-countdown { grid-template-columns: repeat(4, auto auto); gap: 4px; }
    .alshop-niche-countdown > span { display: none; }
    .alshop-niche-offer__view-all { min-height: 36px; padding: 0 11px; font-size: 12px; }
    .alshop-niche-offer__banner { border-radius: 10px; }
    .alshop-niche-offer__banner img {
        aspect-ratio: 2.05 / 1;
        object-fit: cover;
        object-position: center;
    }
    .alshop-niche-products { grid-auto-columns: 47%; gap: 9px; }
    .alshop-niche-card__image { min-height: 145px; padding: 8px; }
    .alshop-niche-card__image img { height: 138px; }
    .alshop-niche-card__body { padding: 10px; }
    .alshop-niche-card__title { font-size: 12.5px; min-height: 36px; }
    .alshop-niche-card__prices strong { font-size: 18px; }
}
