body{
    font-family: "Open Sans", serif;
    background-color: #FAF9F5;
}

.btn{
    padding: .5rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.btn.full-width{
    width: 100%;
}

.icon{
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}

.icon.lg{
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.btn-flex{
    line-height: 0 !important;
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
}

.btn-flex .text{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
}


.primary-btn{
    background-color: #BA917C;
    border-color: #BA917C;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
}
.primary-btn:hover{
    filter: brightness(85%); /* Darken on hover */
    transition: all .5s ease-in-out;
}
.single-product-details-outer{
    width: 100% !important;
}
.single-product-details-outer .single-product-details-inner{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .5rem;
}
.single-product-layout{
    display: flex;
    gap: 1rem;
}

.main-image-item{
    display: flex;
    gap: 1rem;
}
 /* .product-gallery-thumbnail{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
 } */

.product-gallery-thumbnail-wrapper{
    flex: 10%;
}
.product-gallery-thumbnail .thumbnail{
    display: block;
    height: 80px;
    width: 100% ;
}
.product-gallery-thumbnail .swiper-slide {
    height: auto !important;
}
.product-gallery-thumbnail-wrapper .swiper-container {
    height: 605px !important;
    overflow-y: hidden;
    width: 100% !important;
}
.product-gallery-thumbnail .swiper-slide .thumbnail-image{
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.product-gallery-thumbnail .swiper-slide.selected .thumbnail-image{
    border-color: #BDB19A;
    transition:  all 0.5s ease;
}
.product-gallery-thumbnail .thumbnail-image{
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-gallery-thumbnail-wrapper{
    position: relative;
}
.product-gallery-thumbnail-wrapper .nav-btn{
	cursor: pointer;
    background-color: #FFFFFF;
    height: 32px;
    border: 1px solid #DFDFDF;
    backdrop-filter: blur(24px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
}

.product-gallery-thumbnail-wrapper .button-next{
    bottom: 0;
}
.product-gallery-thumbnail-wrapper .button-prev{
    top: 0;
}


.single-product-layout .main-image-item{
    flex: 60%;
}
.single-product-layout .description-item{
    flex: 40%;
}

.single-product-layout .main-image-wrap {
    height: 37.8125rem;
    width: 100%;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.single-product-layout .main-image-wrap .wishlist-button{
	width: 40px;
	border: 1px solid #dfdfdf;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: #fff;
}

.single-product-layout .main-image-wrap .main-image {
    height: 85%;
    width: 85%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-description-wrap .main-description-wrap{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: .25rem;
    margin-bottom: 1rem;
}   
.product-description-wrap .main-description-wrap .head{
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #000;
    margin: 0;
}

.product-description-wrap .main-description-wrap .subhead-wrap{
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.product-description-wrap .main-description-wrap .subhead{
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4rem;
    color: #0C0C0C;
    margin: 0;
}
.product-description-wrap .main-description-wrap .features{
	display: flex;
	gap: .5rem;
	align-items: center;
	flex-wrap: wrap;
}
.product-description-wrap .main-description-wrap .features .feature-item{
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.575rem;
    color: #606060;
}

.product-description-wrap .main-description-wrap .features .feature-item:not(:last-child){
    padding-right: .5rem;
    position: relative;
}

.product-description-wrap .main-description-wrap .features .feature-item:not(:last-child):after{
    content: "";
    width: 2px;
    height: 100%;
    background-color: #606060;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.product-description-wrap .main-description-wrap .extra-desc{
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4rem;
    color: #868686;
    margin-top: .25rem;
    margin-bottom: 0;
}

.product-description-wrap .main-description-wrap .price{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.1rem;
    margin: 0;
    color: #0C0C0C;
}

/* measurement */
.measure-select{
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: .5rem 1rem;
    padding-right: 2.5rem;
    border-bottom: 1px solid #606060;
}
.measure-select .measure, .measure-select .price{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #606060;
    margin: 0;
}

.measure-select:after{
    display: flex;
    align-items: center;
    position: absolute;
    right: 1rem;
    top: -0.3125rem;
    height: 100%;
    transition: transform 0.3s ease;
}
.measure-select.open:after{
    top: 0rem;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.measurement-select-wrap{
    position: relative;
    margin-bottom: 1.5rem;
}

.measurement-select-wrap .dropdown.hidden{
    display: none;
}

.measurement-select-wrap .dropdown{
    box-shadow: 9px -5px 32px -21px rgba(96,96,96,1);
    background-color: #fff;
    position: absolute;
    width: 100%;
}
.measurement-select-wrap .dropdown .dropdown-list{
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding: 1rem;
}
.measurement-select-wrap .dropdown .dropdown-list .list-item{
    padding: 0 .5rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
}
.measurement-select-wrap .dropdown .dropdown-list .list-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.measurement-select-wrap .dropdown .dropdown-list .list-item:first-child{
    padding-top: 0;
}
 .measurement-select-wrap .dropdown .dropdown-list .list-item .measure,
 .measurement-select-wrap .dropdown .dropdown-list .list-item .price{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #606060;
    margin: 0;
 }

/* prouct benefits */
.product-benefits-wrap{
    padding: 1.5rem 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.product-benefits-wrap .item{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.product-benefits-wrap .item .text{
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.575rem;
    color: #000;
}


/* responsiveness */

/* max width 992px */
@media (max-width: 992px){
    .single-product-layout{
        flex-direction: column;
    }
}

/* max width 768px */
@media (max-width: 768px){
    .product-gallery-thumbnail-wrapper{
        flex: 20%;
    }
}

/* max width 576px */
@media (max-width: 576px){
    .product-gallery-thumbnail-wrapper{
        flex: 25%;
    }

    .single-product-layout .main-image-item{
        flex-direction: column-reverse;
    }

    .single-product-layout .main-image-wrap{
        height: 14rem;
    }

    .product-gallery-thumbnail-wrapper .nav-btn{
        height: 100%;
        padding: 0 .5rem;
    }
    .product-gallery-thumbnail-wrapper .button-prev{
        left: 0;
        right: auto;
    }
    .product-gallery-thumbnail-wrapper .button-prev .icon{
        transform: rotate(-90deg);
    }
    .product-gallery-thumbnail-wrapper .button-next{
        left: auto;
        right: 0;
    }
    .product-gallery-thumbnail-wrapper .button-next .icon{
        transform: rotate(-90deg);
    }
	.product-gallery-thumbnail-wrapper .swiper-container {
    	height: auto !important;
	}
	
   
}