.title-moduleV2023 {
    font-size: 23px;
    margin-bottom: .2em;
  }
  .product-listV2023 {
    margin-bottom: 0px;
  }
  .product-listV2023 .product-item > div {
      border: 3px solid #E5E5E5;
      border-radius: 10px;
      height: 420px;
      transition: border .3s, box-shadow .2s, all .2s;
      background: #fff;
    }
    .product-listV2023 .product-item.product-item-big > div {
      height: 320px;
    }
    .product-listV2023 .product-item.product-item-big .product-thumbD {
      height:280px;
    }
    .product-listV2023 .product-item.product-item-big .stars {
      font-size:20px;
    }
    .product-listV2023 .product-item.product-item-big .product-item-reviews-count {
      font-size:16px;
    }
    @media screen and (max-width:768px) {
      .product-listV2023 .product-item.product-item-big > div {
        height: auto;
      }
      .product-listV2023 .product-item.product-item-big .product-thumbD {
        height:100px;
      }
      .product-listV2023 .product-item.product-item-big .stars {
        font-size:10px;
      }
     .product-listV2023 .product-item.product-item-big .product-item-reviews-count {
      font-size: 12px;
     }

      .product-listV2023 .product-item.product-item-big .title {
        font-size: 14px !important;
      }
      }
    @media screen and (min-width:769px) {
      .product-listV2023 .product-item.product-item-big  .divA {
        width: 40%;
      }
      .product-listV2023 .product-item.product-item-big  .divB {
        width: 60%;
      }
    }

  .product-listV2023 .product-item:hover > div {
    box-shadow: 0 0 50px 5px #0002;
    transform: scale(1.1);
    position: relative;
    z-index: 12;
    }
  .product-listV2023 .product-item.product-item-big:hover > div {
    box-shadow: 0 0 10px 2px #0002;
    transform: scale(1.01);
    position: relative;
    z-index: 12;
    }
    
    .product-listV2023 .product-item .offer {
        background: var(--color-primary);
        border-radius: 8px; position: absolute;
        top: 0;
        left: 5px;
    padding: 4px 12px;
    color: #fff;
    text-transform: uppercase;
    opacity: .8;
    z-index: 12;
}
.product-listV2023 .product-item .product-item-img-parent {
  padding: 0 10px 0 10px;
}
.product-listV2023 .product-item .product-item-img > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
    will-change: transform;
}
.product-listV2023 .product-item:hover .product-item-img > div {
    opacity: .8;
    transform: scale(.85);
}
  .text-black {
    color: #222;
  }
  .product-listV2023 .product-item .product-item-img > div {
    height: 200px;
    display: block;
  }
  .product-listV2023 .product-item .date-shipping {
    color: #727272;
  }
  .product-listV2023 .product-item .price {
    font-size: 28px;
    color: #333;
  }
  .product-listV2023 .product-item .price .priceV2 small {
    font-size: 72%;
  }
  .product-listV2023 .product-item .price .price-old { 
    font-size: 16px;
    color: #9FA3B9;
    position:relative;
    
  }
   .price-old:before { 
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color-danger);
    position: absolute;
    left: 0;
    top: 35%;
  }
  .product-listV2023 .product-item .product-item-reviews-count { 
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.8em;
  }
  .product-listV2023 .product-item .date-shipping {
    font-size: 0.8em;
    }  
  @media screen and (max-width: 767px) {
    .product-listV2023 .product-item .product-item-reviews-count {
        font-size: 0.6em;
        line-height: 1;
    }
    .product-listV2023 .product-item .product-item-img > div {
        height: 120px;
    }
    .product-listV2023 .product-item .date-shipping {
        font-size: 0.7em;
    }
    .product-listV2023 .product-item > div {
        height: 350px;
      }
  }
  .control-label.for-product-option {
    font-size: 9px;
    margin: 0;
    margin-bottom: -10px;
  }
  .blackdrop-product {
    background: #0009 !important;
    opacity: 0;
    pointer-events: none;
    width: 100%; height: 100%; position:absolute !important; top:0; left: 0;
    transition: all .3s;
  }
  /* .product-item:hover > div > * {
    filter: blur(1px);
  } */
  
  .product-item:hover .blackdrop-product {
    filter: blur(0);
    opacity: 1;
    pointer-events: all;
  }
  .blackdrop-product .items {
    transform: translateY(15px);
    opacity: 0;
    transition: .3s all;
  }
  .product-item:hover  .items {
    transform: translateY(0px);
    opacity: 1;
  }
  .blackdrop-product-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    color: #fff;
    filter:blur(0px) !important;
    opacity: 0;
    pointer-events:none;
    transition: opacity .3s;
  }
  .product-item.loader .blackdrop-product-loader {
    opacity: 1;
    pointer-events:all;
  }

    .product-thumb-actions .btn-wishlist-modules {
      font-size: 18px;
    }
  
    .product-thumb-actions .btn-wishlist-modules {
      border: 1px solid var(--color-primary);
      width: 32px;
      height: 32px;
      box-shadow: 0 0 5px rgba(var(--color-primary-rgb-pure), .2);
      transform: translateY(-15px);
      opacity: 0;
      transition: all .3s;
      transition-delay: .1s;
  
    }
  
    .product-thumb:hover .btn-wishlist-modules {
      transform: translateY(0);
      opacity: 1;
    }
  
    @media screen and (max-widht : 767px) {
      .product-thumb .btn-wishlist-modules {
        transform: translateY(0);
        opacity: 1;
      }
    }
  
    .product-thumb-actions .btn-wishlist-modules:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 10px rgba(var(--color-primary-rgb-pure), .2);
    }