.home-product-slider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    column-gap: 10px;
    row-gap: 12px;
}

.home-product-slider__viewport {
    order: 1;
    flex: 1 1 100%;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-product-slider__viewport::-webkit-scrollbar {
    display: none;
}

.home-product-slider__track {
    display: flex;
}

.home-product-slider__slide {
    min-width: 100%;
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding-top: 8px;
}

.home-product-slider__slide .row:last-child {
    margin-bottom: 0 !important;
}

.home-product-slider__nav {
    position: static;
    order: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 4px;
    background: rgba(148, 163, 184, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 0;
    transition: opacity 0.2s ease;
}

.home-product-slider__nav[disabled] {
    opacity: 0.35;
    cursor: default;
}

.home-product-slider__nav--prev {
    margin-left: 0;
}

.home-product-slider__nav--next {
    margin-right: 0;
}

.home-product-slider__icon {
    width: 32px;
    height: 32px;
    display: block;
}

/* Home-specific spacing: keep title lower so ribbon has clear space above */
.home-product-slider .product-card--grid .product-card__title--grid {
    margin-top: 14px !important;
}

.home-product-slider .grid-card__title--compact {
    margin-top: 14px !important;
}
