.cngb-external-product-page .haru-header--loading,
.cngb-external-product-page .haru-footer--loading,
.cngb-external-product-page .haru-toolbar--loading {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 767px) {
  body.cngb-external-product-page #haru-bottom-toolbar {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.cngb-external-product__page-title {
  display: block !important;
  margin: 20px auto 0 !important;
  padding: 0 16px !important;
}

.cngb-external-product__page-title .haru-page-title__content {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fffdf8;
  padding: 14px 18px;
}

.cngb-external-product__page-title .haru-breadcrumb {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.cngb-external-product__page-title .haru-breadcrumb a {
  color: #374151;
  font-weight: 750;
}

.cngb-external-product__page-title .delimiter {
  display: inline-block;
  margin: 0 8px;
  color: #9ca3af;
}

.cngb-external-product--woo {
  width: min(1360px, calc(100% - 32px));
  margin: 24px auto 32px;
}

.cngb-external-product__gallery-source {
  display: none;
}

.cngb-external-product__source {
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.cngb-external-product__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.cngb-external-product__price small {
  color: #6b7280;
  font-size: 14px;
  font-weight: 650;
}

.cngb-external-product__variations,
.cngb-external-product__variations tbody,
.cngb-external-product__variations tr,
.cngb-external-product__variations th,
.cngb-external-product__variations td {
  display: block;
  width: 100%;
}

.cngb-external-product__variations tr[data-cngb-option-row] th.label,
.cngb-external-product__variations tr[data-cngb-option-row] th.label label {
  display: block !important;
  visibility: visible !important;
}

.cngb-external-product__sku-grid {
  max-height: 320px;
  overflow: auto;
  padding-right: 4px;
}

.cngb-external-product__mobile-option-select {
  -webkit-appearance: none;
  appearance: none;
  display: none;
  width: 100%;
  min-height: 46px;
  margin: 0 0 10px;
  border: 1px solid #d8dee7;
  border-radius: 10px;
  background-color: #ffffff !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #6b7280 50%),
    linear-gradient(135deg, #6b7280 50%, transparent 50%) !important;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50% !important;
  background-repeat: no-repeat !important;
  background-size: 6px 6px, 6px 6px !important;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  padding: 10px 38px 10px 12px;
}

.cngb-external-product__purchase-row {
  display: grid !important;
  grid-template-columns: minmax(128px, 160px) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.cngb-external-product__qty {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  vertical-align: middle;
}

.cngb-external-product__qty input {
  width: 100%;
  min-width: 128px;
  min-height: 44px;
  border: 1px solid #d9dde3;
  border-radius: 12px;
  padding: 8px 14px;
}

.cngb-external-product__add {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  border-radius: 12px !important;
}

.cngb-external-product__add:disabled,
.cngb-external-product__paypal-shortcut:disabled {
  cursor: wait;
  opacity: .65;
}

.cngb-external-product__paypal-shortcut {
  grid-column: 1 / -1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  border-color: #003087 !important;
  border-radius: 12px !important;
  background: #ffc439 !important;
  color: #111827 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 1.2 !important;
  text-align: center;
  text-transform: none !important;
}

.cngb-external-product__wishlist {
  grid-column: 1 / -1;
  display: block !important;
  width: 100%;
}

.cngb-external-product__wishlist .yith-wcwl-add-to-wishlist,
.cngb-external-product__wishlist .yith-wcwl-add-button,
.cngb-external-product__wishlist .yith-wcwl-wishlistaddedbrowse,
.cngb-external-product__wishlist .yith-wcwl-wishlistexistsbrowse {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.cngb-external-product__wishlist .add_to_wishlist,
.cngb-external-product__wishlist .yith-wcwl-wishlistaddedbrowse a,
.cngb-external-product__wishlist .yith-wcwl-wishlistexistsbrowse a,
.cngb-external-product__wishlist > .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #d8dee7 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.cngb-external-product__wishlist .yith-wcwl-wishlistaddedbrowse a,
.cngb-external-product__wishlist .yith-wcwl-wishlistexistsbrowse a {
  border-color: rgba(227, 27, 47, .38) !important;
  background: #fff7f7 !important;
  color: #b91524 !important;
}

.cngb-external-product__wishlist .haru-tooltip.button-tooltip {
  display: none !important;
}

.cngb-external-product__paypal-shortcut:hover,
.cngb-external-product__paypal-shortcut:focus {
  border-color: #002f86 !important;
  background: #f2ba36 !important;
  color: #111827 !important;
}

.cngb-external-product__message {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  color: #4b5563;
  font-size: 14px;
}

.cngb-external-product__message[data-state="error"] {
  color: #b42318;
}

.cngb-external-product__message[data-state="success"] {
  color: #047857;
}

.cngb-external-product__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
}

.cngb-external-product__source-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-height: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 6px 10px;
  overflow: hidden;
}

.cngb-external-product__source-logo {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.cngb-external-product__source-text {
  display: inline-block;
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.cngb-external-product__meta .priceupdate {
  min-height: 32px;
  border: 1px solid #d7dce3;
  border-radius: 6px;
  background: #fff;
  color: #374151;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  padding: 7px 10px;
}

.cngb-external-product__share {
  margin-top: 12px;
}

.cngb-external-product__attributes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 18px;
  margin: 0;
}

.cngb-external-product__attributes div {
  border-bottom: 1px solid #eef1f5;
  padding-bottom: 10px;
}

.cngb-external-product__attributes dt {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 3px;
}

.cngb-external-product__attributes dd {
  color: #1f2933;
  font-size: 14px;
  margin: 0;
}

.cngb-external-cart-thumb {
  aspect-ratio: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 68px;
  border-radius: 6px;
  object-fit: contain;
}

.wc-block-cart-items__row img.cngb-external-cart-thumb,
.wc-block-components-order-summary img.cngb-external-cart-thumb,
.wc-block-components-order-summary-item img.cngb-external-cart-thumb {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  border-radius: 6px;
  object-fit: contain;
}

.wc-block-components-order-summary img.cngb-external-cart-thumb,
.wc-block-components-order-summary-item img.cngb-external-cart-thumb {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
}

.cngb-external-product--error {
  display: block;
  padding: 40px 0;
}

.cngb-external-product__related {
  box-sizing: border-box;
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto 48px;
}

.cngb-external-product__related h2 {
  margin: 0 0 18px;
}

.cngb-external-product__related > .cngb-shop-note {
  display: none !important;
}

.cngb-external-product__related-carousel {
  position: relative;
}

.cngb-external-product__related-viewport {
  overflow: hidden;
}

.cngb-external-product__related-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 88px) / 5);
  grid-template-columns: none;
  gap: 22px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.cngb-external-product__related-grid::-webkit-scrollbar {
  display: none;
}

.cngb-external-product__related-card {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  scroll-snap-align: start;
}

.cngb-external-product__related-media {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f8fafc;
}

.cngb-external-product__related-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.cngb-external-product__related-title {
  margin: 14px 14px 8px;
  font-size: 15px;
  line-height: 1.35;
}

.cngb-external-product__related-title a {
  color: #111827;
}

.cngb-external-product__related-price {
  margin: 0 14px 12px;
}

.cngb-external-product__related-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0 14px 14px;
}

.cngb-external-product__related-control {
  position: absolute;
  top: 42%;
  z-index: 3;
  display: grid !important;
  align-items: center !important;
  justify-content: center !important;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0 !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .16);
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  overflow: hidden;
}

.cngb-external-product__related-control::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: solid #111827;
  border-width: 0 2px 2px 0;
  margin: 0;
  text-indent: 0;
  transform-origin: center;
}

body.cngb-external-product-page .cngb-product-source-actions__item--realtime {
  order: 1;
}

body.cngb-external-product-page .cngb-product-source-actions[data-cngb-source-actions-placement="card-late"] {
  grid-template-columns: 1fr;
}

body.cngb-external-product-page .cngb-product-source-actions__item--ask-before {
  order: 4;
}

body.cngb-external-product-page .cngb-product-source-actions__item--source-shop {
  order: 3;
  grid-column: 1 / -1;
}

body.cngb-external-product-page .cngb-product-source-actions__item--source-shop .cngb-external-product__source-home {
  justify-content: center !important;
  width: 100% !important;
  min-height: 42px !important;
}

.cngb-external-product__related-control.slick-prev {
  left: -21px;
}

.cngb-external-product__related-control.slick-next {
  right: -21px;
}

.cngb-external-product__related-control.slick-prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.cngb-external-product__related-control.slick-next::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.cngb-external-product-page .woocommerce-product-gallery__image,
body.cngb-external-product-page .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
}

body.cngb-external-product-page .woocommerce-product-gallery__image img[data-cngb-main-image] {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 72vh;
  object-fit: contain;
}

body.cngb-external-product-page .single-product-image-wrap.cngb-product-gallery-rail-ready .single-product-image-content {
  display: none !important;
}

body.cngb-external-product-page .cngb-product-gallery-rail {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #d8dee7;
  border-radius: 8px;
  background: #f8fafc;
}

body.cngb-external-product-page .cngb-product-gallery-rail__main {
  display: block !important;
  width: 100% !important;
  height: clamp(280px, 34vw, 520px) !important;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}

body.cngb-external-product-page .cngb-product-gallery-rail__main-image,
body.cngb-external-product-page .cngb-product-gallery-rail__main-video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: #ffffff;
  object-fit: contain;
}

body.cngb-external-product-page .cngb-product-gallery-rail__thumbs {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: 78px;
  grid-template-columns: none !important;
  gap: 8px !important;
  margin-top: 10px !important;
  padding: 0 0 4px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

body.cngb-external-product-page .cngb-product-gallery-rail__thumb {
  position: relative;
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  border: 1px solid #d8dee7 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  padding: 0 !important;
  overflow: hidden;
}

body.cngb-external-product-page .cngb-product-gallery-rail__thumb.is-active {
  border-color: #111827 !important;
  box-shadow: 0 0 0 2px rgba(17, 24, 39, .12);
}

body.cngb-external-product-page .cngb-product-gallery-rail__thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.cngb-external-product-page .cngb-product-gallery-rail__thumb--video .cngb-external-product__video-thumb-marker {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .86);
  color: transparent;
  font-size: 0;
}

body.cngb-external-product-page .cngb-product-gallery-rail__thumb--video .cngb-external-product__video-thumb-marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ffffff;
  transform: translate(-35%, -50%);
}

body.cngb-external-product-page #tab-description img {
  max-width: 100% !important;
  height: auto !important;
}

.cngb-external-product__related-control.slick-disabled {
  cursor: default;
  opacity: .35;
}

@media (max-width: 760px) {
  body.cngb-external-product-page {
    overflow-x: hidden !important;
  }

  body.cngb-external-product-page #haru-main,
  body.cngb-external-product-page #haru-content-main,
  body.cngb-external-product-page .cngb-external-product--woo {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  body.cngb-external-product-page .haru-page-title.haru-container.cngb-external-product__page-title {
    box-sizing: border-box !important;
    width: min(100% - 24px, 640px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cngb-external-product__page-title {
    box-sizing: border-box;
    width: min(100% - 24px, 640px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 14px !important;
    padding: 0 !important;
  }

  .cngb-external-product__page-title .haru-page-title__content {
    padding: 12px 14px;
    text-align: center;
  }

  .cngb-external-product__page-title .haru-breadcrumb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .cngb-external-product--woo {
    width: min(100% - 24px, 640px);
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .cngb-external-product__related {
    width: min(100% - 24px, 640px);
    margin-bottom: 34px;
  }

  .cngb-external-product__related-grid {
    display: flex;
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .cngb-external-product__related-card {
    flex: 0 0 min(78vw, 280px);
  }

  .cngb-external-product__related-control {
    display: none;
  }

  .cngb-external-product__sku-grid {
    max-height: 420px;
  }

  .cngb-external-product__option-grid {
    display: none !important;
  }

  .cngb-external-product__mobile-option-select {
    display: block !important;
  }

  .cngb-external-product__qty {
    margin: 0 0 12px;
  }

  .cngb-external-product__purchase-row {
    grid-template-columns: 1fr;
  }

  .cngb-external-product__qty,
  .cngb-external-product__qty input,
  .cngb-external-product__add,
  .cngb-external-product__paypal-shortcut {
    width: 100%;
  }

  body.cngb-external-product-page .single-product-top,
  body.cngb-external-product-page .single-product-image-wrap,
  body.cngb-external-product-page .single-product-summary {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  body.cngb-external-product-page .woocommerce-product-gallery__image img[data-cngb-main-image] {
    max-height: 70vh;
  }

  body.cngb-external-product-page .woocommerce-product-gallery__image.cngb-external-product__gallery-source {
    display: none !important;
  }

  body.cngb-external-product-page .single-product-image-wrap .slick-arrow,
  body.cngb-external-product-page .woocommerce-product-gallery .slick-arrow {
    display: none !important;
  }

  body.cngb-external-product-page .single-product-image-wrap.cngb-product-gallery-rail-ready .single-product-image-content {
    display: none !important;
  }

  body.cngb-external-product-page .cngb-product-gallery-rail {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    padding: 8px !important;
    border-color: #d8dee7 !important;
    background: #f8fafc !important;
  }

  body.cngb-external-product-page .cngb-product-gallery-rail__main {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    margin: 0 !important;
    background: #ffffff !important;
  }

  body.cngb-external-product-page .cngb-product-gallery-rail__main img,
  body.cngb-external-product-page .cngb-product-gallery-rail__main-video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.cngb-external-product-page .cngb-product-gallery-rail__thumbs {
    box-sizing: border-box !important;
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-auto-flow: column;
    grid-auto-columns: 72px;
    grid-template-columns: none !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding: 0 0 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-top: 0 !important;
    background: transparent !important;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }

  body.cngb-external-product-page .cngb-product-gallery-rail__thumb {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    aspect-ratio: 1 / 1;
    padding: 0 !important;
  }

  body.cngb-external-product-page .cngb-product-gallery-rail__thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}

body.woocommerce-cart .wc-block-cart-items__row img[src*="woocommerce-placeholder"],
body.woocommerce-checkout .wc-block-components-order-summary img[src*="woocommerce-placeholder"] {
  background: #f8fafc;
}

body.woocommerce-checkout .wc-block-components-express-payment,
body.woocommerce-checkout .wc-block-components-express-payment__content,
body.woocommerce-checkout .wc-block-components-express-payment__event-buttons {
  max-width: 100%;
  overflow: hidden;
}

body.woocommerce-checkout .wc-block-components-express-payment__event-buttons {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px !important;
}

body.woocommerce-checkout .wc-block-components-express-payment__event-buttons li,
body.woocommerce-checkout [id^="express-payment-method-"] {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-express-payment__event-buttons .paypal-buttons,
body.woocommerce-checkout .wc-block-components-express-payment__event-buttons .component-frame,
body.woocommerce-checkout .wc-block-components-express-payment__event-buttons .ppcp-button-googlepay,
body.woocommerce-checkout .wc-block-components-express-payment__event-buttons iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

@media (max-width: 480px) {
  body.woocommerce-checkout .wc-block-components-express-payment__event-buttons {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) and (max-width: 991px) {
  .cngb-external-product__related-grid {
    grid-auto-columns: calc((100% - 44px) / 3);
  }
}

body.cngb-external-product-page .cngb-external-product__related-viewport {
  overflow: hidden !important;
}

body.cngb-external-product-page .cngb-external-product__related-grid {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: calc((100% - 88px) / 5) !important;
  grid-template-columns: none !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  height: auto !important;
  scrollbar-width: none !important;
}

body.cngb-external-product-page .cngb-external-product__related-card.product {
  box-sizing: border-box !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.cngb-external-product-page .cngb-external-product__related-media {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

body.cngb-external-product-page .cngb-external-product__related-media img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.cngb-external-product-page .cngb-external-product__related-title {
  margin: 14px 14px 8px !important;
}

body.cngb-external-product-page .cngb-external-product__related-link {
  display: inline-flex !important;
  margin: 0 14px 14px !important;
}

@media (max-width: 760px) {
  body.cngb-external-product-page .cngb-external-product__related {
    width: min(100% - 24px, 640px) !important;
    margin-bottom: 34px !important;
  }

  body.cngb-external-product-page .cngb-external-product__related-grid {
    display: flex !important;
    grid-auto-flow: initial !important;
    grid-auto-columns: initial !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  body.cngb-external-product-page .cngb-external-product__related-card.product {
    flex: 0 0 min(78vw, 280px) !important;
    width: min(78vw, 280px) !important;
  }

  body.cngb-external-product-page .cngb-external-product__purchase-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.cngb-external-product-page .cngb-external-product__qty,
  body.cngb-external-product-page .cngb-external-product__qty input,
  body.cngb-external-product-page .cngb-external-product__add,
  body.cngb-external-product-page .cngb-external-product__wishlist,
  body.cngb-external-product-page .cngb-external-product__paypal-shortcut {
    width: 100% !important;
    max-width: 100% !important;
  }
}
