/*# sourceMappingURL=http://localhost/infinity2025/App/Product/Templates/Cards/Css/CardImage.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.card.card--image-product {
  --card-border:0px solid transparent;
  position: relative;
  box-shadow: none !important;
  --custom-color:var(--primary);
  background-color: #fff !important;
}
.card.card--image-product figure {
  display: flex;
  justify-content: center;
}
.card.card--image-product a {
  display: none;
}
.card.card--image-product:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  content: "";
  opacity: 0.4;
}
.card.card--image-product .card__content {
  align-items: flex-start;
  justify-content: flex-start;
}
.card.card--image-product .card__content .card__description {
  display: none !important;
}
.card.card--image-product .card__content .card__read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  --custom-font-size: 12px;
  position: absolute;
  background: var(--primary);
  right: -50px;
  opacity: 0.1;
  height: 30px;
  --custom-color:#fff;
  width: 30px;
  transition: all 0.3s;
  transition-delay: 200ms;
  border-radius: 10px;
  bottom: 15px;
}
.card.card--image-product .card__content .card__read-more a {
  display: block;
}
.card.card--image-product .card__content .card__read-more i {
  color: #fff;
}
.card.card--image-product:hover .card__read-more {
  z-index: 1;
  right: 15px;
  bottom: 15px;
  opacity: 1;
}
.card.card--image-product .card__price {
  border-radius: 6px 0 0 6px;
  background: var(--primary);
  padding: 3px 12px;
  --custom-color:#fff;
  --custom-font-size:12px;
  position: absolute;
  right: 0px;
  top: 15px;
}
