/* =========================================================
   Homepage Hero — full width / cosmetics
   Tuned to closely match the supplied reference.
   CSS only: no slider or JavaScript dependency.
   ========================================================= */

.shoes-home {
    background: #fff;
}

.shoes-home-hero {
    position: relative;
    padding: 0;
    background:
        radial-gradient(circle at 84% 28%, rgba(255,255,255,.58) 0%, rgba(255,255,255,0) 36%),
        radial-gradient(circle at 20% 72%, rgba(235,111,145,.12) 0%, rgba(235,111,145,0) 38%),
        linear-gradient(110deg, #f7d4df 0%, #f9dce5 48%, #fdeff3 100%);
    overflow: visible;
}

/* Very subtle light bloom, like the reference background. */
.shoes-home-hero::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 46vw;
    height: 46vw;
    max-width: 760px;
    max-height: 760px;
    top: -58%;
    right: 2%;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255,255,255,.68) 0%, rgba(255,255,255,0) 70%);
}

.shoes-home-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    grid-template-areas: "content media";
    align-items: stretch;
    width: 100%;
    height: clamp(330px, 24vw, 435px);
    min-height: 330px;
}

/* =========================
   Text side
   ========================= */
.shoes-home-hero__content {
    grid-area: content;
    position: relative;
    min-width: 0;
    direction: rtl;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-self: end;
    width: 100%;
    max-width: 620px;
    padding: clamp(24px, 3.2vw, 46px) clamp(30px, 4vw, 64px);
    z-index: 2;
}

.shoes-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 0 11px;
    color: #e06882;
    font-size: 0.9em;
    line-height: 1.6;
    font-weight: 700;
    white-space: nowrap;
}

.shoes-home-hero__eyebrow::before,
.shoes-home-hero__eyebrow::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1.5px;
    flex: 0 0 15px;
    border-radius: 999px;
    background: currentColor;
    opacity: .62;
}

.shoes-home-hero__title {
    margin: 0;
    color: #191919;
    font-size: 2em;
    line-height: 1.28;
    font-weight: 900;
    letter-spacing: -.035em;
}

.shoes-home-hero__title-line {
    display: block;
}

.shoes-home-hero__title-line--accent {
    margin-top: 1px;
    color: #e85f7e;
}

.shoes-home-hero__description {
    max-width: 520px;
    margin: 14px 0 0;
    color: #3f3f3f;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.9;
    font-weight: 400;
    text-align: center;
}

.shoes-home-hero__description-line {
    margin: 0;
}

.shoes-home-hero__description-line--secondary {
    margin-top: 2px;
}

.shoes-home-hero__actions {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.shoes-home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 170px;
    min-height: 50px;
    padding: 11px 24px;
    border-radius: 12px;
    color: #fff;
    background: #e75b7a;
    box-shadow: 0 10px 22px rgba(198, 58, 92, .16);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.shoes-home-hero__button:hover,
.shoes-home-hero__button:focus-visible {
    background: #df526f;
    transform: translateY(-1px);
    box-shadow: 0 13px 27px rgba(198, 58, 92, .21);
}

.shoes-home-hero__button:focus-visible {
    outline: 3px solid rgba(223, 82, 111, .23);
    outline-offset: 4px;
}

.shoes-home-hero__button-arrow {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
}

/* =========================
   Image side
   ========================= */
.shoes-home-hero__media {
    grid-area: media;
    position: relative;
    min-width: 0;
    min-height: 0;
    height: 100%;
    width: 100%;
    max-width: 760px;
    justify-self: start;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: transparent;
    padding: clamp(10px, 1.8vw, 26px) clamp(18px, 2.4vw, 34px);
}

/*
 * Important:
 * The image keeps its intrinsic aspect ratio at every browser zoom level.
 * We deliberately avoid object-fit: cover because cover crops the image
 * whenever the available column ratio changes.
 */
.shoes-home-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 720px;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    margin-inline: auto;
    filter: drop-shadow(0 24px 38px rgba(125, 58, 78, .14));
}

/* Medium desktop/tablet landscape. */
@media (max-width: 1100px) {
    .shoes-home-hero__inner {
        grid-template-columns: minmax(0, 53fr) minmax(0, 47fr);
        height: clamp(310px, 35vw, 380px);
        min-height: 310px;
    }

    .shoes-home-hero__content {
        padding-right: clamp(28px, 4vw, 48px);
        padding-left: 26px;
    }

    .shoes-home-hero__title {
        font-size: clamp(35px, 4.1vw, 46px);
    }
}


/* High browser zoom / narrow desktop safety.
   Reflow before text can become cramped; no media/text overlap. */
@media (max-width: 940px) and (min-width: 821px) {
    .shoes-home-hero__inner {
        grid-template-columns: minmax(0, 50fr) minmax(0, 50fr);
        height: auto;
        min-height: 310px;
    }

    .shoes-home-hero__content {
        padding-right: 24px;
        padding-left: 24px;
    }

    .shoes-home-hero__title {
        font-size: clamp(32px, 4.2vw, 40px);
    }
}

/* Mobile: visual first, text second. */
@media (max-width: 820px) {
    .shoes-home-hero__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "content";
        height: auto;
        min-height: 0;
    }

    .shoes-home-hero__content {
        justify-self: stretch;
        width: 100%;
        max-width: none;
        align-items: center;
        padding: 18px 22px 30px;
        text-align: center;
    }

    .shoes-home-hero__eyebrow {
        margin-bottom: 9px;
        font-size: 13px;
        white-space: normal;
    }

    .shoes-home-hero__title {
        font-size: clamp(31px, 8.7vw, 43px);
        line-height: 1.32;
    }

    .shoes-home-hero__description {
        max-width: 520px;
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.9;
    }

    .shoes-home-hero__description-line--secondary {
        margin-top: 1px;
    }

    .shoes-home-hero__actions {
        margin-top: 18px;
    }

    .shoes-home-hero__button {
        min-width: 165px;
        min-height: 48px;
    }

    .shoes-home-hero__media {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        justify-self: stretch;
        padding: 18px 18px 6px;
    }

    .shoes-home-hero__image {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        object-fit: contain;
        object-position: center center;
    }
}

@media (max-width: 480px) {
    .shoes-home-hero__content {
        padding: 14px 18px 26px;
    }

    .shoes-home-hero__title {
        font-size: clamp(29px, 9.2vw, 38px);
    }

    .shoes-home-hero__description {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shoes-home-hero__button {
        transition: none;
    }
}


@media (max-width: 820px) {
    .shoes-home-hero {
        background:
            radial-gradient(circle at 82% 10%, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 34%),
            linear-gradient(135deg, #f8d8e2 0%, #fdeff3 100%);
    }

    .shoes-home-hero__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "media";
        min-height: 0;
    }

    .shoes-home-hero__content {
        max-width: none;
        padding: 34px 22px 12px;
        align-items: center;
    }

    .shoes-home-hero__media {
        padding: 12px 18px 28px;
    }

    .shoes-home-hero__image {
        max-width: 100%;
        max-height: none;
    }
}


@media (min-width: 1440px) {
    .shoes-home-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .shoes-home-hero__media {
        justify-self: start;
    }

    .shoes-home-hero__content {
        justify-self: end;
    }
}


/* =========================================================
   Homepage important categories
   Seven image links directly below the hero.
   CSS only — no JavaScript.
   ========================================================= */

.shoes-home-categories {
    padding: 28px 0 22px;
    background: #fffafb;
}

.shoes-home-categories__inner {
    width: min(100% - 48px, 1420px);
    margin-inline: auto;
}

.shoes-home-categories__track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(31px, 3.6vw, 54px);
    direction: rtl;
}

.shoes-home-category {
    min-width: 0;
    color: #1f1f1f;
    text-decoration: none;
    text-align: center;
}

.shoes-home-category__visual {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.12 / 1;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(145deg, #fff3f5 0%, #f9e2e8 100%);
    border: 0;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.shoes-home-category__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 180ms ease;
}

.shoes-home-category__title {
    display: block;
    margin-top: 10px;
    min-height: 24px;
    color: #252525;
    font-size: clamp(12px, .95vw, 15px);
    line-height: 1.7;
    font-weight: 500;
}

.shoes-home-category__placeholder {
    position: relative;
    display: block;
    width: 50%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(232, 95, 126, .09);
}

.shoes-home-category__placeholder span {
    position: absolute;
    display: block;
    border-radius: 999px;
    background: rgba(232, 95, 126, .32);
}

.shoes-home-category__placeholder span:nth-child(1) {
    width: 56%;
    height: 13%;
    left: 22%;
    top: 29%;
    transform: rotate(-18deg);
}

.shoes-home-category__placeholder span:nth-child(2) {
    width: 38%;
    height: 13%;
    left: 31%;
    top: 48%;
    transform: rotate(18deg);
}

.shoes-home-category__placeholder span:nth-child(3) {
    width: 24%;
    height: 24%;
    left: 38%;
    top: 58%;
    background: rgba(232, 95, 126, .19);
}


.shoes-home-product__cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.shoes-home-product__cart-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shoes-home-product__button.added {
    background: #d94b6c;
}

.shoes-home-product__button.loading {
    opacity: .7;
    pointer-events: none;
}

.shoes-home-product__button.added::after,
.shoes-home-product__button.loading::after {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .shoes-home-category:hover .shoes-home-category__visual {
        transform: translateY(-3px);
        border-color: rgba(232, 95, 126, .14);
        box-shadow: 0 12px 26px rgba(168, 72, 96, .10);
    }

    .shoes-home-category:hover .shoes-home-category__image {
        transform: scale(1.04);
    }
}

.shoes-home-category:focus-visible {
    outline: none;
}

.shoes-home-category:focus-visible .shoes-home-category__visual {
    outline: 3px solid rgba(232, 95, 126, .25);
    outline-offset: 3px;
}

/* Tablet: keep the section compact without squeezing cards too much. */
@media (max-width: 1100px) {
    .shoes-home-categories__inner {
        width: min(100% - 36px, 980px);
    }

    .shoes-home-categories__track {
        gap: 12px;
    }

    .shoes-home-category__visual {
        border-radius: 18px;
    }
}

/* Mobile: one horizontal swipe row like common ecommerce category strips. */
@media (max-width: 820px) {
    .shoes-home-categories {
        padding: 20px 0 18px;
    }

    .shoes-home-categories__inner {
        width: 100%;
        padding-inline: 16px;
        overflow: hidden;
    }

    .shoes-home-categories__track {
        display: flex;
        width: 100%;
        gap: 12px;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .shoes-home-categories__track::-webkit-scrollbar {
        display: none;
    }

    .shoes-home-category {
        flex: 0 0 calc((100% - 12px) / 2);
        width: calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .shoes-home-category__visual {
        aspect-ratio: 1.06 / 1;
        border-radius: 17px;
    }

    .shoes-home-category__image {
        width: 82%;
        height: 82%;
    }

    .shoes-home-category__title {
        margin-top: 8px;
        min-height: 30px;
        font-size: 12px;
    }
}


/* =========================================================
   Homepage promotional banners
   Customizer image fills the entire banner background.
   ========================================================= */

.shoes-home-promos {
    padding: 12px 0 44px;
    background: #fffafb;
}

.shoes-home-promos__inner {
    width: min(100% - 48px, 1420px);
    margin-inline: auto;
}

.shoes-home-promos__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    direction: rtl;
}

.shoes-home-promo {
    position: relative;
    min-width: 0;
    min-height: 220px;
    overflow: hidden;
    border-radius: 16px;
    isolation: isolate;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.shoes-home-promo--1 {
    background-color: #efe9ee;
}

.shoes-home-promo--2 {
    background-color: #f4d7c4;
}

.shoes-home-promo--3 {
    background-color: #f9cfd7;
}

/* Soft readable area on the LEFT, while keeping the image visible on the right. */
.shoes-home-promo__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 52%;
    min-width: 0;
    direction: rtl;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
    text-shadow: 0 1px 2px rgba(255,255,255,.35);
}

.shoes-home-promo__eyebrow {
    margin: 0 0 5px;
    color: #d75f79;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}

.shoes-home-promo--2 .shoes-home-promo__eyebrow {
    color: #9d642e;
}

.shoes-home-promo__title {
    margin: 0;
    color: #222;
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.55;
    font-weight: 800;
}

.shoes-home-promo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 126px;
    min-height: 46px;
    margin-top: 18px;
    padding: 11px 20px;
    border-radius: 11px;
    color: #303030;
    background: rgba(255, 255, 255, .88);
    border: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: transform 160ms ease, background-color 160ms ease;
}

.shoes-home-promo__placeholder {
    position: absolute;
    right: 8%;
    bottom: 12px;
    z-index: 0;
    display: block;
    width: min(40%, 210px);
    aspect-ratio: 1.2 / 1;
}

.shoes-home-promo__placeholder span {
    position: absolute;
    display: block;
    bottom: 0;
    border-radius: 14px 14px 5px 5px;
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(142, 75, 94, .08);
}

.shoes-home-promo__placeholder span:nth-child(1) {
    width: 29%;
    height: 72%;
    right: 7%;
}

.shoes-home-promo__placeholder span:nth-child(2) {
    width: 32%;
    height: 92%;
    right: 35%;
}

.shoes-home-promo__placeholder span:nth-child(3) {
    width: 26%;
    height: 61%;
    right: 70%;
}

@media (hover: hover) and (pointer: fine) {
    .shoes-home-promo__button:hover {
        transform: translateY(-1px);
        background: rgba(255, 255, 255, .94);
    }
}

.shoes-home-promo__button-arrow {
    display: inline-block;
    direction: ltr;
    font-size: 17px;
    line-height: 1;
    transform: translateY(-1px);
}

.shoes-home-promo__button:focus-visible {
    outline: 3px solid rgba(224, 89, 121, .22);
    outline-offset: 3px;
}

@media (max-width: 1120px) {
    .shoes-home-promos__inner {
        width: min(100% - 36px, 980px);
    }

    .shoes-home-promos__grid {
        gap: 14px;
    }

    .shoes-home-promo {
        min-height: 195px;
    }

    .shoes-home-promo__content {
        width: 55%;
        padding: 20px 14px;
    }
}

/* Mobile: one full-background banner per row. */
@media (max-width: 820px) {
    .shoes-home-promos {
        padding: 8px 0 30px;
    }

    .shoes-home-promos__inner {
        width: min(100% - 32px, 620px);
    }

    .shoes-home-promos__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .shoes-home-promo {
        min-height: 180px;
        border-radius: 15px;
        background-position: center center;
    }

    .shoes-home-promo__content {
        width: 58%;
        padding: 18px 13px;
    }

    .shoes-home-promo__eyebrow {
        font-size: 12px;
    }

    .shoes-home-promo__title {
        font-size: 18px;
    }

    .shoes-home-promo__button {
        min-width: 118px;
        min-height: 44px;
        margin-top: 14px;
        padding: 10px 17px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shoes-home-promo__button {
        transition: none;
    }
}



/* =========================================================
   Latest products slider
   18 latest WooCommerce products — native scroll + light JS.
   ========================================================= */

.shoes-home-products {
    padding: 22px 0 25px;
    background: #fffafb;
}

.shoes-home-products__inner {
    width: min(100% - 48px, 1420px);
    margin-inline: auto;
}

.shoes-home-products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    direction: rtl;
}

.shoes-home-products__heading {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.shoes-home-products__heading-line {
    width: 34px;
    height: 3px;
    flex: 0 0 34px;
    border-radius: 999px;
    background: #e95479;
}

.shoes-home-products__title {
    margin: 0;
    color: #1e1e1e;
    font-size: clamp(20px, 1.65vw, 27px);
    line-height: 1.5;
    font-weight: 800;
}

.shoes-home-products__header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shoes-home-products__all {
    color: #e45176;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.shoes-home-products__nav {
    display: flex;
    align-items: center;
    gap: 7px;
    direction: ltr;
}

.shoes-home-products__nav-button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #f0d8df;
    border-radius: 50%;
    color: #df5375;
    background: #fff;
    cursor: pointer;
    font-size: 23px;
    line-height: 1;
    transition: background-color 160ms ease, transform 160ms ease;
}

.shoes-home-products__viewport {
    width: 100%;
    overflow: hidden;
}

.shoes-home-products__track {
    --products-gap: 16px;
    display: flex;
    gap: var(--products-gap);
    width: 100%;
    padding: 2px 1px 8px;
    direction: rtl;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-x pan-y;
}

.shoes-home-products__track::-webkit-scrollbar {
    display: none;
}

.shoes-home-products__track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.shoes-home-product {
    flex: 0 0 calc((100% - (5 * var(--products-gap))) / 6);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1dfe4;
    border-radius: 13px;
    background: #fff;
}

.shoes-home-product__image-link {
    display: block;
    flex: 0 0 auto;
    color: inherit;
    text-decoration: none;
}

.shoes-home-product__image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 14px;
    background: #fffdfd;
    overflow: hidden;
}

.shoes-home-product__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}

.shoes-home-product__sale {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: #e95479;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

.shoes-home-product__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 198px;
    padding: 12px 13px 13px;
    direction: rtl;
    text-align: center;
}


/* WooCommerce-safe cart button: centered and reference-like */
.shoes-home-product__body .shoes-home-product__button.button {
    width: 78% !important;
    max-width: 138px !important;
    min-width: 104px !important;
    height: 40px !important;
    min-height: 40px !important;
    flex: 0 0 40px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;

    margin-top: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;

    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 8px !important;

    color: #ffffff !important;
    background: linear-gradient(135deg, #ef5d82 0%, #e94b73 100%) !important;
    box-shadow: none !important;

    text-decoration: none !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: filter 160ms ease, transform 160ms ease;
}

.shoes-home-product__body .shoes-home-product__button.button:hover,
.shoes-home-product__body .shoes-home-product__button.button:focus,
.shoes-home-product__body .shoes-home-product__button.button:active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ef5d82 0%, #e94b73 100%) !important;
}

.shoes-home-product__body .shoes-home-product__button.button:hover {
    filter: brightness(.97);
    transform: translateY(-1px);
}

.shoes-home-product__body .shoes-home-product__button.button.loading {
    opacity: .72 !important;
}

.shoes-home-product__body .shoes-home-product__button.button.added {
    background: linear-gradient(135deg, #e85278 0%, #dc426a 100%) !important;
}

.shoes-home-product__cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    margin: 0;
    color: #ffffff;
}

.shoes-home-product__cart-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 820px) {
    .shoes-home-product__body .shoes-home-product__button.button {
        width: 72% !important;
        max-width: 150px !important;
        min-width: 110px !important;
        height: 40px !important;
        min-height: 40px !important;
    }
}

.shoes-home-product__name {
    margin: 0;
    min-height: 48px;
    font-size: 13px;
    line-height: 1.85;
    font-weight: 600;
}

.shoes-home-product__name a {
    color: #262626;
    text-decoration: none;
}

.shoes-home-product__rating {
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 5px;
    direction: ltr;
}

.shoes-home-product__stars {
    position: relative;
    display: inline-block;
    width: 112px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    direction: ltr;
    font-family: Arial, "DejaVu Sans", sans-serif;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
}

.shoes-home-product__stars-base,
.shoes-home-product__stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    color: #d99a2b;
}

.shoes-home-product__stars-base {
    width: 100%;
    overflow: visible;
}

.shoes-home-product__stars-fill {
    overflow: hidden;
}

.shoes-home-product__rating-count {
    color: #777;
    font-size: 10px;
}

.shoes-home-product__rating--empty .shoes-home-product__stars-base {
    color: #d99a2b;
}

.shoes-home-product__price {
    min-height: 52px;
    margin-top: 7px;
    color: #df456b;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 2px 5px;
}

.shoes-home-product__price del {
    margin-inline-end: 5px;
    color: #aaa;
    font-size: 11px;
    font-weight: 400;
}

.shoes-home-product__price ins {
    color: inherit;
    text-decoration: none;
}
    

.shoes-home-products__nav-button:focus-visible,
.shoes-home-product a:focus-visible {
    outline: 3px solid rgba(223, 74, 112, .20);
    outline-offset: 2px;
}

@media (max-width: 1180px) {
    .shoes-home-products__track {
        --products-gap: 14px;
    }

    .shoes-home-product {
        flex-basis: calc((100% - (3 * var(--products-gap))) / 4);
    }
}

@media (max-width: 820px) {
    .shoes-home-products {
        padding: 18px 0 38px;
    }

    .shoes-home-products__inner {
        width: 100%;
    }

    .shoes-home-products__header {
        padding-inline: 16px;
        margin-bottom: 15px;
    }

    .shoes-home-products__heading-line {
        width: 24px;
        flex-basis: 24px;
    }

    .shoes-home-products__title {
        font-size: 19px;
    }

    .shoes-home-products__all {
        display: none;
    }

    .shoes-home-products__nav-button {
        width: 36px;
        height: 36px;
    }

    .shoes-home-products__viewport {
        padding-inline: 16px;
    }

    .shoes-home-products__track {
        --products-gap: 12px;
        width: 100%;
        padding: 2px 0 8px;
    }

    .shoes-home-product {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .shoes-home-product__image-wrap {
        padding: 10px;
    }

    .shoes-home-product__body {
        min-height: 194px;
        padding: 10px;
    }

    .shoes-home-product__name {
        min-height: 46px;
        font-size: 12px;
        line-height: 1.8;
    }

    .shoes-home-product__button {
        min-height: 37px;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shoes-home-products__track {
        scroll-behavior: auto;
    }

    .shoes-home-products__nav-button {
        transition: none;
    }
}


body.home {
    background: #fffafb;
}

.shoes-home-products__viewport {
    background: transparent;
}


/* Category shortcuts under hero: clean reference look, no border */
.shoes-home-category,
.shoes-home-category:link,
.shoes-home-category:visited {
    border: 0 !important;
    outline: 0;
    box-shadow: none;
}



/* =========================================================
   Home brands slider — reference style
   Desktop: exactly 7 brands visible.
   ========================================================= */
.shoes-home-brands {
    padding: 0 0 42px;
    background: #fffafb;
}

.shoes-home-brands__inner {
    width: min(100% - 48px, 1420px);
    margin-inline: auto;
}

.shoes-home-brands__shell {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 10px 16px;
    border-radius: 18px;
    background: #fff4f5;
    overflow: hidden;
}

.shoes-home-brands__viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.shoes-home-brands__track {
    --brand-gap: 18px;
    display: flex;
    align-items: center;
    gap: var(--brand-gap);
    width: 100%;
    padding: 0;
    direction: rtl;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-x pan-y;
}

.shoes-home-brands__track::-webkit-scrollbar {
    display: none;
}

.shoes-home-brands__track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.shoes-home-brand {
    flex: 0 0 calc((100% - (6 * var(--brand-gap))) / 7);
    min-width: 0;
    height: 58px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
}

.shoes-home-brand__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 158px;
    object-fit: contain;
    object-position: center;
    filter: none;
    pointer-events: none;
}


.shoes-home-brand__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #222;
    font-size: clamp(16px, 1.4vw, 22px);
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.shoes-home-brands__nav-button {
    position: relative;
    z-index: 2;    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2px;
    border: 2px solid #f59aae;
    border-radius: 50%;
    color: #ed6b8b;
    background: rgba(255, 255, 255, .70);
    box-shadow: none;
    cursor: pointer;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
}

.shoes-home-brands__nav-button--prev {
    order: 0;
}

.shoes-home-brands__viewport {
    order: 1;
}

.shoes-home-brands__nav-button--next {
    order: 2;
}

@media (hover: hover) and (pointer: fine) {
    .shoes-home-brand:hover .shoes-home-brand__image {
        transform: scale(1.035);
    }

    .shoes-home-brands__nav-button:hover {
        background: #fff;
    }
}

.shoes-home-brand__image,
.shoes-home-brands__nav-button {
    transition: transform 160ms ease, background-color 160ms ease;
}

.shoes-home-brand:focus-visible,
.shoes-home-brands__nav-button:focus-visible {
    outline: 3px solid rgba(233, 84, 121, .20);
    outline-offset: 2px;
}

@media (max-width: 1120px) {
    .shoes-home-brand {
        flex-basis: calc((100% - (4 * var(--brand-gap))) / 5);
    }
}

@media (max-width: 820px) {
    .shoes-home-brands {
        padding: 14px 0 38px;
    }

    .shoes-home-brands__inner {
        width: min(100% - 24px, 620px);
    }

    .shoes-home-brands__shell {
        gap: 8px;
        min-height: 72px;
        padding: 8px 10px;
        border-radius: 16px;
    }

    .shoes-home-brands__track {
        --brand-gap: 12px;
    }

    .shoes-home-brand {
        flex: 0 0 calc((100% - var(--brand-gap)) / 2);
        width: calc((100% - var(--brand-gap)) / 2);
        max-width: calc((100% - var(--brand-gap)) / 2);
        height: 50px;
        padding: 6px 9px;
    }

    .shoes-home-brand__image {
        max-width: 138px;
    }

    .shoes-home-brands__nav-button {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shoes-home-brands__track {
        scroll-behavior: auto;
    }

    .shoes-home-brand__image,
    .shoes-home-brands__nav-button {
        transition: none;
    }
}


/* =========================================================
   Trust building section
   ========================================================= */
.shoes-home-trust {
    padding: 0 0 24px;
    background: #fffafb;
}

.shoes-home-trust__inner {
    width: min(100% - 48px, 1420px);
    margin-inline: auto;
}

.shoes-home-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 16px;
    min-height: 82px;
    padding: 11px 10px;
    border-radius: 0;
    background: #fffafb;
    direction: rtl;
}

.shoes-home-trust__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    direction: ltr;
}

.shoes-home-trust__icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ef5579;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.shoes-home-trust__icon svg {
    width: 51px;
    height: 51px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: geometricPrecision;
}

.shoes-home-trust__content {
    flex: 0 1 auto;
    width: auto;
    max-width: 180px;
    min-width: 0;
    direction: rtl;
    text-align: center;
}

.shoes-home-trust__title {
    margin: 0 0 2px;
    color: #262626;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
    text-align: center;
}

.shoes-home-trust__description {
    width: min(100%, 155px);
    max-width: 155px;
    min-height: 34px;
    margin: 0 auto;
    color: #666;
    font-size: 10px;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
    text-wrap: balance;
}

@media (max-width: 980px) {
    .shoes-home-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 18px;
        min-height: 0;
        padding: 12px 10px;
    }
}

@media (max-width: 620px) {
    .shoes-home-trust {
        padding-bottom: 20px;
        background: #fffafb;
    }

    .shoes-home-trust__inner {
        width: min(100% - 24px, 620px);
    }

    .shoes-home-trust__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px 8px;
        background: #fffafb;
    }

    .shoes-home-trust__item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .shoes-home-trust__icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
    }

    .shoes-home-trust__icon svg {
        width: 47px;
        height: 47px;
    }

    .shoes-home-trust__content {
        flex: 0 1 auto;
        width: auto;
        max-width: 190px;
    }

    .shoes-home-trust__title {
        font-size: 12px;
    }

    .shoes-home-trust__description {
        width: min(100%, 180px);
        max-width: 180px;
        min-height: 34px;
        font-size: 10px;
    }
}

/* =========================================================
   Category cards: full bleed customizer images
   ========================================================= */
.shoes-home-category__visual .shoes-home-category__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.shoes-home-articles {
    padding: 22px 0 0;
    background: #fffafb;
}
.shoes-home-articles__inner{width:min(100% - 48px,1420px);margin-inline:auto}
.shoes-home-articles__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;direction:rtl}
.shoes-home-articles__heading{display:flex;align-items:center;gap:11px}
.shoes-home-articles__heading-line{width:34px;height:3px;flex:0 0 34px;border-radius:999px;background:#e95479}
.shoes-home-articles__title{margin:0;color:#1e1e1e;font-size:clamp(20px,1.65vw,27px);line-height:1.5;font-weight:800}
.shoes-home-articles__all{text-decoration:none;color:#e45176;font-size:13px;font-weight:600;white-space:nowrap}
.shoes-home-articles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;direction:rtl}
.shoes-home-article-card{background:#e75b7a;border-radius:13px;overflow:hidden;display:flex;flex-direction:column}
.shoes-home-article-card__image{display:block;aspect-ratio:16/10;overflow:hidden;background:#fff}
.shoes-home-article-card__image img{width:100%;height:100%;object-fit:cover}
.shoes-home-article-card__title{margin:0;padding:15px 16px 15px;font-size:16px;line-height:1.8;background:linear-gradient(180deg,rgba(231,91,122,0.15) 0%,#e75b7a 55%,#c93e61 100%);display:flex;align-items:center}
.shoes-home-article-card__title a{color:#fff;text-decoration:none}
/* از بین بردن اسکرول افقی در صفحه اصلی*/
@media(max-width:820px){.shoes-home-articles__grid{grid-template-columns:1fr}}
.shoes-home-products__track {
    direction: ltr;
}

.shoes-home-product {
    direction: rtl;
}