/* line 1, product_card.scss */
.product_card {
  height: 100%;
  position: relative;
  z-index: 9; }
  /* line 5, product_card.scss */
  .product_card_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
  /* line 10, product_card.scss */
  .product_card_area {
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      /* line 10, product_card.scss */
      .product_card_area {
        margin-bottom: 16px; } }
  /* line 16, product_card.scss */
  .product_card_item {
    display: none; }
    /* line 18, product_card.scss */
    .product_card_item.activex {
      display: block; }
  /* line 22, product_card.scss */
  .product_card_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    /* line 28, product_card.scss */
    .product_card_slider_wrapper {
      height: 100%; }
      /* line 30, product_card.scss */
      .product_card_slider_wrapper .splide__track {
        height: 100%; }
        /* line 32, product_card.scss */
        .product_card_slider_wrapper .splide__track .splide__slide {
          overflow: hidden; }
  /* line 38, product_card.scss */
  .product_card_photos {
    overflow: hidden;
    background: #fff;
    position: relative;
    opacity: 1;
    z-index: 99999999; }
    /* line 44, product_card.scss */
    .product_card_photos a {
      position: relative;
      padding-top: 150%;
      display: block;
      z-index: 99990;
      width: 100%; }
      /* line 50, product_card.scss */
      .product_card_photos a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 120%;
        height: auto; }
    /* line 61, product_card.scss */
    .product_card_photos_sold_out {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #00000080;
      font-size: 30px;
      font-weight: 300;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        /* line 61, product_card.scss */
        .product_card_photos_sold_out {
          font-size: 17px; } }
    /* line 79, product_card.scss */
    .product_card_photos_text {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 300;
      font-size: 20px;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      color: var(--color);
      text-transform: lowercase; }
  /* line 98, product_card.scss */
  .product_card_labels {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 99999; }
    /* line 106, product_card.scss */
    .product_card_labels_item {
      background: var(--rozovyy);
      color: var(--chernyy);
      width: 80px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 300;
      font-size: 14px;
      text-transform: lowercase; }
      @media screen and (max-width: 768px) {
        /* line 106, product_card.scss */
        .product_card_labels_item {
          font-size: 8px;
          width: 48px;
          height: 28px; } }
      /* line 122, product_card.scss */
      .product_card_labels_item.label_new-2 {
        background: var(--bezhevyy);
        color: var(--chernyy); }
  /* line 128, product_card.scss */
  .product_card_favorites {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    padding: 17px; }
    /* line 138, product_card.scss */
    .product_card_favorites .favorite_icon_add, .product_card_favorites .favorite_icon_remove {
      display: none; }
    /* line 142, product_card.scss */
    .product_card_favorites.favorites-added .favorite_icon_add {
      display: none; }
    /* line 145, product_card.scss */
    .product_card_favorites.favorites-added .favorite_icon_remove {
      display: block; }
    /* line 150, product_card.scss */
    .product_card_favorites.favorites-not-added .favorite_icon_add {
      display: block; }
    /* line 153, product_card.scss */
    .product_card_favorites.favorites-not-added .favorite_icon_remove {
      display: none; }
    @media screen and (max-width: 768px) {
      /* line 157, product_card.scss */
      .product_card_favorites svg {
        height: 18px; } }
  /* line 163, product_card.scss */
  .product_card_colors {
    height: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      /* line 163, product_card.scss */
      .product_card_colors {
        margin-bottom: 10px;
        height: 12px; } }
    /* line 170, product_card.scss */
    .product_card_colors .colors_items {
      display: flex;
      align-items: center;
      justify-content: start; }
      /* line 174, product_card.scss */
      .product_card_colors .colors_items a {
        margin-right: 4px;
        display: block; }
      /* line 178, product_card.scss */
      .product_card_colors .colors_items .color_item {
        outline: 1px solid transparent;
        display: block;
        padding: 2px;
        margin-right: 5px; }
        /* line 183, product_card.scss */
        .product_card_colors .colors_items .color_item.activex {
          outline: 1px solid var(--seryy); }
        /* line 186, product_card.scss */
        .product_card_colors .colors_items .color_item_value {
          width: 20px;
          height: 20px;
          display: block;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            /* line 186, product_card.scss */
            .product_card_colors .colors_items .color_item_value {
              width: 12px;
              height: 12px; } }
  /* line 199, product_card.scss */
  .product_card_title {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      /* line 199, product_card.scss */
      .product_card_title {
        margin-bottom: 15px; } }
    /* line 204, product_card.scss */
    .product_card_title_item {
      font-size: 17px;
      font-weight: 300;
      line-height: 1.5;
      text-transform: uppercase;
      display: none; }
      @media screen and (max-width: 768px) {
        /* line 204, product_card.scss */
        .product_card_title_item {
          font-size: 14px; } }
      @media screen and (max-width: 480px) {
        /* line 204, product_card.scss */
        .product_card_title_item {
          font-size: 10px; } }
      /* line 216, product_card.scss */
      .product_card_title_item.activex {
        display: block; }
      /* line 219, product_card.scss */
      .product_card_title_item .p_card_title {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        color: var(--chernyy);
        margin-bottom: 4px;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          /* line 219, product_card.scss */
          .product_card_title_item .p_card_title {
            margin-bottom: 7px;
            font-size: 10px; } }
      /* line 231, product_card.scss */
      .product_card_title_item .p_card_title_small {
        text-transform: uppercase;
        line-height: 1;
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          /* line 231, product_card.scss */
          .product_card_title_item .p_card_title_small {
            font-size: 8px;
            line-height: 1;
            margin-bottom: 7px; } }
      /* line 244, product_card.scss */
      .product_card_title_item .p_card_money {
        display: flex;
        font-weight: 300;
        font-size: 16px;
        color: var(--chernyy);
        line-height: 1; }
        @media screen and (max-width: 768px) {
          /* line 244, product_card.scss */
          .product_card_title_item .p_card_money {
            font-size: 10px; } }
        /* line 253, product_card.scss */
        .product_card_title_item .p_card_money_old {
          text-decoration: line-through;
          color: #999;
          font-size: 16px;
          margin-left: 10px;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            /* line 253, product_card.scss */
            .product_card_title_item .p_card_money_old {
              font-size: 10px; } }
      /* line 264, product_card.scss */
      .product_card_title_item a {
        color: #2D2D2D;
        text-decoration: none;
        display: flex;
        justify-content: start;
        flex-direction: column; }
  /* line 273, product_card.scss */
  .product_card_forms {
    margin-top: auto; }
  /* line 276, product_card.scss */
  .product_card_form {
    display: none; }
    /* line 278, product_card.scss */
    .product_card_form.activex {
      display: block; }
    /* line 282, product_card.scss */
    .product_card_form_variants .option {
      margin-bottom: 10px; }
      /* line 285, product_card.scss */
      .product_card_form_variants .option .option-label .label_value {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 300;
        line-height: 100%;
        cursor: pointer;
        border: 1px solid #7C7D7F;
        padding: 9px 2px;
        height: 45px;
        text-align: -moz-left;
        justify-content: center;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          /* line 285, product_card.scss */
          .product_card_form_variants .option .option-label .label_value {
            font-size: 10px;
            line-height: 100%;
            padding: 8px 2px;
            height: 28px; } }
      /* line 305, product_card.scss */
      .product_card_form_variants .option .option-label .label_value_select {
        display: none;
        align-items: center;
        font-size: 12px;
        font-weight: 300;
        line-height: 14px;
        cursor: pointer;
        border: 1px solid #7C7D7F;
        padding: 9px 2px;
        text-align: -moz-left;
        justify-content: center;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          /* line 305, product_card.scss */
          .product_card_form_variants .option .option-label .label_value_select {
            font-size: 10px;
            line-height: 1.2;
            padding: 8px 2px; } }
      /* line 323, product_card.scss */
      .product_card_form_variants .option .option-label .label_arrow {
        width: 12px;
        height: 8px;
        margin-left: 5px;
        background-image: url("variants_arrow.svg");
        margin-top: 0; }
        @media screen and (max-width: 768px) {
          /* line 323, product_card.scss */
          .product_card_form_variants .option .option-label .label_arrow {
            width: 7px;
            height: 4px;
            margin-left: 3px;
            margin-top: 0;
            background-size: cover; } }
      /* line 338, product_card.scss */
      .product_card_form_variants .option-values {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 100%;
        z-index: 1; }
      /* line 345, product_card.scss */
      .product_card_form_variants .option-value {
        border: 1px solid #7C7D7F;
        color: #7C7D7F;
        background: #fff;
        margin-top: -1px;
        padding: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          /* line 345, product_card.scss */
          .product_card_form_variants .option-value {
            font-size: 10px; } }
        /* line 357, product_card.scss */
        .product_card_form_variants .option-value:hover {
          background: #7C7D7F;
          color: #fff;
          border-color: #7C7D7F; }
      /* line 363, product_card.scss */
      .product_card_form_variants .option.activex {
        opacity: 1; }
        /* line 365, product_card.scss */
        .product_card_form_variants .option.activex .option-values {
          display: flex; }
        /* line 368, product_card.scss */
        .product_card_form_variants .option.activex .label_arrow {
          transform: rotate(180deg); }
    /* line 376, product_card.scss */
    .product_card_form_variants.selected .option .option-label .label_value_select {
      display: flex; }
    /* line 379, product_card.scss */
    .product_card_form_variants.selected .option .option-label .label_value {
      display: none; }
  /* line 387, product_card.scss */
  .product_card_button {
    background: #7C7D7F;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    height: 45px;
    padding: 9px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      /* line 387, product_card.scss */
      .product_card_button {
        font-size: 10px;
        line-height: 100%;
        padding: 9px 2px;
        height: 28px; } }
    /* line 410, product_card.scss */
    .product_card_button svg {
      margin-right: 5px; }
      @media screen and (max-width: 768px) {
        /* line 410, product_card.scss */
        .product_card_button svg {
          width: 8px; } }
  /* line 417, product_card.scss */
  .product_card [disabled="disabled"] {
    background: #D8D8D6;
    color: #7C7D7F; }
  /* line 423, product_card.scss */
  .product_card.form_card .product_card_photos a {
    padding-top: 150%; }
  /* line 427, product_card.scss */
  .product_card.form_card .product_card_title_item {
    margin-bottom: 15px; }

/* line 436, product_card.scss */
.small_prods .product_card_area {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    /* line 436, product_card.scss */
    .small_prods .product_card_area {
      margin-bottom: 12px; } }
/* line 443, product_card.scss */
.small_prods .product_card_photos_sold_out {
  font-size: 17px; }
/* line 448, product_card.scss */
.small_prods .product_card_labels_item {
  font-size: 8px;
  width: 28px;
  height: 28px; }
/* line 455, product_card.scss */
.small_prods .product_card_favorites svg {
  height: 18px; }
/* line 459, product_card.scss */
.small_prods .product_card_colors {
  margin-bottom: 15px;
  height: 12px; }
  /* line 464, product_card.scss */
  .small_prods .product_card_colors .colors_items .color_item_value {
    width: 12px;
    height: 12px; }
/* line 473, product_card.scss */
.small_prods .product_card_title_item {
  font-size: 14px; }
  /* line 475, product_card.scss */
  .small_prods .product_card_title_item .p_card_title {
    margin-bottom: 8px;
    font-size: 9px; }
  /* line 479, product_card.scss */
  .small_prods .product_card_title_item .p_card_title_small {
    font-size: 9px;
    line-height: 1;
    margin-bottom: 8px; }
  /* line 484, product_card.scss */
  .small_prods .product_card_title_item .p_card_money {
    font-size: 9px; }
    /* line 486, product_card.scss */
    .small_prods .product_card_title_item .p_card_money_old {
      font-size: 8px; }
/* line 496, product_card.scss */
.small_prods .product_card_form_variants .option .option-label .label_value {
  font-size: 10px;
  line-height: 1.2;
  padding: 8px 2px; }
/* line 501, product_card.scss */
.small_prods .product_card_form_variants .option .option-label .label_value_select {
  font-size: 10px;
  line-height: 1.2;
  padding: 8px 2px; }
/* line 506, product_card.scss */
.small_prods .product_card_form_variants .option .option-label .label_arrow {
  width: 7px;
  height: 4px;
  margin-left: 6px;
  margin-top: 0;
  background-size: cover; }
/* line 517, product_card.scss */
.small_prods .product_card_button {
  font-size: 10px;
  line-height: 1.2;
  padding: 6px 2px; }
  /* line 521, product_card.scss */
  .small_prods .product_card_button svg {
    width: 8px; }
