.product-image-collage-section-wrapper {
  display: block;
  padding: 20px 0;
  .section-title {
    display: block;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    @media (max-width: 767px) {
      font-size: 17px;
      margin-bottom: 25px;
    }
  }
  .product-banner-slider-wrapper {
    .banner-container {
      position: relative;
      &:hover {
      .overlay-wrapper {
        opacity: 1; 
      }
      }
      .banner-img {
        width: 100%;
        height: auto;
        max-width: 100%;
      }
      .overlay-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        .text-icon-wrapper {
          display: flex;
          flex-direction: column;
          gap: 11px;
          align-items: center;
          .shop-now-text {
            font-size: 16px;
            font-weight: 600;
          }
          svg {
            fill: #fff;
          }
        }
      }
    }
    .swiper-button-next,.swiper-button-prev {
      &::after {
        content: " ";
      }
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 40px;
      border: 1px solid #000;
      border-radius: 50%;
      background-color: #000;
      top: 45%;
      @media (max-width: 767px) {
        width: 35px;
        height: 35px;
      }
      svg {
        height: 100%;
        width: 100%;
        padding: 8px;
        fill: #fff;
      }
    }
  }
}

.popup-data-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 0px;
  z-index: 1000;
  overflow-y: auto;
  @media (max-width: 767px) {
    display: block;
  }
  .popup-image-detail-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    color: rgb(126, 126, 126);
    outline: none;
    pointer-events: auto;
    z-index: 1;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    @media (min-width: 768px) {
      max-width: 962px;
      margin: 20px auto;
    }
    @media (max-width: 767px) {
      height: 100%;
    }
    .close-button {
      display: inline-block;
      position: absolute;
      top: 20px;
      right: 20px;
      margin: 0px;
      height: 32px;
      width: 32px;
      padding: 4px;
      font-size: 0px;
      opacity: 0.8;
      transition: opacity 300ms;
      z-index: 1;
      @media (max-width: 767px) {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      svg {
        cursor: pointer;
        @media (max-width: 767px) {
          width: 15px;
          height: 15px;
        }
      }
    }
    .wrapper {
      display: flex;
      width: 100%;
      flex-direction: row;
      position: relative;
      background: #fff;
      @media (max-width: 767px) {
        flex-direction: column;
        height: 100%;
      }
      .image-wrapper {
        width: calc(100% - 362px);
        position: relative;
        display: flex;
        @media (max-width: 767px) {
          width: 100%;
        }
        .image-previous-arrow {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          margin: 0px;
          pointer-events: auto;
          transition: opacity 300ms;
          left: 0px;
          height: 36px;
          width: 36px;
          padding: 5px;
          opacity: 1;
          background: #fff;
          border: none;
          &.disabled {
            display: none;
          }
        }
        .image-next-arrow {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          margin: 0px;
          pointer-events: auto;
          transition: opacity 300ms;
          right: 0px;
          height: 36px;
          width: 36px;
          padding: 5px;
          opacity: 1;
          background: #fff;
          border: none;
          &.disabled {
            display: none;
          }
        }
      }
      .product-detail-wrapper {
        flex: 0 1 auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        @media (min-width: 768px) {
          width: 362px;
          padding: 20px 10px 10px;
        }
        @media (max-width: 767px) {
          flex: 1 1 0;
        }
        .items-count {
          display: block;
          margin-bottom: 0;
          padding: 20px 20px 0px;
          margin-bottom: 14px;
        }
        .product-data-wrapper {
          padding: 0 20px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%;
          .data-wrapper {
            display: flex;
            flex-direction: column;
            width: 138.5px;
            &:hover {
              .image-wrapper {
                outline: #000 solid 1px;  
              }
              .product-title-price-wrapper {
                .product-title {
                  text-decoration: underline;
                }
              }
            }
            .image-wrapper {
              display: block;
              width: 118.5px;
              padding: 5px;
              outline: rgb(236, 236, 236) solid 1px;
              margin-bottom: 7px;
              .product-image {
                width: 118.5px;
                height: auto;
                max-width: 100%;
              }
            }
            .product-title-price-wrapper {
              .product-title {
                margin: 0;
                font-size: 13px;
                width: 100%;
                margin: 0px auto;
                padding: 10px 0px 5px;
                color: #777676;
                text-align: left;
                text-decoration: none;
                font-weight: 500;
              }
              .product-price {
                display: flex;
                align-items: center;
                gap: 5px;
                .price {
                  font-weight: 700;
                  color: #7e7e7e;
                  text-align: left;
                  &.normal-price {
                    font-size: 12px;
                  }
                  &.product-compare-price {
                    font-size: 11px;
                    text-decoration: line-through;
                  }
                }      
              }
            }
          }
          .social-media-icons-container {
            display: flex;
            align-items: center;
            .icon-wrapper {
              display: flex;
              justify-content: center;
              align-items: center;
              height: 26px;
              width: 26px;
              margin: 0px 3px;
              transition: transform 300ms;
              border: 1px solid transparent;
              border-radius: 50%;
              background-color: rgb(0, 0, 0);
              cursor: pointer;
              svg {
                fill: white;
                width: 15px;
                height: 15px;
              }
            }
          }
        }
      }
    }
  }
}

.pop-enable-class {
  overflow: hidden;
}