html.mx-product-lightbox-open,
body.mx-product-lightbox-open { overflow: hidden !important; }

  .mx-product-new {
    --green: #68b800;
    --green-dark: #579d00;
    --orange: #ff9900;
    --red: #e60000;
    --blue-soft: #eef9ff;
    --cream: #f8fbef;
    --text: #111827;
    --muted: #6b7280;
    --line: #dfe4ea;
    --card: #ffffff;
    --container: 1320px;
    --grade-aplus: #C4ECD2;
    --grade-a: #DFF0D0;
    --grade-ab: #EAF0D0;
    --grade-b: #F4F0D0;
    --grade-bc: #EEDDCA;
    --grade-cplus: #E5D5C5;
    --grade-c: #E8D3D3;
    --grade-d: #E8C4C4;
    --grade-e: #D8B4B4;
    color: var(--text);
    background: #fff;
    font-size: 14px;
  }
  .mx-product-new * { box-sizing: border-box; }
  .mx-product-new button { font-family: inherit; cursor: pointer; }
  .mx-product-new img { display: block; max-width: 100%; }
  .mx-product-new a { color: inherit; text-decoration: none; }
  .mx-product-new .mx-product-new__page { max-width: var(--container); margin: 0 auto; padding: 18px 24px 60px; }
  .mx-product-new .breadcrumb { display: flex; align-items: center; gap: 8px; color: #6b7280; font-size: 13px; margin-bottom: 24px; white-space: nowrap; overflow: hidden; }
  .mx-product-new .breadcrumb span { color: #9ca3af; }
  .mx-product-new .product-layout { display: grid; grid-template-columns: 520px 430px 300px; gap: 42px; align-items: start; }
  .mx-product-new .promo-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .mx-product-new .promo { display: inline-flex; align-items: center; min-height: 28px; padding: 6px 12px; border-radius: 5px; font-size: 14px; font-weight: 700; color: #fff; background: var(--red); line-height: 1; }
  .mx-product-new .promo--outline { background: #fff; color: var(--red); border: 1px solid var(--red); font-weight: 600; }
  .mx-product-new .gallery-card { position: relative; width: 100%; height: 500px; border: 1px solid #e4e8ee; border-radius: 10px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .mx-product-new .gallery-card img { width: auto; height: auto; max-width: 82%; max-height: 430px; object-fit: contain; }
  .mx-product-new .gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 999px; border: 1px solid #e3e6ea; background: #fff; color: #333; display: flex; align-items: center; justify-content: center; font-size: 25px; box-shadow: 0 4px 16px rgba(0,0,0,.08); z-index: 2; }
  .mx-product-new .gallery-arrow.left { left: 22px; }
  .mx-product-new .gallery-arrow.right { right: 22px; }
  .mx-product-new .thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 14px; }
  .mx-product-new .thumb { height: 62px; border: 1px solid #d9dee6; border-radius: 6px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 0; }
  .mx-product-new .thumb.active { border: 2px solid #4d41d8; }
  .mx-product-new .thumb img { width: 100%; height: 100%; object-fit: contain; padding: 5px; }
  .mx-product-new .thumb.more { color: #555; font-weight: 600; font-size: 15px; }
  .mx-product-new .product-info { padding-top: 32px; }
  .mx-product-new .product-title { margin: 0 0 14px; font-size: 30px; line-height: 1.15; font-weight: 800; letter-spacing: -0.5px; max-width: 420px; }
  .mx-product-new .small-btn { display: inline-flex; align-items: center; min-height: 27px; padding: 6px 12px; border-radius: 5px; background: #e8eaec; color: #8a8f98; font-size: 12px; margin-bottom: 20px; }
  .mx-product-new .mx-product-form { margin: 0; }
  .mx-product-new .option-row { display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: start; margin-bottom: 18px; }
  .mx-product-new .option-label { padding-top: 10px; font-size: 15px; font-weight: 800; }
  .mx-product-new .condition-grid { display: flex; gap: 8px; flex-wrap: nowrap; align-items: stretch; }
  .mx-product-new .condition-card { position: relative; width: 118px; min-height: 56px; padding: 8px 10px; border: 1px solid #aeb5bc; border-radius: 4px; background: #fff; text-align: center; display: flex; flex-direction: column; justify-content: center; line-height: 1.05; cursor: pointer; }
  .mx-product-new .condition-card--new { width: 110px; }
  .mx-product-new .condition-card.active { background: #41474f; border-color: #41474f; color: #fff; }
  .mx-product-new .condition-card input, .mx-product-new .pill-option input, .mx-product-new .color-dot input { position: absolute; opacity: 0; pointer-events: none; }
  .mx-product-new .condition-card strong { display: block; font-size: 14px; font-weight: 800; line-height: 1.05; }
  .mx-product-new .condition-card .price { font-size: 13px; font-weight: 800; color: #6da644; }
  .mx-product-new .condition-card .price.orange { color: #f39a0a; }
  .mx-product-new .condition-card .stock-red, .mx-product-new .condition-card .stock-green { display: block; margin-top: 3px; font-size: 11px; line-height: 1.05; font-weight: 500; }
  .mx-product-new .condition-card .stock-red { color: #e11d1d; }
  .mx-product-new .condition-card .stock-green { color: #68b800; }
  .mx-product-new .condition-card.active .stock-green, .mx-product-new .condition-card.active .stock-red, .mx-product-new .condition-card.active .price { color: #fff; }
  .mx-product-new .info-dot { position: absolute; right: -7px; top: -8px; width: 16px; height: 16px; border-radius: 50%; border: 1px solid #9ea5ad; background: #fff; color: #666; font-size: 10px; display: flex; align-items: center; justify-content: center; }
  .mx-product-new .memory-row { display: flex; gap: 8px; flex-wrap: wrap; }
  .mx-product-new .pill-option { position: relative; min-height: 34px; min-width: 58px; padding: 8px 12px; border: 1px solid #aab1b8; border-radius: 4px; background: #fff; color: #111; font-size: 15px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
  .mx-product-new .pill-option.active { background: #3f464d; color: #fff; border-color: #3f464d; }
  .mx-product-new .color-row { display: flex; align-items: center; gap: 15px; padding-top: 5px; }
  .mx-product-new .color-dot { position: relative; width: 28px; height: 28px; border-radius: 50%; border: 1px solid #111; background: var(--color-dot); cursor: pointer; display: inline-flex; box-shadow: none; }
  .mx-product-new .color-dot.active { border: 2px solid #6aaeea; box-shadow: 0 0 0 3px #fff, 0 0 0 4px #6aaeea; }
  .mx-product-new .services { margin-top: 18px; }
  .mx-product-new .services-title { font-weight: 800; font-size: 16px; margin-bottom: 14px; }
  .mx-product-new .service-item { display: grid; grid-template-columns: 24px 1fr auto 18px; gap: 8px; align-items: center; min-height: 29px; color: #111; font-size: 14px; }
  .mx-product-new .check { width: 20px; height: 20px; border: 1px solid #aab1b8; border-radius: 3px; background: #fff; }
  .mx-product-new .tag-reco { background: #5b50a6; color: #fff; border-radius: 4px; padding: 3px 6px; font-size: 11px; margin-right: 6px; }
  .mx-product-new .service-price { color: #111; font-weight: 500; white-space: nowrap; }
  .mx-product-new .service-price.free { color: var(--green); }
  .mx-product-new .mini-info { width: 17px; height: 17px; border-radius: 50%; border: 1px solid #9da3aa; color: #6b7280; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
  .mx-product-new .vat-inline-box { margin-top: 24px; border: 1px solid #dfe4ea; border-radius: 8px; background: #fff; padding: 16px 18px; display: grid; grid-template-columns: 42px 1fr 18px; gap: 14px; align-items: start; }
  .mx-product-new .vat-inline-icon { width: 42px; height: 42px; border-radius: 50%; background: #eef8ff; color: #5a9f00; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 900; }
  .mx-product-new .vat-inline-title { font-size: 15px; font-weight: 900; color: #111827; margin-bottom: 3px; }
  .mx-product-new .vat-inline-subtitle { font-size: 13px; font-weight: 700; color: #6b7280; margin-bottom: 8px; }
  .mx-product-new .vat-inline-text { font-size: 13px; line-height: 1.45; color: #374151; }
  .mx-product-new .purchase-card { margin-top: 78px; width: 100%; position: sticky; top: 20px; border-radius: 7px; overflow: hidden; background: var(--cream); border: 1px solid #e6eadc; box-shadow: 0 6px 20px rgba(0,0,0,.05); }
  .mx-product-new .delivery-top { min-height: 116px; padding: 22px 24px; background: #eefaff; position: relative; overflow: hidden; }
  .mx-product-new .delivery-top::after { content: "▱"; position: absolute; right: 20px; top: 12px; font-size: 96px; color: rgba(83,184,225,.15); transform: scaleX(1.4); }
  .mx-product-new .stock-main { color: var(--green); font-weight: 800; font-size: 18px; text-decoration: underline; margin-bottom: 7px; }
  .mx-product-new .delivery-line { font-size: 14px; color: #2f3740; line-height: 1.55; }
  .mx-product-new .purchase-bottom { padding: 24px 24px 20px; }
  .mx-product-new .old-price-row { display: flex; gap: 8px; align-items: center; margin-bottom: 6px; }
  .mx-product-new .old-price { color: #8a8f98; text-decoration: line-through; font-weight: 700; }
  .mx-product-new .discount-badge { background: #fbbf24; color: #111; border-radius: 4px; padding: 2px 6px; font-size: 12px; font-weight: 800; }
  .mx-product-new .main-price { font-size: 30px; font-weight: 900; margin-bottom: 6px; }
  .mx-product-new .price-ex-vat { font-size: 13px; color: #6b7280; margin-bottom: 18px; }
  .mx-product-new .buy-btn, .mx-product-new .reserve-btn { width: 100%; min-height: 48px; border-radius: 5px; font-size: 18px; display: flex; align-items: center; justify-content: center; gap: 9px; }
  .mx-product-new .buy-btn { background: var(--green); border: 1px solid var(--green); color: #fff; font-weight: 700; margin-bottom: 12px; }
  .mx-product-new .buy-btn:hover { background: var(--green-dark); }
  .mx-product-new .buy-btn:disabled { background: #c7ccd3; border-color: #c7ccd3; cursor: not-allowed; }
  .mx-product-new .reserve-btn { background: #fff; border: 1px solid var(--green); color: var(--green); font-weight: 700; margin-bottom: 22px; }
  .mx-product-new .code-table { display: grid; grid-template-columns: 75px 1fr; row-gap: 10px; font-size: 13px; color: #7b828b; }
  .mx-product-new .code-table div:nth-child(even) { text-align: right; color: #5f6670; word-break: break-word; }
  .mx-product-new .product-details-area { margin-top: 30px; }
  .mx-product-new .trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .mx-product-new .detail-card, .mx-product-new .content-card { background: #fff; border: 1px solid #e2e7ee; border-radius: 12px; padding: 22px 24px; box-shadow: 0 8px 24px rgba(20,30,40,.035); }
  .mx-product-new .detail-card { min-height: 190px; }
  .mx-product-new .detail-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
  .mx-product-new .detail-head h3 { margin: 0; font-size: 17px; line-height: 1.2; font-weight: 800; color: #111827; }
  .mx-product-new .detail-head p { margin: 4px 0 0; font-size: 13px; color: #6b7280; }
  .mx-product-new .grade-circle { min-width: 46px; height: 46px; padding: 0 9px; border-radius: 50%; background: #ffe08a; color: #111; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 900; flex: 0 0 auto; }
  .mx-product-new .grade-circle.is-a-plus { background: var(--grade-aplus); }
  .mx-product-new .grade-circle.is-a { background: var(--grade-a); }
  .mx-product-new .grade-circle.is-ab { background: var(--grade-ab); }
  .mx-product-new .grade-circle.is-b { background: var(--grade-b); }
  .mx-product-new .grade-circle.is-bc { background: var(--grade-bc); }
  .mx-product-new .grade-circle.is-c-plus { background: var(--grade-cplus); }
  .mx-product-new .grade-circle.is-c { background: var(--grade-c); }
  .mx-product-new .grade-circle.is-d { background: var(--grade-d); }
  .mx-product-new .grade-circle.is-e { background: var(--grade-e); }
  .mx-product-new .soft-icon { width: 46px; height: 46px; border-radius: 50%; background: #eef8ff; color: #5a9f00; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; flex: 0 0 auto; }
  .mx-product-new .detail-text { margin: 0; color: #374151; font-size: 14px; line-height: 1.55; }
  .mx-product-new .check-list { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
  .mx-product-new .check-list li { position: relative; padding-left: 24px; color: #26313d; font-size: 14px; line-height: 1.35; }
  .mx-product-new .check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #5cab00; font-weight: 900; }
  .mx-product-new .condition-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
  .mx-product-new .condition-photos img, .mx-product-new .condition-photo-placeholder { width: 100%; height: 76px; object-fit: cover; border-radius: 8px; background: #f1f3f5; }
  .mx-product-new .condition-note { margin-top: 12px; padding: 12px 14px; background: #fff8ec; border-radius: 8px; }
  .mx-product-new .condition-note p { margin: 0 0 10px; color: #6b5a3a; font-size: 12px; line-height: 1.45; }
  .mx-product-new .condition-more-link { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 14px; border-radius: 5px; border: 1px solid #68b800; background: #fff; color: #4f9600; font-size: 13px; font-weight: 800; transition: background .2s ease, color .2s ease, border-color .2s ease; }
  .mx-product-new .condition-more-link:hover { background: #68b800; color: #fff; border-color: #68b800; }
  .mx-product-new .content-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; margin-top: 18px; }
  .mx-product-new .content-card-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
  .mx-product-new .content-card-head h2, .mx-product-new .section-title { margin: 0; font-size: 20px; line-height: 1.2; font-weight: 900; }
  .mx-product-new .content-card-head span { color: #6b7280; font-size: 13px; }
  .mx-product-new .spec-list { display: grid; }
  .mx-product-new .spec-row { display: grid; grid-template-columns: 42% 1fr; gap: 16px; padding: 11px 0; border-bottom: 1px solid #eef1f5; }
  .mx-product-new .spec-row:last-child { border-bottom: 0; }
  .mx-product-new .spec-label { color: #6b7280; }
  .mx-product-new .spec-value { color: #111827; font-weight: 700; word-break: break-word; }
  .mx-product-new .spec-grade { color: #4f9600; }
  .mx-product-new .product-description { color: #374151; font-size: 14px; line-height: 1.65; }
  .mx-product-new .product-description p { margin: 0 0 12px; }
  .mx-product-new .product-description ul { margin: 10px 0 0; padding-left: 18px; }
  .mx-product-new .product-description li { margin-bottom: 7px; }
  .mx-product-new .mx-related-section { margin-top: 34px; }
  .mx-product-new .section-title { margin-bottom: 18px; }
  .mx-product-new .section-title-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
  .mx-product-new .section-title-row .section-title { margin-bottom: 0; }
  .mx-product-new .section-title-link { color: #4f9600; font-size: 13px; font-weight: 800; }
  .mx-product-new .prod-price { display: grid; gap: 2px; }
  .mx-product-new .prod-price strong { font-size: 18px; font-weight: 900; }
  .mx-product-new .prod-old-price { color: #8a8f98; font-size: 12px; font-weight: 700; text-decoration: line-through; }
  .mx-product-new .prod-buy { border: 1px solid var(--green); cursor: pointer; font-family: inherit; }
  .mx-product-new .prod-buy:disabled,
  .mx-product-new .slider-arrow:disabled { opacity: .45; cursor: not-allowed; }
  .mx-product-new .products-wrap { position: relative; }
  .mx-product-new .products-row { display: grid; grid-auto-flow: column; grid-auto-columns: 220px; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .mx-product-new .product-card { scroll-snap-align: start; border: 1px solid #e2e7ee; border-radius: 12px; padding: 14px; background: #fff; display: flex; flex-direction: column; min-height: 295px; }
  .mx-product-new .product-card__media { height: 145px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
  .mx-product-new .product-card__media img { max-height: 145px; object-fit: contain; }
  .mx-product-new .prod-name { font-size: 14px; font-weight: 800; line-height: 1.35; margin-bottom: 10px; display: block; }
  .mx-product-new .prod-price { margin-top: auto; font-size: 18px; font-weight: 900; }
  .mx-product-new .prod-buy { margin-top: 10px; min-height: 38px; border: 1px solid var(--green); background: var(--green); color: #fff; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: 800; }
  .mx-product-new .slider-arrow { position: absolute; top: 44%; z-index: 2; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e2e7ee; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.08); font-size: 24px; }
  .mx-product-new .slider-arrow.left { left: -16px; }
  .mx-product-new .slider-arrow.right { right: -16px; }
  .mx-product-new .mx-no-img { width: 100%; height: 100%; background: #f4f5f7; color: #8a8f98; display: flex; align-items: center; justify-content: center; font-weight: 800; }

  .mx-product-new .mx-lightbox { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 24px; }
  .mx-product-new .mx-lightbox.is-open { display: flex; }
  .mx-product-new .mx-lightbox__backdrop { position: absolute; inset: 0; border: 0; background: rgba(17,24,39,.78); cursor: zoom-out; }
  .mx-product-new .mx-lightbox__dialog { position: relative; z-index: 1; width: min(1040px, 100%); max-height: calc(100vh - 48px); background: #fff; border-radius: 14px; padding: 22px 68px 18px; box-shadow: 0 24px 80px rgba(0,0,0,.28); display: flex; flex-direction: column; align-items: center; }
  .mx-product-new .mx-lightbox__image { width: 100%; max-width: 860px; max-height: calc(100vh - 210px); object-fit: contain; }
  .mx-product-new .mx-lightbox__close { position: absolute; right: 16px; top: 12px; width: 38px; height: 38px; border-radius: 999px; border: 1px solid #e5e7eb; background: #fff; font-size: 28px; line-height: 1; color: #111827; }
  .mx-product-new .mx-lightbox__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 999px; border: 1px solid #e5e7eb; background: #fff; color: #111827; font-size: 32px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
  .mx-product-new .mx-lightbox__arrow--prev { left: 16px; }
  .mx-product-new .mx-lightbox__arrow--next { right: 16px; }
  .mx-product-new .mx-lightbox__thumbs { width: 100%; margin-top: 16px; display: grid; grid-auto-flow: column; grid-auto-columns: 70px; gap: 10px; overflow-x: auto; justify-content: center; padding-bottom: 4px; }
  .mx-product-new .mx-lightbox__thumb { height: 62px; border: 1px solid #d9dee6; border-radius: 7px; background: #fff; padding: 4px; overflow: hidden; }
  .mx-product-new .mx-lightbox__thumb.is-active { border: 2px solid #4d41d8; }
  .mx-product-new .mx-lightbox__thumb img { width: 100%; height: 100%; object-fit: contain; }



  .mx-product-new .buy-btn__icon {
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mx-product-new .buy-btn__icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
  }

  .mx-product-new .mx-real-services {
    margin-top: 18px;
  }

  .mx-product-new .mx-service-product {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr auto;
    gap: 8px;
    align-items: center;
    min-height: 34px;
    padding: 5px 0;
    cursor: pointer;
  }

  .mx-product-new .mx-service-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .mx-product-new .mx-service-check {
    width: 20px;
    height: 20px;
    border: 1px solid #aab1b8;
    border-radius: 4px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .18s ease;
  }

  .mx-product-new .mx-service-check svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    opacity: 0;
    transform: scale(.75);
    transition: .18s ease;
  }

  .mx-product-new .mx-service-checkbox:checked + .mx-service-check {
    background: var(--green);
    border-color: var(--green);
  }

  .mx-product-new .mx-service-checkbox:checked + .mx-service-check svg {
    opacity: 1;
    transform: scale(1);
  }

  .mx-product-new .mx-service-product__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
  }

  .mx-product-new .mx-service-product__title {
    line-height: 1.25;
  }


  /* Add-on modal styles moved to assets/mx-global-upsell-modal.css */

  .mx-product-new .mx-lightbox { padding: 10px; }
    .mx-product-new .mx-lightbox__dialog { padding: 54px 12px 12px; max-height: calc(100vh - 20px); border-radius: 12px; }
    .mx-product-new .mx-lightbox__image { max-height: calc(100vh - 175px); }
    .mx-product-new .mx-lightbox__arrow { width: 38px; height: 38px; font-size: 28px; background: rgba(255,255,255,.94); }
    .mx-product-new .mx-lightbox__arrow--prev { left: 8px; }
    .mx-product-new .mx-lightbox__arrow--next { right: 8px; }
    .mx-product-new .mx-lightbox__thumbs { grid-auto-columns: 56px; justify-content: start; }
    .mx-product-new .mx-lightbox__thumb { height: 52px; }
    .mx-product-new .slider-arrow { display: none; }
    .mx-product-new .products-row { grid-auto-columns: 170px; }
    .mx-product-new .product-card { min-height: 260px; padding: 12px; }
    .mx-product-new .product-card__media { height: 120px; }
  }

  @media (max-width: 520px) {
    .mx-product-new .gallery-card { height: 285px; }
    .mx-product-new .gallery-card img { max-height: 245px; }
    .mx-product-new .condition-grid { grid-template-columns: repeat(3, 1fr); }
    .mx-product-new .memory-row { display: grid; grid-template-columns: repeat(3, 1fr); }
    .mx-product-new .pill-option { min-width: 0; font-size: 13px; }
    .mx-product-new .buy-btn, .mx-product-new .reserve-btn { min-height: 46px; font-size: 16px; }
  }

/* =========================================================
   PRODUCT PAGE — GLOBAL UPSELL INTEGRATION FIXES
   ========================================================= */
.mx-product-new .buy-btn.is-loading,
.mx-product-new .prod-buy.is-loading{
  opacity:.75;
  pointer-events:none;
}

.mx-product-new .mx-service-product{
  cursor:pointer;
}

.mx-product-new .mx-service-checkbox{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.mx-product-new .mx-service-check{
  width:20px;
  height:20px;
  border:1px solid #aab1b8;
  border-radius:4px;
  background:#fff;
  display:grid;
  place-items:center;
  color:#fff;
}

.mx-product-new .mx-service-check svg{
  width:14px;
  height:14px;
  fill:currentColor;
  opacity:0;
}

.mx-product-new .mx-service-checkbox:checked + .mx-service-check{
  background:var(--green);
  border-color:var(--green);
}

.mx-product-new .mx-service-checkbox:checked + .mx-service-check svg{
  opacity:1;
}

@media (max-width: 760px){
  .mx-product-new .mx-product-new__page{
    padding-bottom:34px;
  }
}