/* line 1, product_card.scss */
.product_card {
  height: 100%; }
  /* line 3, product_card.scss */
  .product_card_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
  /* line 8, product_card.scss */
  .product_card_area {
    margin-bottom: 16px; }
  /* line 11, product_card.scss */
  .product_card_item {
    display: none; }
    /* line 13, product_card.scss */
    .product_card_item.activex {
      display: block; }
  /* line 17, product_card.scss */
  .product_card_photos {
    overflow: hidden;
    background: #fff;
    position: relative; }
    /* line 22, product_card.scss */
    .product_card_photos a {
      position: relative;
      padding-top: 150%;
      display: block; }
      /* line 26, product_card.scss */
      .product_card_photos a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%; }
    /* line 36, 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: 600;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        /* line 36, product_card.scss */
        .product_card_photos_sold_out {
          font-size: 17px; } }
  /* line 55, product_card.scss */
  .product_card_labels {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px; }
    /* line 63, product_card.scss */
    .product_card_labels_item {
      background: #2d2d2d;
      color: #fff;
      padding: 13px 10px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        /* line 63, product_card.scss */
        .product_card_labels_item {
          font-size: 10px;
          padding: 9px 5px; } }
      /* line 73, product_card.scss */
      .product_card_labels_item.label_new {
        background: #2d2d2d;
        color: #fff; }
  /* line 79, product_card.scss */
  .product_card_favorites {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    width: 29px;
    height: 29px;
    background: #FBFBFB;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    /* line 92, product_card.scss */
    .product_card_favorites .favorite_icon_add, .product_card_favorites .favorite_icon_remove {
      display: none; }
    /* line 96, product_card.scss */
    .product_card_favorites.favorites-added .favorite_icon_add {
      display: none; }
    /* line 99, product_card.scss */
    .product_card_favorites.favorites-added .favorite_icon_remove {
      display: block; }
    /* line 104, product_card.scss */
    .product_card_favorites.favorites-not-added .favorite_icon_add {
      display: block; }
    /* line 107, product_card.scss */
    .product_card_favorites.favorites-not-added .favorite_icon_remove {
      display: none; }
    /* line 112, product_card.scss */
    .product_card_favorites:hover .favorite_icon_remove {
      display: block; }
    /* line 115, product_card.scss */
    .product_card_favorites:hover .favorite_icon_add {
      display: none; }
  /* line 120, product_card.scss */
  .product_card_colors {
    height: 12px;
    margin-bottom: 11px; }
    /* line 123, product_card.scss */
    .product_card_colors .colors_items {
      display: flex;
      align-items: center;
      justify-content: start; }
      /* line 127, product_card.scss */
      .product_card_colors .colors_items a {
        margin-right: 4px;
        display: block; }
      /* line 131, product_card.scss */
      .product_card_colors .colors_items .color_item {
        outline: 1px solid #EBEBEB;
        display: block;
        border-radius: 50%; }
        /* line 135, product_card.scss */
        .product_card_colors .colors_items .color_item.activex {
          outline: 1px solid #000; }
        /* line 138, product_card.scss */
        .product_card_colors .colors_items .color_item_value {
          width: 10px;
          height: 10px;
          display: block;
          border-radius: 50%;
          overflow: hidden;
          border: 1px solid #fff; }
  /* line 150, product_card.scss */
  .product_card_title_item {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    display: none; }
    @media screen and (max-width: 768px) {
      /* line 150, product_card.scss */
      .product_card_title_item {
        font-size: 14px; } }
    @media screen and (max-width: 480px) {
      /* line 150, product_card.scss */
      .product_card_title_item {
        font-size: 10px; } }
    /* line 162, product_card.scss */
    .product_card_title_item.activex {
      display: block; }
    /* line 165, product_card.scss */
    .product_card_title_item .p_card_title {
      max-width: calc(100% - 70px);
      word-wrap: break-word;
      hyphens: auto; }
    /* line 170, product_card.scss */
    .product_card_title_item .p_card_title_small {
      text-transform: none;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #757373; }
      @media screen and (max-width: 768px) {
        /* line 170, product_card.scss */
        .product_card_title_item .p_card_title_small {
          font-size: 8px;
          line-height: 1; } }
    /* line 181, product_card.scss */
    .product_card_title_item .p_card_money {
      font-weight: 500;
      min-width: 70px;
      text-align: right; }
      @media screen and (max-width: 768px) {
        /* line 181, product_card.scss */
        .product_card_title_item .p_card_money {
          min-width: 50px; } }
    /* line 189, product_card.scss */
    .product_card_title_item a {
      color: #2D2D2D;
      text-decoration: none;
      display: flex;
      justify-content: space-between;
      align-items: end; }
  /* line 198, product_card.scss */
  .product_card_forms {
    margin-top: auto; }
  /* line 201, product_card.scss */
  .product_card_form {
    display: none; }
    /* line 203, product_card.scss */
    .product_card_form.activex {
      display: block; }
    /* line 207, product_card.scss */
    .product_card_form_variants .option {
      margin-bottom: 10px; }
      /* line 210, product_card.scss */
      .product_card_form_variants .option .option-label .label_value {
        display: flex;
        align-items: center;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
        border: 1px solid #858585;
        border-radius: 4px;
        padding: 9px 2px;
        text-align: -moz-left;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          /* line 210, product_card.scss */
          .product_card_form_variants .option .option-label .label_value {
            font-size: 10px;
            line-height: 1.2;
            padding: 6px 2px; } }
        /* line 227, product_card.scss */
        .product_card_form_variants .option .option-label .label_value:hover {
          border-color: #2d2d2d;
          background: #2d2d2d;
          color: #fff; }
      /* line 233, product_card.scss */
      .product_card_form_variants .option .option-label .label_value_select {
        display: none;
        align-items: center;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
        border: 1px solid #858585;
        border-radius: 4px;
        padding: 9px 2px;
        text-align: -moz-left;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          /* line 233, product_card.scss */
          .product_card_form_variants .option .option-label .label_value_select {
            font-size: 10px;
            line-height: 1.2;
            padding: 6px 2px; } }
      /* line 251, product_card.scss */
      .product_card_form_variants .option .option-label .label_text {
        text-transform: lowercase; }
      /* line 254, 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: 4px; }
        @media screen and (max-width: 768px) {
          /* line 254, product_card.scss */
          .product_card_form_variants .option .option-label .label_arrow {
            width: 7px;
            height: 4px;
            margin-left: 3px;
            margin-top: 2px;
            background-size: cover; } }
      /* line 269, product_card.scss */
      .product_card_form_variants .option-values {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 100%;
        z-index: 1; }
      /* line 276, product_card.scss */
      .product_card_form_variants .option-value {
        border: 1px solid #858585;
        color: #2d2d2d;
        background: #fff;
        margin-top: -1px;
        padding: 5px;
        cursor: pointer; }
        /* line 283, product_card.scss */
        .product_card_form_variants .option-value:hover {
          background: #2d2d2d;
          color: #fff;
          border-color: #2d2d2d; }
      /* line 289, product_card.scss */
      .product_card_form_variants .option.activex {
        opacity: 1; }
        /* line 291, product_card.scss */
        .product_card_form_variants .option.activex .option-values {
          display: flex; }
        /* line 294, product_card.scss */
        .product_card_form_variants .option.activex .label_arrow {
          transform: rotate(180deg); }
    /* line 302, product_card.scss */
    .product_card_form_variants.selected .option .option-label .label_value_select {
      display: flex; }
    /* line 305, product_card.scss */
    .product_card_form_variants.selected .option .option-label .label_value {
      display: none; }
  /* line 313, product_card.scss */
  .product_card_button {
    background: #D8D4C9;
    border: none;
    border-radius: 4px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #2d2d2d; }
    @media screen and (max-width: 768px) {
      /* line 313, product_card.scss */
      .product_card_button {
        font-size: 10px;
        line-height: 1.2;
        padding: 6px 2px; } }
    /* line 334, product_card.scss */
    .product_card_button svg {
      margin-right: 5px; }
      @media screen and (max-width: 768px) {
        /* line 334, product_card.scss */
        .product_card_button svg {
          width: 8px; } }
  /* line 341, product_card.scss */
  .product_card [disabled="disabled"] {
    opacity: 0.5; }
  /* line 346, product_card.scss */
  .product_card.form_card .product_card_photos a {
    padding-top: 150%; }
  /* line 350, product_card.scss */
  .product_card.form_card .product_card_title_item {
    margin-bottom: 15px; }

/* line 355, product_card.scss */
.hvr__images {
  position: relative;
  height: 100%; }

/* line 360, product_card.scss */
.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex; }

/* line 369, product_card.scss */
.hvr__sector {
  flex-grow: 1; }

/* line 372, product_card.scss */
.images {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 382, product_card.scss */
.image {
  display: block; }

/* line 386, product_card.scss */
.hvr__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  width: 100%; }

/* line 395, product_card.scss */
.hvr__dot {
  width: 5px;
  height: 5px;
  margin: 10px 2px 0;
  border-radius: 50%;
  background: #d6dbe0; }

/* line 403, product_card.scss */
.hvr__dot--active {
  background: #000; }

/* line 406, product_card.scss */
.hvr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
