@charset "UTF-8";
/* line 1, product.scss */
svg {
  pointer-events: auto !important;
  user-select: auto !important; }

/* line 6, product.scss */
.product-favlike {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
  height: 18px; }
  /* line 13, product.scss */
  .product-favlike__item {
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 18px; }
    /* line 19, product.scss */
    .product-favlike__item .text {
      font-size: 13px;
      color: #9AA8B6;
      margin-left: 3px;
      line-height: 100%; }
      @media (max-width: 768px) {
        /* line 19, product.scss */
        .product-favlike__item .text {
          display: none; } }
  /* line 31, product.scss */
  .product-favlike .favorites {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    width: 18px;
    height: 18px; }
    /* line 40, product.scss */
    .product-favlike .favorites .inFav,
    .product-favlike .favorites .outFav {
      display: none;
      width: 18px;
      height: 18px; }
    /* line 48, product.scss */
    .product-favlike .favorites.favorites-not-added .outFav {
      display: block; }
    /* line 54, product.scss */
    .product-favlike .favorites.favorites-added .inFav {
      display: block; }
  /* line 60, product.scss */
  .product-favlike .compare {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none; }
    /* line 67, product.scss */
    .product-favlike .compare .inComp,
    .product-favlike .compare .outComp {
      display: none;
      width: 18px;
      height: 18px; }
    /* line 75, product.scss */
    .product-favlike .compare.compare-not-added .outComp {
      display: block; }
    /* line 81, product.scss */
    .product-favlike .compare.compare-added .inComp {
      display: block; }

/* line 88, product.scss */
.product-main {
  width: 100%;
  display: flex;
  margin-bottom: 45px; }
  @media (max-width: 768px) {
    /* line 88, product.scss */
    .product-main {
      flex-direction: column; } }

/* line 98, product.scss */
.product-gallery {
  position: relative;
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 991px) {
    /* line 98, product.scss */
    .product-gallery {
      width: 370px; } }
  @media (max-width: 768px) {
    /* line 98, product.scss */
    .product-gallery {
      width: 100%; } }
  /* line 113, product.scss */
  .product-gallery .discount {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #C99B69;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    border-radius: 8px;
    width: 56px;
    height: 24px; }

/* line 132, product.scss */
.product-swiper {
  width: 560px;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none; }
  /* line 135, product.scss */
  .product-swiper.invisible-swiper {
    opacity: 0;
    transition: opacity 0.2s ease; }
  @media (max-width: 991px) {
    /* line 132, product.scss */
    .product-swiper {
      width: 370px; } }
  @media (max-width: 410px) {
    /* line 132, product.scss */
    .product-swiper {
      width: 100%; } }
  /* line 152, product.scss */
  .product-swiper * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none; }
  /* line 158, product.scss */
  .product-swiper #rotation {
    width: 400px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    cursor: grabbing; }
    @media (max-width: 991px) {
      /* line 158, product.scss */
      .product-swiper #rotation {
        width: 320px;
        height: 320px; } }
    /* line 172, product.scss */
    .product-swiper #rotation img {
      width: 100%;
      cursor: grabbing;
      display: none; }
    /* line 178, product.scss */
    .product-swiper #rotation.loading {
      background-color: #f0f0f0;
      border-radius: 20px; }
      /* line 182, product.scss */
      .product-swiper #rotation.loading:before {
        content: "Загрузка 3D модели...";
        position: absolute;
        color: #777;
        font-size: 18px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  /* line 194, product.scss */
  .product-swiper .swiper-slide {
    width: 560px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      /* line 194, product.scss */
      .product-swiper .swiper-slide {
        width: 370px;
        height: 320px; } }
    @media (max-width: 410px) {
      /* line 194, product.scss */
      .product-swiper .swiper-slide {
        width: 100%; } }
    /* line 210, product.scss */
    .product-swiper .swiper-slide img {
      width: 400px;
      height: 400px;
      object-fit: contain;
      object-position: center; }
      @media (max-width: 991px) {
        /* line 210, product.scss */
        .product-swiper .swiper-slide img {
          width: 320px;
          height: 320px; } }
  /* line 223, product.scss */
  .product-swiper .swiper-button-prev,
  .product-swiper .swiper-button-next {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-top: 0;
    opacity: 0; }
    /* line 239, product.scss */
    .product-swiper .swiper-button-prev:hover,
    .product-swiper .swiper-button-next:hover {
      transform: translateY(-50%) scale(1.2); }
    /* line 243, product.scss */
    .product-swiper .swiper-button-prev::after,
    .product-swiper .swiper-button-next::after {
      font-size: 13px;
      color: #B5B5B5;
      font-weight: 700; }
  /* line 250, product.scss */
  .product-swiper .swiper-button-prev {
    left: 10px; }
    /* line 253, product.scss */
    .product-swiper .swiper-button-prev::after {
      transform: translateX(-1px); }
  /* line 258, product.scss */
  .product-swiper .swiper-button-next {
    right: 10px; }
    /* line 261, product.scss */
    .product-swiper .swiper-button-next::after {
      transform: translateX(1px); }
  /* line 268, product.scss */
  .product-swiper:hover .swiper-button-prev,
  .product-swiper:hover .swiper-button-next {
    opacity: 1; }
    /* line 272, product.scss */
    .product-swiper:hover .swiper-button-prev.swiper-button-disabled,
    .product-swiper:hover .swiper-button-next.swiper-button-disabled {
      opacity: 0.35; }

/* line 279, product.scss */
.product-swiper-mini {
  margin-top: 30px;
  width: 440px;
  height: 75px;
  padding: 0 20px; }
  @media (max-width: 991px) {
    /* line 279, product.scss */
    .product-swiper-mini {
      width: 350px;
      height: 60px; } }
  @media (max-width: 410px) {
    /* line 279, product.scss */
    .product-swiper-mini {
      width: 100%; } }
  /* line 294, product.scss */
  .product-swiper-mini .swiper-slide {
    flex-shrink: 0;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 991px) {
      /* line 294, product.scss */
      .product-swiper-mini .swiper-slide {
        height: 60px; } }
    /* line 306, product.scss */
    .product-swiper-mini .swiper-slide__inner {
      width: 75px;
      height: 75px;
      border: 1px solid #F4F4F4;
      border-radius: 6px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 991px) {
        /* line 306, product.scss */
        .product-swiper-mini .swiper-slide__inner {
          width: 60px;
          height: 60px; } }
      /* line 320, product.scss */
      .product-swiper-mini .swiper-slide__inner img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        object-position: center; }
        @media (max-width: 991px) {
          /* line 320, product.scss */
          .product-swiper-mini .swiper-slide__inner img {
            width: 50px;
            height: 50px; } }
      /* line 332, product.scss */
      .product-swiper-mini .swiper-slide__inner svg {
        width: 36px;
        height: 36px; }
        @media (max-width: 991px) {
          /* line 332, product.scss */
          .product-swiper-mini .swiper-slide__inner svg {
            width: 32px;
            height: 32px; } }
    /* line 344, product.scss */
    .product-swiper-mini .swiper-slide.current .swiper-slide__inner {
      border: 1px solid #DBDBDB; }
  /* line 350, product.scss */
  .product-swiper-mini .swiper-button-prev,
  .product-swiper-mini .swiper-button-next {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-top: 0; }
    /* line 365, product.scss */
    .product-swiper-mini .swiper-button-prev:hover,
    .product-swiper-mini .swiper-button-next:hover {
      transform: translateY(-50%) scale(1.2); }
    /* line 369, product.scss */
    .product-swiper-mini .swiper-button-prev::after,
    .product-swiper-mini .swiper-button-next::after {
      font-size: 13px;
      color: #B5B5B5;
      font-weight: 700; }
  /* line 376, product.scss */
  .product-swiper-mini .swiper-button-prev {
    left: -10px; }
    /* line 379, product.scss */
    .product-swiper-mini .swiper-button-prev::after {
      transform: translateX(-1px); }
  /* line 384, product.scss */
  .product-swiper-mini .swiper-button-next {
    right: -10px; }
    /* line 387, product.scss */
    .product-swiper-mini .swiper-button-next::after {
      transform: translateX(1px); }

/* line 1, productCard.scss */
.productCard {
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 40px 23px 23px 23px;
  max-width: 340px; }
  @media (max-width: 568px) {
    /* line 1, productCard.scss */
    .productCard {
      max-width: none; } }
  /* line 15, productCard.scss */
  .productCard .discount {
    position: absolute;
    top: 14px;
    left: 22px;
    z-index: 2;
    background-color: #C99B69;
    border-radius: 6px;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    line-height: 100%; }
  /* line 29, productCard.scss */
  .productCard .favlike {
    position: absolute;
    top: 8px;
    right: 12px;
    display: none; }
    @media (max-width: 768px) {
      /* line 29, productCard.scss */
      .productCard .favlike {
        display: block; } }
    /* line 39, productCard.scss */
    .productCard .favlike .favorites {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 48, productCard.scss */
      .productCard .favlike .favorites .inFav,
      .productCard .favlike .favorites .outFav {
        display: none; }
      /* line 54, productCard.scss */
      .productCard .favlike .favorites.favorites-not-added .outFav {
        display: block; }
      /* line 60, productCard.scss */
      .productCard .favlike .favorites.favorites-added .inFav {
        display: block; }
    /* line 66, productCard.scss */
    .productCard .favlike .compare {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 75, productCard.scss */
      .productCard .favlike .compare .inComp,
      .productCard .favlike .compare .outComp {
        display: none; }
      /* line 81, productCard.scss */
      .productCard .favlike .compare.compare-not-added .outComp {
        display: block; }
      /* line 87, productCard.scss */
      .productCard .favlike .compare.compare-added .inComp {
        display: block; }
  /* line 95, productCard.scss */
  .productCard:hover .favlike {
    display: block; }
  /* line 100, productCard.scss */
  .productCard-img {
    width: 100%;
    height: 240px; }
    /* line 104, productCard.scss */
    .productCard-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    /* line 111, productCard.scss */
    .productCard-img .img_sec {
      display: none; }
    /* line 116, productCard.scss */
    .productCard-img:hover .img_fir {
      display: none; }
    /* line 120, productCard.scss */
    .productCard-img:hover .img_sec {
      display: block; }
  /* line 126, productCard.scss */
  .productCard-title {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    margin-top: 10px;
    line-height: 21px;
    flex-grow: 1; }
  /* line 137, productCard.scss */
  .productCard .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px; }
    /* line 144, productCard.scss */
    .productCard .rating__inner {
      display: flex;
      align-items: center; }
    /* line 149, productCard.scss */
    .productCard .rating .stars {
      display: flex;
      align-items: center; }
      /* line 153, productCard.scss */
      .productCard .rating .stars .star {
        width: 14px;
        height: 14px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        background-image: url(empty_star.svg);
        margin-right: 5px; }
        /* line 162, productCard.scss */
        .productCard .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 166, productCard.scss */
        .productCard .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 172, productCard.scss */
    .productCard .rating .average,
    .productCard .rating .reviewsNumber {
      color: #C99B69;
      font-weight: 500;
      font-size: 14px;
      margin-left: 3px; }
    /* line 180, productCard.scss */
    .productCard .rating .reviewsNumber {
      margin-left: 0; }
  /* line 185, productCard.scss */
  .productCard__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    width: 100%; }
    /* line 192, productCard.scss */
    .productCard__bottom .price {
      display: flex;
      flex-direction: column; }
      /* line 196, productCard.scss */
      .productCard__bottom .price .current {
        font-size: 18px;
        line-height: 18px;
        color: #000000;
        font-weight: 700; }
      /* line 203, productCard.scss */
      .productCard__bottom .price .old {
        color: #919191;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        margin-top: 2px;
        text-decoration: line-through; }
    /* line 213, productCard.scss */
    .productCard__bottom .form-btn {
      border: 1px solid transparent; }
    /* line 217, productCard.scss */
    .productCard__bottom .btn {
      width: 34px;
      height: 34px;
      border-radius: 6px;
      border: 1px solid #C99B69;
      background-color: #C99B69;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease; }
      /* line 229, productCard.scss */
      .productCard__bottom .btn svg {
        width: 20px;
        height: 20px;
        stroke: white;
        fill: none; }
      /* line 236, productCard.scss */
      .productCard__bottom .btn:hover {
        background-color: #fff;
        color: #C99B69 !important; }
        /* line 240, productCard.scss */
        .productCard__bottom .btn:hover svg {
          stroke: #C99B69; }
      /* line 245, productCard.scss */
      .productCard__bottom .btn.inCart {
        background-color: #fff; }
        /* line 248, productCard.scss */
        .productCard__bottom .btn.inCart svg {
          stroke: #C99B69; }
      /* line 253, productCard.scss */
      .productCard__bottom .btn.link {
        width: fit-content;
        padding: 12px;
        text-decoration: none;
        color: #fff; }
  /* line 262, productCard.scss */
  .productCard .hide {
    display: none; }

/* line 395, product.scss */
.product-inf {
  margin-left: 20px;
  width: calc(100% - 560px - 20px); }
  @media (max-width: 991px) {
    /* line 395, product.scss */
    .product-inf {
      width: calc(100% - 370px - 20px); } }
  @media (max-width: 768px) {
    /* line 395, product.scss */
    .product-inf {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }
  /* line 409, product.scss */
  .product-inf .product-title {
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      /* line 409, product.scss */
      .product-inf .product-title {
        font-size: 23px; } }
  /* line 422, product.scss */
  .product-inf .product-imp {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      /* line 422, product.scss */
      .product-inf .product-imp {
        flex-direction: column;
        align-items: flex-start; } }
  /* line 433, product.scss */
  .product-inf .rating {
    display: flex;
    align-items: center; }
    /* line 437, product.scss */
    .product-inf .rating__inner {
      display: flex;
      align-items: center; }
    /* line 442, product.scss */
    .product-inf .rating .stars {
      display: flex;
      align-items: center;
      width: 95px;
      height: 14px; }
      /* line 448, product.scss */
      .product-inf .rating .stars .star {
        width: 14px;
        height: 14px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        background-image: url(empty_star.svg);
        margin-right: 5px; }
        /* line 457, product.scss */
        .product-inf .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 461, product.scss */
        .product-inf .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 467, product.scss */
    .product-inf .rating .average,
    .product-inf .rating .reviewsNumber {
      color: #C99B69;
      font-weight: 500;
      font-size: 14px;
      margin-left: 3px; }
    /* line 475, product.scss */
    .product-inf .rating .reviewsNumber {
      margin-left: 15px; }
  /* line 480, product.scss */
  .product-inf .views,
  .product-inf .number {
    font-size: 13px;
    color: #6C6C6C;
    white-space: nowrap;
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      /* line 480, product.scss */
      .product-inf .views,
      .product-inf .number {
        margin-top: 10px; } }
    @media (max-width: 991px) {
      /* line 480, product.scss */
      .product-inf .views,
      .product-inf .number {
        margin-top: 5px; } }
    /* line 497, product.scss */
    .product-inf .views img,
    .product-inf .number img {
      width: 16px;
      height: 11px;
      margin-right: 6px; }
  /* line 504, product.scss */
  .product-inf .product-description {
    margin-top: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: justify; }
    /* line 513, product.scss */
    .product-inf .product-description * {
      all: unset !important;
      display: revert !important;
      font: inherit !important;
      color: inherit !important;
      line-height: inherit !important; }
  /* line 522, product.scss */
  .product-inf .product-price {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    @media (max-width: 991px) {
      /* line 522, product.scss */
      .product-inf .product-price {
        margin-top: 30px; } }
    /* line 531, product.scss */
    .product-inf .product-price .priceValue {
      display: flex;
      flex-direction: column; }
      /* line 535, product.scss */
      .product-inf .product-price .priceValue-current {
        font-size: 24px;
        color: #000000; }
        /* line 539, product.scss */
        .product-inf .product-price .priceValue-current span {
          font-style: normal;
          font-weight: bold;
          font-size: 24px;
          line-height: 28px;
          color: #000000; }
      /* line 548, product.scss */
      .product-inf .product-price .priceValue-old {
        color: #999999;
        font-weight: 500;
        font-style: normal;
        text-decoration: line-through;
        font-size: 14px;
        line-height: 16px; }
    /* line 559, product.scss */
    .product-inf .product-price .priceBtn .form-btn {
      border: 1px solid transparent; }
    /* line 563, product.scss */
    .product-inf .product-price .priceBtn .btn {
      padding: 0 30px;
      height: 34px;
      border-radius: 6px;
      border: 1px solid #C99B69;
      background-color: #C99B69;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      line-height: 100%;
      font-family: 'Hotpoint';
      width: 140px;
      transition: background-color 0.3s ease, color 0.3s ease; }
      @media (max-width: 368px) {
        /* line 563, product.scss */
        .product-inf .product-price .priceBtn .btn {
          width: 100px;
          font-size: 14px;
          padding: 0; } }
      /* line 587, product.scss */
      .product-inf .product-price .priceBtn .btn:hover {
        background-color: #fff;
        color: #C99B69 !important; }
      /* line 592, product.scss */
      .product-inf .product-price .priceBtn .btn.inCart {
        background-color: #fff;
        color: #C99B69; }
      /* line 597, product.scss */
      .product-inf .product-price .priceBtn .btn.link {
        width: fit-content;
        padding: 12px;
        text-decoration: none;
        color: #fff; }
    /* line 605, product.scss */
    .product-inf .product-price .priceBtn .hide {
      display: none; }
  /* line 611, product.scss */
  .product-inf .product-available {
    margin-top: 35px;
    display: flex;
    align-items: center; }
    /* line 616, product.scss */
    .product-inf .product-available img {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
    /* line 622, product.scss */
    .product-inf .product-available span {
      color: #C99B69;
      font-size: 13px;
      font-weight: 500;
      font-style: normal; }
  /* line 630, product.scss */
  .product-inf .accept-payment {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 11px 20px;
    border: 1px solid #C99B69;
    border-radius: 9px;
    width: fit-content;
    position: relative; }
    /* line 641, product.scss */
    .product-inf .accept-payment__text {
      font-family: 'Hotpoint';
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0%;
      color: #000000; }
    /* line 650, product.scss */
    .product-inf .accept-payment__img {
      width: 40px;
      height: 30px;
      object-fit: contain;
      object-position: center;
      margin-left: 20px; }
    /* line 661, product.scss */
    .product-inf .accept-payment__dop .showMore {
      margin-left: 25px;
      width: 24px;
      height: 24px; }
    /* line 667, product.scss */
    .product-inf .accept-payment__dop .showMore__block {
      position: absolute;
      top: calc(100% + 15px);
      right: 0;
      padding: 15px;
      box-shadow: 0px 16px 32px -4px #0C0C0D1A;
      z-index: 2;
      width: 414px;
      max-width: calc(100vw - 30px);
      background-color: #FCFCFA;
      border-radius: 10px;
      display: none; }
      /* line 680, product.scss */
      .product-inf .accept-payment__dop .showMore__block .img {
        padding: 4px;
        border-radius: 5px;
        border: 1px solid #C99B69;
        width: fit-content;
        margin-bottom: 8px;
        display: flex;
        justify-content: center;
        align-items: center; }
        /* line 690, product.scss */
        .product-inf .accept-payment__dop .showMore__block .img.many {
          padding: 4px 10px; }
        /* line 694, product.scss */
        .product-inf .accept-payment__dop .showMore__block .img img {
          height: 24px;
          margin-left: 14px;
          max-width: 40px; }
          /* line 699, product.scss */
          .product-inf .accept-payment__dop .showMore__block .img img:first-child {
            margin-left: 0; }
      /* line 705, product.scss */
      .product-inf .accept-payment__dop .showMore__block .mainText,
      .product-inf .accept-payment__dop .showMore__block .text {
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #1D2E3F;
        margin-bottom: 8px;
        text-align: start; }
      /* line 717, product.scss */
      .product-inf .accept-payment__dop .showMore__block .text {
        font-weight: 400;
        margin-bottom: 8; }
        /* line 721, product.scss */
        .product-inf .accept-payment__dop .showMore__block .text.mar {
          margin-bottom: 20px; }
    /* line 728, product.scss */
    .product-inf .accept-payment__dop:hover .showMore__block {
      display: block; }
  /* line 735, product.scss */
  .product-inf .product-delivery {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-top: 40px;
    color: #1D2E3F; }
    @media (max-width: 991px) {
      /* line 735, product.scss */
      .product-inf .product-delivery {
        margin-top: 30px; } }
    /* line 748, product.scss */
    .product-inf .product-delivery svg {
      width: 26px;
      height: 17px;
      margin-right: 7px; }
    /* line 754, product.scss */
    .product-inf .product-delivery a {
      text-decoration: none;
      color: #1D2E3F; }

/* line 761, product.scss */
.product-tabs {
  display: flex; }
  @media (max-width: 395px) {
    /* line 761, product.scss */
    .product-tabs {
      overflow-x: auto; } }
  /* line 768, product.scss */
  .product-tabs__item {
    margin-right: 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0E0E0E;
    cursor: pointer;
    letter-spacing: 0.1px;
    padding-bottom: 12px; }
    @media (max-width: 568px) {
      /* line 768, product.scss */
      .product-tabs__item {
        margin-right: 20px; } }
    /* line 782, product.scss */
    .product-tabs__item.current {
      color: #C99B69;
      border-bottom: 2px solid #C99B69; }

/* line 789, product.scss */
.product-content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 85px; }
  /* line 794, product.scss */
  .product-content .overview {
    display: none; }
    /* line 797, product.scss */
    .product-content .overview.show {
      display: block; }
  /* line 802, product.scss */
  .product-content .specifications {
    padding-top: 35px;
    display: none; }
    /* line 806, product.scss */
    .product-content .specifications.show {
      display: block; }
    /* line 810, product.scss */
    .product-content .specifications__item {
      width: 100%; }
      /* line 813, product.scss */
      .product-content .specifications__item-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 68px;
        background-color: #000;
        border-radius: 6px;
        margin-top: 8px;
        padding-left: 36px;
        padding-right: 17px;
        cursor: pointer; }
        @media (max-width: 768px) {
          /* line 813, product.scss */
          .product-content .specifications__item-title {
            padding-left: 17px; } }
        /* line 830, product.scss */
        .product-content .specifications__item-title span {
          color: #fff;
          font-size: 20px;
          line-height: 100%; }
          @media (max-width: 468px) {
            /* line 830, product.scss */
            .product-content .specifications__item-title span {
              font-size: 17px; } }
        /* line 840, product.scss */
        .product-content .specifications__item-title .sign {
          background-image: url("tab_plus.svg");
          background-repeat: no-repeat;
          background-position: center;
          width: 54px;
          height: 54px; }
          @media (max-width: 468px) {
            /* line 840, product.scss */
            .product-content .specifications__item-title .sign {
              width: 18px;
              height: 18px; } }
      /* line 854, product.scss */
      .product-content .specifications__item-options {
        width: 100%;
        display: none; }
        /* line 858, product.scss */
        .product-content .specifications__item-options.show {
          display: block; }
      /* line 863, product.scss */
      .product-content .specifications__item-option {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px; }
        /* line 869, product.scss */
        .product-content .specifications__item-option:nth-child(2n) {
          background-color: #E6E6E6; }
        /* line 873, product.scss */
        .product-content .specifications__item-option .name,
        .product-content .specifications__item-option .value {
          width: 50%;
          font-size: 16px;
          font-weight: 400;
          font-style: normal;
          text-align: left;
          line-height: 18px;
          color: #000;
          padding-left: 46px; }
          @media (max-width: 768px) {
            /* line 873, product.scss */
            .product-content .specifications__item-option .name,
            .product-content .specifications__item-option .value {
              padding-left: 15px;
              font-size: 14px; } }
          @media (max-width: 410px) {
            /* line 873, product.scss */
            .product-content .specifications__item-option .name,
            .product-content .specifications__item-option .value {
              padding-left: 10px;
              font-size: 12px;
              line-height: 100%; } }
      /* line 899, product.scss */
      .product-content .specifications__item.show .specifications__item-title .sign {
        background-image: url("tab_cross.svg"); }
  /* line 907, product.scss */
  .product-content .reviews {
    display: none; }
    /* line 910, product.scss */
    .product-content .reviews.show {
      display: block; }
  /* line 915, product.scss */
  .product-content .instructions {
    padding-top: 35px;
    display: none; }
    /* line 919, product.scss */
    .product-content .instructions.show {
      display: block; }
    /* line 923, product.scss */
    .product-content .instructions__item {
      display: flex;
      align-items: center;
      text-decoration: none;
      margin-bottom: 15px; }
      /* line 929, product.scss */
      .product-content .instructions__item-icon {
        width: 43px;
        height: 62px;
        margin-right: 17px;
        flex-shrink: 0; }
      /* line 936, product.scss */
      .product-content .instructions__item-name {
        color: #000000;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px; }

/* line 946, product.scss */
.index-special,
.related-products {
  margin: 40px 0; }
  /* line 950, product.scss */
  .index-special__top,
  .related-products__top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      /* line 950, product.scss */
      .index-special__top,
      .related-products__top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    /* line 962, product.scss */
    .index-special__top .title,
    .related-products__top .title {
      font-weight: 400;
      font-size: 32px;
      line-height: 100%;
      color: #000000;
      cursor: pointer;
      text-align: center;
      width: 100%; }
      @media (max-width: 768px) {
        /* line 962, product.scss */
        .index-special__top .title,
        .related-products__top .title {
          font-size: 18px;
          width: fit-content;
          text-align: left;
          font-weight: 500; } }
      /* line 978, product.scss */
      .index-special__top .title a,
      .related-products__top .title a {
        text-decoration: none;
        color: #000000; }
      /* line 984, product.scss */
      .index-special__top .title:hover a,
      .related-products__top .title:hover a {
        text-decoration: underline; }
    /* line 990, product.scss */
    .index-special__top .watch-all,
    .related-products__top .watch-all {
      color: #0E0E0E;
      font-weight: 400;
      font-size: 11px;
      margin-right: 4px;
      width: fit-content;
      border: 1px solid #DBDBDB;
      border-radius: 6px;
      padding: 2px 4px;
      text-decoration: none;
      white-space: nowrap;
      line-height: 100%;
      transition: color 0.3s ease; }
      /* line 1004, product.scss */
      .index-special__top .watch-all:hover,
      .related-products__top .watch-all:hover {
        color: #C99B69; }
  /* line 1010, product.scss */
  .index-special__products,
  .related-products__products {
    display: flex; }
    /* line 1013, product.scss */
    .index-special__products .swiper,
    .related-products__products .swiper {
      width: 100%;
      position: relative; }
      /* line 1017, product.scss */
      .index-special__products .swiper .swiper-button-prev,
      .index-special__products .swiper .swiper-button-next,
      .related-products__products .swiper .swiper-button-prev,
      .related-products__products .swiper .swiper-button-next {
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px #00000040;
        height: 30px;
        width: 30px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease; }
        /* line 1033, product.scss */
        .index-special__products .swiper .swiper-button-prev:hover,
        .index-special__products .swiper .swiper-button-next:hover,
        .related-products__products .swiper .swiper-button-prev:hover,
        .related-products__products .swiper .swiper-button-next:hover {
          transform: translateY(-50%) scale(1.2); }
        /* line 1037, product.scss */
        .index-special__products .swiper .swiper-button-prev::after,
        .index-special__products .swiper .swiper-button-next::after,
        .related-products__products .swiper .swiper-button-prev::after,
        .related-products__products .swiper .swiper-button-next::after {
          font-size: 13px;
          color: #B5B5B5;
          font-weight: 700; }
      /* line 1044, product.scss */
      .index-special__products .swiper .swiper-button-prev,
      .related-products__products .swiper .swiper-button-prev {
        left: 10px; }
        /* line 1047, product.scss */
        .index-special__products .swiper .swiper-button-prev::after,
        .related-products__products .swiper .swiper-button-prev::after {
          transform: translateX(-1px); }
      /* line 1052, product.scss */
      .index-special__products .swiper .swiper-button-next,
      .related-products__products .swiper .swiper-button-next {
        right: 10px; }
        /* line 1055, product.scss */
        .index-special__products .swiper .swiper-button-next::after,
        .related-products__products .swiper .swiper-button-next::after {
          transform: translateX(1px); }

@media (min-width: 769px) {
  /* line 1063, product.scss */
  .index-special {
    height: 521px; } }

/* line 1069, product.scss */
.related-products {
  margin-top: 70px; }

/* line 1073, product.scss */
.card-inner .my_buy .button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Hotpoint';
  cursor: pointer;
  color: #fff;
  background: #C99B69;
  border-radius: 6px;
  width: auto;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C99B69; }

/* line 1091, product.scss */
.detail-review-card .card-inner {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  max-width: unset;
  min-height: unset;
  margin-bottom: 40px;
  border: unset !important;
  box-shadow: unset !important; }
  /* line 1102, product.scss */
  .detail-review-card .card-inner .photo-box {
    display: flex;
    column-gap: 15px; }
    /* line 1106, product.scss */
    .detail-review-card .card-inner .photo-box .product-photo {
      padding: 0;
      height: unset;
      max-width: 40px;
      max-height: 40px;
      min-width: 40px;
      min-height: 40px; }
      /* line 1114, product.scss */
      .detail-review-card .card-inner .photo-box .product-photo a {
        height: unset; }
    /* line 1119, product.scss */
    .detail-review-card .card-inner .photo-box .product-image {
      margin-top: 0;
      max-width: 40px;
      max-height: 40px;
      min-width: 40px;
      min-height: 40px; }
    /* line 1127, product.scss */
    .detail-review-card .card-inner .photo-box .product-title {
      height: unset;
      padding: 0; }
    /* line 1132, product.scss */
    .detail-review-card .card-inner .photo-box .reit {
      margin-top: 3px;
      justify-content: flex-start; }
  /* line 1138, product.scss */
  .detail-review-card .card-inner .price-box {
    display: flex;
    align-items: center;
    column-gap: 35px; }
    /* line 1143, product.scss */
    .detail-review-card .card-inner .price-box .my_super_cont {
      margin: 0; }
    /* line 1147, product.scss */
    .detail-review-card .card-inner .price-box .product-prices {
      margin: 0; }
/* line 1154, product.scss */
.detail-review-card .card-inner:hover {
  border: unset !important;
  box-shadow: unset !important; }
@media (max-width: 768px) {
  /* line 1160, product.scss */
  .detail-review-card .card-inner {
    flex-direction: column;
    row-gap: 30px; } }
@media (max-width: 499px) {
  /* line 1167, product.scss */
  .detail-review-card .card-inner {
    min-height: unset !important; } }
