.wccr-wrap {
    margin: 0 0 2.75rem;
}

.wccr-row {
    margin: 0 0 2.75rem;
}

.wccr-row-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.wccr-row-title {
    margin: 0;
    font-size: clamp(1.2rem, 1rem + 1vw, 1.8rem);
    line-height: 1.15;
    font-weight: 800;
}

.wccr-row-title a {
    color: #111111 !important;
    text-decoration: none;
}

.wccr-row-title a:hover,
.wccr-row-title a:focus {
    color: #111111 !important;
    opacity: 0.86;
}

.wccr-arrows {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.wccr-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ffffff;
    color: #111111;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    flex: 0 0 auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wccr-arrow:hover,
.wccr-arrow:focus {
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.wccr-arrow-prev:hover,
.wccr-arrow-prev:focus {
    transform: translateX(-2px);
}

.wccr-arrow-next:hover,
.wccr-arrow-next:focus {
    transform: translateX(2px);
}

.wccr-arrow span {
    font-size: 1.7rem;
    line-height: 1;
}

.wccr-track-viewport {
    overflow: hidden;
}

.wccr-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 2px 2px 10px;
}

.wccr-track::-webkit-scrollbar {
    display: none;
}

.wccr-card {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 0;
    scroll-snap-align: start;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
    padding: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wccr-thumb {
    display: block;
    margin-bottom: 12px;
}

.wccr-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.wccr-name {
    display: block;
    color: #111111 !important;
    text-decoration: none;
    font-size: 0.98rem;
    line-height: 1.4;
    min-height: 2.8em;
    margin-bottom: 10px;
}

.wccr-price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 12px;
}

.wccr-price del {
    opacity: 0.6;
    font-weight: 500;
    margin-right: 0.35rem;
}

.wccr-add-to-cart,
.wccr-add-to-cart.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-top: auto;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.wccr-add-to-cart:hover,
.wccr-add-to-cart:focus,
.wccr-add-to-cart.button:hover,
.wccr-add-to-cart.button:focus {
    color: #ffffff !important;
    opacity: 0.92;
    transform: translateY(-1px);
}

body.wccr-shop-replaced ul.products,
body.wccr-shop-replaced .products.rdtheme-archive-products,
body.wccr-shop-replaced .products.row,
body.wccr-shop-replaced .rdtheme-archive-products,
body.wccr-shop-replaced .woocommerce-result-count,
body.wccr-shop-replaced .woocommerce-ordering,
body.wccr-shop-replaced .woocommerce-pagination,
body.wccr-hide-native-detected ul.products,
body.wccr-hide-native-detected .products.rdtheme-archive-products,
body.wccr-hide-native-detected .products.row,
body.wccr-hide-native-detected .rdtheme-archive-products,
body.wccr-hide-native-detected .woocommerce-result-count,
body.wccr-hide-native-detected .woocommerce-ordering,
body.wccr-hide-native-detected .woocommerce-pagination,
body.wccr-hide-native-detected .wc-toolbar,
body.wccr-hide-native-detected .wc-toolbar-container {
    display: none !important;
}

@media (max-width: 1024px) {
    .wccr-card {
        flex-basis: calc((100% - 32px) / 3);
    }
}

@media (max-width: 767px) {
    .wccr-row {
        margin-bottom: 2.1rem;
    }

    .wccr-row-head {
        margin-bottom: 0.85rem;
    }

    .wccr-row-title {
        font-size: 1.28rem;
    }

    .wccr-arrows {
        gap: 8px;
    }

    .wccr-arrow {
        width: 42px;
        height: 42px;
    }

    .wccr-track {
        gap: 12px;
        padding-bottom: 8px;
    }

    .wccr-card {
        flex-basis: calc((100% - 12px) / 1.5);
        padding: 12px;
        border-radius: 16px;
    }

    .wccr-name {
        font-size: 0.94rem;
    }
}
