/* line 1, product_card.scss */
.product-preview-custom {
  --img-fit: cover;
  --img-ratio: 0.92;
  position: relative;
  min-width: 0; }

/* line 10, product_card.scss */
.product-preview-custom .stickers {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  left: 15px;
  top: 15px; }
  @media (max-width: 768px) {
    /* line 10, product_card.scss */
    .product-preview-custom .stickers {
      left: 7px;
      top: 7px; } }
/* line 29, product_card.scss */
.product-preview-custom .product-sticker {
  width: 48px;
  height: 48px;
  -webkit-background-size: contain;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(10px, calc(9.2000px + 0.2500vw), 14px);
  line-height: 100%;
  color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  /* line 52, product_card.scss */
  .product-preview-custom .product-sticker.is-new {
    background-color: #FF4628; }
  /* line 56, product_card.scss */
  .product-preview-custom .product-sticker.is-hit {
    background-color: #90A8B2; }
  @media (max-width: 768px) {
    /* line 29, product_card.scss */
    .product-preview-custom .product-sticker {
      width: 32px;
      height: 32px; } }
  /* line 65, product_card.scss */
  .product-preview-custom .product-sticker.is-preorder {
    padding: 0 16px;
    height: 42px;
    width: auto;
    color: #FF4628;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0; }
  @media (max-width: 768px) {
    /* line 76, product_card.scss */
    .product-preview-custom .product-sticker.is-preorder {
      padding: 0 10px;
      height: 27px; } }
/* line 84, product_card.scss */
.product-preview-custom .img-ratio img {
  --img-fit: cover; }
/* line 87, product_card.scss */
.product-preview-custom .product-preview__area-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 768px) {
    /* line 87, product_card.scss */
    .product-preview-custom .product-preview__area-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 4px; } }
/* line 109, product_card.scss */
.product-preview-custom .product-preview__price-cur {
  font-size: clamp(12px, calc(10.4000px + 0.5000vw), 20px);
  font-weight: 700;
  white-space: nowrap;
  color: var(--color-accent-text); }
  @media (max-width: 768px) {
    /* line 109, product_card.scss */
    .product-preview-custom .product-preview__price-cur {
      font-size: clamp(12px, calc(10.4000px + 0.5000vw), 20px); } }
/* line 121, product_card.scss */
.product-preview-custom .product-preview__title {
  font-size: clamp(12px, calc(10.4000px + 0.5000vw), 20px);
  font-weight: 700;
  line-height: 1; }
  @media (max-width: 768px) {
    /* line 121, product_card.scss */
    .product-preview-custom .product-preview__title {
      font-size: clamp(12px, calc(10.4000px + 0.5000vw), 20px); } }
/* line 132, product_card.scss */
.product-preview-custom .product-preview__title a {
  text-decoration: none;
  text-transform: lowercase; }
/* line 137, product_card.scss */
.product-preview-custom .product-preview__photo {
  margin-bottom: 16px; }
  @media (max-width: 768px) {
    /* line 137, product_card.scss */
    .product-preview-custom .product-preview__photo {
      margin-bottom: 8px; } }
/* line 146, product_card.scss */
.product-preview-custom .favorites_btn {
  position: absolute;
  right: 17px;
  top: 10px;
  z-index: 1;
  font-size: clamp(24px, calc(23.6000px + 0.1250vw), 26px) !important;
  background: transparent;
  padding: 0;
  outline: none !important;
  border: none !important; }
  /* line 159, product_card.scss */
  .product-preview-custom .favorites_btn:hover {
    background-color: transparent;
    outline: none !important;
    border: none !important; }
  @media (max-width: 768px) {
    /* line 146, product_card.scss */
    .product-preview-custom .favorites_btn {
      font-size: clamp(24px, calc(23.6000px + 0.1250vw), 26px) !important;
      right: 12px;
      top: 12px;
      display: none; } }
/* line 172, product_card.scss */
.product-preview-custom .favorites_btn.favorites-not-added .symbol-heart {
  display: none; }
/* line 176, product_card.scss */
.product-preview-custom .favorites_btn:not(.favorites-not-added) .symbol-heart-outline {
  display: none; }

/* line 182, product_card.scss */
.product-form__area-split {
  display: none !important; }
