.product-card__img-wrap {
    width: 100%;
    height: 261px;
    position: relative;
}

.product-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__details {
    padding: 5px 0 0;
}

.product-card__details .woocommerce-loop-product__title {
    font-size: 14px;
    font-family: var(--gothambook);
    color: #3D3E3F;
    display: block;
    padding-bottom: 7px;
    text-transform: none;
}

.product-card__details h5 {
    font-size: 12px;
    font-weight: 400;
    color: #9EB28F;
    padding: 5px 0 0;
}
/* ---------- */

.product-slider-block.hide-icon .variations {
    display: none !important;
}
@media(min-width: 1200px) {

    .product-card__img-wrap {
        height: 503px;
    }

    .product-card__details {
        padding: 13px 0 0;
    }

    .product-card__details .woocommerce-loop-product__title {
        font-size: 22px;
        padding-bottom: 18px;
    }
}

.product-slider-block {
    padding: 90px 0;
}

.product-slider-block .section-intro {
    display: flex;
    flex-direction: column;
    padding-right: 52px;
    margin-bottom: 22px;
}

.product-slider-block .section-intro.justify-content-center {
    justify-content: center;
}

.product-slider-block .product-card {
    width: 100%;
    margin: 0;
}

.js-product-slider .slick-slide {
    width: 106px;
    vertical-align: top;
    margin: 0 15px;
}

.js-product-slider.slick-initialized .slick-slide {
    vertical-align: top;
}

.product-slider-wrapper {
    padding-left: 22px;
}

.product-card-hover-info {
    display: none;
}

.js-product-slider.slick-initialized .slick-side {
    vertical-align: top;
}

.js-product-slider .product-card__img-wrap {
    height: 193px;
    position: relative;
}

.product-card__img-wrap.no-img img {
    object-fit: contain;
}

.product-card__img-wrap.no-img {
    background: #e7e7e7;
}

.js-product-slider:after {
    content: "";
    position: absolute;
    right: 0;
    width: 80px;
    top: 0;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 23%, rgba(255,255,255,0) 100%);
}

.js-product-slider .slick-prev {
    right: unset;
    left: -10px;
}

.js-product-slider .slick-next {
    right: unset;
    left: 24px;
}

.js-product-slider .slick-arrow {
    top: -44px;
}

.js-product-slider .slick-arrow::before {
    font-size: 26px;
}


/* Variation */

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.single_variation_wrap .variations_button {
    display: none;
}

p.first-payment-date:empty() {
    padding-bottom: 0;
}

.woo-variation-swatches.wvs-show-label .variations th label {
    margin-left: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px rgba(134,140,140,0.37));
    height: 60px;
    width: 60px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px #3D3E3F);
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:hover {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px #3D3E3F);
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
    font-size: 12px;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item {
    border-radius: 100%;
    width: var(--wvs-archive-product-item-width, 30px);
    height: var(--wvs-archive-product-item-height, 30px);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px rgba(134,140,140,0.37));
    padding: 2px;
    margin: 4px;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9);
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
    flex-direction: initial;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    margin: 0.2rem 0.4rem;
    padding: 0;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    position: relative;
    background: transparent;
    padding: 5px 8px;
    border-radius: 0;
    padding: 0;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
    -webkit-appearance: none;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper {
    font-size: 0;
    line-height: normal;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper .variable-item-radio-value {
    display: none;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
    vertical-align: top;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::before
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::before {
    border-radius: 50%;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: black;
    transition: all 0.2s;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"]:not(:checked) + .variable-item-radio-value-wrapper::after {
    opacity: 0;
    transform: scale(0.01);
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"]:checked + .variable-item-radio-value-wrapper::after {
    opacity: 1;
    transform: scale(1);
}

@media(min-width: 768px) {
    .js-product-slider .product-card__img-wrap {
        height: 261px;
    }

    .js-product-slider .slick-slide {
        width: 143px;
    }

    .product-slider-wrapper {
        padding-left: 52px;
    }

    .product-slider-block .section-intro {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .product-slider-wrapper h2 {
        padding-bottom: 18px;
    }

    .js-product-slider .slick-arrow {
        top: unset;
        bottom: -9px;
        z-index: 11;
    }

    .js-product-slider .slick-prev {
        left: unset;
        right: 79px;
    }

    .js-product-slider .slick-next {
        left: unset;
        right: 50px;
    }

    .js-product-slider {
        padding-bottom: 42px;
    }

    .js-product-slider:after {
        width: 176px;
    }

    .product-card__details h5 {
        font-size: 16px;
        padding: 10px 0 0;
    }
}


@media(min-width: 1200px) {
    .js-product-slider .product-card__img-wrap {
        height: 503px;
    }

    .js-product-slider .slick-slide {
        width: 276px;
    }

    .product-card-hover-info {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all ease 0.3s;
        width: 100%;
        background-color: rgba(255,255,255,0.9);
    }

    .product-card__img-wrap:hover .product-card-hover-info {
        height: 100%;
        opacity: 1;
    }

    .product-card-hover-info .btn {
        padding: 17px;
        border: none;
    }

    .product-card-hover-info .btn:after {
        display: none;
    }

    .product-slider-wrapper h2 {
        padding-bottom: 0;
    }

    .product-card__details h5 {
        font-size: 26px;
        letter-spacing: -0.01em;
        padding: 22px 0 0;
    }

    .product-slider-block {
        padding: 130px 0;
    }

    .js-product-slider {
        padding-bottom: 0;
    }

    .js-product-slider .slick-arrow {
        top: -78px;
        bottom: unset;
        z-index: 11;
    }

    .js-product-slider .slick-arrow::before {
        font-size: 40px;
    }

    .js-product-slider .slick-next {
        right: 50px;
    }

    .js-product-slider .slick-prev {
        right: 101px;
    }

    .js-product-slider:after {
        width: 15%;
    }
}