.elementor-3317 .elementor-element.elementor-element-3594a71{--display:flex;--overlay-opacity:0.9;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3317 .elementor-element.elementor-element-3594a71:not(.elementor-motion-effects-element-type-background), .elementor-3317 .elementor-element.elementor-element-3594a71 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-69791ca );}.elementor-3317 .elementor-element.elementor-element-3594a71::before, .elementor-3317 .elementor-element.elementor-element-3594a71 > .elementor-background-video-container::before, .elementor-3317 .elementor-element.elementor-element-3594a71 > .e-con-inner > .elementor-background-video-container::before, .elementor-3317 .elementor-element.elementor-element-3594a71 > .elementor-background-slideshow::before, .elementor-3317 .elementor-element.elementor-element-3594a71 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3317 .elementor-element.elementor-element-3594a71 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF05;--background-overlay:'';}.elementor-3317 .elementor-element.elementor-element-3594a71::before{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 10px ) hue-rotate( 0deg );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-3317 .elementor-element.elementor-element-3594a71{--margin-top:103px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-3317 .elementor-element.elementor-element-3594a71{--margin-top:103px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-3594a71 */body.modal-open{
    overflow:hidden;
}

body.modal-open header .elementor-element, body.modal-open .stamp-img, body.modal-open .visit-shop, body.modal-open .product-hero .hero-right .hero-detail-wrap, body.modal-open .product-out-of-stock{
    position: relative;
    z-index:1;
}
.product-details-container{
    margin-bottom:40px;
}
.custom-product{
    z-index:1;
    position: relative;
    overflow: hidden;
}

.product-overview-section::before{
     content: "";
    position: absolute;
    top: 60%;
    right: -40%;
    background: linear-gradient(0deg, rgba(50, 147, 155, 0.6), rgba(50, 147, 155, 0.6));
    width: 544px;
    height: 549px;
    border-radius: 50%;
    filter: blur(16px);
    transform: translate(-50%);
    z-index: -1;
    opacity: 10%
}

.product-overview-section{
    z-index:1 !important;
    overflow:hidden;
    position: relative;
}
.custom-product{
    padding-inline:80px;
    margin:auto;
}

.spec-grid{
    position:relative;
}
.spec-grid::after{
    content:"";
    position: absolute;
    top:0;
    left:48%;
    transform: translate(-50%);
    width:1px;
    background: #6B6B6B;
    height: 100%;
}


.product-hero .hero-right .hero-detail-wrap{
    position: relative;
    z-index:12;
}
@media (max-width: 1200px){
    .spec-grid .spec-requirement{
        gap:30px !important;
    }
    .spec-grid{
        gap:10px 70px !important;
    }
    .spec-grid::after{
        left:50%;
    }
}

@media (max-width: 1024px){
    .spec-grid::after{
        content:none;
    }
}
.product-hero{
    display:flex;
    gap:40px;
    padding-inline: 80px;
    position: relative;
    bottom: -140px;
    align-items:flex-end;
    margin-top: -80px;
}

.product-hero .hero-left, .product-hero .hero-right{
    flex:1;
    position: relative;
}

.product-hero .hero-left{
    text-align:center;
    max-width: 40%;
    /*z-index:24;*/
}

.product-hero .hero-right .hero-detail-wrap{
    padding-bottom: 50px;
    border-bottom: 1px solid grey;
}

.stamp-img{
    z-index: 10;
    position: relative;
    border-radius: 8px !important;
    bottom: 0;
    overflow: hidden;
    max-width: 450px !important;
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    /*background: #FFFFFF;*/
}

.product-hero .subhead{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color:#212121;
    margin-block:12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stamp {
    display: block;
    width: 100%;
    max-width: 226px !important;
    height:340px !important;
    border-radius:10px !important;
    object-fit: cover !important;
}


.stamp-front {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index:7;
}
.stamp-back{
     position: absolute;
    bottom: 60px;
    left: 25%;  
    z-index:6;
}

.stamp-back {
    /*z-index: 1;*/
    transform: rotate(0deg) translate(0, 0);
    animation: tiltOut 1s ease forwards;
}

@keyframes tiltOut {
    from {
        transform: rotate(0deg) translate(0, 0);
    }
    to {
        transform: rotate(18.28deg) translate(25px, -25px);
    }
}

.hero-right h1{
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #212121;
}

.subtitle{
color: #6B6B6B;
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 28px;
text-transform: capitalize;
margin:0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visit-shop{
    margin-top:78px;
   background: linear-gradient(90.48deg, #32939B -0.96%, #32939B 100%);
    color: #fff;
    padding: 11px 28px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    z-index:40;
    position: relative;
}

.visit-shop:hover{
    opacity:0.8;
    color:#fff;
}

/*.visit-shop.product-outofstock-shop{*/
/*    opacity:0.3;*/
/*}*/

.product-out-of-stock{
    position: absolute;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    z-index:12;
    width: 100%;
}

.read-more-overview{
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #6b6b6b;
    border: none;
    padding: 4px 0;
}
.read-more-overview:hover, .read-more-overview:focus{
    background: transparent;
    color: #6b6b6b;
}

.overview-modal{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.overview-modal.active{
  display: flex;
}

.overview-overlay{
  position: absolute;
  inset: 0;
background:
linear-gradient(89.32deg, rgba(28, 58, 114, 0.7) -0.11%, rgba(50, 145, 154, 0.7) 98.89%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    z-index:999999;
  backdrop-filter: blur(4px);
}

/* MODAL CARD */
.overview-dialog{
  position: relative;
  width: 100%;
  max-width: 80vw;
  max-height: 80vh;
  background: #ffffff;
  border-radius: 20px;
  padding: 86px 24px 32px 32px;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  z-index: 2;
  color: #6b6b6b;
  z-index:9999999;
}

/* TITLE */
.overview-dialog h3{
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

/* TEXT */
.overview-modal-body{
  font-size: 15.5px;
  line-height: 1.7;
  color: #555;
}

.overview-close{
    position: absolute;
    top: 20px;
    right: 16px;
    border: none;
    background: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.overview-close svg{
    position: absolute;
    top:0;
    right:0;
}

.out-stock-msg.mobile{
    display: none;
}

.out-stock-msg{
    color: #FF0000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-right:80px;
}

.out-stock-msg span{
    color:#6B6B6B;
    
}
.stock-form{
    margin-top:12px;
    display: flex;
    gap:8px;
}

.stock-form input{
    padding:10px;
    border:1px solid #ddd;
    border-radius:6px;
    max-width:280px;
}

.stock-form button{
    padding:10px 47px;
    background:#2f8f95;
    color:#fff;
    border:none;
    border-radius:6px;
    margin-left:8px;
    transition:0.3s all ease;
}

.stock-form button:hover{
    background: #2f8f95;
    opacity:0.8;
    cursor: pointer;
}

.overview-text {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6b6b6b;
}

.overview-close:hover, .overview-close:focus{     background-color: transparent;
    color: transparent;
    
}

.product-overview-section{
  background: #FFFFFF80;
  border: 2px solid #FFFFFF;
  padding-top:200px;
  padding-bottom:40px;
  border-radius:20px;
  position:relative;
  z-index:5;
}
.product-section{
    padding-inline:80px;
}

.product-section h2{
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-transform: capitalize;
    color: #212121;
}

.product-section .overview{
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #6B6B6B;
}

.product-section.card-specs{
    margin-top:40px;
}

.product-section.card-specs h2{
        font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.spec-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px 40px;
}
@media(max-width:1024px){
    .spec-grid{
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap:10px;
    }
    
    .out-stock-msg.mobile{
    display: block;
    padding-right: 160px;
        text-align: center;
        margin: 0;
    }
    .out-stock-msg{
    display: none;
    }
}
.spec-grid .spec-requirement{
    display: flex;
    gap: 40px;
    margin-bottom:30px;
}

.spec-grid .spec-requirement .spec-info{
    max-width: 173px;
    min-width: 173px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #212121;
}

.spec-grid .spec-requirement .spec-detail{
    flex: 1;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6B6B6B;
}

.slick-next:before, .slick-prev:before{
    content:none;
}

.similar-products .custom-arrow{
    background: transparent !important;
    border:none !important;
    color:transparent !important;
    font-size: unset !important;
    padding:0 !important;
}

.slick-dots{
    bottom: -55px !important;
}

.slick-dots .slick-active button:before{
    font-size: 10px !important;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    color: #32939B !important;

}

.slick-dots li button:before{
    font-size: 8px !important;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '•';
    text-align: center;
    color: #D2D5D8 !important;
}

.slick-dots li button:hover, .slick-dots li button:focus{
    background: transparent !important ;
}

.similar-products.slick-slider{
    margin-bottom:120px;
}

.similar-products .slick-slide {
    padding: 0 30px;
}

.similar-products .slick-list {
    margin: 0 -30px;
}

.similar-products .slick-prev{
    left:-75px;
}

.similar-products .slick-next{
    right:-75px;
}

.product-section.gallery-section{
    padding-bottom:40px;
    padding-top: 40px;
}

@media (max-width: 991px){
    .product-section.gallery-section{
    padding-bottom:80px;
    }
}
.product-section.similar-products-section{
    margin-top:0;
    padding-top:40px;
}

.product-section .similar-head{
    margin-bottom: 40px;
    text-align: center;
}

.product-section .product-section-head{
    margin-block: 0 30px;
}

.product-section .card-specs-head{
 margin:40px 0 36px;   
}

.product-section .gallery-subhead{
    margin-top:40px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color:#212121;
}

    .product-section .gallery-head{
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #212121;
    margin-bottom:40px;
    text-transform: none;
    }

.product-gallery-masonry {
    column-count: 3;
    column-gap: 12px;
    position: relative;
    z-index:6;
    max-width: 70%;
    margin: 0 auto;
}
@media (max-width: 991px){
    .product-gallery-masonry {
        max-width: 100%;
    }
    .product-section .gallery-subhead{
        margin-top:80px;
    }
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 12px;
    position: relative;
}

.gallery-item img {
    width: 100%;
    display: block;
    border-radius: 10px;
    position: relative;
    z-index:30;
    background: #FFFFFF;
    /*max-height: 400px;*/
    /*object-fit: contain;*/
}

.gallery-item .video-embed-wrapper iframe{
    height: auto;
}

 .view-all-specs-btn{
     display: none;
 }
 .specs-modal-dialog{
     display: none;
 }
 
 .visit-shop-mobile{
     display: none;
 }
 

@media (max-width:768px){
    
    .product-hero{
        gap:50px;
    }
    .product-section .similar-head{
        font-size:24px;
        line-height:36px;
    }
    
        .out-stock-msg.mobile{
            padding-right:60px;
        }
    .visit-shop-mobile{
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
    }
    
      .visit-shop-mobile:after{
        position: absolute;
        content: "";
        top: 33%;
        left: 5%;
        width: 90%;
        height: 1px;
        color: #6b6b6b;
        background: #6b6b6b;
        transform: translateY(-50%);
  }
    .visit-shop-mobile .visit-shop {
        display: inline-block;
        margin-top: 82px;
        text-align: center;
    }
    .spec-requirement{
        flex-direction: column;
    }

  .spec-grid .spec-requirement {
    display: none;
  }

  .spec-grid .mobile-visible {
    display: block !important;
  }

  .view-all-specs-btn{
    margin-top: 20px;
    max-width: 456px;
    width: 100%;
    padding: 13px;
    border-radius: 8px;
    border: 0.5px solid #1F1F1F;
    background: #2121211A;
    font-weight: 600;
    font-size:16px;
    line-height:24px;
    color: #1F1F1F;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
  }
  
   .specs-modal-dialog{
       display: block;
   }
  .view-all-specs-btn:hover{
    color: #1F1F1F;
    background: #2121211A;
    border: 0.5px solid #1F1F1F;
}

}

@media (min-width:769px){
  .view-all-specs-btn{
    display:none;
  }
}


@media (max-width:1024px){
    
    .visit-shop-mobile{
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
    }
    
      .visit-shop-mobile:after{
        position: absolute;
        content: "";
        top: 33%;
        left: 5%;
        width: 90%;
        height: 1px;
        color: #6b6b6b;
        background: #6b6b6b;
        transform: translateY(-50%);
  }
    .visit-shop-mobile .visit-shop {
        display: inline-block;
        margin-top: 82px;
    }
    
    .product-section.similar-products-section {
        padding-inline:16px;
    }
    .custom-arrow{
        display:none !important;
    }
    .custom-product{
        padding-inline:16px !important;
    }
    .product-overview-section{
        padding-top:184px;
    }
    .product-hero{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-inline:0;
    }
    .product-hero .hero-left{
        order:2;
        position:relative;
    }
    
    .stamp{
    max-width: 166px !important;
    height: 240px !important;
    }
    .stamp-front{
        position: relative;
        left:10%;
    }
    .stamp-back{
    bottom: 4%;
    left: 14%;
    }
    .visit-shop{
        display: none;
    }
    .product-hero .hero-right .hero-detail-wrap{
        border: none;
    }
    .gallery-section{
        padding-inline:40px;
    }
    .spec-grid{
    grid-template-columns: repeat(1, 1fr);
    }
    
    .product-hero .hero-right .hero-detail-wrap{
        text-align:center;
    }
    .hero-right h1 {
        font-size:36px;
        line-height: 46px;
        text-align:center;
    }
.specs-modal{
  position: fixed;
  inset: 0;
  height: 100vh;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* active state */
.specs-modal.active{
  display: flex;
}

/* background overlay */
.specs-modal-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(89.32deg, rgba(28, 58, 114, 0.7) -0.11%, rgba(50, 145, 154, 0.7) 98.89%),  linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));

}

/* dialog box */
.specs-modal-dialog{
  position: relative;
  background: #fff;
  width: 92%;
  max-width: 520px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 86px 24px 24px;
  border-radius: 14px;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.specs-modal-dialog h3{
    margin:0;
    padding-bottom:40px;
}

.specs-close:hover, .specs-close:focus{     background-color: transparent;
    color: transparent;
    
}

.specs-close{
    position: absolute;
    top: 20px;
    right: 16px;
    border: none;
    background: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.specs-close svg{
    position: absolute;
    top:0;
    right:0;
}

.specs-modal-body{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .specs-modal-body .spec-requirement{
        display: flex;
        flex-direction: row;
        gap: 53px;
    }
    
    .spec-info {
    min-width: 40%;
    max-width: 116px;
    color: #212121;
    font-weight: 500;
    }
} 

/*@media (max-width: 767px) {*/
/*    .spec-grid::after{*/
/*        content: none;*/
/*    }*/
/*}*/
@media (max-width: 767px) {
    .stamp{
        max-width:136px !important;
        height:205px !important;
    }
    .product-gallery-masonry {
        column-count: 2;
    }

    
    .product-section .product-section-head{
        font-size:24px;
        line-height: 36px;
    }
    .product-section .overview {
        font-size:14px;
        line-height:26px;
    }
    .gallery-subhead{
        margin-top:120px;
    }
    .product-section .gallery-head {
        font-size:24px;
        line-height:36px;
    }
    
    .stamp-front{
        left:-10%;
    }
    .stamp-back{
        left:5%;
    }
    
    .product-overview-section .product-section{
        padding-inline:24px;
    }
    
    .similar-products .custom-arrow {
        display: none;
    }
    
    .product-gallery-masonry .slick-slide {
    width: 362px !important;
  }

  .gallery-slide{
    width: 362px;
    height: 344px;
    display: grid;
    gap: 6px;
    grid-auto-flow: dense;
  }
  
    .gallery-slide{
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 80px;
  }

  /* default items */
  .gallery-slide .gallery-item{
    overflow: hidden;
    border-radius: 6px;
  }

  .gallery-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .gallery-slide .gallery-item:nth-child(1){
    grid-row: span 2;
  }

  .gallery-slide .gallery-item:nth-child(4){
    grid-column: span 2;
  }
  
      .gallery-item img{
      aspect-ratio: auto;
    }
    .slick-list {
      padding-left: 20px;
    }

}

@media (min-width:480px) and (max-width:768px){
  .gallery-slide {
    grid-template-columns: repeat(4, 1fr);
  }
      .spec-info {
    min-width: 116px;
    }
}

@media (max-width:476px){
      .visit-shop-mobile:after{
          width: 100%;
          left:0%;
      }
}/* End custom CSS */