/*# sourceMappingURL=http://localhost/infinity2025/Templates/Pages/Footer/Css/main.less.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;
}
footer {
  padding: 50px 0 0px;
  --h5-margin: 10px;
  --h5-font-size: 20px;
}
footer a:hover {
  --custom-color:var(--primary);
}
footer .footer__cta {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
footer .footer__cta grid {
  background-color: #ffffff;
  border-radius: var(--border-radius);
  padding: 50px 0;
}
@media (max-width: 692px) {
  footer .footer__cta grid {
    padding: 50px 20px;
    max-width: calc(100vw - 80px);
  }
}
footer .footer__cta .image-block {
  overflow: visible;
  position: relative;
}
@media (max-width: 692px) {
  footer .footer__cta .image-block {
    display: none;
  }
}
footer .footer__cta .image-block img {
  position: absolute;
  bottom: -54px;
  width: 250px;
  right: -33px;
}
footer section:not(.footer__cta) {
  --icon-color: var(--secondary);
  padding-top: 200px;
  background-color: var(--footer-background);
  padding-bottom: 100px;
}
footer section:not(.footer__cta):after {
  height: 100% !important;
}
footer section:not(.footer__cta) ul li:before {
  color: var(--primary) !important;
}
footer nav.vertical ul li:before {
  color: var(--primary);
}
/*# 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;
}
/*# sourceMappingURL=http://localhost/infinity2025/App/Block/Templates/Default/Grid/Css/Grid.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;
}
.panel .filter-block {
  width: auto;
  padding: 15px;
  --input-border-color: var(--primary);
}
