/* line 95, theme.scss */
body .product-preview .product-preview__title {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.35;
  margin-bottom: 0.75rem; }
/* line 103, theme.scss */
body .product-preview .product-preview__price {
  margin-bottom: 0.75rem; }
/* line 107, theme.scss */
body .product-preview .product-preview__price-cur {
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em; }
/* line 114, theme.scss */
body .product-preview .product-preview__controls {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important; }
/* line 122, theme.scss */
body .product-preview .product-preview__buy-btn,
body .product-preview .product-preview__detail-select-btn,
body .product-preview .product-preview__preorder-btn,
body .product-preview .add-cart-counter__btn {
  height: auto;
  min-height: 44px;
  padding: 0.625rem 1.125rem;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 12px;
  background: #000;
  border-color: #000;
  color: #fff;
  transition: background-color 0.2s ease, transform 0.08s ease; }
  /* line 31, theme.scss */
  body .product-preview .product-preview__buy-btn:hover,
  body .product-preview .product-preview__detail-select-btn:hover,
  body .product-preview .product-preview__preorder-btn:hover,
  body .product-preview .add-cart-counter__btn:hover {
    background: #1b2738;
    border-color: #1b2738;
    color: #fff; }
  /* line 37, theme.scss */
  body .product-preview .product-preview__buy-btn:active,
  body .product-preview .product-preview__detail-select-btn:active,
  body .product-preview .product-preview__preorder-btn:active,
  body .product-preview .add-cart-counter__btn:active {
    transform: translateY(1px); }
/* line 51, theme.scss */
body .product-preview .product-preview__buy-btn::after {
  content: "\ea15";
  font-family: "insales-icons";
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1; }
/* line 63, theme.scss */
body .product-preview .add-cart-counter__controls {
  height: auto; }
/* line 67, theme.scss */
body .product-preview .add-cart-counter__controls-btn,
body .product-preview .add-cart-counter__detail {
  min-height: 44px;
  background: #000;
  border-color: #000;
  color: #fff; }
  /* line 74, theme.scss */
  body .product-preview .add-cart-counter__controls-btn:hover,
  body .product-preview .add-cart-counter__detail:hover {
    background: #1b2738;
    border-color: #1b2738;
    color: #fff; }
/* line 81, theme.scss */
body .product-preview .add-cart-counter__controls-btn[data-add-cart-counter-minus] {
  border-radius: 12px 0 0 12px; }
/* line 85, theme.scss */
body .product-preview .add-cart-counter__controls-btn[data-add-cart-counter-plus] {
  border-radius: 0 12px 12px 0; }
@media screen and (max-width: 767px) {
  /* line 137, theme.scss */
  body .product-preview .product-preview__title {
    font-size: 0.875rem !important; }
  /* line 141, theme.scss */
  body .product-preview .product-preview__price-cur {
    font-size: 0.875rem !important; }
  /* line 145, theme.scss */
  body .product-preview .product-preview__buy-btn,
  body .product-preview .product-preview__detail-select-btn,
  body .product-preview .product-preview__preorder-btn,
  body .product-preview .add-cart-counter__btn {
    min-height: 40px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    border-radius: 10px; }
  /* line 63, theme.scss */
  body .product-preview .add-cart-counter__controls {
    height: auto; }
  /* line 67, theme.scss */
  body .product-preview .add-cart-counter__controls-btn,
  body .product-preview .add-cart-counter__detail {
    min-height: 40px;
    background: #000;
    border-color: #000;
    color: #fff; }
    /* line 74, theme.scss */
    body .product-preview .add-cart-counter__controls-btn:hover,
    body .product-preview .add-cart-counter__detail:hover {
      background: #1b2738;
      border-color: #1b2738;
      color: #fff; }
  /* line 81, theme.scss */
  body .product-preview .add-cart-counter__controls-btn[data-add-cart-counter-minus] {
    border-radius: 10px 0 0 10px; }
  /* line 85, theme.scss */
  body .product-preview .add-cart-counter__controls-btn[data-add-cart-counter-plus] {
    border-radius: 0 10px 10px 0; } }

/* line 160, theme.scss */
body .product__buy .add-cart-counter__btn,
body .product__buy .product__preorder-btn {
  height: auto;
  min-height: 44px;
  padding: 0.625rem 1.125rem;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 12px;
  background: #000;
  border-color: #000;
  color: #fff;
  transition: background-color 0.2s ease, transform 0.08s ease; }
  /* line 31, theme.scss */
  body .product__buy .add-cart-counter__btn:hover,
  body .product__buy .product__preorder-btn:hover {
    background: #1b2738;
    border-color: #1b2738;
    color: #fff; }
  /* line 37, theme.scss */
  body .product__buy .add-cart-counter__btn:active,
  body .product__buy .product__preorder-btn:active {
    transform: translateY(1px); }
/* line 51, theme.scss */
body .product__buy .add-cart-counter__btn::after {
  content: "\ea15";
  font-family: "insales-icons";
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1; }
/* line 63, theme.scss */
body .product__buy .add-cart-counter__controls {
  height: auto; }
/* line 67, theme.scss */
body .product__buy .add-cart-counter__controls-btn,
body .product__buy .add-cart-counter__detail {
  min-height: 44px;
  background: #000;
  border-color: #000;
  color: #fff; }
  /* line 74, theme.scss */
  body .product__buy .add-cart-counter__controls-btn:hover,
  body .product__buy .add-cart-counter__detail:hover {
    background: #1b2738;
    border-color: #1b2738;
    color: #fff; }
/* line 81, theme.scss */
body .product__buy .add-cart-counter__controls-btn[data-add-cart-counter-minus] {
  border-radius: 12px 0 0 12px; }
/* line 85, theme.scss */
body .product__buy .add-cart-counter__controls-btn[data-add-cart-counter-plus] {
  border-radius: 0 12px 12px 0; }
@media screen and (max-width: 767px) {
  /* line 173, theme.scss */
  body .product__buy .add-cart-counter__btn,
  body .product__buy .product__preorder-btn {
    min-height: 40px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    border-radius: 10px; }
  /* line 63, theme.scss */
  body .product__buy .add-cart-counter__controls {
    height: auto; }
  /* line 67, theme.scss */
  body .product__buy .add-cart-counter__controls-btn,
  body .product__buy .add-cart-counter__detail {
    min-height: 40px;
    background: #000;
    border-color: #000;
    color: #fff; }
    /* line 74, theme.scss */
    body .product__buy .add-cart-counter__controls-btn:hover,
    body .product__buy .add-cart-counter__detail:hover {
      background: #1b2738;
      border-color: #1b2738;
      color: #fff; }
  /* line 81, theme.scss */
  body .product__buy .add-cart-counter__controls-btn[data-add-cart-counter-minus] {
    border-radius: 10px 0 0 10px; }
  /* line 85, theme.scss */
  body .product__buy .add-cart-counter__controls-btn[data-add-cart-counter-plus] {
    border-radius: 0 10px 10px 0; } }

/* line 191, theme.scss */
.site-footer {
  background: #0d0d0d;
  color: #fff;
  font-family: var(--font-family); }

/* line 197, theme.scss */
.site-footer__inner {
  max-width: 1408px;
  margin: 0 auto;
  padding: 4rem 1.5rem 2rem; }

/* line 203, theme.scss */
.site-footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
  gap: 2.5rem;
  padding-bottom: 3rem; }

/* line 210, theme.scss */
.site-footer__logo {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 1.25rem; }
  /* line 217, theme.scss */
  .site-footer__logo sup {
    font-size: 0.45em;
    vertical-align: super; }

/* line 223, theme.scss */
.site-footer__tagline {
  margin: 0;
  max-width: 19rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55); }

/* line 233, theme.scss */
.site-footer__rating {
  margin-top: 1.75rem;
  min-height: 50px; }
  /* line 237, theme.scss */
  .site-footer__rating iframe {
    display: block;
    border: 0;
    max-width: 100%; }

/* line 244, theme.scss */
.site-footer__heading {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.25rem; }

/* line 253, theme.scss */
.site-footer__heading_social {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.55); }

/* line 258, theme.scss */
.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 263, theme.scss */
  .site-footer__links li + li {
    margin-top: 0.875rem; }
  /* line 267, theme.scss */
  .site-footer__links a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s ease; }
    /* line 273, theme.scss */
    .site-footer__links a:hover {
      color: #fff; }

/* line 279, theme.scss */
.site-footer__phone {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none; }
  /* line 286, theme.scss */
  .site-footer__phone:hover {
    color: #fff;
    text-decoration: underline; }

/* line 292, theme.scss */
.site-footer__phone-note {
  margin: 0.25rem 0 1.25rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55); }

/* line 300, theme.scss */
.site-footer__social {
  display: flex;
  gap: 0.75rem; }
  /* line 304, theme.scss */
  .site-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.15s ease, opacity 0.2s ease; }
    /* line 314, theme.scss */
    .site-footer__social a:hover {
      transform: translateY(-2px); }
  /* line 319, theme.scss */
  .site-footer__social img {
    width: 1.375rem;
    height: 1.375rem;
    object-fit: contain; }

/* line 326, theme.scss */
.site-footer__payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12); }

/* line 335, theme.scss */
.site-footer__payments-label {
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55); }

/* line 344, theme.scss */
.site-footer__chip {
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap; }

/* line 354, theme.scss */
.site-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45); }

/* line 365, theme.scss */
.site-footer__legal-left {
  max-width: 44rem; }

/* line 369, theme.scss */
.site-footer__legal-right {
  text-align: right;
  white-space: nowrap; }

@media screen and (max-width: 1023px) {
  /* line 375, theme.scss */
  .site-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem; }

  /* line 380, theme.scss */
  .site-footer__brand {
    grid-column: 1 / -1; } }
@media screen and (max-width: 767px) {
  /* line 386, theme.scss */
  .site-footer__inner {
    padding: 2.5rem 1rem 1.5rem; }

  /* line 390, theme.scss */
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2rem; }

  /* line 396, theme.scss */
  .site-footer__legal {
    flex-direction: column;
    gap: 1rem; }

  /* line 401, theme.scss */
  .site-footer__legal-right {
    text-align: left;
    white-space: normal; } }
