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

@media (max-width: 767px) {
  body.single-product {
    --wd-product-shadow: 0 14px 34px rgba(27, 20, 43, 0.09);
  }

  body.single-product #wrapper,
  body.single-product #main-content {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  body.single-product .nasa-breadcrumb .row,
  body.single-product .nasa-breadcrumb .large-12.columns,
  body.single-product .nasa-breadcrumb .breadcrumb-wrap {
    padding: 0 14px !important;
  }

  body.single-product .nasa-breadcrumb .breadcrumb-row {
    padding: 10px 0 !important;
  }

  body.single-product .woocommerce-breadcrumb,
  body.single-product .breadcrumb {
    font-size: 12px !important;
  }

  body.single-product .nasa-product-details-page {
    padding: 12px 12px 22px !important;
  }

  body.single-product .product-gallery .woocommerce-product-gallery,
  body.single-product .product-gallery .images {
    padding: 6px !important;
    box-shadow: none;
  }

  body.single-product .product-info.summary,
  body.single-product .summary.entry-summary {
    padding: 16px !important;
    box-shadow: none;
  }

  body.single-product .product_title,
  body.single-product .summary .product_title,
  body.single-product h1.product_title {
    margin-bottom: 12px !important;
    font-size: clamp(24px, 7vw, 31px) !important;
    line-height: 1.12 !important;
  }

  body.single-product .summary .price,
  body.single-product .product-info .price {
    gap: 5px 8px;
    margin-bottom: 14px !important;
  }

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

  body.single-product .summary .nasa-last-sold,
  body.single-product .summary .nasa-viewing,
  body.single-product .summary .nasa-est-delivery {
    width: 100%;
    font-size: 13px !important;
  }

  body.single-product .summary .wd-offer-badge--summary.top-badge {
    width: 100% !important;
    justify-content: space-between;
    font-size: 14px !important;
  }

  body.single-product .summary table.variations tr {
    padding: 12px !important;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.single-product .summary table.variations td.value {
    gap: 9px;
  }

  body.single-product .summary .nasa-attr-ux {
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 13px !important;
    font-size: 14px !important;
  }

  body.single-product .summary .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr;
  }

  body.single-product .summary .quantity {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 52px minmax(54px, 1fr) 52px;
  }

  body.single-product .summary .quantity .minus,
  body.single-product .summary .quantity .plus,
  body.single-product .summary .quantity button {
    width: 52px !important;
  }

  body.single-product .summary .quantity input.qty,
  body.single-product .summary .quantity .input-text.qty {
    width: 100% !important;
  }

  body.single-product .summary .single_add_to_cart_button,
  body.single-product .summary .ns-single-add-btn.single_add_to_cart_button {
    min-height: 54px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }

  body.single-product .wd-offer-panel {
    margin: 16px 0 !important;
    padding: 14px !important;
  }

  body.single-product .wd-offer-panel__card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 14px !important;
  }

  body.single-product .wd-offer-panel__pin {
    width: 34px;
    height: 34px;
  }

  body.single-product .wd-offer-panel__footer {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px;
  }

  body.single-product .nasa-wrap-popup-nodes {
    grid-template-columns: 1fr;
  }

  body.single-product .nasa-wrap-popup-nodes > li > a {
    min-height: 48px;
  }

  body.single-product .nasa-node-content {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 40px) !important;
  }

  body.single-product .size-chart-main table {
    min-width: 480px;
  }

  body.single-product .size-chart-main th,
  body.single-product .size-chart-main td {
    padding: 10px 8px !important;
    font-size: 12px !important;
  }

  body.single-product .product-details,
  body.single-product #nasa-single-product-tabs {
    margin: 0 auto 30px !important;
    padding: 0 12px !important;
  }

  body.single-product .woocommerce-tabs,
  body.single-product .nasa-tabs-content,
  body.single-product .nasa-accordions-content {
    padding: 16px !important;
    box-shadow: none;
  }

  body.single-product .nasa-tabs {
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  body.single-product .nasa-tabs::-webkit-scrollbar {
    display: none;
  }

  body.single-product .nasa-tabs a {
    white-space: nowrap;
  }

  body.single-product table.shop_attributes tbody {
    grid-template-columns: 1fr;
  }

  body.single-product table.shop_attributes tr {
    grid-template-columns: 1fr;
  }

  body.single-product .related.products,
  body.single-product .up-sells,
  body.single-product .cross-sells {
    padding: 0 12px;
  }
}


@media (max-width: 420px) {
  body.single-product .summary .price .mrp-label,
  body.single-product .product-info .price .mrp-label {
    font-size: 14px !important;
  }

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


@media (prefers-reduced-motion: reduce) {
  body.single-product *,
  body.single-product *::before,
  body.single-product *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


@media (max-width: 767px) {
  body.single-product .product-details#nasa-single-product-tabs {
    width: calc(100% - 24px) !important;
    margin: 18px auto 36px !important;
  }

  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-accordions-content.woocommerce-tabs,
  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-accordions-content.nasa-no-border,
  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-accordions-content.nasa-arrow {
    padding: 12px !important;
    border-radius: 10px !important;
  }

  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-accordion-title
    a.nasa-accordion {
    min-height: 58px;
    padding: 0 14px 0 50px !important;
    font-size: 18px !important;
  }

  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-accordion-title
    a.nasa-accordion::before,
  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-accordion-title
    a.nasa-accordion::after {
    left: 20px !important;
  }

  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-panel.nasa-content-panel {
    padding: 16px !important;
  }

  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-content-additional_information
    table.shop_attributes
    tbody,
  body.single-product
    .product-details#nasa-single-product-tabs
    .nasa-statistic-ratings {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767px) {
  body.single-product .product-info .nasa-product-info-wrap,
  body.single-product .product-info .nasa-product-info-wrap-modern-4 {
    max-width: 100% !important;
    padding: 16px !important;
  }

  body.single-product .summary .wd-offer-panel {
    padding: 16px !important;
  }

  body.single-product .summary .wd-offer-panel__card {
    padding: 16px !important;
  }

  body.single-product .summary .wd-offer-panel__title {
    font-size: 22px !important;
  }

  body.single-product .summary .price ins,
  body.single-product .product-info .price ins {
    white-space: normal !important;
  }
}


@media (max-width: 767px) {
  html body.single-product.nasa-in-mobile.nasa-mobile-app #wrapper {
    max-width: 100vw !important;
    background: #f4f2f8 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .site-header.nasa-header-sticky-wrap {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: #ffffff !important;
    box-shadow: 0 6px 18px rgba(27, 20, 43, 0.08) !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    #masthead,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .nasa-header-mobile-layout
    #masthead {
    min-height: 54px !important;
    height: 54px !important;
    padding: 0 8px !important;
    border: 0 !important;
    background: #ffffff !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .elements-wrapper.left-icons,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .elements-wrapper.right-icons {
    width: 68px !important;
    min-width: 68px !important;
    flex: 0 0 68px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    .logo,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    .logo-wrapper,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header.fixed-already
    .logo {
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .elements-wrapper.logo-wrapper {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    .logo
    .header_logo,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    .logo
    .logo_mobile,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .logo
    .header_logo,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .logo
    .logo_mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: 118px !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  html body.single-product .nasa-product-details-page {
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 8px 18px !important;
  }

  html body.single-product .product-gallery .woocommerce-product-gallery,
  html body.single-product .product-gallery .images,
  html body.single-product .product-info.summary,
  html body.single-product .summary.entry-summary {
    border-radius: 8px !important;
  }

  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 {
    color: #171421 !important;
    font-size: clamp(24px, 6.4vw, 30px) !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !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 {
    align-items: center !important;
    gap: 5px 8px !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 {
    flex-basis: auto !important;
    font-size: clamp(32px, 8.5vw, 38px) !important;
  }

  html body.single-product div.product .summary.entry-summary .price .mrp-label,
  html body.single-product div.product .summary.entry-summary .price del,
  html
    body.single-product
    div.product
    .summary.entry-summary
    .price
    del
    .amount,
  html
    body.single-product
    .nasa-product-details-page
    .product-info.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
    del
    .amount {
    color: #171421 !important;
    font-size: 16px !important;
  }
}


@media (max-width: 767px) {
  html body.single-product.nasa-in-mobile.nasa-mobile-app,
  html body.single-product.nasa-in-mobile.nasa-mobile-app #wrapper,
  html body.single-product.nasa-in-mobile.nasa-mobile-app #main-content {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    background: #f4f2f8 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header.fixed-already {
    position: fixed !important;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(27, 20, 43, 0.08) !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    #masthead,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .nasa-header-mobile-layout
    #masthead {
    width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 10px !important;
    background: transparent !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header.fixed-already
    #masthead {
    background: #ffffff !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .elements-wrapper.left-icons,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .elements-wrapper.right-icons {
    width: 74px !important;
    min-width: 74px !important;
    flex: 0 0 74px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    .logo,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    .logo-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header.fixed-already
    .logo,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header.fixed-already
    .logo-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header
    .logo.nasa-has-mobile-logo
    .header_logo,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .logo.nasa-has-mobile-logo
    .header_logo {
    display: none !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header.fixed-already
    .logo.nasa-has-mobile-logo
    .logo_mobile,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-header-mobile-layout
    .logo.nasa-has-mobile-logo
    .logo_mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: 116px !important;
    max-height: 40px !important;
    object-fit: contain !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header:not(.fixed-already)
    .logo
    .header_logo,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    #wrapper
    .product-header:not(.fixed-already)
    .logo
    .logo_mobile {
    display: none !important;
  }

  html body.single-product .nasa-product-details-page,
  html body.single-product .nasa-row.nasa-product-details-page,
  html body.single-product .nasa-product-details-page.modern {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 18px !important;
  }

  html body.single-product .nasa-product-details-page .focus-info {
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  html body.single-product .nasa-product-details-page .product-gallery {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 calc(50% - 50vw) 10px !important;
    padding: 0 !important;
  }

  html body.single-product .product-gallery .woocommerce-product-gallery,
  html body.single-product .product-gallery .images {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  html body.single-product .product-gallery .main-images,
  html
    body.single-product
    .product-gallery
    .woocommerce-product-gallery__wrapper,
  html body.single-product .product-gallery .nasa-item-main-image-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  html body.single-product .product-gallery .main-images img,
  html
    body.single-product
    .product-gallery
    .woocommerce-product-gallery__image
    img,
  html body.single-product .product-gallery .nasa-item-main-image-wrap img {
    width: 100% !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  html body.single-product .product-info.summary,
  html body.single-product .summary.entry-summary {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    border-radius: 8px !important;
    border: 1px solid rgba(124, 53, 232, 0.14) !important;
    background: #ffffff !important;
  }

  html body.single-product .product-info .nasa-product-info-wrap,
  html body.single-product .product-info .nasa-product-info-wrap-modern-4 {
    padding: 14px !important;
  }

  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 {
    margin: 0 0 10px !important;
    font-size: clamp(22px, 6vw, 28px) !important;
    line-height: 1.12 !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(30px, 8vw, 36px) !important;
  }

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


@media (max-width: 1024px) {
  html body.single-product.nasa-in-mobile.nasa-mobile-app,
  html body.single-product.nasa-in-mobile.nasa-mobile-app #wrapper,
  html body.single-product.nasa-in-mobile.nasa-mobile-app #main-content,
  html body.single-product.nasa-in-mobile.nasa-mobile-app .site-content,
  html body.single-product.nasa-in-mobile.nasa-mobile-app .page-wrapper,
  html body.single-product.nasa-in-mobile.nasa-mobile-app .product-page {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }

  html body.single-product.nasa-in-mobile.nasa-mobile-app .container-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-row.nasa-product-details-page,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page.modern,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    > [class*="nasa-single-product"],
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .focus-info,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .focus-info
    > .row,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .focus-info
    > .row
    > .columns,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .ns-info-gallery-modern-4,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .ns-info-gallery-modern-4
    > .columns,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-gallery {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    transform: none !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .focus-info,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .focus-info
    > .row,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .ns-info-gallery-modern-4 {
    display: block !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-gallery {
    margin-bottom: 10px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-product-gallery,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .images,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .nasa-main-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .main-images,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .slick-list,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-product-gallery__wrapper
    > .columns,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-product-gallery__wrapper
    > .large-12.columns,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-product-gallery__wrapper
    > .mobile-padding-left-5,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-product-gallery__wrapper
    > .mobile-padding-right-5,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .item-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .nasa-item-main-image-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-product-gallery__wrapper,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-product-gallery__image,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .easyzoom,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .vanilla-zoom {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .main-images
    img,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-product-gallery__image
    img,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .nasa-item-main-image-wrap
    img,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .easyzoom
    img,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .vanilla-zoom
    img {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .product-image,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-main-image,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .woocommerce-additional-image,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .vanilla-zoom
    > a,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .easyzoom
    > a {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    border: 0 !important;
    border-radius: 0 !important;
    line-height: 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
    background: #ffffff !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .slick-slide {
    min-width: 100vw !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-gallery
    .ns-img-count {
    right: 14px !important;
    bottom: 12px !important;
  }

  html body.single-product.nasa-in-mobile.nasa-mobile-app .product-info.summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin: 0 auto !important;
  }
}


@media (max-width: 1024px) {
  html body.single-product.nasa-in-mobile.nasa-mobile-app .product-info.summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-info-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-info-wrap-modern-4,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    .nasa-product-info-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 16px clamp(16px, 4vw, 22px) 22px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > *,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-info-wrap
    > *,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-info-wrap-modern-4
    > * {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    h1.product_title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .product_title.entry-title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    h1.product_title.entry-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #171421 !important;
    font-size: clamp(20px, 5vw, 27px) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere !important;
  }

  html body.single-product.nasa-in-mobile.nasa-mobile-app .summary .price,
  html body.single-product.nasa-in-mobile.nasa-mobile-app .product-info .price {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .woocommerce-product-details__short-description,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .nasa-product-details-short-description,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .woocommerce-product-details__short-description,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-details-short-description {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 18px !important;
    padding: 0 !important;
    color: #756f82 !important;
    font-size: clamp(14px, 3.7vw, 17px) !important;
    line-height: 1.45 !important;
    overflow: hidden !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .woocommerce-product-details__short-description
    p,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .nasa-product-details-short-description
    p,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .woocommerce-product-details__short-description
    p,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-details-short-description
    p {
    margin: 0 0 8px !important;
    padding: 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .woocommerce-product-details__short-description
    ul,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .woocommerce-product-details__short-description
    ol,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .nasa-product-details-short-description
    ul,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .nasa-product-details-short-description
    ol,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .woocommerce-product-details__short-description
    ul,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .woocommerce-product-details__short-description
    ol,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-details-short-description
    ul,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-details-short-description
    ol {
    margin: 6px 0 0 !important;
    padding-left: 20px !important;
    list-style-position: outside !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .woocommerce-product-details__short-description
    li,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .nasa-product-details-short-description
    li,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .woocommerce-product-details__short-description
    li,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-details-short-description
    li {
    margin: 0 0 5px !important;
    padding-left: 3px !important;
    overflow-wrap: break-word !important;
  }

  html body.single-product.nasa-in-mobile.nasa-mobile-app .summary form.cart,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    .variations_form.cart,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    table.variations,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    table.variations
    tbody {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    table.variations
    tr {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    table.variations
    th.label,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    table.variations
    label {
    color: #4c4b52 !important;
    font-size: clamp(17px, 4.3vw, 21px) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel {
    width: calc(100% + (2 * clamp(16px, 4vw, 22px))) !important;
    max-width: none !important;
    margin-left: calc(-1 * clamp(16px, 4vw, 22px)) !important;
    margin-right: calc(-1 * clamp(16px, 4vw, 22px)) !important;
    padding-left: clamp(16px, 4vw, 22px) !important;
    padding-right: clamp(16px, 4vw, 22px) !important;
    overflow: hidden !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: clamp(20px, 5vw, 26px) !important;
    line-height: 1.16 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__card,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__price,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__rule,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__price,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__rule {
    flex-wrap: wrap !important;
    overflow-wrap: anywhere !important;
  }
}


@media (max-width: 1024px) {
  html body.single-product.nasa-in-mobile.nasa-mobile-app .product-info.summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-info-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-info-wrap-modern-4,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    .nasa-product-info-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 16px 18px 22px !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    h1.product_title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .product_title.entry-title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    h1.product_title.entry-title {
    max-width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #171421 !important;
    font-size: clamp(18px, 4.5vw, 24px) !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    text-wrap: auto !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price {
    margin: 0 0 12px !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 5px 7px !important;
    line-height: 1.08 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price
    .mrp-label,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price
    del,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price
    del
    .amount,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price
    .mrp-label,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price
    del,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price
    del
    .amount {
    flex: 0 0 auto !important;
    color: #171421 !important;
    font-size: clamp(14px, 3.6vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price
    ins,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price
    ins {
    flex: 0 0 auto !important;
    color: var(--wd-product-purple) !important;
    font-size: clamp(27px, 7vw, 38px) !important;
    font-weight: 950 !important;
    line-height: 0.98 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price
    .wd-discount,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price
    .discount,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price
    .onsale {
    font-size: clamp(14px, 3.7vw, 18px) !important;
    line-height: 1.08 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-badge--summary.top-badge,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-badge--summary.top-badge {
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 8px 0 12px !important;
    padding: 7px 10px !important;
    display: inline-flex !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    border-radius: 7px !important;
    font-size: clamp(14px, 3.8vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-est-delivery,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .nasa-est-delivery {
    width: fit-content !important;
    max-width: 100% !important;
    margin: 10px 0 12px !important;
    padding: 8px 11px !important;
    border-radius: 6px !important;
    font-size: clamp(13px, 3.5vw, 17px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 0 !important;
    margin: 12px -18px 18px !important;
    padding: 16px 18px 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #fbf8ff !important;
    background-image: radial-gradient(
      rgba(126, 64, 182, 0.11) 1.15px,
      transparent 1.15px
    ) !important;
    background-size: 16px 16px !important;
    box-shadow: none !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__title {
    margin: 0 0 10px !important;
    color: #2d303a !important;
    font-size: clamp(18px, 4.7vw, 23px) !important;
    font-weight: 850 !important;
    line-height: 1.16 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__card,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__card {
    width: 100% !important;
    max-width: 430px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 15px 13px !important;
    border-radius: 10px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__price,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__rule,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__price,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__rule {
    font-size: clamp(13px, 3.6vw, 16px) !important;
    line-height: 1.18 !important;
  }
}


@media (max-width: 1024px) {
  html body.single-product.nasa-in-mobile.nasa-mobile-app .product-info.summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary {
    --wd-mobile-content-inset: clamp(20px, 5vw, 34px);
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-info-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info
    .nasa-product-info-wrap-modern-4,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    .nasa-product-info-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 16px var(--wd-mobile-content-inset) 22px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > h1.product_title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .product_title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .price,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-badge--summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-est-delivery,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .woocommerce-product-details__short-description,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-product-details-short-description,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > form.cart,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .cart {
    width: calc(100% - (var(--wd-mobile-content-inset) * 2)) !important;
    max-width: calc(100% - (var(--wd-mobile-content-inset) * 2)) !important;
    margin-left: var(--wd-mobile-content-inset) !important;
    margin-right: var(--wd-mobile-content-inset) !important;
    box-sizing: border-box !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    h1.product_title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .product_title.entry-title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    h1.product_title.entry-title {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    color: #171421 !important;
    font-size: clamp(20px, 4.9vw, 27px) !important;
    line-height: 1.2 !important;
    overflow-wrap: break-word !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .price,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .price {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    gap: 5px 8px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-badge--summary.top-badge,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-badge--summary.top-badge,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-est-delivery {
    max-width: 100% !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel {
    width: calc(100% + (var(--wd-mobile-content-inset) * 2)) !important;
    max-width: calc(100% + (var(--wd-mobile-content-inset) * 2)) !important;
    min-width: 0 !important;
    margin: 14px calc(var(--wd-mobile-content-inset) * -1) 18px !important;
    padding: 16px var(--wd-mobile-content-inset) 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__title {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__card,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    table.variations
    tr,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    table.variations
    th,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary
    table.variations
    td {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}


@media (max-width: 1180px) {
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info.summary.entry-summary {
    --wd-live-mobile-inset: clamp(18px, 5vw, 32px);
    --wd-live-mobile-inner: calc(100% - (var(--wd-live-mobile-inset) * 2));
    overflow: hidden !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info.summary.entry-summary
    > .ns-begin-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-est-delivery,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .woocommerce-product-details__short-description,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-product-details-short-description {
    width: var(--wd-live-mobile-inner) !important;
    max-width: var(--wd-live-mobile-inner) !important;
    margin-left: var(--wd-live-mobile-inset) !important;
    margin-right: var(--wd-live-mobile-inset) !important;
    box-sizing: border-box !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap {
    padding: 16px 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    h1.product_title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .product_title.entry-title {
    margin: 0 0 12px !important;
    color: #171421 !important;
    font-size: clamp(20px, 4.65vw, 25px) !important;
    font-weight: 850 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .price {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 5px 8px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .price
    .mrp-label,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .price
    del,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .price
    del
    .amount {
    color: #171421 !important;
    font-size: clamp(14px, 3.45vw, 17px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .price
    ins,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .price
    ins
    .amount,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .tsb-price-line-sale {
    color: var(--wd-product-purple) !important;
    font-size: clamp(30px, 8vw, 43px) !important;
    font-weight: 950 !important;
    line-height: 0.98 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .wd-offer-badge--summary.top-badge {
    width: fit-content !important;
    max-width: 100% !important;
    margin: 10px 0 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-est-delivery {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info.summary.entry-summary
    > .wd-offer-panel {
    width: var(--wd-live-mobile-inner) !important;
    max-width: var(--wd-live-mobile-inner) !important;
    min-width: 0 !important;
    margin: 12px var(--wd-live-mobile-inset) 18px !important;
    padding: 14px 13px 16px !important;
    border: 1px dashed rgba(126, 64, 182, 0.28) !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__title {
    margin: 0 0 10px !important;
    font-size: clamp(18px, 4.5vw, 23px) !important;
    line-height: 1.16 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 13px 14px 14px !important;
    box-sizing: border-box !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__price,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__rule {
    font-size: clamp(13px, 3.55vw, 16px) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > form.cart
    > .ns-info-variants,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > form.cart
    #tsb-builder-wrapper,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > form.cart
    .nasa-color-round {
    width: var(--wd-live-mobile-inner) !important;
    max-width: var(--wd-live-mobile-inner) !important;
    margin-left: var(--wd-live-mobile-inset) !important;
    margin-right: var(--wd-live-mobile-inset) !important;
    box-sizing: border-box !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .woocommerce-product-details__short-description,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-product-details-short-description {
    padding-top: 14px !important;
    font-size: clamp(14px, 3.6vw, 16px) !important;
    line-height: 1.45 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .woocommerce-product-details__short-description
    ul,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-product-details-short-description
    ul {
    margin-left: 0 !important;
    padding-left: 18px !important;
  }
}


@media (max-width: 1180px) {
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .ns-begin-wrap
    .wd-offer-badge--summary.top-badge {
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 7px 11px !important;
    gap: 7px !important;
    border-radius: 7px !important;
    font-size: clamp(14px, 3.45vw, 17px) !important;
    line-height: 1.12 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .nasa-est-delivery {
    width: fit-content !important;
    max-width: var(--wd-live-mobile-inner) !important;
    min-height: 0 !important;
    margin: 14px var(--wd-live-mobile-inset) 14px !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: 7px !important;
    font-size: clamp(13px, 3.45vw, 16px) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    margin-left: 12px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .product-info.summary.entry-summary
    > .wd-offer-panel {
    width: var(--wd-live-mobile-inner) !important;
    max-width: var(--wd-live-mobile-inner) !important;
    margin: 10px var(--wd-live-mobile-inset) 18px !important;
    padding: 14px 12px 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #fbf8ff !important;
    background-image: radial-gradient(
      rgba(126, 64, 182, 0.12) 1.1px,
      transparent 1.1px
    ) !important;
    background-size: 15px 15px !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__title {
    margin: 0 0 14px !important;
    color: #2f313a !important;
    font-size: clamp(16px, 3.9vw, 20px) !important;
    font-weight: 850 !important;
    line-height: 1.18 !important;
    text-align: left !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__list {
    width: 100% !important;
    display: block !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__card {
    width: min(100%, 432px) !important;
    max-width: 432px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 16px 12px !important;
    border: 1px solid rgba(126, 64, 182, 0.35) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(36, 24, 54, 0.06) !important;
    position: relative !important;
    overflow: visible !important;
    display: block !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__pin {
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    top: -15px !important;
    left: 28px !important;
    border: 3px solid #ffffff !important;
    box-sizing: content-box !important;
    display: flex !important;
    z-index: 10 !important;
    background: #a967e8 !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__price {
    margin: 0 0 8px !important;
    font-size: clamp(13px, 3.35vw, 15px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__price
    strong {
    font-size: 1em !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__rules {
    gap: 5px !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__rule {
    display: block !important;
    font-size: clamp(12px, 3.2vw, 14px) !important;
    line-height: 1.22 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__rule
    strong,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__rule
    span {
    display: inline !important;
    font-size: 1em !important;
    line-height: inherit !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__footer {
    margin-top: 12px !important;
    padding-top: 10px !important;
    font-size: clamp(11px, 3vw, 13px) !important;
    line-height: 1.15 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}


@media (max-width: 1180px) {
  /* Stop negative margins that stretch the panel outside the screen */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel {
    width: auto !important;
    max-width: 100% !important;
    margin: 16px 16px 18px 16px !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  /* Fix the title margin */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__title,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Fix the card layout and border */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__card,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__card,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 18px 16px 14px !important;
    border: 1.5px solid #a967e8 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(36, 24, 54, 0.06) !important;
    position: relative !important;
    overflow: visible !important;
    display: block !important;
  }

  /* Ensure the pin is positioned accurately and visible */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .wd-offer-panel__pin,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    .wd-offer-panel__pin,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .summary.entry-summary
    > .wd-offer-panel
    .wd-offer-panel__pin {
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    top: -15px !important;
    left: 28px !important;
    border: 3px solid #ffffff !important;
    box-sizing: content-box !important;
    display: flex !important;
    z-index: 100 !important;
    background: #a967e8 !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Fix left margin for badges (sold, viewing, delivery) */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    > .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    > .nasa-last-sold,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    > .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    > .nasa-viewing,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    > .nasa-est-delivery,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-details-page
    .product-info.summary.entry-summary
    > .nasa-est-delivery {
    margin: 14px 16px !important;
    width: fit-content !important;
  }

  /* Fix wishlist button spacing and remove huge gap above it */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .variations_form,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-product-variation-form-mobile,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    table.variations,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .ns-info-variants {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Mathematically center the Wishlist between the lines */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-compare-wishlist-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-wishlist-wrap {
    margin: 0 !important;
    padding: 0 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist {
    margin: 0 !important;
    padding: 16px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    clear: both !important;
    width: 100% !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist
    .yith-wcwl-add-button {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist
    a,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist
    a {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist
    img,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist
    img,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist
    i,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist
    i {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
  }

  /* Fix Add to Cart button touching lines */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .single_add_to_cart_button,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .ns-single-add-btn.single_add_to_cart_button {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Force Circle CSS (Swatches) over Select List on Mobile when TSB is inactive */
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .variations_form:not(:has(#tsb-builder-wrapper))
    table.variations,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-variation-form-mobile:not(:has(#tsb-builder-wrapper))
    table.variations,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .ns-info-variants:not(:has(#tsb-builder-wrapper))
    table.variations {
    display: none !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .variations_form:not(:has(#tsb-builder-wrapper))
    .nasa-variations-form,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .nasa-product-variation-form-mobile:not(:has(#tsb-builder-wrapper))
    .nasa-variations-form,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    .ns-info-variants:not(:has(#tsb-builder-wrapper))
    .nasa-variations-form {\n    display: block !important;\n  }\n}\n\n/* ── Wishlist button: centred between the two separator lines ─────── */\n@media (max-width: 1180px) {\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .yith-wcwl-add-to-wishlist,\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .add-to-wishlist,\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .nasa-compare-wishlist-wrap,\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .nasa-wishlist-wrap {\n    width: 100% !important;\n    min-height: 56px !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    clear: both !important;\n    box-sizing: border-box !important;\n  }\n\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .yith-wcwl-add-to-wishlist\n    .yith-wcwl-add-button,\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .add-to-wishlist\n    .yith-wcwl-add-button {\n    margin: 0 !important;\n    padding: 0 !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n  }\n\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .yith-wcwl-add-to-wishlist\n    a,\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .add-to-wishlist\n    a {\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    gap: 8px !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    line-height: 1 !important;\n  }\n\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .yith-wcwl-add-to-wishlist\n    img,\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .add-to-wishlist\n    img,\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .yith-wcwl-add-to-wishlist\n    i,\n  html\n    body.single-product.nasa-in-mobile.nasa-mobile-app\n    div.product\n    .summary.entry-summary\n    .add-to-wishlist\n    i {\n    margin: 0 !important;\n    display: block !important;\n    flex-shrink: 0 !important;\n  }\n}\n

/* ---- Wishlist button: centred between the two separator lines ----- */
@media (max-width: 1180px) {
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-compare-wishlist-wrap,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .nasa-wishlist-wrap {
    width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    clear: both !important;
    box-sizing: border-box !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist
    .yith-wcwl-add-button {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist
    a,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist
    a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist
    img,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist
    img,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .yith-wcwl-add-to-wishlist
    i,
  html
    body.single-product.nasa-in-mobile.nasa-mobile-app
    div.product
    .summary.entry-summary
    .add-to-wishlist
    i {
    margin: 0 !important;
    display: block !important;
    flex-shrink: 0 !important;
  }
}
