.repeatable-list--trust-sales [data-editor-key="trust_item_4"] {
    position: relative;
    text-align: center;
}

.repeatable-list--trust-sales [data-editor-key="trust_item_4"]::before {
    content: "*";
    display: inline;
    margin-right: 0.25em;
    color: var(--trust-item-special-marker-color);
    font-size: 40px;
    font-weight: 400;
    vertical-align: middle;
}


[data-editor-block="value-item-intro"] {
    text-align: center;
}

.gift-list--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
}

.gift-list--inline li {
    margin-bottom: 0;
}

[data-editor-group="hero-media"] .media-frame {
    overflow: hidden;
}

.hero-gallery {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    overflow: hidden;
}

.hero-gallery .swiper-wrapper,
.hero-gallery .swiper-slide {
    width: 100%;
}

.hero-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    overflow: hidden;
}

.hero-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-gallery.hero-gallery--static .swiper-wrapper {
    display: block;
    transform: none !important;
}

.hero-gallery.hero-gallery--static .swiper-slide {
    display: none;
}

.hero-gallery.hero-gallery--static .swiper-slide:first-child {
    display: flex;
}

.hero-gallery.hero-gallery--static .hero-gallery__pagination {
    display: none;
}

.hero-gallery__pagination.swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 2;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 9px;
    border-radius: var(--radius-pill);
    background: var(--hero-gallery-pagination-bg);
}

.hero-gallery__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    opacity: 1;
    background: var(--brand-soft);
    border: 1px solid var(--brand);
}

.hero-gallery__pagination.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--accent);
    border-color: var(--accent);
}

[data-editor-group="hero-offer-box"] .metr_new_count .metr_text_count span,
[data-editor-group="final-offer-box"] .metr_new_count .metr_text_count span {
    color: var(--white);
}

.feedback_item_img.zoomable-image-wrap {
    display: inline-block;
    width: auto;
    max-width: 180px;
}

.feedback_item_img.zoomable-image-wrap .zoomable {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
}

/* reviews heading: "Xaridorlar fikrlari: N" must stay on one line at 390px (2026-09-15) */
.feedback.section h2 {
    font-size: 25px;
}


/* the hero ground is the brief's background colour */
.section-stack--hero {
    background: var(--bg);
    border-color: transparent;
    box-shadow: none;
}
.section-stack--hero .media-frame {
    border-color: transparent;
}


/* counter colours, from the brief */
.top-promo--dark-premium {
    --top-promo-panel-bg: #352924;
    --top-promo-panel-bg-2: #473730;
    --top-promo-marquee-bg: #352924;
    --top-promo-popup-text: #352924;
    --top-promo-popup-muted: #352924;
    --top-promo-popup-overlay: rgba(53, 41, 36, 0.09);
    --top-promo-popup-overlay-2: rgba(53, 41, 36, 0.03);
    --top-promo-popup-border: rgba(53, 41, 36, 0.14);
    --top-promo-popup-icon-border: rgba(53, 41, 36, 0.16);
    --top-promo-popup-dot-start: #352924;
    --top-promo-popup-dot-end: #72584d;
    --top-promo-popup-dot-ring: rgba(53, 41, 36, 0.12);
    --top-promo-popup-dot-shadow: rgba(53, 41, 36, 0.18);
    --top-promo-panel-text: #ffffff;
    --top-promo-number-color: #ffffff;
    --top-promo-accent: #ffffff;
    --top-promo-muted: #ebebeb;
    --top-promo-icon-color: #ffffff;
    --top-promo-icon-bg: rgba(255, 255, 255, 0.18);
    --top-promo-icon-border: rgba(255, 255, 255, 0.42);
    --top-promo-divider: rgba(255, 255, 255, 0.22);
    --top-promo-divider-strong: rgba(255, 255, 255, 0.48);
    --top-promo-marquee-text: #ffffff;
}
