.elementor-1691 .elementor-element.elementor-element-4c341ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1691 .elementor-element.elementor-element-f83fe91 > .elementor-widget-container{margin:-100px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5b23882 *//* PRODUCT SECTION */
.product-section{
padding:80px 20px;
background:#f7f7f7;
font-family:'Montserrat', sans-serif;
}

/* PRODUCT CONTAINER */
.product-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:flex-start;
gap:50px;
flex-wrap:wrap;
}

/* MEDIA (VIDEO + GALLERY) */
.product-media{
flex:1;
}

.main-media video{
width:100%;
border-radius:10px;
margin-bottom:15px;
}

.media-gallery{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.media-gallery img{
width:23%;
cursor:pointer;
border-radius:6px;
transition:0.3s;
}

.media-gallery img:hover{
transform:scale(1.05);
}

/* CONTENT */
.product-content{
flex:1;
}

.product-title{
font-size:32px;
font-weight:700;
margin-bottom:15px;
color:#222;
}

.product-desc{
font-size:16px;
color:#555;
margin-bottom:20px;
line-height:1.6;
}

/* FEATURE LIST */
.product-features{
list-style:none;
padding:0;
margin-bottom:15px;
}

.product-features li{
font-size:16px;
margin-bottom:10px;
padding-left:26px;
position:relative;
color:#333;
}

.product-features li::before{
content:"✔";
position:absolute;
left:0;
top:0;
color:#2e8b57;
font-weight:bold;
font-size:16px;
}

/* PRICE */
.product-price{
font-size:22px;
font-weight:700;
color:#111;
margin-bottom:15px;
}

/* BUTTON */
.product-btn{
display:inline-block;
background:#000;
color:#fff;
padding:14px 30px;
text-decoration:none;
border-radius:5px;
font-weight:600;
transition:0.3s;
}

.product-btn:hover{
background:#444;
}

/* MOBILE RESPONSIVE */
@media(max-width:768px){
.product-container{
flex-direction:column;
text-align:left;
gap:30px;
}

.product-title{
font-size:24px;
}

.product-desc{
font-size:15px;
}

.product-features li{
font-size:15px;
padding-left:24px;
}

.product-features li::before{
font-size:15px;
}

.product-price{
font-size:18px;
}

.product-btn{
padding:12px 25px;
font-size:14px;
}

.media-gallery img{
width:48%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f83fe91 */.product-section{
padding:80px 20px;
background:#f7f7f7;
font-family:'Montserrat', sans-serif;
}

/* PRODUCT CONTAINER */

.product-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
gap:50px;
padding:60px 0;
border-bottom:1px solid #eee;
flex-wrap:wrap;
}

/* PRODUCT IMAGE */

.product-image{
flex:1;
}

.product-image img{
width:100%;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

/* PRODUCT CONTENT */

.product-content{
flex:1;
}

.product-title{
font-size:32px;
font-weight:700;
margin-bottom:15px;
color:#222;
}

.product-desc{
font-size:16px;
color:#555;
margin-bottom:20px;
line-height:1.6;
}

/* FEATURE LIST */

.product-features{
list-style:none;
padding:0;
margin-bottom:25px;
}

.product-features li{
font-size:16px;
margin-bottom:10px;
padding-left:26px;
position:relative;
color:#333;
}

.product-features li::before{
content:"✔";
position:absolute;
left:0;
top:0;
color:#2e8b57;
font-weight:bold;
font-size:16px;
}

/* BUTTON */

.product-btn{
display:inline-block;
background:#000;
color:#fff;
padding:14px 30px;
text-decoration:none;
border-radius:5px;
font-weight:600;
transition:0.3s;
}

.product-btn:hover{
background:#444;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

.product-container{
flex-direction:column;
text-align:left;
gap:30px;
}

.product-title{
font-size:24px;
}

.product-desc{
font-size:15px;
}

.product-features li{
font-size:15px;
padding-left:24px;
}

.product-features li::before{
font-size:15px;
}

.product-btn{
padding:12px 25px;
font-size:14px;
}

}/* End custom CSS */