.cw_wooproduct_container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
}
.cw_wooproduct_container p {
  margin: 0;
  padding: 0;
}
.cw_wooproduct_card {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;

  border-radius: 24px;
  background: #FFF;
  position: relative;
  text-decoration: none !important;
  color: inherit;
}

.cw_wooproduct_card__image {
  width: 400px;
}
.cw_wooproduct_card__detail {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.cw_wooproduct_card__title {
  margin: 0;
  padding: 0;
  color: #3B2A82;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cw_wooproduct_card_label_price {
  margin: 0;
  padding: 0;
  color: #7A719B;
  text-align: center;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cw_wooproduct_card__price {
  margin: 0;
  padding: 0;
  color: #3B2A82;
  text-align: center;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


/* carrusel */
.cw_wooproduct_container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  gap: 16px;

  /* Ocultar scrollbar en diferentes navegadores */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.cw_wooproduct_container::-webkit-scrollbar {
  display: none; /* Safari y Chrome */
}

.cw_wooproduct_card {
  outline: none !important;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.cw_wooproduct_card:focus {
  outline: none !important;
  border: 0.2rem solid #3B2A82;
}

/* Estilos para botones de navegación (ajusta según tu diseño) */
.cw_wooproduct_nav {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.cw_wooproduct_nav.left {
  left: 10px;
  background-image: url('https://globalprinted.com/wp-content/plugins/cw-blocks-plugin/assets/arrow-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cw_wooproduct_nav.right {
  right: 10px;
  background-image: url('https://globalprinted.com/wp-content/plugins/cw-blocks-plugin/assets/arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*media query movile 767*/
@media (max-width: 767px) {
  .cw_wooproduct_card__image {
    width: 340px;
  }
  .cw_wooproduct_nav.left {
    left: -15px;
  }
  .cw_wooproduct_nav.right {
    right: -15px;
  }
}

.cw_wooproduct_card__figure {
  position: relative;

}

.cw_wooproduct_card__info {
  display: flex;
  width: 100%;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.88);
}

.cw_wooproduct_card__colors {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cw_wooproduct_card__color {
  border-radius: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #3B2A82;
}

.cw_wooproduct_card__color--wrapped {
  flex-wrap: wrap;
}

.cw_wooproducts_card__color_label {
  color: #3B2A82;
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cw_wooproduct_card__sizes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cw_wooproduct_card__sizes--wrapped {
  flex-wrap: wrap;
}

.cw_wooproduct_card__size {
  color: #3B2A82;
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.cw_wooproducts_card__size_label {
  color: #3B2A82;
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cw_wooproduct_card__discount{
  background: #FF3067;
  position: absolute;
  z-index: 9999;
  left: 5%;
  top: 3%;
  padding: 4px 8px;
  border-radius: 8px;
  color: white;
}

/*# sourceMappingURL=cw_wooproducts.min.css.map*/