/*======================================
    SINGLE PRODUCT
======================================*/

.single-product-page{

    padding:80px 0;

    background:#f8f8f8;

}

.single-product-page .container{

    width:90%;

    max-width:1300px;

    margin:auto;

}

/*======================================
    PRODUCT LAYOUT
======================================*/

.product-layout{

    display:grid;

    grid-template-columns:60% 40%;

    gap:60px;

    align-items:start;

}

/*======================================
    PRODUCT GALLERY
======================================*/

.product-gallery{

    width:100%;

}

.gallery-wrapper{

    width:100%;

}

.main-image{

    margin-bottom:20px;

}

.main-image img{

    width:100%;

    height:550px;

    object-fit:cover;

    border-radius:15px;

    border:1px solid #e5e5e5;

    display:block;

    transition:.3s;

}

/*======================================
    THUMBNAILS
======================================*/

.thumbnail-images{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.gallery-thumb{

    width:85px;

    height:85px;

    object-fit:cover;

    border-radius:10px;

    border:2px solid #ddd;

    cursor:pointer;

    transition:.3s;

}

.gallery-thumb:hover{

    border-color:#b88a28;

}

.gallery-thumb.active{

    border-color:#b88a28;

}

/*======================================
    PRODUCT INFORMATION
======================================*/

.product-information h1{

    font-size:40px;

    color:#222;

    margin-bottom:20px;

}

.product-information .price{

    font-size:34px;

    color:#b88a28;

    font-weight:700;

    margin-bottom:20px;

}

.description{

    color:#666;

    line-height:1.9;

    margin-bottom:35px;

}

/*======================================
    QUANTITY
======================================*/

.quantity{

    margin-bottom:25px;

}

.quantity input{

    width:90px;

    height:45px;

    text-align:center;

    border:1px solid #ddd;

    border-radius:6px;

}

/*======================================
    ADD TO CART
======================================*/

.single_add_to_cart_button{

    width:100%;

    background:#b88a28 !important;

    color:#fff !important;

    border:none !important;

    padding:16px 25px !important;

    border-radius:40px !important;

    font-size:17px !important;

    font-weight:600;

    transition:.3s;

}

.single_add_to_cart_button:hover{

    background:#222 !important;

}

/*======================================
    WHATSAPP
======================================*/

.whatsapp-order{

    display:block;

    width:100%;

    margin-top:20px;

    padding:16px;

    text-align:center;

    background:#25D366;

    color:#fff;

    text-decoration:none;

    border-radius:40px;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.whatsapp-order:hover{

    background:#128C7E;

    color:#fff;

}

/*======================================
    RESPONSIVE
======================================*/

@media(max-width:992px){

.product-layout{

    grid-template-columns:1fr;

}

.product-information{

    margin-top:40px;

}

.main-image img{

    height:420px;

}

}

@media(max-width:768px){

.single-product-page{

    padding:60px 0;

}

.product-information h1{

    font-size:30px;

}

.product-information .price{

    font-size:28px;

}

.main-image img{

    height:320px;

}

.gallery-thumb{

    width:70px;

    height:70px;

}

}

@media(max-width:480px){

.product-information h1{

    font-size:26px;

}

.product-information .price{

    font-size:24px;

}

.gallery-thumb{

    width:60px;

    height:60px;

}

}
/*======================================
    PRODUCT RATING
======================================*/

.product-rating{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:20px;

}

.product-rating .star-rating{

    margin:0;

}

.product-rating span{

    color:#666;

    font-size:15px;

}

/*======================================
    PRODUCT STOCK
======================================*/

.product-stock{

    margin-bottom:20px;

}

.in-stock{

    color:#2e7d32;

    font-weight:600;

    font-size:16px;

}

.out-stock{

    color:#d32f2f;

    font-weight:600;

    font-size:16px;

}

/*======================================
    PRODUCT CATEGORY
======================================*/

.product-category{

    margin-bottom:30px;

    color:#555;

    font-size:16px;

}

.product-category strong{

    color:#222;

}

.product-category a{

    color:#b88a28;

    text-decoration:none;

}

.product-category a:hover{

    color:#222;

}

/*======================================
    PRODUCT DESCRIPTION
======================================*/

.description{

    margin:30px 0;

    color:#555;

    line-height:1.9;

}

.description p{

    margin-bottom:15px;

}

/*======================================
    CART AREA
======================================*/

.product-cart{

    margin-top:30px;

}

.product-cart form.cart{

    display:flex;

    flex-direction:column;

    gap:20px;

}

/*======================================
    QUANTITY
======================================*/

.product-cart .quantity{

    margin:0;

}

.product-cart .quantity input{

    width:90px;

    height:45px;

    text-align:center;

    border:1px solid #ddd;

    border-radius:6px;

    font-size:16px;

}

/*======================================
    BUTTONS
======================================*/

.single_add_to_cart_button{

    width:100% !important;

    padding:16px !important;

    border-radius:40px !important;

    font-size:17px !important;

    font-weight:600 !important;

}

.whatsapp-order{

    display:block;

    width:100%;

    margin-top:20px;

    padding:16px;

    text-align:center;

    background:#25D366;

    color:#fff;

    text-decoration:none;

    border-radius:40px;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.whatsapp-order:hover{

    background:#128C7E;

    color:#fff;

}

/*======================================
    MOBILE
======================================*/

@media(max-width:768px){

.product-rating{

    flex-wrap:wrap;

}

.product-category{

    font-size:15px;

}

.whatsapp-order{

    font-size:16px;

}

}
/*======================================
    CUSTOM QUANTITY
======================================*/

.custom-quantity{

    display:flex;

    align-items:center;

    width:max-content;

    border:1px solid #ddd;

    border-radius:40px;

    overflow:hidden;

}

.custom-quantity button{

    width:50px;

    height:50px;

    border:none;

    background:#f4f4f4;

    font-size:22px;

    cursor:pointer;

    transition:.3s;

}

.custom-quantity button:hover{

    background:#b88a28;

    color:#fff;

}

.custom-quantity input{

    width:70px;

    height:50px;

    border:none !important;

    text-align:center;

    font-size:18px;

    font-weight:600;

    outline:none;

}
/*======================================
    DESCRIPTION IMAGES
======================================*/

.description img{
    pointer-events:none;
    cursor:default;
    user-select:none;
    -webkit-user-drag:none;
    max-width:100%;
    height:auto;
}