.product-slider {
    margin: 0 auto;
    position: sticky;
    top: 120px;
    overflow: hidden;
}

/*.product-slider__main {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/

.product-slider__slide {
    display: none;
    text-align: center;
}

.product-slider__slide.active {
    display: block;
}

.product-slider__slide img {
    max-width: 100%;
    max-height: 670px;
    object-fit: cover;
}

.product-slider__thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.product-slider__thumbnail {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
}

.product-slider__thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-slider__thumbnail.active {
    border-color: #333;
}

.product-card{
    background-color: #fff;
}

.product-card__container {
    padding: 60px;
}
.product-card__container>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.product-card__description{
    margin: 74px 0 50px;
}

.product-left-image {
    width: 48%;
}
.product-left-image>div{
    visibility: hidden;
}
.product-card__container .back_url{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-left-image .swiper-slide{
    padding-bottom: 50px;
    height: auto;
}

.product-card__container .back_url::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon-back..svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.swiper-pagination-down{
    position: absolute;
    left: 0px !important;
    z-index: 10;
    height: 5px;
    display: flex;
    flex-direction: row;
    padding: 25px 0;
    width: 100%;
    top: unset !important;
    bottom: 0 !important;
}
.swiper-pagination-down .swiper-pagination-bullet{
    height: 1px !important;
    margin: 0 7px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #807869;
}
.product-right-details {
    width: 49%;
}
h1.product-card__title {
    font-weight: 400;
    line-height: 38.4px;
    margin-bottom: 24px;
}

.product-card__tags{
    margin-bottom: 24px;
}

.product-card__tags ul {
    display: flex;
    flex-direction: row;
}
.product_update_info{
    position: relative;
}
.product_update_info.loading{
    filter: blur(4px);
}
.product-card__variations .variations{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-card__variations .variations .variation{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    margin-top: 24px;
}

.product-card__variations .variations .variation.pa_types,
.product-card__variations .variations .variation.pa_size,
.product-card__variations .variations .variation.pa_frame-style{
    width: 40%;
}
.product-card__variations .variation_choices{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}
.variation_choices input{
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
}

.variation_choices .radio-option{
    text-transform: capitalize;
    padding: 10px 8px;
    border: 1px solid #E2DDD6;
    line-height: 12px;
    margin-right: 8px;
    cursor: pointer;
}

.variation_choices .radio-option.inactive{
    color: #C3BBAD;
    font-weight: 300;
    cursor: default;
}

.radio-option.selected{
    background-color: #807869;
    color: #fff;
    border: 1px solid #807869;
}
.radio-option.pa_frame-style {
    width: 32px!important;
    height: 32px!important;
}
.radio-option.pa_frame-style:first-child{
    width: auto!important;
}
.product-card__author{
    display: flex;
    align-items: center;
}
.product-card__author:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/ico-user.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
}
.product-quantity.disabled{
    opacity: .5;
    pointer-events: none;
}


.accordion-header {
    margin: 0;
    padding: 0;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
    background-color: #F8F6F2;
    border: none;
    outline: none;
    cursor: pointer;
    color: #807869;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: background-color 0.3s ease;
}

.accordion-collapse {
    display: none;
    padding: 15px;
    background-color: #fff;
}

.accordion-item{
    margin-bottom: 12px;
}

.accordion-body{
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.accordion-item .accordion-button:after{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/icons/icon-plus-brown.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-item.active .accordion-button:after{
    background-image: url('../images/icons/icon-minus-brown.svg');
}

.single-product-bottom>div{
    margin-top: 60px;
}

.single-product-bottom h3{
    color: #6F6655;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}

.single-product-bottom .product-card__tags{
    margin-bottom: 0px;
}
.single-product-bottom li.product-tag{
    margin-right: 0;
    font-size: 12px;
    padding: 5px 4px;
}
.single-product-bottom .artist-link{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.basket__list-item-quantity{
    display: flex;
    flex-direction: row;
}
.basket__list-item-quantity span{
    display: none;
}
.basket__list-item-quantity .input-text.qty{
    order: 2;
    pointer-events: none;
    width: 22px;
    text-align: center;
    font-size: 12px;
    border: none;
    background: #f8f6f2;
}
.basket__list-item-quantity .js-basket-minus{
    order: 1;
}
.basket__list-item-quantity .js-basket-plus{
    order: 3;
}
.basket__list-item-quantity .js-basket-minus,
.basket__list-item-quantity .js-basket-plus{
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    background: #F8F6F2;
    border: none;
    padding: 8.5px;
    cursor: pointer;
}

.input-text.qty::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity{
    margin: 24px 0;
}

.input-text.qty {
    -moz-appearance: textfield;
}
.product-total-price{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
}
.product-total-price .price-with-vat{
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.single_add_to_cart_button{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background: #807869;
    width: 100%;
    padding: 16px 20px;
    border: none;
    outline: none;
    margin: 24px 0 40px;
    cursor: pointer;
}
.required-message{
    position: relative;
    top: 20px;
}
button.xoo-wl-action-btn{
    background: #807869;
    border: 0;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 32px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    max-width: unset;
    outline: none;
    margin: 24px 0 40px;
    border-radius: unset;
}
.xoo-wl-main,
.xoo-wl-notice-success{
    background-color: #fff !important;
    color: #807869;
}