/*
Section REELS
*/
.section-reels {
   background: #f8f6ef;
   padding-top: 60px;
   padding-bottom: 60px;
}

.section-reels h2.general-title {
   text-transform: uppercase;
   text-align: center;
   font-size: 48px;
   font-weight: 800;
}

.section-reels p.subtitle {
   text-align: center;
   margin-top: 0;
   font-size: 16px;
}

.swiper-reels {
   padding-top: 30px;
   overflow: visible;
}

.swiper-reels .swiper-wrapper {
   overflow: visible;
}

.section-reels .col-product-archive .image-cover:hover img.hover-image {
   opacity: 0;
   visibility: hidden;
}

.section-reels .col-product-archive .image-cover:hover img.main-image {
   opacity: 1;
   visibility: visible;
}

.section-reels p.text {
   margin-top: 50px;
}

.section-reels .image-cover.video {
   padding-top: 110%;
   background: #f8f8f8;
}

.swiper-reels .reel-container .views {
   display: flex;
   align-items: center;
   position: absolute;
   gap: 5px;
   top: 10px;
   right: 0;
   padding: 2px 7px;
   background-color: rgba(11, 11, 11, 0.3803921569);
   backdrop-filter: blur(10px);
   border-radius: 0;
   color: white;
   font-size: 10px;
   line-height: 14px;
   font-weight: 700;
   -webkit-transform: translateZ(0);
   -webkit-backface-visibility: hidden;
}

.swiper-reels .reel-container .views svg {
   width: 13px;
   position: relative;
   top: -1px;
}

.swiper-reels .reel-container .product-data {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   background: linear-gradient(0deg, #000000d4, transparent);
   z-index: 100;
   padding: 40px 8px 8px;
   align-items: flex-end;
   display: flex;
   gap: 15px;
   -webkit-transform: translateZ(0);
   -webkit-backface-visibility: hidden;

}

.swiper-reels .reel-container .product-data p.title {
   color: white;
   font-size: 14px;
   margin-bottom: 6px;
   letter-spacing: 1.6px;
   text-transform: uppercase;
   font-weight: 600;
}

.swiper-reels del {
   color: #000;
   margin-right: 5px;
   font-weight: 200;
   letter-spacing: 0.55px;
   font-size: 14px;
}

.swiper-reels ins {
   font-weight: 400;
   letter-spacing: 0.55px;
   font-size: 14px;
}

.swiper-reels ins span {
   color: #000;
}

.swiper-reels .reel-container .img-wrap {
   width: 100%;
   max-width: 50px;
   min-width: 50px;
}

.swiper-reels .play-video {
   cursor: pointer;
   position: absolute;
   inset: 0;
   margin: auto;
   max-width: max-content;
   max-height: max-content;
   -webkit-transform: translateZ(0);
   -webkit-backface-visibility: hidden;
}


.swiper-reels .product-info-open {
   position: absolute;
   bottom: 20px;
   padding: 0px 15px;
   -webkit-transform: translateZ(0);
   -webkit-backface-visibility: hidden;
}

.swiper-reels .product-info-open .trigger-open {
   background: white;
   border-radius: 50%;
   width: 30px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.swiper-reels .product-info-open .close {
   display: none;
}

.swiper-reels .product-info-open.active .close {
   display: block;
}

.swiper-reels .product-info-open.active .open {
   display: none;
}

.swiper-reels .product-info-data {
   padding: 5px 10px 5px 5px;
   background: #ffffffe6;
   box-shadow: 0 2px 4px #00000047;
   font-size: 12px;
   font-weight: 500;
   position: absolute;
   left: 15px;
   bottom: 37px;
   min-width: 250px;
   max-width: 250px;
   display: none;
}

.swiper-reels .product-info-open.active .product-info-data {
   display: block;
}

.swiper-reels .product-info-data::after {
   content: "";
   position: absolute;
   bottom: -10px;
   left: 6%;
   transform: rotate(180deg);
   margin-left: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: transparent transparent #ffffff transparent;

}

.swiper-reels .product-info-data .product-content {
   display: flex;
   gap: 12px;
}

.swiper-reels .product-info-data .product-content p.title {
   line-height: 1.2;
   margin-bottom: 3px;
}

/*Responsive*/
@media (max-width: 991px) {

   .swiper-reels {
      overflow: hidden;
   }

   .section-reels h2.general-title {
      font-size: 38px;
   }
}

@media (max-width: 768px) {
   .section-reels {
      padding-top: 35px;
      padding-bottom: 35px;
   }

   .swiper-reels .reel-container .product-data p.title {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 4px;
   }
}

@media (max-width: 575px) {
   .section-reels .swiper-reels {
      padding-top: 25px;
   }

   .section-reels .swiper-reels .price-wrapper .inner {
      font-size: 12px;
      line-height: 18px;
   }

   .swiper-reels .reel-container .product-data p.title {
      font-size: 12px;
      line-height: 14px;
   }

   .swiper-reels .reel-container .img-wrap .image-cover {
      max-height: 50px;
   }

   .swiper-reels .reel-container .product-data ins,
   .swiper-reels .reel-container .product-data del {
      font-size: 12px;
   }

   .swiper-reels .product-info-data {
      min-width: 200px;
      max-width: 200px;
   }
}