/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./_front/modules/product-card/product-card.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
.product-card.has-display .product-card__image-link::before {
  color: var(--light);
}

/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
.product-card.has-display .product-card__image-link::before {
  font-size: max(24px, 1.25vw);
  line-height: 1;
  font-weight: 500;
}

.product-card {
  height: 100%;
}
.product-card__image-link img {
  object-fit: cover;
  width: 100%;
}
.product-card__image-link .product-card__secondary-image {
  inset: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.product-card__image-link:hover .product-card__secondary-image {
  opacity: 1;
}
.product-card.has-display .product-card__image-link::before, .product-card.has-display .product-card__image-link::after {
  position: absolute;
  inset: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.product-card.has-display .product-card__image-link::before {
  content: var(--display-text);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: max(20px, 1.0416666667vw);
}
.product-card.has-display .product-card__image-link::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
}
.product-card.has-display .product-card__image-link:hover::before, .product-card.has-display .product-card__image-link:hover::after {
  opacity: 1;
}
.product-card__wishlist {
  inset: max(15px, 0.78125vw) max(15px, 0.78125vw) auto auto;
  border: none;
  padding: 0;
  background-color: transparent;
  z-index: 1;
  transition: all 0.3s ease;
}
.product-card__wishlist svg {
  display: flex;
  width: max(24px, 1.25vw);
  height: max(24px, 1.25vw);
}
.product-card__wishlist svg path {
  transition: all 0.3s ease;
}
.product-card__wishlist:hover svg path {
  fill: var(--light);
}
.product-card__wishlist.active svg path {
  fill: var(--light);
  stroke: var(--light);
}
.product-card__content {
  padding-block: max(16px, 0.8333333333vw);
  flex: 1;
}
.product-card__content .info {
  flex: 1;
}
.product-card__content .info__title {
  max-width: max(260px, 13.5416666667vw);
  margin-bottom: max(15px, 0.78125vw);
}
.product-card__content .info__title.has-min-height {
  min-height: 2em;
}
.product-card__content .info__title.space-down {
  margin-bottom: max(16px, 0.8333333333vw);
}
.product-card__content .info__title.space-down--sm {
  margin-bottom: max(4px, 0.2083333333vw);
}
.product-card__content .info button {
  white-space: nowrap;
}
.product-card__content .info > button {
  margin-top: max(16px, 0.8333333333vw);
}
.product-card__content .info .price-helper {
  margin-top: auto;
}

/*# sourceMappingURL=product-card.css.map*/