.wpc-product-carousel-container {
    position: relative;
    padding: 0 54px;
    width: 100%;
    box-sizing: border-box;
}

.wpc-product-carousel,
.wpc-product-carousel .owl-stage-outer {
    width: 100%;
}

.wpc-product-carousel .owl-stage {
    display: flex;
}

.wpc-product-carousel .owl-item {
    display: flex;
    height: auto;
}

.wpc-product-item {
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.wpc-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 10px 16px;
    color: inherit;
    text-decoration: none !important;
    box-sizing: border-box;
}

.wpc-product-image-wrap {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.wpc-product-image-wrap img.wpc-product-image {
    width: auto !important;
    max-width: 100%;
    max-height: 185px;
    object-fit: contain;
    margin: 0 auto !important;
    border-radius: 6px;
    box-shadow: 5px 5px 20px -12px rgba(44, 45, 51, 0.45);
}

.wpc-product-title {
    margin: 0 0 10px;
    min-height: 4.05em;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    color: #202020;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.wpc-product-price {
    margin-top: auto;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #ff0d00;
    text-align: center;
}

.wpc-product-price del {
    opacity: .55;
    font-size: .85em;
}

.wpc-product-price ins {
    text-decoration: none;
}

.wpc-carousel-nav {
    position: absolute;
    top: 42%;
    z-index: 5;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d60000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    transform: translateY(-50%);
    transition: transform .18s ease, opacity .18s ease;
}

.wpc-carousel-nav:hover,
.wpc-carousel-nav:focus-visible {
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
}

.wpc-carousel-nav.prev {
    left: 0;
}

.wpc-carousel-nav.next {
    right: 0;
}

.wpc-carousel-nav span {
    display: block;
    margin-top: -3px;
}

.wpc-notice {
    text-align: center;
}

@media (max-width: 1023px) {
    .wpc-product-carousel-container {
        padding-left: 48px;
        padding-right: 48px;
    }

    .wpc-product-image-wrap {
        height: 175px;
    }
}

@media (max-width: 767px) {
    .wpc-product-carousel-container {
        padding-left: 42px;
        padding-right: 42px;
    }

    .wpc-product-image-wrap {
        height: 210px;
    }

    .wpc-product-image-wrap img.wpc-product-image {
        max-height: 205px;
    }

    .wpc-product-title {
        min-height: 0;
        font-size: 16px;
    }

    .wpc-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
}
