.frt-shopslider {
    --frt-accent: #ff6900;
    --frt-accent-dark: #e85d00;
    --frt-dark: #111111;
    --frt-border: #f1dcc8;
    --frt-card-border: #eeeeee;
    --frt-image-bg: #f7f7f7;
    --frt-text: #171717;
    --frt-muted: #777777;

    margin: 20px 0;
    min-height: 400px;

    color: var(--frt-text);

    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.frt-shopslider-all:hover,
.frt-shopslider-all:hover strong {
    color: #ffffff !important;
    background: var(--frt-accent);
}

.frt-shopslider,
.frt-shopslider * {
    box-sizing: border-box;
    font-family: inherit;
}

.frt-shopslider-box {
    overflow: hidden;
}

.frt-shopslider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.frt-shopslider-label {
    display: block;
    margin: 0 0 4px;

    color: var(--frt-accent);

    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.frt-shopslider h3 {
    margin: 0;

    color: #131313;

    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.frt-shopslider-all {
    display: inline-block;
    padding: 8px 14px;

    color: var(--frt-accent);
    background: transparent;
    border: 2px solid var(--frt-accent);
    border-radius: 4px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;
    white-space: nowrap;

    transition: background .15s ease, color .15s ease;
}

.frt-shopslider-all strong {
    color: inherit;
    font-weight: 700;
}

.frt-shopslider-track {
    display: flex;
    align-items: center;
    gap: 10px;
}

.frt-product-row {
    display: flex;
    flex: 1 1 auto;
    gap: 12px;

    min-width: 0;

    overflow-x: auto;

    padding: 2px 2px 14px;

    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.frt-product-row::-webkit-scrollbar {
    display: none;
}

.frt-product-card {
    position: relative;

    display: flex;
    flex: 0 0 180px;
    flex-direction: column;

    min-height: 292px;

    padding: 10px;

    color: var(--frt-text) !important;
    text-decoration: none !important;

    background: #ffffff;
    border: 1px solid var(--frt-card-border);
    border-radius: 12px;

    scroll-snap-align: start;

    transition:
        border-color .15s ease,
        box-shadow .15s ease,
        transform .15s ease;
}

.frt-product-card:hover {
    border-color: var(--frt-accent);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.frt-product-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;

    padding: 4px 7px;

    color: #fff;
    background: var(--frt-accent);

    border-radius: 999px;

    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.frt-product-image {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 122px;
    margin-bottom: 10px;

    overflow: hidden;

    background: var(--frt-image-bg);
    border-radius: 10px;
}

.frt-product-image img {
    display: block;

    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 112px;

    border: 0;

    object-fit: contain;
}

.frt-product-meta {
    min-height: 15px;
    margin-bottom: 5px;

    color: var(--frt-muted);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.frt-product-title {
    display: -webkit-box;

    min-height: 40px;

    overflow: hidden;

    color: var(--frt-dark);

    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.frt-product-price {
    display: flex;
    align-items: baseline;
    gap: 7px;

    margin-top: auto;
    padding-top: 10px;
}

.frt-product-price strong {
    color: var(--frt-dark);

    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.frt-product-price del {
    color: #999;

    font-size: 13px;
}

.frt-product-button {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 10px;
    padding: 8px 18px;

    color: #ffffff;

    background: var(--frt-accent);
    border: 2px solid var(--frt-accent);
    border-radius: 4px;

    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.frt-product-button i,
.frt-product-button .fa-solid,
.frt-product-button .fas {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    line-height: 1;
}

.frt-product-card:hover .frt-product-button {
    background: var(--frt-accent-dark);
    border-color: var(--frt-accent-dark);
}

.frt-shopslider-arrow {
    position: relative;

    flex: 0 0 34px;
    width: 34px;
    height: 34px;

    padding: 0;

    cursor: pointer;

    color: #fff;
    background: #dfe0e2;
    border: 0;
    border-radius: 999px;

    font-size: 0;
    line-height: 1;

    transition: opacity .15s ease;
}

.frt-shopslider-arrow:before {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 10px;
    height: 10px;

    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;

    transform: translate(-35%, -50%) rotate(-135deg);
}

.frt-shopslider-next:before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.frt-shopslider-arrow.is-disabled {
    opacity: .35;
    pointer-events: none;
}

.frt-shopslider-note,
.frt-shopslider-status {
    color: var(--frt-muted);

    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 650px) {

    .frt-shopslider {
        margin: 28px 0;
    }

    .frt-shopslider-box {
        padding: 0;
    }

    .frt-shopslider-header {
        align-items: center;
    }

    .frt-shopslider h3 {
        font-size: 20px;
    }

    .frt-shopslider-all {
        padding: 6px 10px;
        font-size: 13px;
    }

    .frt-product-card {
        flex-basis: 156px;
        min-height: 278px;
    }

    .frt-product-title {
        font-size: 15px;
    }

    .frt-product-price strong {
        font-size: 18px;
    }

    .frt-shopslider-prev,
    .frt-shopslider-next {
        display: none !important;
    }

    .frt-product-button {
        padding: 8px 12px;
        font-size: 13px;
    }
}
