
.product-single {
    width: 100%;
}
.product-single__content {
    width: 100%;
}
.product-single .product-info {
    width: 100%;
    padding: 0 3.6rem;
}
.product-single .product-info .product-info__content {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 6rem;
    border-radius: 5rem;
    background-color: rgba(0, 0, 0, .1);
    padding: 6rem;
}
.product-single .product-info .product__images {
    width: 100%;
    height: calc(100vh - 23.2rem);
    position: sticky;
    top: 16rem;
    overflow: hidden;
    border-radius: 2rem;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    padding: 1.2rem;
}
.product-single .product-info .product__images .swipers {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
    gap: 1.2rem;
}



.product-single .product-info .product__images .swiper-product-single-images {
    width: 100%;
    height: 100%;
    position: relative;
}
.product-single .product-info .product__images .swiper-product-single-images .swiper-slide {
    height: 100%;
}
.product-single .product-info .product__images .swiper-product-single-images .product__image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.product-single .product-info .product__images .swiper-product-single-images .product__image,
.product-single .product-info .product__images.single .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}





.product-single .product-info .product__images .swiper-product-single-thumbs-wrap {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .4rem;
}
.product-single .product-info .product__images .swiper-product-single-thumbs {
    width: 10rem;
    height: 100%;
    position: relative;
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .6rem;
    background-color: rgba(0, 0, 0, .07);
    width: 100%;
    height: 3rem;
    cursor: pointer;
    position: relative;
    z-index: 10;
    flex-shrink: 0;
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-button-disabled {
    
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-button-disabled:before {
    opacity: .3;
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-button-lock {
    display: none;
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-button:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
    color: inherit;
    transition: .3s;
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-thumbs-button-prev {
    
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-thumbs-button-next {
    
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-thumbs-button-prev:before {
    content: '\e853';
}
.product-single .product-info .product__images .swiper-product-single-thumbs-wrap .swiper-thumbs-button-next:before {
    content: '\e70c';
}

.product-single .product-info .product__images .swiper-product-single-thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
}
.product-single .product-info .product__images .swiper-product-single-thumbs .product__image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
}
.product-single .product-info .product__images .swiper-product-single-thumbs .product__image-wrap:before {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: .3s;
    position: absolute;
    display: block;
    z-index: 10;
}
.product-single .product-info .product__images .swiper-product-single-thumbs .swiper-slide-thumb-active .product__image-wrap:before {
    opacity: .4;
}
.product-single .product-info .product__images .swiper-product-single-thumbs .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

















.product-single .product-info .product__details {
    width: 100%;
}


.product-single .product-info .product_title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}
.product-single .product-info .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
}
.product-single .product-info .price .price-prefix {
    order: 0;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    color: #859376;
}
.product-single .product-info .price del {
    order: 20;
    margin-left: 1.2rem;
    display: block;
}
.product-single .product-info .price ins {
    order: 10;
    display: block;
}
.product-single .product-info .price .amount {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    color: #859376;
}
.product-single .product-info .price del .amount {
    color: #333;
    font-weight: 400;
    font-size: 2rem;
    text-decoration: line-through;
}
.product-single .product-info .price ins .amount {
    
}












.product-single .product-info .product__description {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
}
.product-single .product-info .product__description > *:first-child {
    margin-top: 0 !important;
}
.product-single .product-info .product__description p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2rem;
}
.product-single .product-info .product__description a {
    font-weight: 700;
}



.product-single .product-info .product__attributes {
    margin-top: 2.4rem;
}
.product-single .product-info .product__attribute {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    flex-direction: row;
}
.product-single .product-info .product__attribute .attribute-item {
    display: flex;
    align-items: center;
    height: 2.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .07);
    padding: 0 1.6rem;
    border-radius: 20rem;
}



.product-single .product-info .product__button {
    margin-top: 3.2rem;
}



.product-single .product-info .variations_form {

}
.product-single .product-info .variations_form > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2.4rem;
}
.product-single .product-info .variations_form .variations {
    border-radius: 2rem;
    background-color: #fff;
    padding: 3.6rem;
    width: 100%;
}
.product-single .product-info .variations_form .variations tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 2.4rem;
}
.product-single .product-info .variations_form .variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-single .product-info .variations_form .variations th {
    font-size: 1.4rem;
    font-weight: 700;
}
.product-single .product-info .variations_form .variations .woo-variation-items-wrapper {
    margin-top: 1.2rem;
    display: block;
    width: 100%;
}

.product-single .product-info .variations_form .variations .woo-variation-items-wrapper .reset_variations {
    display: none !important;
}

.product-single .product-info .variations_form .variations .woo-variation-items-wrapper .variable-items-wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: .6rem;
}
.product-single .product-info .variations_form .variations .woo-variation-items-wrapper .variable-item {
    display: flex;
    overflow: hidden;
    border-radius: 20rem;
    height: 3.2rem;
    padding: 0 2rem;
    background-color: rgba(0, 0, 0, .07);
    transition: .3s;
    cursor: pointer;
}
.product-single .product-info .variations_form .variations .woo-variation-items-wrapper .variable-item.selected {
    background-color: #E8DEC5;
}
.product-single .product-info .variations_form .variations .woo-variation-items-wrapper .variable-item-contents {
    width: 100%;
    align-self: stretch;
    display: flex;
}
.product-single .product-info .variations_form .variations .woo-variation-items-wrapper .variable-item-span {
    display: flex;
    width: 100%;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}





.product-single .product-info .single_variation_wrap {

}


.product-single .product-info .single_variation {

}
.product-single .product-info .single_variation .woocommerce-variation-description {

}

.product-single .product-info .single_variation .woocommerce-variation-price {
    padding-left: 3.6rem;
    margin-bottom: 2.4rem;
}
.product-single .product-info .single_variation .woocommerce-variation-price .price {
    
}
.product-single .product-info .single_variation .woocommerce-variation-price .price .amount {
    font-size: 2.4rem;
    font-weight: 700;
}
.product-single .product-info .single_variation .woocommerce-variation-price .price .amount bdi {
    
}

.product-single .product-info .single_variation .woocommerce-variation-availability {

}


.product-single .product-info .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.product-single .product-info .product__button .quantity {
    display: none !important;
}
.product-single .product-info .product__button .single_add_to_cart_button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 6rem;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #BFA384;
    color: #fff;
    transition: .2s;
    height: 6rem;
    position: relative;
    z-index: 10;
    border-radius: 20rem;
    font-family: inherit;
    transition: .3s;
}
.product-single .product-info .product__button .single_add_to_cart_button.disabled {
    color: rgba(255, 255, 255, .3);
}
.product-single .product-info .product__button .single_add_to_cart_button.wc-variation-selection-needed {

}
.product-single .product-info .product__button .added_to_cart {
    display: none !important;
}


























.product-single .related-products {
    margin-top: 3.6rem;
    padding: 0 3.6rem;
}
.product-single .related-products__content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 6rem;
    background-color: #EEE7D3;
    padding: 6rem 0;
    border-radius: 5rem;
}
.product-single .related__title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 6rem;
}

.product-single .related-products .swiper-related {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 6rem;
}

.product-single .related-products .swiper-related > .swiper-controls {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: row;
    right: 0;
    bottom: 0;
    margin-right: 8rem;
    margin-bottom: 6rem;
    gap: 3.6rem;
    z-index: 50;
    pointer-events: nont;
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .6rem;
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
    border-radius: 20rem;
    border: .2rem solid #AF907F;
    transition: .3s;
    opacity: .6;
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-navigation .swiper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20rem;
    background-color: #AF907F;
    width: 6rem;
    height: 6rem;
    pointer-events: auto;
    cursor: pointer;
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-navigation .swiper-button:before {
    font-family: 'Fontello';
    font-size: 2rem;
    color: #fff;
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-navigation .swiper-button-prev {
    
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-navigation .swiper-button-next {
    
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-navigation .swiper-button-prev:before {
    content: '\e84d';
}
.product-single .related-products .swiper-related > .swiper-controls .swiper-navigation .swiper-button-next:before {
    content: '\e84e';
}
.product-single .related-products .swiper-related > .swiper-wrapper > .swiper-slide {
    width: calc(25% - 4.5rem);
    height: 100%;
}
.product-single .related-products .slide__content {
    width: 100%;
    height: 100%;
}
.product-single .related-products .woocommerce {
    width: 100%;
    height: 100%;
}
.product-single .related-products .woocommerce .products {
    width: 100%;
    height: 100%;
}}