/* Split from wd-product-ui-2026.css. Do not edit directly. */
/* DESKTOP: min-width queries only */

@media (min-width: 1025px) {
  body.single-product .product-info.summary,
  body.single-product .summary.entry-summary {
    position: sticky;
    top: 22px;
  }
}


@media (min-width: 1025px) {
  body.single-product .nasa-row.nasa-product-details-page,
  body.single-product .nasa-product-details-page.modern,
  body.single-product .nasa-product-details-page.nasa-layout-classic {
    width: calc(100% - 40px) !important;
    max-width: 1480px !important;
    padding-top: 20px !important;
  }

  body.single-product .nasa-product-details-page .focus-info {
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.72fr) !important;
    gap: 14px !important;
  }

  body.single-product .product-info.summary,
  body.single-product .summary.entry-summary {
    padding: 28px !important;
    overflow: hidden !important;
  }

  body.single-product .summary .product_title,
  body.single-product .product-info .product_title,
  body.single-product h1.product_title {
    margin: 0 0 18px !important;
    font-size: clamp(30px, 2.1vw, 38px) !important;
    line-height: 1.12 !important;
  }

  body.single-product .summary .price ins,
  body.single-product .product-info .price ins {
    font-size: clamp(34px, 2.8vw, 44px) !important;
  }
}


@media (min-width: 1025px) {
  body.single-product .nasa-layout-modern-1 .focus-info,
  body.single-product .nasa-layout-new-3 .focus-info,
  body.single-product .nasa-layout-new .focus-info,
  body.single-product .nasa-layout-new-2 .focus-info,
  body.single-product .nasa-layout-classic .focus-info {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr) !important;
    gap: clamp(14px, 1.6vw, 24px) !important;
  }

  body.single-product .nasa-layout-new-3 .focus-info > .product-gallery,
  body.single-product .nasa-layout-new .focus-info > .product-gallery,
  body.single-product .nasa-layout-new-2 .focus-info > .product-gallery,
  body.single-product .nasa-layout-classic .focus-info > .product-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.single-product .nasa-layout-new-3 .focus-info > .product-info,
  body.single-product .nasa-layout-new .focus-info > .product-info,
  body.single-product .nasa-layout-new-2 .focus-info > .product-info,
  body.single-product .nasa-layout-classic .focus-info > .product-info {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.single-product
    .nasa-layout-new-3
    .focus-info
    > .nasa-product-details-wrap,
  body.single-product
    .nasa-layout-new-3
    .focus-info
    > .nasa-product-extend-tab-wrap {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}


@media (min-width: 1025px) {
  html body.single-product .product-info .nasa-product-info-wrap,
  html body.single-product .product-info .nasa-product-info-wrap-modern-4 {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: clamp(22px, 2vw, 30px) !important;
  }

  html body.single-product .product-info.summary.entry-summary .product_title,
  html body.single-product .product-info.summary.entry-summary h1.product_title,
  html body.single-product .summary.entry-summary h1.product_title.entry-title {
    max-width: 100% !important;
    margin: 0 0 14px !important;
    font-size: clamp(27px, 1.62vw, 34px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
  }

  html body.single-product .summary .price,
  html body.single-product .product-info .price {
    margin: 0 0 14px !important;
    gap: 6px 10px !important;
  }

  html body.single-product .summary .price .mrp-label,
  html body.single-product .product-info .price .mrp-label {
    font-size: 16px !important;
  }

  html body.single-product .summary .price del,
  html body.single-product .product-info .price del {
    font-size: 16px !important;
  }

  html body.single-product .summary .price ins,
  html body.single-product .product-info .price ins {
    font-size: clamp(34px, 2.55vw, 42px) !important;
  }

  html body.single-product .summary .wd-offer-badge--summary.top-badge {
    max-width: fit-content !important;
    margin: 8px 0 14px !important;
    padding: 8px 12px !important;
    font-size: 15px !important;
  }

  html body.single-product .summary .nasa-last-sold,
  html body.single-product .summary .nasa-viewing,
  html body.single-product .summary .nasa-est-delivery {
    margin: 10px 0 14px !important;
    padding: 8px 11px !important;
    font-size: 14px !important;
  }

  html body.single-product .summary .wd-offer-panel {
    margin: 16px 0 18px !important;
    padding: 18px 20px 20px !important;
    border-radius: 10px !important;
    background-color: #fbf8ff !important;
    background-image: radial-gradient(
      rgba(126, 64, 182, 0.11) 1.4px,
      transparent 1.4px
    ) !important;
    background-size: 20px 20px !important;
  }

  html body.single-product .summary .wd-offer-panel__title {
    margin: 0 0 12px !important;
    font-size: clamp(19px, 1.35vw, 24px) !important;
    line-height: 1.16 !important;
  }

  html body.single-product .summary .wd-offer-panel__list {
    justify-items: start !important;
  }

  html body.single-product .summary .wd-offer-panel__card {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
    padding: 18px 20px 16px !important;
    border-radius: 10px !important;
  }

  html body.single-product .summary .wd-offer-panel__pin {
    top: -14px !important;
    left: 34px !important;
    width: 30px !important;
    height: 30px !important;
    border-width: 5px !important;
  }

  html body.single-product .summary .wd-offer-panel__price {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  html body.single-product .summary .wd-offer-panel__price strong {
    font-size: 18px !important;
  }

  html body.single-product .summary .wd-offer-panel__rules {
    gap: 5px !important;
  }

  html body.single-product .summary .wd-offer-panel__rule {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  html body.single-product .summary .wd-offer-panel__footer {
    margin-top: 14px !important;
    padding-top: 14px !important;
    font-size: 13px !important;
  }
}


@media (min-width: 1025px) {
  html body.single-product div.product .summary.entry-summary h1.product_title,
  html
    body.single-product
    div.product
    .summary.entry-summary
    .product_title.entry-title,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    h1.product_title.entry-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #8c94a6 !important;
    font-size: clamp(20px, 1.18vw, 26px) !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-wrap: nowrap !important;
  }

  html body.single-product div.product .summary.entry-summary .price,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price {
    margin: 0 0 10px !important;
    align-items: center !important;
    gap: 6px 9px !important;
  }

  html body.single-product div.product .summary.entry-summary .price ins,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price
    ins {
    font-size: clamp(28px, 2vw, 34px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html body.single-product div.product .summary.entry-summary .price del,
  html body.single-product div.product .summary.entry-summary .price .mrp-label,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price
    del,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price
    .mrp-label {
    font-size: 15px !important;
    line-height: 1 !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-badge--summary.top-badge,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-badge--summary.top-badge {
    margin: 6px 0 12px !important;
    padding: 7px 10px !important;
    border-radius: 7px !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  html body.single-product div.product .summary.entry-summary .nasa-last-sold,
  html body.single-product div.product .summary.entry-summary .nasa-viewing,
  html
    body.single-product
    div.product
    .summary.entry-summary
    .nasa-est-delivery,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .nasa-last-sold,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .nasa-viewing,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .nasa-est-delivery {
    margin: 6px 0 12px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
  }

  html body.single-product div.product .summary.entry-summary .wd-offer-panel,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel {
    width: 100% !important;
    min-height: 0 !important;
    margin: 14px 0 16px !important;
    padding: 18px 18px 22px !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    background-color: #fbf8ff !important;
    background-image: radial-gradient(
      rgba(126, 64, 182, 0.1) 1.35px,
      transparent 1.35px
    ) !important;
    background-size: 19px 19px !important;
    box-shadow: none !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__title,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__title {
    margin: 0 0 10px !important;
    color: #2f3340 !important;
    font-size: clamp(17px, 1.05vw, 21px) !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__list,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__list {
    display: block !important;
    width: 100% !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__card,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__card {
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    min-height: 0 !important;
    padding: 16px 18px 14px !important;
    border: 1.5px solid #c894f1 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__pin,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__pin {
    top: -13px !important;
    left: 28px !important;
    width: 28px !important;
    height: 28px !important;
    border-width: 4px !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__content,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__content {
    gap: 6px !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__price,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__price {
    gap: 5px !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.16 !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__price
    strong,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__price
    strong {
    font-size: 15px !important;
    line-height: 1 !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__price
    del,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__price
    del {
    font-size: 13px !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__rules,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__rules {
    gap: 4px !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__rule,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__rule {
    gap: 4px 6px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
  }

  html
    body.single-product
    div.product
    .summary.entry-summary
    .wd-offer-panel__footer,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__footer {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top-width: 1.5px !important;
    gap: 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }
}
