.m-product-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.m-product-card:hover .m-product-card__fw-btn {
  opacity: 1;
  visibility: visible;
}
.m-product-card--row {
  flex-direction: row;
  display: flex;
  width: 100%;
  gap: 1.6rem;
  padding: 1.6rem;
  border-radius: 0.3rem;
  border: 1px solid var(--color-primary-border);
  background-color: #fff;
}
.m-product-card--row .m-product-card__media-wrapper {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .m-product-card--row .m-product-card__media-wrapper {
    width: 33.3333333333%;
  }
}
.m-product-card--row .m-product-card__content {
  border-radius: 0.3rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.m-product-card--row .m-product-card__content-wrapper {
  flex: 1;
}
.m-product-card--row .m-product-card__content .a-btn {
  width: fit-content;
}
.m-product-card--row .m-product-card__content .a-btn .m-price {
  margin-left: 1rem;
}
.m-product-card--row .m-product-card__heading {
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .m-product-card--row .m-product-card__heading {
    font-size: 1.2rem;
  }
}
.m-product-card--row .m-product-card__subtitle {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .m-product-card--row .m-product-card__subtitle {
    font-size: 1rem;
  }
}
.m-product-card--row .m-product-card__footer {
  margin-top: auto;
}
.m-product-card--row .m-product-card__quick-view {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06rem;
}
.m-product-card--row .m-product-card__quick-view:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
}
.m-product-card--row .m-product-card__benefits {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.m-product-card--row .m-product-card__media {
  height: 100%;
  overflow: visible;
}
.m-product-card--row .m-product-card__media-wrapper {
  width: 6rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.m-product-card--row .m-product-card__image {
  height: 100%;
}
.m-product-card--row .m-product-card__image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.m-product-card__url {
  text-decoration: none;
  color: inherit;
}
.m-product-card__link {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06rem;
  margin-left: auto;
  margin-top: 3px;
}
.m-product-card__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #00EA93;
}
.m-product-card__media {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .m-product-card__media:hover .m-product-card__image.m-product-card__image-slider .m-swiper__arrow {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .m-product-card__media.quick-add:hover .m-product-card__quick-add {
    opacity: 1;
    margin-bottom: 0;
    z-index: 1;
  }
}
.m-product-card__media.show-secondary-image img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity var(--default-transition-easing) var(--default-transition-timing);
}
.m-product-card__media.show-secondary-image:hover img:nth-of-type(2) {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.m-product-card__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .m-product-card__image.m-product-card__image-slider .m-swiper__arrow {
    opacity: 0;
    transition: opacity var(--default-transition-easing) var(--default-transition-timing);
  }
}
.m-product-card__image.m-product-card__image-slider .m-swiper__arrow--prev {
  left: 0.8rem;
}
.m-product-card__image.m-product-card__image-slider .m-swiper__arrow--next {
  right: 0.8rem;
}
.m-product-card__quick-add {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  transition: opacity var(--default-transition-easing) var(--default-transition-timing), margin-bottom var(--default-transition-easing) var(--default-transition-timing);
}
@media screen and (min-width: 768px) {
  .m-product-card__quick-add {
    opacity: 0;
    margin-bottom: -1rem;
  }
}
.m-product-card__reviews {
  margin-bottom: 0;
}
.m-product-card__badges {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0.6rem;
  z-index: 9;
  display: flex;
}
.m-product-card__badges-wrapper {
  display: flex;
  align-items: flex-start;
  gap: var(--pc-badges-mobile-gap);
}
@media screen and (min-width: 768px) {
  .m-product-card__badges-wrapper {
    gap: var(--pc-badges-gap);
  }
}
.m-product-card__badges-wrapper[data-wrap=mobile] {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .m-product-card__badges-wrapper[data-wrap=mobile] {
    flex-wrap: nowrap;
  }
}
.m-product-card__badges-wrapper[data-wrap=desktop] {
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .m-product-card__badges-wrapper[data-wrap=desktop] {
    flex-wrap: wrap;
  }
}
.m-product-card__badges-wrapper[data-wrap=both] {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .m-product-card__badges-wrapper[data-wrap=both] {
    flex-wrap: wrap;
  }
}
.m-product-card__badges-wrapper[data-wrap=none] {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .m-product-card__badges-wrapper > .a-badge:not(:first-child) {
    display: none;
  }
}
.m-product-card__heading {
  color: var(--color-primary-body);
  text-decoration: none;
  font-family: var(--ff-quaternary) !important;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.4rem !important;
}
@media (max-width: 767px) {
  .m-product-card__heading {
    font-size: 1.3rem;
    margin-bottom: 0.3rem !important;
  }
}
.m-product-card__subtitle {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  margin-bottom: 0.8rem !important;
}
@media (max-width: 767px) {
  .m-product-card__subtitle {
    font-size: 1.2rem;
  }
}
.m-product-card__intro {
  color: var(--color-primary-body);
  font-size: var(--body-fs-xs);
  line-height: var(--body-lh-xs);
  margin-bottom: auto !important;
  max-width: 21rem;
}
@media (max-width: 767px) {
  .m-product-card__intro {
    font-size: 1.1rem;
  }
}
.m-product-card__benefit {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
}
.m-product-card__benefit--value:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.438" height="10.231" viewBox="0 0 13.438 10.231"><path id="ic_done_24px" d="M7.676,13.693,4.469,10.487,3.4,11.555l4.276,4.276,9.162-9.162L15.769,5.6Z" transform="translate(-3.4 -5.6)" fill="%2309443d"/></svg>');
  display: inline-block;
  width: 1.4rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.m-product-card__benefit svg {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (min-width: 768px) {
  .m-product-card__benefit svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.m-product-card__content {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.m-product-card__content > *:not(:last-child) {
  margin-bottom: 1rem;
}
.m-product-card__content.u-text-center .m-price__sale {
  justify-content: center;
}
.m-product-card__benefits {
  display: flex;
  flex-direction: column;
  line-height: var(--body-lh-xs);
  font-size: var(--body-fs-xs);
  margin-bottom: auto !important;
}
@media screen and (min-width: 768px) {
  .m-product-card__benefits {
    gap: 0.5rem;
    font-size: var(--body-fs-sm);
  }
}
.m-product-card__info {
  margin-top: auto;
}
.m-product-card__fw-btn {
  position: initial;
  z-index: 1;
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  right: 1.6rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--default-transition-easing) var(--default-transition-timing);
}
.m-product-card__fw-btn .a-badge {
  height: 44px;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.m-product-card__fw-btn .a-btn {
  width: 100%;
  justify-content: center;
}
.m-product-card__fw-btn .a-btn .m-product-card__quick-view {
  margin: 0;
  padding: 0;
}
.m-product-card__fw-btn--price .m-price--on-sale .m-price__sale {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .m-product-card__fw-btn--price .m-price--on-sale .m-price__sale {
    gap: 0.8rem;
  }
}
.m-product-card__fw-btn--price .m-price--on-sale .m-price__sale .m-price-item--regular {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .m-product-card__fw-btn--price .m-price--on-sale .m-price__sale .m-price-item--regular {
    margin-right: 0;
  }
}
.m-product-card__fw-btn--price .m-product-card__quick-view {
  padding: 1rem 0.8rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .m-product-card__fw-btn--price .m-product-card__quick-view {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }
}
.m-product-card__fw-btn--price .m-price__sale .m-price-item.m-price-item--regular, .m-product-card__fw-btn--price .m-price__sale .m-price-item.m-price-item--sale {
  font-size: 1.3rem;
  line-height: var(--btn-lh-sm);
}
@media screen and (min-width: 768px) {
  .m-product-card__fw-btn--price .m-price__sale .m-price-item.m-price-item--regular, .m-product-card__fw-btn--price .m-price__sale .m-price-item.m-price-item--sale {
    font-size: var(--btn-fs-sm);
  }
}
.m-product-card__fw-btn--price .m-product-card__quick-view {
  display: flex;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.m-product-card__fw-btn--price .m-product-card__quick-view > span {
  white-space: nowrap;
}
.m-product-card__fw-btn--price .m-product-card__quick-view .m-price {
  color: inherit;
}
.m-product-card__product-action {
  border: 1px solid var(--color-secondary-border);
  border-radius: 0.3rem;
  text-align: center;
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  font-weight: 500;
  padding: 1rem 1.2rem;
  width: max-content;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .m-product-card__product-action {
    font-size: 1.1rem;
  }
}
.m-product-card__line {
  width: 100%;
  height: 1px;
  background-color: var(--color-primary-border);
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  box-shadow: none;
}
@media (max-width: 767px) {
  .m-product-card__line {
    margin-top: 2rem;
  }
}
.m-product-card__footer {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.m-product-card__footer__price {
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--color-primary-body);
}
@media (max-width: 767px) {
  .m-product-card__footer__price {
    font-size: 1.1rem;
  }
}
.m-product-card__footer__price .m-price--on-sale .m-price__sale .m-price-item--regular {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .m-product-card__footer__price .m-price--on-sale .m-price__sale .m-price-item--regular {
    font-size: 1.1rem;
  }
}
.m-product-card__footer__detailed-pricing {
  width: 100%;
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.m-product-card__footer__detailed-pricing__item {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  align-items: center;
}
.m-product-card__footer__detailed-pricing__item__title {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.m-product-card__footer__detailed-pricing__item__price {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.06rem;
  margin-top: 0;
  margin-bottom: 0;
}
.m-product-card__quick-view {
  margin-left: auto;
  cursor: pointer;
}
.m-product-card__quick-view .icon {
  width: 3.8rem;
  height: 3.8rem;
  display: block;
}
.m-product-card.m-product-card--simple .m-product-card__url {
  gap: 0.5rem;
  color: inherit;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.m-product-card.m-product-card--simple .m-product-card__media {
  position: relative;
}
.m-product-card.m-product-card--simple .m-product-card__price {
  margin-bottom: 1rem;
}
.m-product-card.m-product-card--simple .m-product-card__image {
  background-color: var(--color-form-bg);
}
.m-product-card.m-product-card--simple .m-product-card__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
  padding: 0;
  margin: 0;
}
.m-product-card.m-product-card--simple .m-product-card__price {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
}
.m-product-card.m-product-card--simple .m-product-card__info {
  margin-bottom: 0.5rem;
}
.m-product-card.m-product-card--simple .m-product-card__heading {
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--color-tertiary-body);
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 0;
  width: 100%;
}
.m-product-card.m-product-card--simple .m-product-card__heading,
.m-product-card.m-product-card--simple .m-price {
  color: inherit;
}
.m-product-card.m-product-card--simple .m-product-form__submit {
  text-align: left;
}
.m-product-card.m-product-card--simple .m-variants__label {
  margin-bottom: 1rem;
}
.m-product-card.m-product-card--simple .m-product-card__info {
  margin-top: 0;
}
.m-product-card.m-product-card--simple .m-product-card__quick-add {
  margin-top: auto;
  opacity: 1;
  position: relative;
  margin-bottom: 0;
  transform: initial;
  width: auto;
  left: 0;
  bottom: 0;
}
.m-product-card.m-product-card--simple .m-product-card__quick-add .m-quick-add-variants__button {
  padding: 0.75rem 1rem;
  text-align: center;
}
.m-product-card.m-product-card--simple .m-product-card__quick-add .m-quick-add-variants__items {
  padding: 0;
}
.m-product-card.m-product-card--horizontal .m-product-card__url {
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 0;
  align-items: flex-start;
}
.m-product-card.m-product-card--horizontal .m-product-card__content {
  align-self: stretch;
}
.m-product-card.m-product-card--horizontal .m-product-card__info {
  margin-bottom: 1rem;
}
.m-product-card.m-product-card--horizontal .m-product-card__media {
  width: 70px;
}
.m-product-card.m-product-card--horizontal .m-price--on-sale .m-price__sale {
  flex-wrap: wrap;
}
.m-product-card.m-product-card--horizontal .m-product-card__quick-add .m-quick-add-variants__button {
  padding: 0;
  text-align: left;
  width: 100%;
  background: transparent;
  border: none;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.m-product-card.m-product-card--horizontal .m-product-card__quick-add .m-quick-add-variants__button:hover {
  background: transparent;
  color: var(--color-primary-body);
}
.m-product-card.m-product-card--horizontal .m-product-card__quick-add .m-quick-add-variants__button:after {
  content: ">";
}

.m-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.m-swiper .swiper-wrapper .swiper-slide .m-product-card {
  height: 100%;
}
