/* ══════════════════════════════════════════════════
   SERIGEST HOME — Frontend
   ══════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════
   HOME PAGE — Override container WP
   (i reset aggressivi sono in inject_head_css PHP,
    qui solo le regole sicure che non toccano header/footer)
   ════════════════════════════════════════════════ */

/* Nasconde il titolo della pagina */
body.sh-is-home .wp-block-post-title,
body.sh-is-home .entry-title,
body.sh-is-home h1.alignwide,
body.sh-is-home h1.wp-block-post-title {
    display: none !important;
}

/* Elimina spazio tra scb-bar e slider */
body.sh-is-home .scb-bar,
body.sh-is-home #scb-bar {
    margin-bottom: 0 !important;
}

/* Rimuove margine dal blocco shortcode */
body.sh-is-home .wp-block-shortcode {
    margin: 0 !important;
    padding: 0 !important;
}

/* Rimuove margini dai <p> generati da wpautop intorno allo shortcode */
body.sh-is-home .wp-block-post-content > p:first-child,
body.sh-is-home .entry-content > p:first-child {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Reset sezione ──────────────────────────────── */
.sh-boxes,
.sh-cats {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

/* ════════════════════════════════════════════════
   SLIDER
   ════════════════════════════════════════════════ */

/* Wrapper: gestisce centramento e margini */
.sh-slider-wrap {
    width: 100%;
    padding: 24px 24px 0;
    box-sizing: border-box;
    max-width: 100%;
}

.sh-slider {
    position: relative;
    overflow: hidden;
    background: #111;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 16px;
    /* Altezza desktop: aspect ratio 1920×798 */
    height: calc((100vw - 48px) * 798 / 1920);
    max-height: 650px;
}

.sh-slider__track {
    width: 100%;
    height: 100%;
    position: relative;
}

.sh-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
    pointer-events: none;
}

.sh-slider__slide--active {
    opacity: 1;
    pointer-events: auto;
}

.sh-slider__slide picture,
.sh-slider__slide a:not(.sh-slide__btn) {
    display: block;
    width: 100%;
    height: 100%;
}

.sh-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ════════════════════════════════════════════════
   SLIDER TEXT OVERLAY
   ════════════════════════════════════════════════ */

.sh-slide__texts {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: clamp(20px, 5vw, 80px);
    pointer-events: none;
    gap: clamp(6px, 1.2vw, 16px);
    z-index: 2;
}

/* Variante destra */
.sh-slide__texts--right {
    align-items: flex-end;
    text-align: right;
}

/* Base per tutti i blocchi testo */
.sh-st {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

/* 0 — Titolo H1 */
.sh-st--title {
    font-size: clamp(28px, 4.5vw, 70px);
    font-weight: 800;
    text-transform: none;
    letter-spacing: -.5px;
    line-height: 1.05;
    text-shadow: 0 3px 12px rgba(0,0,0,.45);
}

/* 1 — Badge: sfondo colorato pieno, testo centrato */
.sh-st--badge {
    font-size: clamp(13px, 1.8vw, 28px);
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    padding: clamp(4px, .5vw, 8px) clamp(10px, 1.2vw, 20px);
    border-radius: 4px;
    display: inline-block;
    text-shadow: none;
}

/* 2 — Label piccola */
.sh-st--label {
    font-size: clamp(10px, 1.2vw, 18px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    margin-top: clamp(4px, .8vw, 14px);
    opacity: .9;
}

/* 3 — Prezzo: molto grande */
.sh-st--price {
    font-size: clamp(36px, 6.5vw, 100px);
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 1;
    text-shadow: 0 3px 14px rgba(0,0,0,.4);
}

/* 4 — Testo finale */
.sh-st--footer {
    font-size: clamp(10px, 1.2vw, 18px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.4;
    opacity: .9;
}

/* CTA button */
.sh-slide__btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: clamp(4px, .8vw, 14px);
    font-size: clamp(12px, 1.1vw, 15px);
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif;
    color: var(--sh-btn-color, #ffffff) !important;
    text-decoration: none !important;
    border: 2px solid var(--sh-btn-color, #ffffff);
    border-radius: 50px;
    padding: clamp(8px, .8vw, 12px) clamp(16px, 1.6vw, 26px);
    letter-spacing: .03em;
    transition: background .18s, color .18s;
    pointer-events: auto;
    text-shadow: none;
    width: auto;
}
.sh-slide__btn svg {
    width: clamp(12px, 1vw, 14px);
    height: clamp(12px, 1vw, 14px);
    flex-shrink: 0;
    transition: transform .18s;
}
.sh-slide__btn:hover {
    background: var(--sh-btn-color, #ffffff);
    color: #111 !important;
    text-decoration: none !important;
}
.sh-slide__btn:hover svg {
    transform: translateX(3px);
}
.sh-slide__btn--right { align-self: flex-end; }

/* Mobile */
@media (max-width: 767px) {
    .sh-slide__texts {
        padding: 20px 18px;
        gap: 6px;
    }
    .sh-st--title  { font-size: clamp(22px, 7vw, 38px); }
    .sh-st--badge  { font-size: clamp(11px, 3.5vw, 17px); }
    .sh-st--label  { font-size: 10px; }
    .sh-st--price  { font-size: clamp(30px, 9vw, 52px); }
    .sh-st--footer { font-size: 10px; }
    .sh-slide__btn { font-size: 12px; padding: 8px 18px; }
}

/* Frecce */
.sh-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 5%);
    color: #fff;
    border: none;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    transition: background .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sh-slider__arrow:hover { background: rgba(255,255,255,.38); }
.sh-slider__arrow--prev { left: 24px; }
.sh-slider__arrow--next { right: 24px; }

/* Dots */
.sh-slider__dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 10;
}

.sh-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    transition: background .2s, transform .2s;
}
.sh-slider__dot--active {
    background: #fff;
    transform: scale(1.25);
}

/* Mobile: aspect ratio 319×300 */
@media (max-width: 767px) {
    .sh-slider-wrap {
        padding: 12px 12px 0;
    }
    .sh-slider {
        border-radius: 12px;
        height: calc((100vw - 24px) * 300 / 319);
        max-height: none;
    }
    .sh-slider__arrow {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    .sh-slider__arrow--prev { left: 10px; }
    .sh-slider__arrow--next { right: 10px; }
}

/* ════════════════════════════════════════════════
   BOXES
   ════════════════════════════════════════════════ */

.sh-boxes-wrap {
    width: 100%;
    padding: 16px 24px 32px;
    box-sizing: border-box;
}

.sh-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.sh-box {
    position: relative;
    display: block;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-color: #222;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    border-radius: 16px;
}

.sh-box__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 10%) 46%, rgb(0 0 0 / 72%) 100%);
    transition: opacity .3s;
}

.sh-box:hover .sh-box__overlay {
    opacity: .8;
}

.sh-box__content {
    position: relative;
    z-index: 1;
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
}

.sh-box__cap {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 10px;
    display: block;
    background: #a27aa2;
    width: 35%;
    padding: 5px;
    border-radius: 10px;
    padding-left: 10px;
}

.sh-box__title {
    font-size: clamp(22px, 2.5vw, 36px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 12px;
}

.sh-box__text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,.8);
    margin: 0 0 20px;
    max-width: 360px;
}

.sh-box__cta {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    border-bottom: 1.5px solid rgba(255,255,255,.4);
    padding-bottom: 2px;
    transition: border-color .2s;
}
.sh-box:hover .sh-box__cta { border-color: #fff; }

.sh-box__btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sh-btn-color, #ffffff);
    border: 2px solid var(--sh-btn-color, #ffffff);
    border-radius: 50px;
    padding: 8px 20px;
    letter-spacing: .03em;
    transition: background .18s, color .18s;
    pointer-events: none;
    width: 140px;
}
.sh-box__btn svg {
    width: 13px; height: 13px;
    flex-shrink: 0;
    transition: transform .18s;
}
.sh-box:hover .sh-box__btn {
    background: var(--sh-btn-color, #ffffff);
    color: #111;
}
.sh-box:hover .sh-box__btn svg { transform: translateX(3px); }

@media (max-width: 767px) {
    .sh-boxes-wrap {
        padding: 12px 12px 0;
    }
    .sh-boxes {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .sh-box {
        min-height: 320px;
        border-radius: 12px;
    }
    .sh-box__content {
        padding: 32px 24px;
    }
    .sh-box__cap {
        width: 50%;
    }
}

/* ════════════════════════════════════════════════
   CATEGORIES
   ════════════════════════════════════════════════ */

.sh-cats {
    padding: 48px 0;
    background: #f5f6f8;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.sh-cats__header {
    text-align: left;
    max-width: 1320px;
    margin: 0 auto 32px;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
}

.sh-cats__title {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1.2;
}

.sh-cats__subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
    text-align: left;
}

.sh-cats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.sh-cat {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition: transform .25s, box-shadow .25s;
}

.sh-cat:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,.18);
}

.sh-cat__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.1) 60%);
    border-radius: inherit;
}

.sh-cat__name {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #707070;
    z-index: 1;
    line-height: 1.3;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(255, 255, 255, 0.22), 0 1px 4px rgba(255, 255, 255, 0.15);
    width: 50%;
    padding-top: 3px;
    padding-bottom: 3px;
    justify-self: center;
    text-align: center;
}

@media (max-width: 767px) {
    .sh-cats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 16px;
    }
    .sh-cats {
        padding: 32px 0;
    }
}

/* ════════════════════════════════════════════════
   FEATURED PRODUCTS
   ════════════════════════════════════════════════ */

.sh-featured {
    padding: 56px 0;
    background: #fff;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.sh-featured__title {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    color: #111;
    max-width: 1320px;
    margin: 0 auto 36px;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.2;
}

/* Desktop: griglia 4 colonne */
.sh-featured__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Card home: stessi stili identici a shop-loop.css */
.sh-featured__track .sh-fp,
.sh-showcase__track .sh-sc-card {
    background: #fff;
    border: 4px solid #fafafa;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
    box-sizing: border-box;
}
.sh-featured__track .sh-fp:hover,
.sh-showcase__track .sh-sc-card:hover {
    border-color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .14);
    transform: translateY(-4px);
    outline: 4px solid #fff;
}
.sh-featured__track .sh-fp .sgp-card__img,
.sh-showcase__track .sh-sc-card .sgp-card__img {
    transition: transform .6s ease;
}
.sh-featured__track .sh-fp:hover .sgp-card__img,
.sh-showcase__track .sh-sc-card:hover .sgp-card__img {
    transform: scale(1.06);
}

/* Mobile: slider orizzontale con scroll-snap */
@media (max-width: 767px) {
    .sh-featured {
        padding: 36px 0;
    }
    .sh-featured__track {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 16px 12px;
        scrollbar-width: none;
        margin-left: 20px;
    }
    .sh-featured__track::-webkit-scrollbar {
        display: none;
    }
    .sh-featured__track .sh-fp {
        flex: 0 0 68vw;
        max-width: 240px;
        scroll-snap-align: start;
    }
}

/* ════════════════════════════════════════════════
   REVIEWS CAROUSEL SECTION
   ════════════════════════════════════════════════ */

.sh-reviews-wrap {
    width: 100%;
    padding: 24px 24px 8px;
    box-sizing: border-box;
}

.sh-reviews__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sh-reviews__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.3;
    text-align: left;
}

@media (max-width: 680px) {
    .sh-reviews-wrap { padding: 12px 12px 0; }
    .sh-reviews__title { font-size: 20px; }
}

/* ════════════════════════════════════════════════
   HOW-TO SECTION
   ════════════════════════════════════════════════ */

/* Wrapper esterno: stesso pattern di sh-slider-wrap */
.sh-howto-wrap {
    width: 100%;
    padding: 24px 24px 32px;
    box-sizing: border-box;
}

/* Box arrotondato contenuto */
.sh-howto {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    padding: 56px 48px;
    box-sizing: border-box;
}

.sh-howto__inner {
    max-width: 860px;
    margin: 0 auto;
}

.sh-howto__title {
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 48px;
    line-height: 1.3;
}

.sh-howto__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

/* ── Steps ── */

.sh-howto__steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sh-howto__step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.sh-howto__num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.sh-howto__num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
    position: relative;
    box-shadow: 0 6px 18px rgba(34, 197, 94, .35);
}

.sh-howto__connector {
    display: block;
    width: 2px;
    height: 40px;
    background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, .8) 0, rgb(50 48 48 / 80%) 5px, #3f3535d1 5px, #605f5fbf 10px);
    margin: 5px 0;
}

.sh-howto__step-text {
    font-size: 18px;
    font-weight: 800;
    color: #333;
    line-height: 1.4;
    margin: 0;
    padding-top: 10px;
}

/* ── Media ── */

.sh-howto__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-howto__media img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: contain;
}

/* ── Mobile ── */

@media (max-width: 700px) {
    .sh-howto-wrap {
        padding: 12px 12px 24px;
    }

    .sh-howto {
        padding: 36px 24px;
        border-radius: 12px;
    }

    .sh-howto__body {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sh-howto__media {
        order: -1;
    }

    .sh-howto__media img {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* ════════════════════════════════════════════════
   SEO ACCORDION
   ════════════════════════════════════════════════ */
.sh-seo-accordion {
    background: #f8f9fb;
    padding: 56px 24px;
}
.sh-seo-accordion__inner {
    max-width: 860px;
    margin: 0 auto;
}
.sh-seo-accordion__heading {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 28px;
    text-align: center;
}

/* Item */
.sh-acc-item {
    border-bottom: 1px solid #e4e7ec;
}
.sh-acc-item:first-of-type {
    border-top: 1px solid #e4e7ec;
}

/* Trigger */
.sh-acc-item__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 4px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 12px;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    transition: color .15s;
}
.sh-acc-item__trigger:hover {
    color: #2271b1;
}
.sh-acc-item__icon {
    width: 20px;
    height: 20px;
    color: #666;
    flex-shrink: 0;
    transition: transform .25s ease;
}
.sh-acc-item.is-open .sh-acc-item__icon {
    transform: rotate(180deg);
    color: #2271b1;
}

/* Body */
.sh-acc-item__body {
    padding: 0 4px 20px;
    font-size: .95rem;
    color: #444;
    line-height: 1.75;
}
.sh-acc-item__body p {
    margin: 0 0 12px;
}
.sh-acc-item__body p:last-child {
    margin-bottom: 0;
}
.sh-acc-item__body strong {
    color: #1a1a1a;
    font-weight: 600;
}

@media (max-width: 600px) {
    .sh-seo-accordion {
        padding: 40px 16px;
    }
    .sh-acc-item__trigger {
        font-size: .9rem;
        padding: 14px 2px;
    }
}

/* ════════════════════════════════════════════════
   SHOWCASE — Vetrina categoria singola
   ════════════════════════════════════════════════ */

.sh-showcase {
    --sh-sc-color: #e53935;
    --sh-sc-bg: #fff;
    padding: 56px 0;
    margin-top: 0 !important;
    background: var(--sh-sc-bg);
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-bottom: 1px solid #f0f0f0;
}
.sh-showcase:last-of-type {
    border-bottom: none;
}

.sh-showcase__title {
    font-size: 25px;
    font-weight: 700;
    color: #111;
    text-align: left;
    max-width: 1320px;
    margin: 0 auto 28px;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
}

/* Track prodotti — griglia 4 colonne identica a sh-featured */
.sh-showcase__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Footer con pulsante CTA */
.sh-showcase__footer {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    padding: 0 24px;
}
.sh-showcase__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 28px;
    background: transparent;
    color: var(--sh-sc-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid var(--sh-sc-color);
    border-radius: 30px;
    transition: background .18s, color .18s;
    white-space: nowrap;
}
.sh-showcase__btn:hover {
    background: var(--sh-sc-color);
    color: #fff;
    text-decoration: none;
}

/* Mobile: slider orizzontale identico a sh-featured */
@media (max-width: 767px) {
    .sh-showcase {
        padding: 36px 0;
    }
    .sh-showcase__title {
        font-size: 20px;
        padding: 0 16px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .sh-showcase__track {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 16px 12px;
        scrollbar-width: none;
        margin-left: 20px;
    }
    .sh-showcase__track::-webkit-scrollbar {
        display: none;
    }
    .sh-sc-card {
        flex: 0 0 68vw;
        max-width: 240px;
        scroll-snap-align: start;
    }
    .sh-showcase__footer {
        padding: 0 16px;
        justify-content: flex-start;
    }
}
