/**
 * Product Section
 *
 * Generated by Dreamz Page Builder on 2026-07-30.
 */

.product-section {
	padding: 40px 0;
}
section.product-section.padding_bottom {
    padding-bottom: 0;
}
.top_section_product h2 {
    color: #173F3F;
    text-align: center;
    font-family: "Fraunces", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
}
.top_Setop_section_productction p {
    color: #738080;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top_section_product p {
    text-align: center;
}
.top_section_product {
    margin: 0 auto 20px auto;
	max-width: 717px;

}
.top_section_product h2 strong {
    color: #0E8F96;
}



.product_tabs{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-bottom:60px;
    padding:0;
    list-style:none;
    flex-wrap:wrap;
}

.product_tabs li{
    padding:12px 28px;
    border:1px solid #E7E7E7;
    border-radius:40px;
    cursor:pointer;
    transition:.3s;
    color:#173F3F;
    font-family:"Inter",sans-serif;
    font-size:16px;
    font-weight:600;
}

.product_tabs li.active{
    background:#E4738A;
    color:#fff;
    border-color:#E4738A;
}
.product_tabs li:hover {
    background:#E4738A;
    color:#fff;
    border-color:#E4738A;
}
/* Mobile Dropdown */

/* .product_tab_select{
    display:none;
    width:100%;
    height:40px;
    border-radius:12px;
    border:1px solid #ddd;
    padding:0 15px;
    font-size:16px;
    margin-bottom:20px;
    background:#fff;
} */
.product_tab_select {
    display: none;
}
/* Tabs */

.product_tab_content{
    display:none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: #DF607E;
}
.product_tab_content.active{
    display:block;
}

/* Slider */

/* .product_slider{
    margin:0 -12px;
} */

.product_card{
    padding:12px;
}

/* Card */

.product_card a{
    /* display:block;
    text-decoration:none;
    border-radius:30px;
    border:1px solid #F0F0F0;
    background:#FFF;
    padding:0 20px 20px;
    transition:.35s;
    height:100%; */
      display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    padding: 0 20px 20px;
    box-sizing: border-box;
    /* cursor: none; */
}

/* .product_card a:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
} */

/* Image */

.product_image{
    height:221px;
    min-height: 221px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}
.product_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
}

.product_image img{
    max-width:100%;
    max-height:221px;
    object-fit:contain;
}

/* Title */

.product_content h3{
    color:#173F3F;
    /* text-align:center; */
    font-family:"Fraunces",serif;
    font-size:18px;
    font-weight:700;
    margin:0;
}

/* Price */

.product_price{
    color:#DF607E;
    text-align:center;
    font-family:"Fraunces",serif;
    font-size:18px;
    font-weight:700;
}

.product_price span{
    font-weight:700;
}

/* Content */
.product_content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product_content p{
    padding-top:15px;
    margin:0;
    color:#738080;
    /* text-align:center; */
    font-family:"Inter",sans-serif;
    font-size:16px;
    min-height: 64px;
    line-height:1.5;
   
}

/* Slick */

.product_slider .slick-track{
    display:flex;
}

.product_slider .slick-slide{
    height:inherit;
}

.product_slider .slick-slide>div{
    height:100%;
}

.product_card{
    height:100%;
}

/* Arrows */

.product_slider .slick-arrow{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#df607e;
    border:none;
    display:flex!important;
    align-items:center;
    justify-content:center;
    position:absolute;
    bottom:-85px;
    top:auto;
    transform:none;
    z-index:5;
    border:1px solid #E5E5E5;
}
.product_slider .slick-arrow:hover {
    background-color: #DF607E;
}
 .product_slider .slick-prev{
    left:calc(50% - 70px);
} 


 .product_slider .slick-next{
    right:calc(50% - 70px);
} 

/* .product_slider .slick-prev:before,
.product_slider .slick-next:before{
    display:none;
} */

.product_slider .slick-prev{
    background:#df607e;
    
}
.product_slider .slick-dots li button:before {
    font-size: 15px;
}
.slick-dots li.slick-active button:before {
    color: #DF607E;
}
.product_slider .slick-dots {
    bottom: -40px;
}

.product_slider .slick-prev:before {
    content: "‹";
    display: block !important;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    opacity: 1;
    margin: 0;
}

.product_slider .slick-next:before {
    content: "›";
    display: block !important;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    opacity: 1;
    margin: 0;
}
/* .product_slider .slick-next{
    background:#173F3F;
} */
@media(min-width:992px){
.product_slider:not(.slick-initialized){
 
        grid-template-columns: repeat(4, 1fr);
}
}
@media(min-width:768px){
.product_slider:not(.slick-initialized){
    /* display:flex;
    flex-wrap:wrap; */
    gap:30px;
    align-items:stretch;
    display: grid;
        /* grid-template-columns: repeat(3, 1fr); */
}

.product_slider:not(.slick-initialized) .product_card{
    /* width:calc(25% - 22.5px); */
    padding:0;
      display: flex;
      height: auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.product_slider:not(.slick-initialized){
 
        grid-template-columns: repeat(3, 1fr);
}
}

/* Responsive */
@media(max-width:1199px){
    .top_section_product h2 {
        font-size: 32px;
        line-height: 42px;
        max-width: 100%;
    }  
}
@media(max-width:991px){
    .top_section_product h2 {
        font-size: 28px;
        line-height: 38px;
        max-width: 100%;
    }  
.products_section{
    padding:30px 0;
}

.product_tabs{
    display:none;
}

.product_tab_select , .dropdown_arrow{
    display:block;
}

.product_image{
    height:180px;
}

.product_image img{
    max-height:180px;
}

.product_slider .slick-arrow{
    bottom:-70px;
}
 /* .product_slider:not(.slick-initialized) .product_card{
        width:calc(50% - 15px);
    } */
}

/* @media(max-width:991px){
    .product_slider {
    margin-top: 20px !important;
}
} */
@media(max-width:767px){
    .product_slider:not(.slick-initialized) .product_card{
        height: 100%;
    }
    .product_slider {
    margin-top: 20px !important;
}
    .top_section_product {
        margin: 0 auto;
    }
    .product-section{
        padding: 30px 0;
        margin-bottom: 50px;
    }
    .top_section_product {
        max-width: 100%;
     }
    .top_section_product h2 {
        font-size: 24px;
        line-height: 34px;
        max-width: 100%;
    }   
    .product_slider {
    margin: 0;
}
.product_card{
    padding:8px;
}

.product_card a{
    padding:0 18px 18px;
}

.product_content h3{
    font-size:17px;
}

.product_price{
    font-size:17px;
}

.product_content p{
    font-size:15px;
    min-height: auto;

}

.product_slider .slick-prev{
    left:calc(50% - 60px);
}

.product_slider .slick-next{
    right:calc(50% - 60px);
}

  .product_slider:not(.slick-initialized){
        gap:20px;
    }

    /* .product_slider:not(.slick-initialized) .product_card{
        width:100%;
    } */
     .product_slider .slick-dots li button:before {
        font-size: 8px !important;

     }
     .product_slider .slick-dots li {
        margin: 0 !important;
        width: 12px;
     }
     .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }
}


@media(max-width:560px){
.product_wrapper {
    flex-direction: column;
    justify-content: center;

}
.product_wrapper h3 {
    text-align: center;
}
.product_content p {
    text-align: center;
}
.product_slider .slick-dots {
    bottom: -35px;
}
}
@media(max-width:400px){
.product_slider:not(.slick-initialized) .product_card {
    width: 100%;
} 
}