
.toouch-product-wrapper {
  font-family: Helvetica, sans-serif;
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}
.toouch-product-card {
  position: relative;
  overflow: hidden;
}
.toouch-product-img {
  position: relative;
  width: 100%;
}
.toouch-product-img img {
  width: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: block;
}
.toouch-product-img .hover-img {
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
}
.toouch-product-card:hover .hover-img {
  opacity: 1;
  transform: scale(1.05);
}
.toouch-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  pointer-events: none;
}
.toouch-arrow-left { left: 10px; }
.toouch-arrow-right { right: 10px; }
.toouch-product-card:hover .toouch-arrow {
  opacity: 1;
}
.toouch-product-info {
  padding: 10px 0;
  text-align: center;
}


.product-title {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-title {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .product-title {
    font-size: 9px;
  }
}

@media (max-width: 1024px) {
  
.product-title {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-title {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .product-title {
    font-size: 9px;
  }
}

}
@media (max-width: 768px) {
  
.product-title {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-title {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .product-title {
    font-size: 9px;
  }
}

}


.price {
  font-size: 11px;
  color: #555;
}



/* Font adjustments */
.toouch-product-title, .toouch-product-price {
    font-family: 'Archivo', sans-serif !important;
    font-size: 12px !important;
}

@media (max-width: 768px) {
    .toouch-product-title, .toouch-product-price {
        font-size: 10px !important;
    }
}
