.novotech-product-page-detail {
  background: #ffffff;
}

.novotech-product-page-detail .novotech-product-detail--ready {
  padding: 28px 0 34px;
  background: #ffffff;
}

.novotech-product-page-detail .novotech-product-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  color: #8b949f;
  font-size: 13px;
  font-weight: 800;
}

.novotech-product-page-detail .novotech-product-topline a {
  color: #0b73d9 !important;
  text-decoration: none !important;
}

.novotech-product-page-detail .novotech-product-topline strong {
  color: #101828;
}

.novotech-product-page-detail .novotech-product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: 56px;
  align-items: start;
}

.novotech-product-page-detail .novotech-product-gallery {
  position: sticky;
  top: 122px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.novotech-product-page-detail .novotech-product-gallery__thumbs {
  display: grid;
  gap: 22px;
  padding-top: 4px;
}

.novotech-product-page-detail .novotech-product-gallery__thumbs button {
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #e7eaee;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.novotech-product-page-detail .novotech-product-gallery__thumbs button.is-active,
.novotech-product-page-detail .novotech-product-gallery__thumbs button:hover {
  border-color: rgba(11, 115, 217, 0.42);
  box-shadow: 0 0 0 3px rgba(11, 115, 217, 0.08);
}

.novotech-product-page-detail .novotech-product-gallery__thumbs img {
  max-width: 74px;
  max-height: 74px;
  object-fit: contain;
}

.novotech-product-page-detail .novotech-product-gallery__main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  padding: 20px;
  background: #ffffff;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.novotech-product-page-detail .novotech-product-gallery__main img {
  display: block;
  width: min(92%, 600px);
  max-height: 600px;
  object-fit: contain;
  background: transparent;
  filter: none;
  mix-blend-mode: normal;
}

.novotech-product-page-detail .novotech-product-summary {
  position: relative;
  min-width: 0;
  padding-top: 4px;
}

.novotech-product-page-detail .novotech-product-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 52px 26px 0;
}

.novotech-product-page-detail .novotech-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 7px;
  background: #eef6ff;
  color: #0b73d9;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.novotech-product-page-detail .novotech-product-badge--trade {
  background: #f22d32;
  color: #ffffff;
}

.novotech-product-page-detail .novotech-product-badge--new {
  background: #23a236;
  color: #ffffff;
}

.novotech-product-page-detail .novotech-product-badge--pay {
  background: #e9f3ff;
  color: #0b73d9;
}

.novotech-product-page-detail .novotech-product-brand {
  position: absolute;
  top: 2px;
  right: 0;
  color: #111111;
  font-size: 17px;
  font-weight: 920;
}

.novotech-product-page-detail .novotech-product-summary h1 {
  max-width: 680px;
  margin: 0 0 28px;
  color: #050505;
  font-size: 46px;
  font-weight: 860;
  line-height: 1.14;
  letter-spacing: 0;
}

.novotech-product-page-detail .novotech-product-rustore {
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 0 30px;
  padding: 0;
  color: #858a92;
  background: transparent;
  border: 0;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.45;
}

.novotech-product-page-detail .novotech-product-options {
  display: grid;
  gap: 24px;
  margin: 0 0 28px;
}

.novotech-product-page-detail .novotech-product-options > div {
  display: grid;
  gap: 10px;
}

.novotech-product-page-detail .novotech-product-options strong {
  color: #6f7782;
  font-size: 16px;
  font-weight: 820;
}

.novotech-product-page-detail .novotech-product-option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.novotech-product-page-detail .novotech-product-option-row button {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #e2e6eb;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font-size: 18px;
  font-weight: 780;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.novotech-product-page-detail .novotech-product-option-row button.is-active {
  border-color: #111111;
  box-shadow: inset 0 0 0 1px #111111;
}

.novotech-product-page-detail .novotech-product-color-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.novotech-product-page-detail .novotech-product-color-row button {
  width: 46px;
  height: 46px;
  border: 2px solid #e4e8ed;
  border-radius: 999px;
  background: var(--product-color);
  box-shadow: inset 0 0 0 5px #ffffff;
  cursor: pointer;
}

.novotech-product-page-detail .novotech-product-color-row button.is-active {
  border-color: #111111;
}

.novotech-product-page-detail .novotech-product-buybox {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid #edf0f3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.novotech-product-page-detail .novotech-product-buybox__label,
.novotech-product-page-detail .novotech-product-price-link {
  display: none;
}

.novotech-product-page-detail .novotech-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.novotech-product-page-detail .novotech-product-price strong {
  color: #050505;
  font-size: 38px;
  font-weight: 940;
  line-height: 1;
}

.novotech-product-page-detail .novotech-product-price del {
  color: #8d939b;
  font-size: 20px;
  font-weight: 820;
}

.novotech-product-page-detail .novotech-product-price em {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 7px;
  background: #f22d32;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 930;
}

.novotech-product-page-detail .novotech-product-buybox__note {
  color: #657082;
  font-size: 14px;
  line-height: 1.45;
}

.novotech-product-page-detail .novotech-product-buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.novotech-product-page-detail .novotech-product-buttons .novotech-button {
  min-height: 52px;
  border-radius: 8px;
  font-size: 16px;
}

.novotech-product-page-detail .novotech-product-installment-link {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border-radius: 8px;
  background: #f4f6f8;
  color: #101828 !important;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
}

.novotech-product-page-detail .novotech-product-installment-link span {
  color: #f22d32;
}

.novotech-product-page-detail .novotech-product-support-section {
  padding-top: 18px;
  background: #ffffff;
}

.novotech-product-page-detail .novotech-product-purchase-grid {
  display: grid;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.novotech-product-page-detail .novotech-product-trade-card,
.novotech-product-page-detail .novotech-product-payment-card,
.novotech-product-page-detail .novotech-product-pickup-card {
  border-radius: 8px;
  text-decoration: none !important;
}

.novotech-product-page-detail .novotech-product-trade-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 30px 34px;
  background: #eef4ff;
  color: #101828 !important;
}

.novotech-product-page-detail .novotech-product-trade-card__icon {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #1b76f2;
  border-radius: 8px;
  color: #1b76f2;
  font-size: 44px;
  font-weight: 600;
}

.novotech-product-page-detail .novotech-product-trade-card strong {
  display: block;
  max-width: 540px;
  color: #050505;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 880;
}

.novotech-product-page-detail .novotech-product-trade-card p {
  max-width: 640px;
  margin: 14px 0 20px;
  color: #747b86;
  font-size: 20px;
  line-height: 1.3;
}

.novotech-product-page-detail .novotech-product-trade-card em {
  color: #1b76f2;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.novotech-product-page-detail .novotech-product-payment-card {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 34px;
  background: #f5f5f5;
  color: #101828 !important;
}

.novotech-product-page-detail .novotech-product-payment-card strong {
  color: #050505;
  font-size: 24px;
  line-height: 1.2;
}

.novotech-product-page-detail .novotech-product-payment-card strong span {
  color: #f22d32;
}

.novotech-product-page-detail .novotech-product-payment-card > span {
  max-width: 390px;
  color: #777d86;
  font-size: 15px;
  line-height: 1.35;
  text-align: right;
}

.novotech-product-page-detail .novotech-product-pickup-card {
  display: grid;
  gap: 0;
  padding: 28px 34px;
  background: #f5f5f5;
}

.novotech-product-page-detail .novotech-product-pickup-card__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.novotech-product-page-detail .novotech-product-pickup-card__head strong {
  color: #050505;
  font-size: 22px;
  font-weight: 880;
}

.novotech-product-page-detail .novotech-product-pickup-card__head span,
.novotech-product-page-detail .novotech-product-pickup-card__row em {
  color: #777d86;
  font-size: 18px;
  font-style: normal;
}

.novotech-product-page-detail .novotech-product-pickup-card__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid #e2e2e2;
}

.novotech-product-page-detail .novotech-product-pickup-card__row strong {
  display: block;
  margin-bottom: 8px;
  color: #050505;
  font-size: 21px;
  font-weight: 820;
}

.novotech-product-page-detail .novotech-product-pickup-card__row span {
  color: #777d86;
  font-size: 18px;
  line-height: 1.35;
}

.novotech-product-page-detail .novotech-product-info-grid--ready {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.novotech-product-page-detail .novotech-product-info {
  border-radius: 8px;
}

.novotech-product-page-detail .novotech-product-seo-section {
  background: #ffffff;
}

.novotech-product-page-detail .novotech-product-seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.novotech-product-page-detail .novotech-product-seo-card,
.novotech-product-page-detail .novotech-product-next-card {
  padding: 30px;
  border: 1px solid #edf0f3;
  border-radius: 8px;
  background: #ffffff;
}

.novotech-product-page-detail .novotech-product-seo-card > span,
.novotech-product-page-detail .novotech-product-faq-head > span {
  display: block;
  margin-bottom: 10px;
  color: #0b73d9;
  font-size: 12px;
  font-weight: 920;
  letter-spacing: 0;
  text-transform: uppercase;
}

.novotech-product-page-detail .novotech-product-seo-card h2,
.novotech-product-page-detail .novotech-product-faq-head h2 {
  max-width: 760px;
  margin: 0;
  color: #050505;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.novotech-product-page-detail .novotech-product-seo-card p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #69717c;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 650;
}

.novotech-product-page-detail .novotech-product-seo-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.novotech-product-page-detail .novotech-product-seo-card li {
  position: relative;
  padding-left: 24px;
  color: #15191f;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 760;
}

.novotech-product-page-detail .novotech-product-seo-card li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #23a236;
  box-shadow: 0 0 0 5px rgba(35, 162, 54, 0.12);
}

.novotech-product-page-detail .novotech-product-next-card {
  display: grid;
  gap: 18px;
  background: #f6f8fb;
}

.novotech-product-page-detail .novotech-product-next-card > strong {
  color: #050505;
  font-size: 22px;
  line-height: 1.16;
  font-weight: 900;
}

.novotech-product-page-detail .novotech-product-next-links {
  display: grid;
  gap: 10px;
}

.novotech-product-page-detail .novotech-product-next-links a {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #e7ebf0;
  border-radius: 8px;
  background: #ffffff;
  color: #101828 !important;
  text-decoration: none !important;
}

.novotech-product-page-detail .novotech-product-next-links a span {
  color: #050505;
  font-size: 15px;
  font-weight: 900;
}

.novotech-product-page-detail .novotech-product-next-links a em {
  color: #717985;
  font-size: 13px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 650;
}

.novotech-product-page-detail .novotech-product-faq-section {
  padding-top: 18px;
  background: #ffffff;
}

.novotech-product-page-detail .novotech-product-faq-head {
  margin-bottom: 18px;
}

.novotech-product-page-detail .novotech-product-faq-list {
  display: grid;
  gap: 10px;
}

.novotech-product-page-detail .novotech-product-faq-list details {
  border: 1px solid #edf0f3;
  border-radius: 8px;
  background: #ffffff;
}

.novotech-product-page-detail .novotech-product-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #101828;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 860;
  cursor: pointer;
}

.novotech-product-page-detail .novotech-product-faq-list summary::-webkit-details-marker {
  display: none;
}

.novotech-product-page-detail .novotech-product-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef4ff;
  color: #0b73d9;
  font-size: 22px;
  font-weight: 700;
}

.novotech-product-page-detail .novotech-product-faq-list details[open] summary::after {
  content: "-";
  background: #0b73d9;
  color: #ffffff;
}

.novotech-product-page-detail .novotech-product-faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: #69717c;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

@media (max-width: 1180px) {
  .novotech-product-page-detail .novotech-product-detail__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.78fr);
    gap: 34px;
  }

  .novotech-product-page-detail .novotech-product-gallery {
    top: 104px;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs {
    gap: 14px;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs button {
    width: 76px;
    height: 76px;
    padding: 7px;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs img {
    max-width: 60px;
    max-height: 60px;
  }

  .novotech-product-page-detail .novotech-product-gallery__main {
    min-height: 500px;
    padding: 14px;
  }

  .novotech-product-page-detail .novotech-product-gallery__main img {
    width: min(90%, 470px);
    max-height: 500px;
  }

  .novotech-product-page-detail .novotech-product-badges {
    margin-right: 40px;
    margin-bottom: 18px;
  }

  .novotech-product-page-detail .novotech-product-summary h1 {
    max-width: none;
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.14;
  }

  .novotech-product-page-detail .novotech-product-rustore {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .novotech-product-page-detail .novotech-product-options {
    gap: 20px;
    margin-bottom: 24px;
  }

  .novotech-product-page-detail .novotech-product-option-row button {
    min-height: 46px;
    padding: 0 17px;
    font-size: 15px;
  }

  .novotech-product-page-detail .novotech-product-color-row button {
    width: 42px;
    height: 42px;
  }

  .novotech-product-page-detail .novotech-product-buybox {
    margin-top: 24px;
    padding: 18px;
  }

  .novotech-product-page-detail .novotech-product-price strong {
    font-size: 32px;
  }

  .novotech-product-page-detail .novotech-product-price del {
    font-size: 17px;
  }
}

@media (max-width: 900px) {
  .novotech-product-page-detail .novotech-product-detail__grid {
    grid-template-columns: 1fr;
  }

  .novotech-product-page-detail .novotech-product-gallery {
    position: static;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 20px;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    order: 0;
    overflow-x: visible;
    padding: 4px 0 0;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs button {
    width: 84px;
    height: 84px;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs img {
    max-width: 68px;
    max-height: 68px;
  }

  .novotech-product-page-detail .novotech-product-gallery__main {
    grid-column: 2;
    grid-row: 1;
    order: 0;
    min-height: 520px;
  }

  .novotech-product-page-detail .novotech-product-gallery__main img {
    width: min(90%, 520px);
    max-height: 520px;
  }

  .novotech-product-page-detail .novotech-product-summary h1 {
    font-size: 38px;
  }
}

@media (max-width: 760px) {
  .novotech-product-page-detail .novotech-product-detail--ready {
    padding-top: 18px;
  }

  .novotech-product-page-detail .novotech-product-detail__grid {
    gap: 24px;
  }

  .novotech-product-page-detail .novotech-product-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    order: 2;
    gap: 10px;
    overflow-x: auto;
    padding: 0 0 4px;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs button {
    flex: 0 0 74px;
    width: 74px;
    height: 74px;
  }

  .novotech-product-page-detail .novotech-product-gallery__main {
    grid-column: 1;
    grid-row: 1;
    min-height: 340px;
    padding: 8px;
  }

  .novotech-product-page-detail .novotech-product-gallery__main img {
    width: min(92%, 320px);
    max-height: 330px;
  }

  .novotech-product-page-detail .novotech-product-badges {
    margin-right: 0;
    margin-bottom: 18px;
  }

  .novotech-product-page-detail .novotech-product-brand {
    position: static;
    margin-bottom: 10px;
  }

  .novotech-product-page-detail .novotech-product-summary h1 {
    font-size: 31px;
    line-height: 1.15;
  }

  .novotech-product-page-detail .novotech-product-rustore {
    font-size: 15px;
  }

  .novotech-product-page-detail .novotech-product-option-row button {
    min-height: 48px;
    padding: 0 17px;
    font-size: 16px;
  }

  .novotech-product-page-detail .novotech-product-buttons,
  .novotech-product-page-detail .novotech-product-info-grid--ready,
  .novotech-product-page-detail .novotech-product-seo-grid {
    grid-template-columns: 1fr;
  }

  .novotech-product-page-detail .novotech-product-seo-card,
  .novotech-product-page-detail .novotech-product-next-card {
    padding: 22px;
  }

  .novotech-product-page-detail .novotech-product-seo-card h2,
  .novotech-product-page-detail .novotech-product-faq-head h2 {
    font-size: 27px;
  }

  .novotech-product-page-detail .novotech-product-seo-card p {
    font-size: 15px;
  }

  .novotech-product-page-detail .novotech-product-faq-list summary {
    align-items: flex-start;
    padding: 16px;
    font-size: 16px;
  }

  .novotech-product-page-detail .novotech-product-faq-list p {
    padding: 0 16px 16px;
    font-size: 14px;
  }

  .novotech-product-page-detail .novotech-product-price strong {
    font-size: 32px;
  }

  .novotech-product-page-detail .novotech-product-trade-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .novotech-product-page-detail .novotech-product-trade-card strong {
    font-size: 24px;
  }

  .novotech-product-page-detail .novotech-product-trade-card p,
  .novotech-product-page-detail .novotech-product-trade-card em {
    font-size: 17px;
  }

  .novotech-product-page-detail .novotech-product-payment-card {
    min-height: 0;
    display: grid;
    padding: 24px;
  }

  .novotech-product-page-detail .novotech-product-payment-card > span {
    max-width: none;
    text-align: left;
  }

  .novotech-product-page-detail .novotech-product-pickup-card {
    padding: 24px;
  }

  .novotech-product-page-detail .novotech-product-pickup-card__head,
  .novotech-product-page-detail .novotech-product-pickup-card__row {
    grid-template-columns: 1fr;
    display: grid;
    gap: 8px;
  }

  .novotech-product-page-detail .novotech-product-pickup-card__row span,
  .novotech-product-page-detail .novotech-product-pickup-card__head span,
  .novotech-product-page-detail .novotech-product-pickup-card__row em {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .novotech-product-page-detail .novotech-product-detail--ready {
    padding: 10px 0 18px;
  }

  .novotech-product-page-detail .novotech-product-topline {
    display: none;
  }

  .novotech-product-page-detail .novotech-product-detail__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .novotech-product-page-detail .novotech-product-summary {
    display: contents;
  }

  .novotech-product-page-detail .novotech-product-gallery {
    order: 1;
    width: 100%;
    max-width: none;
    margin-top: 2px;
    gap: 12px;
  }

  .novotech-product-page-detail .novotech-product-gallery__main {
    min-height: 318px;
    padding: 0;
  }

  .novotech-product-page-detail .novotech-product-gallery__main img {
    width: min(88%, 304px);
    max-height: 310px;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs {
    justify-content: center;
    gap: 8px;
    scrollbar-width: none;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs button {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d9dee5;
    box-shadow: none;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs button.is-active,
  .novotech-product-page-detail .novotech-product-gallery__thumbs button:hover {
    background: #111111;
    box-shadow: none;
  }

  .novotech-product-page-detail .novotech-product-gallery__thumbs img {
    display: none;
  }

  .novotech-product-page-detail .novotech-product-badges {
    display: none;
  }

  .novotech-product-page-detail .novotech-product-brand {
    display: none;
  }

  .novotech-product-page-detail .novotech-product-summary h1 {
    order: 2;
    width: 100%;
    margin: 0 0 2px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 790;
  }

  .novotech-product-page-detail .novotech-product-rustore {
    order: 3;
    width: 100%;
    margin: -2px 0 2px;
    color: #8b9098;
    font-size: 14px;
    font-weight: 540;
    line-height: 1.45;
  }

  .novotech-product-page-detail .novotech-product-options {
    order: 4;
    width: 100%;
    gap: 18px;
    margin: 0;
  }

  .novotech-product-page-detail .novotech-product-options strong {
    color: #777d86;
    font-size: 15px;
    font-weight: 650;
  }

  .novotech-product-page-detail .novotech-product-option-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
  }

  .novotech-product-page-detail .novotech-product-option-row button {
    min-height: 46px;
    width: auto;
    min-width: 66px;
    padding: 0 15px;
    border-color: #e0e3e8;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 560;
    white-space: nowrap;
  }

  .novotech-product-page-detail .novotech-product-color-row button {
    width: 46px;
    height: 46px;
    box-shadow: inset 0 0 0 5px #ffffff;
  }

  .novotech-product-page-detail .novotech-product-buybox {
    order: 5;
    width: 100%;
    gap: 9px;
    margin-top: 0;
    padding: 18px 0 0;
    border: 0;
    border-top: 1px solid #dfe3e8;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
  }

  .novotech-product-page-detail .novotech-product-buybox__label {
    order: 1;
    display: block;
    color: #8b9098;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.25;
  }

  .novotech-product-page-detail .novotech-product-price {
    order: 2;
    gap: 8px 10px;
    align-items: center;
  }

  .novotech-product-page-detail .novotech-product-price strong {
    font-size: 31px;
    font-weight: 900;
  }

  .novotech-product-page-detail .novotech-product-price del {
    color: #8b9098;
    font-size: 15px;
    font-weight: 650;
  }

  .novotech-product-page-detail .novotech-product-price em {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 13px;
  }

  .novotech-product-page-detail .novotech-product-price-link {
    order: 3;
    display: inline-flex;
    align-items: center;
    width: max-content;
    color: #8b9098 !important;
    font-size: 13px;
    font-weight: 560;
    line-height: 1.3;
    text-decoration: none !important;
  }

  .novotech-product-page-detail .novotech-product-price-link::after {
    content: ">";
    margin-left: 7px;
    color: #aab0b8;
    font-size: 16px;
    line-height: 1;
  }

  .novotech-product-page-detail .novotech-product-buybox__note {
    order: 4;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 8px;
    background: #f6f7f9;
    color: #8b9098;
    font-size: 13px;
    font-weight: 560;
  }

  .novotech-product-page-detail .novotech-product-buttons .novotech-button {
    min-height: 50px;
    border-radius: 8px;
    font-size: 16px;
  }

  .novotech-product-page-detail .novotech-product-buttons {
    order: 5;
    gap: 9px;
    margin-top: 4px;
  }

  .novotech-product-page-detail .novotech-product-buttons .novotech-button--ghost {
    border-color: transparent;
    background: #f4f6f8;
    color: #101828 !important;
  }

  .novotech-product-page-detail .novotech-product-installment-link {
    display: none;
  }

  .novotech-product-page-detail .novotech-product-support-section {
    padding-top: 4px;
  }

  .novotech-product-page-detail .novotech-product-seo-section,
  .novotech-product-page-detail .novotech-product-faq-section {
    padding-top: 10px;
  }

  .novotech-product-page-detail .novotech-product-purchase-grid {
    gap: 12px;
  }

  .novotech-product-page-detail .novotech-product-trade-card,
  .novotech-product-page-detail .novotech-product-payment-card,
  .novotech-product-page-detail .novotech-product-pickup-card {
    border-radius: 8px;
    box-shadow: none;
  }

  .novotech-product-page-detail .novotech-product-trade-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
  }

  .novotech-product-page-detail .novotech-product-trade-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    font-size: 26px;
  }

  .novotech-product-page-detail .novotech-product-trade-card strong {
    font-size: 19px;
  }

  .novotech-product-page-detail .novotech-product-trade-card p {
    margin: 8px 0 12px;
    font-size: 14px;
  }

  .novotech-product-page-detail .novotech-product-payment-card {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 2px;
    border-top: 1px solid #dfe3e8;
    border-radius: 0;
    background: #ffffff;
  }

  .novotech-product-page-detail .novotech-product-trade-card em,
  .novotech-product-page-detail .novotech-product-payment-card strong,
  .novotech-product-page-detail .novotech-product-pickup-card__head strong,
  .novotech-product-page-detail .novotech-product-pickup-card__row strong {
    font-size: 16px;
  }

  .novotech-product-page-detail .novotech-product-payment-card strong {
    font-weight: 760;
  }

  .novotech-product-page-detail .novotech-product-payment-card strong span {
    color: #e51d36;
    font-size: 17px;
    font-weight: 900;
  }

  .novotech-product-page-detail .novotech-product-payment-card > span {
    display: none;
  }

  .novotech-product-page-detail .novotech-product-payment-card::after {
    content: ">";
    color: #a6adb6;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
  }

  .novotech-product-page-detail .novotech-product-pickup-card {
    padding: 18px;
    background: #f5f5f5;
  }

  .novotech-product-page-detail .novotech-product-pickup-card__row {
    padding: 14px 0;
  }

  .novotech-product-page-detail .novotech-product-seo-grid {
    gap: 12px;
  }

  .novotech-product-page-detail .novotech-product-seo-card,
  .novotech-product-page-detail .novotech-product-next-card {
    padding: 18px;
  }

  .novotech-product-page-detail .novotech-product-seo-card h2,
  .novotech-product-page-detail .novotech-product-faq-head h2 {
    font-size: 24px;
  }

  .novotech-product-page-detail .novotech-product-seo-card li {
    font-size: 14px;
  }

  .novotech-product-page-detail .novotech-product-next-card > strong {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .novotech-product-page-detail .novotech-product-gallery__main {
    min-height: 292px;
  }

  .novotech-product-page-detail .novotech-product-gallery__main img {
    width: min(86%, 278px);
    max-height: 286px;
  }

  .novotech-product-page-detail .novotech-product-summary h1 {
    font-size: 28px;
  }

  .novotech-product-page-detail .novotech-product-option-row button {
    min-height: 48px;
    padding: 0 14px;
    font-size: 15px;
  }

  .novotech-product-page-detail .novotech-product-price strong {
    font-size: 29px;
  }
}
