@media screen and (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  header.header-classic {
    view-transition-name: header;
  }
}
@font-face {
  font-family: "astycf";
  src: url("../fonts/asty-cf/AstyCFStd-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "astycf-medium";
  src: url("../fonts/asty-cf/AstyCFStd-Medium.otf") format("opentype");
  font-weight: 500 !important;
  font-style: normal;
}
@font-face {
  font-family: "astycf-bold";
  src: url("../fonts/asty-cf/AstyCFStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.product-details .product-price-new,
.product-details .product-price {
  font-family: "astycf-bold", sans-serif;
}
.product-details .product-price {
  width: 100%;
}

.product-left {
  background-color: #fff;
  border-radius: 8px;
}
.product-left .page-title {
  padding-left: 1rem;
  padding-top: 1rem;
}

.product-left-wrapper {
  display: flex;
}
.product-left-wrapper .product-image {
  width: calc(100% - 420px);
  padding: 1rem;
  padding-top: 0;
}
.product-left-wrapper .product-image .main-image .swiper-slide {
  text-align: center;
}
.product-left-wrapper .product-image .main-image .swiper-slide img {
  max-width: 500px;
}
.product-left-wrapper .rating-page a[role=button] {
  color: #0d0d0d;
}
.product-left-wrapper .stats {
  flex: 1;
  max-width: 420px;
  padding: 40px 0px 1rem 2rem;
  border-left: 1px solid #cbcbcb;
}
.product-left-wrapper .attributes {
  margin-top: 2rem;
  font-size: 16px;
}
.product-left-wrapper .options-title {
  display: none;
}
.product-left-wrapper .product-options {
  margin-top: 2rem;
}
.product-left-wrapper .wishlist-compare {
  position: absolute;
  top: 20px;
  right: 1rem;
  z-index: 999;
}
.product-left-wrapper .wishlist-compare .btn-wishlist::before {
  font-size: 1.25rem !important;
}
.product-left-wrapper .wishlist-compare .btn-text {
  display: none !important;
}

.points-note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem 1rem 1rem 0;
  margin-bottom: 1rem;
}
.points-note a {
  color: #0d0d0d !important;
}
.points-note a:hover {
  text-decoration: underline;
}

.product-right .product-blocks.blocks-bottom {
  margin-top: 0;
}
.product-right .details-bottom-list .links-menu-item {
  padding-left: 3.5rem !important;
  position: relative !important;
  min-width: 100%;
}
.product-right .details-bottom-list .links-menu-item:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
}
.product-right .details-bottom-list .links-menu-item::before {
  visibility: visible !important;
  content: "";
  position: absolute;
  left: 0;
  margin: 0px !important;
  top: 50%;
  transform: translateY(-50%);
  width: 24px !important;
  height: 24px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 3rem;
  border: none;
}
.product-right .details-bottom-list .links-menu-item::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.92896 4.85785L16.2929 11.2218C16.6834 11.6123 16.6834 12.2455 16.2929 12.636L9.92896 19' stroke='%23000000' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-right .countdown-wrapper {
  margin-bottom: 1rem;
}
.product-right .countdown-wrapper .countdown {
  background-color: transparent;
  color: #0d0d0d;
}
.product-right .countdown-wrapper .countdown div {
  font-size: 2rem;
  font-weight: normal;
}

@media only screen and (max-width: 1280px) {
  .product-left-wrapper {
    flex-direction: column;
  }
  .product-left-wrapper .product-image {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .additional-images {
    max-width: 70px !important;
  }
  .product-left {
    border-radius: 0px;
  }
  .product-left-wrapper .stats {
    border-left: none;
    padding: 1rem;
  }
  .product-left-wrapper .attributes,
  .product-left-wrapper .product-options {
    margin-top: 1rem;
  }
  .product-left-wrapper .product-image {
    width: 100%;
  }
  .product-left-wrapper .product-image .main-image .swiper-slide img {
    max-width: 350px;
  }
  .points-note {
    margin-bottom: 0px;
    border-radius: 0px;
  }
  .product-details .product-price-group .price-wrapper {
    min-width: 100%;
  }
  .product-right .product-blocks.blocks-bottom {
    margin-top: 0;
  }
  .product-right .details-bottom-list .links-menu-item {
    padding-left: 1rem !important;
  }
  .product-right .details-bottom-list .links-menu-item::before {
    left: 1rem;
  }
  .product-right .countdown-wrapper {
    margin-bottom: 1rem;
  }
  .product-right .countdown-wrapper .countdown {
    background-color: transparent;
    color: #0d0d0d;
  }
  .product-right .countdown-wrapper .countdown div {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 470px) {
  .product-left-wrapper .attributes {
    font-size: 13px;
  }
}

/*# sourceMappingURL=product.css.map */
