
.products-category{
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.brand-logo img{
    padding-bottom: 0px;
}

.products-category h1{
    margin:20px 0;

}
.products-category span.category-name{
    background-color:#ff8381;
    border-radius: 30px;
    color:#ffffff;
    padding:5px 20px;
    margin-left:5px;
}
.products-list{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    row-gap: 8rem;
}

.products-list .product-item{
    width: fit-content;

}
.products-list{
    overflow: auto;
}

.product-detail-box{
    display: flex;
    max-width: 1280px;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    margin: 40px auto 0px;
    align-items: stretch;
}

.product-detail-photo-box{
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width:50%;

}
.product-detail-photo{
    position:sticky;
    top:90px;
}
.product-detail-photo-zoom,.product-detail-photo-thumbnail{
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.product-detail-photo-thumbnail{
    display:flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap:15px;
    margin-top:10px;
}

.product-detail-photo-zoom{
    position:relative;
    display: flex;
    align-items: center;
}

.product-detail-photo-zoom img,.photo-thumbnail-item img{
    width:100%;
    height:auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 5px;
}
.photo-thumbnail-item{
    max-width: 20%;
}

.slideshow_btn{
    position:absolute;
    margin:0 auto;
    width:100%;
    display:flex;
    justify-content: space-between;
}

.slideshow_btn a{
    font-size:clamp(34px, 5vw, 8rem);
    color:#725B49;
    margin:20px;
    opacity: .8;
}
.product-detail-content-box{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.product-detail-title{
    color: #07b2cd;
    font-weight: 500;
    font-size:clamp(34px, 5rem, 8rem);
}

.product-content{
    
    color:var(--font-color-second);
    margin-top:4rem;
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 1.8pt;
    font-weight: 400;

}

.product-topic{
    padding:20px 0px;
    background-color:var(--background-color-light-1);
    border-left:5px solid var(--background-color-second);
    
    color:var(--font-color-third);
    font-size:2rem;
}
.product-topic a{
    color:var(--font-color-third);
}
.product-topic p{
    padding:5px 0px;
    margin:0 20px;
}
.product-topic,.product-content,.product-detail-title,.buy-Specification,.product-price-box,.product-buy-quantity{
    width:90%;
}

.buy-Specification{
    border-top:3px dotted var(--font-color-third);
    margin-top:2rem;
    margin-bottom: 3rem;
}

.product-ind,.payment-ind{
    margin-bottom: 7rem;
}
.type-item.active{
    background-color:#B3A59A;
    color:#ffffff;
}
.product-price-box{
    color: #ef8575;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 20px 0;
    margin-top:50px;
    font-family: Montserrat;
    font-weight: 700;
    background-color: #f5f0ec;
    padding: 30px 0px;
    border-radius: 10px;
}
.money-icon{
    margin-left:20px;
    width:fit-content;
    font-size: clamp(14px, 1.6vw, 8rem);
    padding-bottom:3px;

}
.product-price{
    font-weight: 900;
    font-size: clamp(34px, 4rem, 8rem);
    flex-grow: 1;
    letter-spacing: .1pt;
}
.product-buy-quantity{
    display:flex;
    gap:5px;
    margin-bottom: 23px;
    justify-content: space-between;
}
.btn-buy{
    display:flex;
    gap: 5px;
}

.add-shop-cart,.go-shop-cart{
    display:flex;
    align-items: center;
    border-radius: 10px;
    font-size: clamp(16px, 4rem, 3rem);
    color: #ffffff;
    padding:10px 20px 5px 20px;
    background-color:#B3A59A;
    width:fit-content;
}
.go-shop-cart{
    min-width: 190px;

    justify-content: center;
    align-items: center;
}

.add-shop-cart a,.go-shop-cart a{
    color: #ffffff;
}
.go-shop-cart span{
    font-size: clamp(16px, 4rem, 3rem);
    margin-bottom:5px;
    margin-left: 10px;
    margin-right: 10px;
}

.product-information-padding{
    width:90%;
    margin:0 auto;
    padding:40px 0;
}
.product-information-box{
    width:100%;
    border-radius: 50px;
    border:5px solid #B3A59A;
    padding:20px 0;

}
.product-information-box h1,.related-products-box h1{
    width: 90%;
    margin: 0 auto;
    font-size: clamp(18px, 3rem, 5rem);
    font-weight: 400;
    padding-bottom: 15px;
    color: #B3A59A;
    border-bottom: 3px dotted #B3A59A;
    text-align: center;
}
.product-information-box p{
    width:90%;
    margin:0 auto;
    padding:20px 0;
    color: var(--font-color-third);
}

.related-ul{
    display:flex;
    margin-top:2rem;
    flex-direction: column;
}
.related-ul .related-title{
    font-size:2rem;
    line-height:2.8rem;
    color:#cccccc;
}
.related-ul ul{
    font-size: 2rem;
    color: #6a5c51;
    margin: 5px;
}
.related-ul ul li span{
    font-family: Montserrat;
    color: #ef8575;
    font-weight: 900;
}
.related-products-box{
    width:90%;
    margin:0 auto;
    
}


.related-products-list{
    width:90%;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: scroll;
    padding-top:10px;
    padding-bottom:50px;

}
.related-products-list .related-product-item{
    min-width: 300px;
}

.product-information-article{
    width:90%;
    margin:0 auto;
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 400;
}
.loadMoreProducts{
    display:flex;
    width:80%;
    margin:0 padding;
    padding:20px;
    font-size:2rem;
    border-radius: 50px;
    border: 1px solid #6a5c51;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
span.product_dis{
    text-decoration:line-through;
    color: #868686;
}
@media (max-width:1800px) {

    .products-list .product-item{

        max-width: 18%;
    }
}

@media (max-width:1500px) {

    .products-list .product-item{

        max-width: 23%;
    }
}
@media (max-width:1050px) {

    .products-list .product-item{

        max-width: 31%;
    }
}

@media (max-width:905px) {

    .product-buy-quantity{

        flex-direction: column;
    }
}


@media (max-width:750px) {
    .products-category h1{
        text-align:center !important;
    }

    .products-list .product-item{

        max-width: 48%;
    }
}

@media (max-width:570px) {
    .products-category h1{
        text-align:center !important;
    }

    .products-list .product-item{

        max-width: 100%;
    }
    .product-detail-box{
        margin-top: 43px;
    }
    .product-detail-photo-box{
        width:100%;
    }
    .product-detail-content-box{
        
        width:85%;
        margin:0 auto;
        padding-top:30px;
    }
    .product-detail-content-box h1{
        border-top: 3px dotted var(--font-color-third);
        padding-top:20px;
    }
    .product-detail-box{
        flex-wrap: wrap;
    }
    .product-topic, .product-content, .product-detail-title, .buy-Specification, .product-price-box, .product-buy-quantity{
        width:100%;
    }
    .product-price-box{
        justify-content: start;
    }
    .product-price{
        width:fit-content;
        flex-grow:0;
    }
    .product-buy-quantity,.specification-type,.specification-type{
        justify-content: center;
    }
    .specification-type-title{
        text-align:center;
    }
    .product-buy-quantity{
        align-items: center;
    }
}