/* =====================================
SINGLE PRODUCT
===================================== */

.odyo-single-product{
padding:25px 0;
}

.odyo-product-top{
display:grid;
grid-template-columns:60% 40%;
gap:50px;
align-items:flex-start;
}

/* Gallery */

.odyo-product-gallery{
background:#f5f5f5;
padding:20px;
border-radius:20px;
height:450px;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}

.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper{
width:100%;
height:100%;
}

.woocommerce-product-gallery__image{
height:100%;
}

.woocommerce-product-gallery__image img,
.woocommerce-product-gallery img{
width:100%;
height:100% !important;
object-fit:contain;
object-position:center;
display:block;
}

/* Product Info */

.odyo-product-info{
position:sticky;
top:120px;
}

.odyo-subtitle{
color:#666;
font-size:14px;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:10px;
}

.odyo-product-title{
font-size:52px;
font-weight:800;
line-height:1;
margin-bottom:20px;
text-transform:uppercase;
}

.odyo-product-price{
font-size:33px;
font-weight:700;
margin-bottom:20px;
}

.odyo-rating{
margin-bottom:15px;
font-size:18px;
}

.odyo-warranty{
margin-bottom:20px;
color:#333;
}

.odyo-short-description{
margin:20px 0;
line-height:1.8;
}

.odyo-product-meta{
margin-top:25px;
padding-top:25px;
border-top:1px solid #eee;
}

/* =====================================
ADD TO CART
===================================== */

.quantity{
margin-bottom:15px;
}

.single_add_to_cart_button{
width:100%;
background:#2d6cff !important;
color:#fff !important;
border:none !important;
padding:18px !important;
font-size:18px !important;
font-weight:700 !important;
border-radius:50px !important;
text-transform:uppercase;
transition:.3s;
}

.single_add_to_cart_button:hover{
background:#1d4ed8 !important;
}

/* =====================================
ENQUIRY BUTTON
===================================== */

.odyo-enquiry-btn{
display:inline-flex;
align-items:center;
justify-content:center;
background:#2d6cff;
color:#fff !important;
border:none;
border-radius:50px;
padding:10px 25px;
font-size:16px;
font-weight:700;
text-decoration:none;
transition:.3s ease;
}

.odyo-enquiry-btn:hover{
background:#1d4ed8;
color:#fff !important;
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(45,108,255,.35);
}

/* =====================================
BREADCRUMB
===================================== */

.odyo-breadcrumb-wrap{
margin-bottom:30px;
}

.odyo-breadcrumb{
font-size:14px;
color:#64748b;
}

.odyo-breadcrumb a{
color:#64748b;
text-decoration:none;
transition:.3s;
}

.odyo-breadcrumb a:hover

.odyo-breadcrumb span{
margin:0 8px;
color:#94a3b8;
}

/* =====================================
DESCRIPTION SECTION
===================================== */

.odyo-product-description{
padding:100px 0;
}

.odyo-product-description h2{
font-size:40px;
font-weight:800;
margin-bottom:30px;
}

.odyo-description-content{
line-height:1.9;
}

.odyo-description-content h3{
font-size:20px;
font-weight:700;
margin:20px 0 10px;
}

.odyo-description-content ul{
padding-left:20px;
}

.odyo-description-content li{
font-size:16px;
line-height:25px;
color:#374151;
}

/* Description Image */

.odyo-desc-image{
height:500px;
overflow:hidden;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.odyo-desc-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* =====================================
RELATED PRODUCTS
===================================== */

.odyo-related-products{
background:#fff;
padding:50px 0;
}

.odyo-related-products h2{
text-align:center;
font-weight:800;
margin-bottom:50px;
}

.odyo-related-products ul.products{
display:grid !important;
grid-template-columns:repeat(4,1fr);
gap:20px;
list-style:none !important;
padding:0 !important;
margin:0 !important;
}

.odyo-related-products ul.products li{
list-style:none !important;
}

.odyo-related-products ul.products li.product{
background:#fff;
border-radius:20px;
padding:25px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.odyo-related-products ul.products li.product:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.odyo-related-products ul.products li.product img{
width:100%;
height:260px;
object-fit:contain;
margin-bottom:15px;
}

.odyo-related-products ul.products li.product a{
text-decoration:none !important;
}

.odyo-related-products .woocommerce-loop-product__title{
color:#111827 !important;
font-size:20px;
font-weight:700;
text-align:center;
margin-bottom:15px;
}

.odyo-related-products .price{
display:block;
text-align:center;
font-size:20px !important;
font-weight:800;
color:#111827 !important;
}

.odyo-related-products .price bdi{
color:#111827 !important;
}

.odyo-related-products .add_to_cart_button,
.odyo-related-products .product_type_simple,
.odyo-related-products .button{
display:none !important;
}

/* =====================================
ENQUIRY MODAL
===================================== */

.modal{
    z-index:99999 !important;
}

.modal{
    z-index:99999 !important;
}



#odyoEnquiryModal .modal-dialog{
    max-width:700px;
    margin:20px auto;
}

#odyoEnquiryModal .modal-content{
	max-height:90vh;
border:none;
border-radius:24px;
overflow:hidden;
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

#odyoEnquiryModal .modal-header{
padding:25px 30px;
border:none;
}

#odyoEnquiryModal .modal-title{
font-size:32px;
font-weight:800;
}

#odyoEnquiryModal .modal-body{
 max-height:calc(90vh - 90px);
    overflow-y:auto;
    padding:20px 30px 30px;
}

/* =====================================
RESPONSIVE
===================================== */


@media(max-width:768px){

    #odyoEnquiryModal .modal-dialog{
        margin:10px;
        max-width:100%;
    }

    #odyoEnquiryModal .modal-content{
        max-height:95vh;
    }

    #odyoEnquiryModal .modal-body{
        max-height:calc(95vh - 70px);
        overflow-y:auto;
        padding:15px;
    }

    #odyoEnquiryModal .modal-title{
        font-size:24px;
    }

    #odyoEnquiryModal .form-control{
        height:48px;
    }

    #odyoEnquiryModal textarea.form-control{
        height:100px;
    }
}


@media(max-width:991px){


.odyo-product-top{
    grid-template-columns:1fr;
    gap:30px;
}

.odyo-product-gallery{
    height:auto;
    padding:15px;
}

.woocommerce-product-gallery img{
    height:auto !important;
    width:100%;
}

.odyo-product-info{
    position:relative;
    top:auto;
}

.odyo-product-title{
    font-size:34px;
}

.odyo-product-price{
    font-size:28px;
}

.odyo-product-description{
    padding:60px 0;
}

.odyo-product-description h2{
    font-size:25px;
}

.odyo-description-content h3{
    font-size:18px;
}

.odyo-desc-image{
    height:auto;
    overflow:visible;
    margin-bottom:30px;
}

.odyo-desc-image img{
    width:100%;
    height:auto;
    object-fit:contain;
}

.odyo-related-products ul.products{
    grid-template-columns:repeat(2,1fr);
}
```

}

@media(max-width:576px){

```
.odyo-product-title{
    font-size:28px;
}

.odyo-product-price{
    font-size:24px;
}

.odyo-related-products ul.products{
    grid-template-columns:1fr;
}

.odyo-enquiry-btn,
.single_add_to_cart_button{
    width:100%;
}


}


/* ----------/////ENQUIRY FORM CSS ---------//// */
.odyo-enquiry-success{
    text-align:center;
    padding:40px 20px;
}

.success-icon{

    width:90px;
    height:90px;

    margin:0 auto 25px;

    background:#22c55e;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:40px;
    font-weight:700;

    box-shadow:0 15px 35px rgba(34,197,94,.35);
}

.odyo-enquiry-success h3{

    font-size:32px;
    font-weight:800;

    margin-bottom:15px;
}

.odyo-enquiry-success p{

    color:#64748b;
    font-size:16px;
    line-height:1.7;
}

.d-none{
    display:none !important;
}