:root {
  --nw-product-text: #0f2037;
  --nw-product-muted: #64748b;
  --nw-product-border: #d7e0ea;
  --nw-product-panel: #ffffff;
  --nw-product-soft: #f7fafc;
  --nw-product-green: #16a34a;
  --nw-product-green-hover: #15803d;
  --nw-product-blue: #0ea5e9;
  --nw-product-blue-hover: #0284c7;
  --nw-product-danger: #ef4444;
  --nw-gallery-pad: 14px;
  --nw-gallery-gap: 14px;
  --nw-gallery-thumb-size: 92px;
  --nw-gallery-thumbs-width: 500px;
  --nw-gallery-main-height: clamp(360px, 50vh, 560px);
  --nw-gallery-main-max-height: 62vh;
  --nw-gallery-main-height-wpgs: clamp(380px, 52vh, 580px);
  --nw-sale-offset: 14px;
}

body.single-product .site-content .ast-container {
  max-width: 1600px !important;
  width: calc(100% - 40px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.single-product #primary {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .entry-header,
body.single-product .summary .woocommerce-breadcrumb,
body.single-product .summary .nw-product-breadcrumb {
  display: none !important;
}

body.single-product .site-content .woocommerce-breadcrumb.nw-product-breadcrumb {
  max-width: 1600px;
  width: 100%;
  margin: 14px auto 6px !important;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
}

body.single-product .site-content .woocommerce-breadcrumb.nw-product-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

body.single-product .site-content .woocommerce-breadcrumb.nw-product-breadcrumb a:hover {
  color: #1d4ed8;
}

body.single-product div.product {
  margin: 18px auto 0 !important;
  width: 100%;
  max-width: 1600px;
  display: block;
}

body.single-product .nw-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 18px;
  align-items: stretch;
  position: relative;
}

body.single-product .nw-product-hero > .images,
body.single-product .nw-product-hero > .woocommerce-product-gallery,
body.single-product .nw-product-hero > .woo-product-gallery-slider,
body.single-product .nw-product-hero > .summary {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.single-product .nw-product-hero > .woocommerce-product-gallery {
  height: 100%;
}

body.single-product .nw-product-hero > .images,
body.single-product .nw-product-hero > .woocommerce-product-gallery,
body.single-product .nw-product-hero > .woo-product-gallery-slider {
  grid-column: 1;
  grid-row: 1;
}

body.single-product .nw-product-hero > .summary {
  grid-column: 2;
  grid-row: 1;
}

body.single-product .nw-product-sections {
  margin-top: 24px;
}

body.single-product .woocommerce-product-gallery {
  border: 1px solid var(--nw-product-border);
  border-radius: 14px;
  padding: var(--nw-gallery-pad);
  background: var(--nw-product-panel);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: var(--nw-gallery-gap);
  align-items: stretch;
  height: 100%;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  border: 0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  height: var(--nw-gallery-main-height);
  min-height: 0;
  max-height: var(--nw-gallery-main-max-height);
  grid-column: 1;
  grid-row: 1;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  height: 100%;
}

body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  grid-column: 1;
  grid-row: 1;
  height: var(--nw-gallery-main-height);
  min-height: 0;
  max-height: var(--nw-gallery-main-max-height);
  border: 0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
}

body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
  display: none;
  height: 100%;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: inherit;
}

body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img:not(.zoomImg) {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  padding: clamp(8px, 1.2vw, 16px);
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(8px, 1.2vw, 16px);
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  gap: 10px;
  margin-top: 0 !important;
  grid-column: 1;
  grid-row: 2;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: var(--nw-gallery-thumbs-width);
  padding: 0 0 4px;
  justify-self: center;
  scrollbar-width: thin;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 var(--nw-gallery-thumb-size);
  width: var(--nw-gallery-thumb-size) !important;
  margin: 0 !important;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: var(--nw-gallery-thumb-size);
  display: block;
  box-sizing: border-box;
  object-fit: cover;
  border: 1px solid var(--nw-product-border);
  border-radius: 8px;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  border-color: #b8c7d8;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: var(--nw-product-green) !important;
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.16);
}

body.single-product .woocommerce-product-gallery .flex-direction-nav a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--nw-product-border);
  background: rgba(255, 255, 255, 0.96);
  color: var(--nw-product-text) !important;
  text-shadow: none;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

body.single-product .woocommerce-product-gallery .flex-direction-nav a::before {
  font-size: 18px !important;
}

body.single-product .woo-product-gallery-slider.woocommerce-product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: var(--nw-gallery-gap);
  align-items: stretch;
  padding: var(--nw-gallery-pad);
  position: relative;
  height: 100%;
}

body.single-product .woo-product-gallery-slider .wpgs-for {
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  min-height: var(--nw-gallery-main-height-wpgs);
  max-height: none;
  border: 0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

body.single-product .woo-product-gallery-slider .wpgs-for .slick-list,
body.single-product .woo-product-gallery-slider .wpgs-for .slick-track,
body.single-product .woo-product-gallery-slider .wpgs-for .slick-slide,
body.single-product .woo-product-gallery-slider .wpgs-for .slick-slide > div,
body.single-product .woo-product-gallery-slider .wpgs-for .woocommerce-product-gallery__image {
  height: 100%;
}

body.single-product .woo-product-gallery-slider .wpgs-for .slick-list,
body.single-product .woo-product-gallery-slider .wpgs-for .slick-track {
  overflow: hidden;
}

body.single-product .woo-product-gallery-slider .wpgs-for .woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

body.single-product .woo-product-gallery-slider .wpgs-for .woocommerce-product-gallery__image img:not(.zoomImg) {
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(8px, 1.2vw, 16px);
}

body.single-product .woocommerce-product-gallery .zoomImg,
body.single-product .woo-product-gallery-slider .zoomImg {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  object-fit: initial !important;
}

body.single-product .woo-product-gallery-slider .wpgs-nav {
  grid-column: 1;
  grid-row: 2;
  margin: 0 !important;
  max-width: var(--nw-gallery-thumbs-width);
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: thin;
  position: relative;
  z-index: 3;
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  justify-self: center;
}

body.single-product .woo-product-gallery-slider .wpgs-nav .slick-list,
body.single-product .woo-product-gallery-slider .wpgs-nav .slick-track {
  box-sizing: border-box;
}

body.single-product .woo-product-gallery-slider .wpgs-nav .slick-track {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

body.single-product .woo-product-gallery-slider .wpgs-nav .slick-slide {
  width: var(--nw-gallery-thumb-size) !important;
  min-width: var(--nw-gallery-thumb-size) !important;
  max-width: var(--nw-gallery-thumb-size) !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  height: auto !important;
  clear: none;
  border: none !important;
}

body.single-product .woo-product-gallery-slider .wpgs-nav .slick-slide > div {
  width: 100% !important;
}

body.single-product .woo-product-gallery-slider .wpgs-nav img {
  width: 100%;
  height: var(--nw-gallery-thumb-size);
  display: block;
  box-sizing: border-box;
  object-fit: cover;
  border: 1px solid var(--nw-product-border);
  border-radius: 8px;
  background: #fff;
}

body.single-product div.product .onsale,
body.single-product div.product span.onsale,
body.single-product section.related ul.products li.product .onsale,
body.single-product section.related ul.products li.product span.onsale,
body.single-product section.upsells ul.products li.product .onsale,
body.single-product section.upsells ul.products li.product span.onsale {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  margin: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
  height: 24px !important;
  padding: 0 10px !important;
  border-radius: 5px !important;
  border: 0 !important;
  background: var(--nw-product-danger) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  text-transform: none !important;
  box-shadow: none !important;
}

body.single-product div.product .images,
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .woo-product-gallery-slider {
  position: relative;
}

body.single-product div.product .images .onsale,
body.single-product div.product .images span.onsale,
body.single-product div.product .woocommerce-product-gallery .onsale,
body.single-product div.product .woocommerce-product-gallery span.onsale,
body.single-product div.product .woo-product-gallery-slider .onsale,
body.single-product div.product .woo-product-gallery-slider span.onsale {
  position: absolute !important;
  top: var(--nw-sale-offset) !important;
  right: var(--nw-sale-offset) !important;
  left: auto !important;
  margin: 0 !important;
  z-index: 7;
}

body.single-product .nw-product-hero .woo-product-gallery-slider > .onsale,
body.single-product .nw-product-hero .woo-product-gallery-slider > span.onsale {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  margin: 0 !important;
  z-index: 20;
}

body.single-product .summary,
body.single-product .summary.entry-summary.nw-summary-ui {
  background: var(--nw-product-panel);
  border: 1px solid var(--nw-product-border);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 32, 55, 0.04);
  display: grid;
  align-content: start;
  gap: 12px;
}

@media (min-width: 1200px) {
  body.single-product .summary {
    position: sticky;
    top: 14px;
  }
}

body.single-product .summary .product_meta {
  display: none !important;
}

body.single-product .summary .nw-product-breadcrumb,
body.single-product .summary .woocommerce-breadcrumb {
  margin: 0 0 10px !important;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

body.single-product .summary .woocommerce-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

body.single-product .summary .woocommerce-breadcrumb a:hover {
  color: #1d4ed8;
}

body.single-product .summary .product_title {
  margin: 0 0 8px;
  color: var(--nw-product-text);
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.single-product .summary .woocommerce-product-details__short-description,
body.single-product .summary .nw-short-description {
  color: #334155;
  font-size: 15px;
  line-height: 1.5;
}

body.single-product .summary .woocommerce-product-details__short-description p,
body.single-product .summary .nw-short-description p {
  margin: 0 0 6px;
}

body.single-product .summary .price {
  margin: 10px 0 2px;
  color: var(--nw-product-text);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 6px 12px;
}

body.single-product .summary .price del {
  order: 1;
}

body.single-product .summary .price .nw-sale-meta {
  order: 1;
}

body.single-product .summary .price .nw-discount-pct {
  order: 2;
}

body.single-product .summary .price ins,
body.single-product .summary .price > .amount,
body.single-product .summary .price > bdi {
  order: 3;
}

body.single-product .summary .price ins,
body.single-product .summary .price > .amount,
body.single-product .summary .price > bdi {
  color: var(--nw-product-text);
  text-decoration: none;
}

body.single-product .summary .price del {
  color: #94a3b8;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

body.single-product .summary .price .nw-sale-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
}

body.single-product .summary .price .nw-sale-meta del {
  order: initial;
  margin: 0;
}

body.single-product .summary .price .nw-sale-meta .nw-discount-pct {
  order: initial;
  flex: 0 0 auto;
}

body.single-product .summary .price .nw-discount-pct {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  background: var(--nw-product-danger);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

body.single-product .nw-product-live {
  margin: 0 0 8px;
  color: var(--nw-product-muted);
  font-size: 13px;
  line-height: 1.4;
}

body.single-product form.cart {
  margin-top: 4px;
  padding: 14px;
  border: 1px solid #e5edf5;
  border-radius: 12px;
  background: var(--nw-product-soft);
  display: grid;
  gap: 12px;
}

body.single-product form.cart .variations {
  margin-bottom: 12px;
}

body.single-product form.cart .variations th,
body.single-product form.cart .variations td,
body.single-product form.cart .variations label {
  color: #334155;
  font-size: 14px;
}

body.single-product form.cart .variations select {
  min-height: 40px;
  border: 1px solid var(--nw-product-border);
  border-radius: 10px;
  background: #fff;
}

body.single-product form.cart .quantity {
  width: 120px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

body.single-product form.cart .quantity .qty,
body.single-product form.cart .quantity input.qty {
  width: 100% !important;
  min-height: 42px;
  border: 1px solid var(--nw-product-border);
  border-radius: 10px;
  background: #fff;
}

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart .button.alt {
  width: 100% !important;
  min-height: 44px;
  margin: 0 !important;
  border-radius: 10px !important;
  border: 1px solid var(--nw-product-green) !important;
  background: var(--nw-product-green) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

body.single-product .summary .clickBuyButton,
body.single-product .summary .button21 {
  width: 100% !important;
  min-height: 46px;
  margin-top: 0 !important;
  border-radius: 10px !important;
  border: 1px solid var(--nw-product-blue) !important;
  background: var(--nw-product-blue) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

body.single-product form.cart .single_add_to_cart_button:hover,
body.single-product form.cart .button.alt:hover {
  border-color: var(--nw-product-green-hover) !important;
  background: var(--nw-product-green-hover) !important;
}

body.single-product .summary .clickBuyButton:hover,
body.single-product .summary .button21:hover {
  border-color: var(--nw-product-blue-hover) !important;
  background: var(--nw-product-blue-hover) !important;
}

body.single-product .summary .clickBuyButton > span,
body.single-product .summary .button21 > span {
  color: inherit !important;
}

body.single-product .nw-product-side-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
}

body.single-product .nw-product-fav-btn {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--nw-product-border);
  border-radius: 10px;
  background: #fff;
  color: var(--nw-product-text);
  font-size: 15px;
  font-weight: 700;
}

body.single-product .nw-product-fav-btn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

body.single-product .nw-product-fav-btn.is-active {
  border-color: #fda4af;
  background: #fff1f2;
  color: #be123c;
}

body.single-product .nw-product-price-match {
  border: 1px solid var(--nw-product-border);
  border-radius: 12px;
  padding: 10px;
  background: #f8fafc;
}

body.single-product .nw-product-price-match-toggle {
  width: 100%;
  min-height: 42px;
  border-radius: 10px !important;
  border: 1px solid #d2dbe6 !important;
  background: #fff !important;
  color: #0f2037 !important;
  font-size: 14px;
  font-weight: 700;
}

body.single-product .nw-product-price-match-toggle:hover {
  border-color: #c2cfdb !important;
  background: #f8fafc !important;
}

body.single-product .nw-product-price-match-form {
  display: none;
  margin-top: 10px;
}

body.single-product .nw-product-price-match.is-open .nw-product-price-match-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

body.single-product .nw-product-price-match input,
body.single-product .nw-product-price-match textarea {
  min-height: 42px;
  border: 1px solid var(--nw-product-border);
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  color: #0f2037;
}

body.single-product .nw-product-price-match textarea {
  min-height: 86px;
  resize: vertical;
}

body.single-product .nw-product-price-match-submit {
  min-height: 44px;
  border-radius: 10px !important;
  border: 1px solid #d2dbe6 !important;
  background: #fff !important;
  color: #0f2037 !important;
  font-size: 14px;
  font-weight: 700;
}

body.single-product .nw-product-price-match-submit:hover {
  border-color: #c2cfdb !important;
  background: #f8fafc !important;
}

body.single-product .nw-product-price-match-status {
  margin-top: 4px;
  color: #334155;
  font-size: 13px;
  line-height: 1.4;
}

body.single-product .woocommerce-tabs {
  width: 100%;
}

body.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  background: #f3f6fa;
  color: #1e293b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover {
  border-color: #b9c6d6;
  background: #e9eff6;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  border-color: #aab8cb;
  background: #ffffff;
  color: #0f2037;
  box-shadow: 0 6px 14px rgba(15, 32, 55, 0.08);
}

body.single-product .woocommerce-tabs ul.tabs li.active a:hover {
  border-color: #9fb0c6;
  background: #fff;
}

body.single-product .woocommerce-Tabs-panel {
  border: 1px solid var(--nw-product-border);
  border-radius: 12px;
  padding: 34px 38px;
  background: #fff;
}

body.single-product .woocommerce-Tabs-panel > h2:first-child {
  margin-top: 0;
}

body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel li {
  color: #334155;
  font-size: 18px;
  line-height: 1.65;
  margin-top: 0;
}

body.single-product .woocommerce-Tabs-panel p {
  margin: 0 0 18px;
}

body.single-product .woocommerce-Tabs-panel table.shop_attributes {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

body.single-product .woocommerce-Tabs-panel table.shop_attributes th,
body.single-product .woocommerce-Tabs-panel table.shop_attributes td {
  padding: 14px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #e8edf3 !important;
  vertical-align: top;
}

body.single-product .woocommerce-Tabs-panel table.shop_attributes tr:last-child th,
body.single-product .woocommerce-Tabs-panel table.shop_attributes tr:last-child td {
  border-bottom: 0 !important;
}

body.single-product .woocommerce-Tabs-panel table.shop_attributes th {
  width: 35%;
  color: #0f2037;
  font-size: 14px;
  font-weight: 700;
  background: #f8fafd;
}

body.single-product .woocommerce-Tabs-panel table.shop_attributes td {
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}

body.single-product section.related,
body.single-product section.upsells {
  margin-top: 28px;
  width: 100% !important;
  clear: both;
  float: none !important;
}

body.single-product section.related > h2,
body.single-product section.upsells > h2 {
  margin: 0 0 14px;
  color: var(--nw-product-text);
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
}

@media (min-width: 1400px) {
  body.single-product .nw-product-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 16px;
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    height: clamp(300px, 44vh, 500px);
    max-height: 64vh;
  }

  body.single-product .summary .product_title {
    font-size: clamp(24px, 1.7vw, 32px);
  }

  body.single-product .summary .price {
    font-size: 44px;
  }

  body.single-product .summary .price del {
    font-size: 30px;
  }
}

body.single-product section.related ul.products,
body.single-product section.upsells ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product section.related ul.products li.product,
body.single-product section.upsells ul.products li.product {
  margin: 0 !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid #e6edf2 !important;
  border-radius: 12px;
  box-shadow: none !important;
  padding: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

body.single-product section.related ul.products li.product:hover,
body.single-product section.upsells ul.products li.product:hover {
  border-color: #d7e3ea;
  box-shadow: none !important;
  transform: none;
}

body.single-product section.related ul.products li.product .nw-card-media,
body.single-product section.upsells ul.products li.product .nw-card-media {
  position: relative;
  min-height: 300px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

body.single-product section.related ul.products li.product .nw-card-media-track,
body.single-product section.upsells ul.products li.product .nw-card-media-track {
  position: absolute;
  inset: 0;
  background: #fff;
}

body.single-product section.related ul.products li.product .nw-card-image,
body.single-product section.upsells ul.products li.product .nw-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 0.22s ease;
}

body.single-product section.related ul.products li.product .nw-card-image.is-active,
body.single-product section.upsells ul.products li.product .nw-card-image.is-active {
  opacity: 1;
}

body.single-product section.related ul.products li.product .woocommerce-loop-product__link > img,
body.single-product section.upsells ul.products li.product .woocommerce-loop-product__link > img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 12px;
}

body.single-product section.related ul.products li.product .woocommerce-loop-product__title,
body.single-product section.upsells ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 10px;
  min-height: 58px;
  color: #0f2037;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.single-product section.related ul.products li.product .ast-woo-product-category,
body.single-product section.related ul.products li.product .product-category,
body.single-product section.upsells ul.products li.product .ast-woo-product-category,
body.single-product section.upsells ul.products li.product .product-category {
  display: none !important;
}

body.single-product section.related ul.products li.product .nw-card-purchase,
body.single-product section.upsells ul.products li.product .nw-card-purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}

body.single-product section.related ul.products li.product .nw-card-pricecol,
body.single-product section.upsells ul.products li.product .nw-card-pricecol {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product section.related ul.products li.product .nw-card-buttons,
body.single-product section.upsells ul.products li.product .nw-card-buttons {
  display: grid;
  gap: 8px;
}

body.single-product section.related ul.products li.product .price,
body.single-product section.upsells ul.products li.product .price {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px 6px;
  margin: 0;
  min-height: 60px;
  line-height: 1.1;
  text-align: center;
}

body.single-product section.related ul.products li.product .price del,
body.single-product section.upsells ul.products li.product .price del {
  order: 1;
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
  opacity: 1;
}

body.single-product section.related ul.products li.product .price .nw-discount-pct,
body.single-product section.upsells ul.products li.product .price .nw-discount-pct {
  order: 0;
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  border-radius: 4px;
  background: var(--nw-product-danger);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

body.single-product section.related ul.products li.product .price ins,
body.single-product section.upsells ul.products li.product .price ins {
  order: 2;
  width: 100%;
  margin-top: 1px;
  text-decoration: none;
  text-align: center;
}

body.single-product section.related ul.products li.product .price ins .amount,
body.single-product section.related ul.products li.product .price ins bdi,
body.single-product section.related ul.products li.product .price > .amount,
body.single-product section.related ul.products li.product .price > bdi,
body.single-product section.upsells ul.products li.product .price ins .amount,
body.single-product section.upsells ul.products li.product .price ins bdi,
body.single-product section.upsells ul.products li.product .price > .amount,
body.single-product section.upsells ul.products li.product .price > bdi {
  font-size: 30px;
  font-weight: 600;
  color: #111827;
  width: 100%;
  display: inline-block;
  text-align: center;
}

body.single-product section.related ul.products li.product .button,
body.single-product section.related ul.products li.product .add_to_cart_button,
body.single-product section.upsells ul.products li.product .button,
body.single-product section.upsells ul.products li.product .add_to_cart_button {
  width: 100%;
  min-height: 42px;
  margin: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--nw-product-green) !important;
  background: var(--nw-product-green) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}

body.single-product section.related ul.products li.product .button:hover,
body.single-product section.related ul.products li.product .add_to_cart_button:hover,
body.single-product section.upsells ul.products li.product .button:hover,
body.single-product section.upsells ul.products li.product .add_to_cart_button:hover {
  border-color: var(--nw-product-green-hover) !important;
  background: var(--nw-product-green-hover) !important;
}

body.single-product section.related ul.products li.product .clickBuyButton,
body.single-product section.related ul.products li.product .button21,
body.single-product section.upsells ul.products li.product .clickBuyButton,
body.single-product section.upsells ul.products li.product .button21 {
  width: 100% !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nw-product-blue) !important;
  background: var(--nw-product-blue) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 700;
}

body.single-product section.related ul.products li.product .clickBuyButton > span,
body.single-product section.related ul.products li.product .button21 > span,
body.single-product section.upsells ul.products li.product .clickBuyButton > span,
body.single-product section.upsells ul.products li.product .button21 > span {
  width: 100%;
  text-align: center;
  line-height: 1.15;
}

body.single-product .nw-card-media .nw-card-quick {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  z-index: 5;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: #0f2037;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.single-product .nw-card-media:hover .nw-card-quick {
  opacity: 1;
  transform: translateY(0);
}

body.single-product .nw-quickview-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.45);
  padding: 20px;
}

body.single-product .nw-quickview-overlay.is-open {
  display: flex;
}

body.single-product .nw-quickview-box {
  position: relative;
  width: min(860px, 100%);
  max-height: 88vh;
  border-radius: 14px;
  overflow: auto;
  background: #fff;
  border: 1px solid #d7e0ea;
  padding: 18px;
}

body.single-product .nw-quickview-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d1dbe8;
  background: #f8fafc;
  color: #0f2037;
  font-size: 24px;
  line-height: 1;
}

body.single-product .nw-quickview-body {
  padding-top: 10px;
}

body.single-product .nw-qv-loading,
body.single-product .nw-qv-error {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  font-size: 15px;
}

body.single-product .nw-qv-content {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

body.single-product .nw-qv-media {
  min-height: 260px;
  border: 1px solid #e5edf5;
  border-radius: 12px;
  background: #f8fafc;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product .nw-qv-media img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
}

body.single-product .nw-qv-summary {
  display: grid;
  gap: 10px;
}

body.single-product .nw-qv-title {
  margin: 0;
  color: #0f2037;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

body.single-product .nw-qv-price .price {
  margin: 0;
}

body.single-product .nw-qv-attrs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

body.single-product .nw-qv-attr-name {
  color: #0f2037;
  font-weight: 700;
}

body.single-product .nw-qv-attr-val,
body.single-product .nw-qv-desc {
  color: #475569;
}

body.single-product .nw-qv-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

body.single-product .nw-qv-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--nw-product-green);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

body.single-product .nw-qv-link:hover {
  background: var(--nw-product-green-hover);
  color: #fff;
}

body.single-product .nw-price-match-popup {
  position: fixed;
  inset: 0;
  z-index: 2147483200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.45);
  padding: 18px;
}

body.single-product .nw-price-match-popup.is-open {
  display: flex;
}

body.single-product .nw-price-match-popup__dialog {
  position: relative;
  width: min(520px, 100%);
  border-radius: 14px;
  border: 1px solid var(--nw-product-border);
  background: #fff;
  padding: 18px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.25);
}

body.single-product .nw-price-match-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #dbe4ee;
  background: #f8fafc;
  color: #0f2037;
  font-size: 24px;
  line-height: 1;
}

body.single-product .nw-price-match-popup__title {
  margin: 0 36px 8px 0;
  color: #0f2037;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

body.single-product .nw-price-match-popup__text {
  margin: 0 0 12px;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

body.single-product .nw-product-price-match-form.is-popup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 0;
}

body.single-product section.related ul.products li.product .clickBuyButton:hover,
body.single-product section.related ul.products li.product .button21:hover,
body.single-product section.upsells ul.products li.product .clickBuyButton:hover,
body.single-product section.upsells ul.products li.product .button21:hover {
  border-color: var(--nw-product-blue-hover) !important;
  background: var(--nw-product-blue-hover) !important;
}

@media (max-width: 1180px) {
  body.single-product .woo-product-gallery-slider.woocommerce-product-gallery {
    display: grid;
    height: auto;
  }

  body.single-product .woocommerce-product-gallery {
    display: grid;
    padding: 12px;
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    height: clamp(260px, 40vh, 360px);
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 10px !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    height: var(--nw-gallery-thumb-size);
  }

  body.single-product .woo-product-gallery-slider .wpgs-for {
    height: clamp(260px, 40vh, 360px);
    min-height: 0;
    margin-bottom: 10px;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav {
    max-height: none;
    overflow: hidden;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav .slick-slide {
    width: var(--nw-gallery-thumb-size) !important;
    min-width: var(--nw-gallery-thumb-size) !important;
    max-width: var(--nw-gallery-thumb-size) !important;
    float: none !important;
    padding: 0 !important;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav .slick-track {
    display: flex !important;
    flex-direction: row !important;
  }

  body.single-product div.product .woo-product-gallery-slider .onsale,
  body.single-product div.product .woo-product-gallery-slider span.onsale {
    right: 18px !important;
    left: auto !important;
    top: 18px !important;
  }

  body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    height: clamp(260px, 40vh, 360px);
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  body.single-product section.related ul.products,
  body.single-product section.upsells ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body.single-product .site-content .ast-container {
    width: calc(100% - 24px) !important;
  }

  body.single-product .nw-product-hero {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.single-product .summary {
    position: static !important;
  }

  body.single-product .nw-product-hero > .images,
  body.single-product .nw-product-hero > .woocommerce-product-gallery,
  body.single-product .nw-product-hero > .woo-product-gallery-slider,
  body.single-product .nw-product-hero > .summary {
    grid-column: auto;
    grid-row: auto;
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    min-height: clamp(280px, 68vw, 420px);
  }

  body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    min-height: clamp(280px, 68vw, 420px);
  }

  body.single-product .woo-product-gallery-slider .wpgs-for {
    min-height: clamp(280px, 68vw, 420px);
  }

  body.single-product .summary .product_title {
    font-size: 30px;
  }

  body.single-product section.related > h2,
  body.single-product section.upsells > h2 {
    font-size: 34px;
  }

  body.single-product section.related ul.products,
  body.single-product section.upsells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.single-product .site-content .ast-container {
    width: calc(100% - 18px) !important;
  }

  body.single-product .woocommerce-product-gallery {
    padding: 10px;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    gap: 6px;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    height: var(--nw-gallery-thumb-size);
  }

  body.single-product .summary {
    padding: 14px;
  }

  body.single-product .summary .product_title {
    font-size: 32px;
  }

  body.single-product .summary .price {
    font-size: 40px;
  }

  body.single-product .summary .price del {
    font-size: 28px;
  }

  body.single-product form.cart {
    padding: 12px;
  }

  body.single-product .woocommerce-tabs ul.tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 2px !important;
  }

  body.single-product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }

  body.single-product .woocommerce-tabs ul.tabs li a {
    min-height: 40px;
    font-size: 12px;
    padding: 0 16px;
  }

  body.single-product .woocommerce-Tabs-panel {
    padding: 18px 16px;
  }

  body.single-product .woocommerce-Tabs-panel p,
  body.single-product .woocommerce-Tabs-panel li {
    font-size: 15px;
    line-height: 1.55;
  }

  body.single-product .woocommerce-Tabs-panel table.shop_attributes th,
  body.single-product .woocommerce-Tabs-panel table.shop_attributes td {
    padding: 11px 12px !important;
  }

  body.single-product section.related > h2,
  body.single-product section.upsells > h2 {
    font-size: 28px;
  }

  body.single-product section.related ul.products,
  body.single-product section.upsells ul.products {
    grid-template-columns: 1fr;
  }

  body.single-product section.related ul.products li.product .nw-card-purchase,
  body.single-product section.upsells ul.products li.product .nw-card-purchase {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.single-product .nw-card-media .nw-card-quick {
    opacity: 1;
    transform: none;
  }

  body.single-product .nw-price-match-popup__dialog {
    padding: 16px 14px;
  }

  body.single-product .nw-quickview-overlay {
    padding: 10px;
  }

  body.single-product .nw-quickview-box {
    max-height: 92vh;
    padding: 14px;
  }

  body.single-product .nw-qv-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

body.single-product {
  --nw-gallery-thumb-size: 96px;
  --nw-gallery-thumbs-width: 520px;
  --nw-gallery-main-height: clamp(390px, 48vh, 560px);
  --nw-gallery-main-height-wpgs: clamp(400px, 50vh, 580px);
  --nw-gallery-main-max-height: 62vh;
}

body.single-product .nw-product-hero {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 24px;
}

body.single-product .woocommerce-product-gallery,
body.single-product .woo-product-gallery-slider.woocommerce-product-gallery {
  min-width: 0;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product .woo-product-gallery-slider .wpgs-nav {
  padding-bottom: 4px;
  overscroll-behavior: contain;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar,
body.single-product .woo-product-gallery-slider .wpgs-nav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb,
body.single-product .woo-product-gallery-slider .wpgs-nav::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b7c5d5;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img,
body.single-product .woo-product-gallery-slider .wpgs-nav img {
  border-radius: 10px;
  object-fit: contain;
  padding: 4px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
body.single-product .woo-product-gallery-slider .wpgs-nav img:hover {
  border-color: #8fb1d4;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, .12);
  transform: translateY(-1px);
}

body.single-product .woo-product-gallery-slider .wpgs-nav .slick-current img,
body.single-product .woo-product-gallery-slider .wpgs-nav img.flex-active,
body.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: var(--nw-product-green) !important;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, .16);
}

body.single-product .summary.entry-summary.nw-summary-ui {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 24px 20px;
}

@media (min-width: 1200px) {
  body.single-product .summary.entry-summary.nw-summary-ui {
    position: sticky;
    top: 14px;
  }
}

body.single-product .summary .single-product-category,
body.single-product .summary .product_title,
body.single-product .summary .woocommerce-product-details__short-description,
body.single-product .summary .nw-short-description {
  padding-right: 56px;
}

body.single-product .summary .product_title {
  font-size: clamp(26px, 1.65vw, 34px);
  line-height: 1.16;
}

body.single-product .summary .woocommerce-product-details__short-description,
body.single-product .summary .nw-short-description {
  font-size: 14px;
  line-height: 1.45;
}

body.single-product .summary .nw-product-fav-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: rgba(255,255,255,.95);
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  z-index: 5;
  overflow: hidden;
}

body.single-product .summary .nw-product-fav-btn::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 21s-7-4.35-9.2-8.13C.8 9.44 2.12 5.5 5.8 4.73A5.56 5.56 0 0 1 12 7a5.56 5.56 0 0 1 6.2-2.27c3.68.77 5 4.7 3 8.14C19 16.65 12 21 12 21Z' fill='none' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.single-product .summary .nw-product-fav-btn.is-active {
  border-color: #fda4af;
  background: #fff1f2;
}

body.single-product .summary .nw-product-fav-btn.is-active::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 21s-7-4.35-9.2-8.13C.8 9.44 2.12 5.5 5.8 4.73A5.56 5.56 0 0 1 12 7a5.56 5.56 0 0 1 6.2-2.27c3.68.77 5 4.7 3 8.14C19 16.65 12 21 12 21Z' fill='%23ef4444' stroke='%23ef4444' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

body.single-product .summary .nw-price-live-row {
  margin: 2px 0 0;
  padding-right: 0;
}

body.single-product .summary .nw-price-live-row .price {
  display: none !important;
}

body.single-product .summary .nw-price-live-row .nw-product-live {
  margin: 0;
  color: var(--nw-product-muted);
  font-size: 12px;
  line-height: 1.4;
}

body.single-product .summary form.cart.nw-product-purchase-form {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(260px, 1fr);
  grid-template-areas:
    "total actions"
    "total price-match";
  gap: 8px 18px;
  align-items: center;
  margin-top: 4px;
  padding: 16px 22px 14px;
  border: 1px solid #e1edf7;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.74), rgba(255,255,255,.24)),
    #f4faff;
  overflow: hidden;
}

body.single-product .summary form.cart.nw-product-purchase-form .variations,
body.single-product .summary form.cart.nw-product-purchase-form .single_variation_wrap,
body.single-product .summary form.cart.nw-product-purchase-form .woocommerce-variation {
  grid-column: 1 / -1;
}

body.single-product .summary .nw-summary-buy-head {
  grid-area: total;
  display: grid;
  grid-template-columns: 120px max-content;
  grid-template-rows: auto auto;
  gap: 14px 14px;
  align-items: center;
  min-width: 0;
}

body.single-product .summary .nw-summary-price-col,
body.single-product .summary .nw-summary-price-col .price {
  display: contents;
}

body.single-product .summary .nw-summary-total-label {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.2vw, 25px);
  font-weight: 800;
  line-height: 1;
}

body.single-product form.cart .quantity.nw-summary-qty,
body.single-product form.cart .nw-summary-qty {
  grid-column: 1;
  grid-row: 1;
  width: 120px !important;
  min-width: 120px !important;
  height: 46px;
  min-height: 46px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: stretch;
  border: 1px solid #d8e2ec;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

body.single-product form.cart .quantity.nw-summary-qty .qty,
body.single-product form.cart .quantity.nw-summary-qty input.qty {
  flex: 1 1 auto;
  width: 52px !important;
  min-width: 52px;
  max-width: 52px;
  height: 44px !important;
  min-height: 44px !important;
  border: 1px solid #d8e2ec !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: #fff;
  color: #0f2037;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 44px;
  box-shadow: none;
}

body.single-product form.cart .quantity.nw-summary-qty .minus,
body.single-product form.cart .quantity.nw-summary-qty .plus,
body.single-product form.cart .nw-summary-qty .minus,
body.single-product form.cart .nw-summary-qty .plus {
  flex: 0 0 33px;
  width: 33px !important;
  min-width: 33px;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0f2037 !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 44px;
  box-shadow: none !important;
}

body.single-product .summary .nw-summary-price-col .price del {
  order: initial;
  margin: 0;
  color: #c2cad4;
  font-size: clamp(18px, 1.1vw, 23px);
  font-weight: 500;
  line-height: 1;
  opacity: 1;
}

body.single-product .summary .nw-summary-price-col .price del .amount,
body.single-product .summary .nw-summary-price-col .price del bdi {
  color: inherit;
  font-size: inherit !important;
  font-weight: inherit;
}

body.single-product .summary .nw-summary-price-col .price .nw-discount-pct {
  order: initial;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 4px;
  background: var(--nw-product-danger);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 22px;
}

body.single-product .summary .nw-summary-price-col .price .nw-sale-meta {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
}

body.single-product .summary .nw-summary-price-col .price ins,
body.single-product .summary .nw-summary-price-col .price > .amount,
body.single-product .summary .nw-summary-price-col .price > bdi {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: start;
  width: auto;
  order: initial;
  margin: 0;
  color: #0b1320;
  text-decoration: none;
  white-space: nowrap;
}

body.single-product .summary .nw-summary-price-col .price ins .amount,
body.single-product .summary .nw-summary-price-col .price ins bdi,
body.single-product .summary .nw-summary-price-col .price > .amount,
body.single-product .summary .nw-summary-price-col .price > bdi {
  display: inline-block;
  width: auto;
  color: #0b1320;
  font-size: clamp(30px, 1.95vw, 38px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

body.single-product .summary .nw-summary-cta-row {
  grid-area: actions;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  align-self: center;
}

body.single-product .summary .nw-summary-cta-row .single_add_to_cart_button,
body.single-product .summary .nw-summary-cta-row .button.alt,
body.single-product .summary .nw-summary-cta-row .clickBuyButton,
body.single-product .summary .nw-summary-cta-row .button21 {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  font-size: 15px;
}

body.single-product .summary form.cart .nw-summary-cta-row .clickBuyButton,
body.single-product .summary form.cart .nw-summary-cta-row .button21,
body.single-product .summary form.cart .nw-summary-cta-row .clickBuyButton.button,
body.single-product .summary form.cart .nw-summary-cta-row .clickBuyButton.alt,
body.single-product .summary form.cart .nw-summary-cta-row .clickBuyButton.button21,
body.single-product .summary form.cart .nw-summary-cta-row .clickBuyButton.button.alt,
body.single-product .summary form.cart .nw-summary-cta-row .clickBuyButton.button21.button.alt.single_add_to_cart_button {
  border: 1px solid var(--nw-product-blue) !important;
  background: var(--nw-product-blue) !important;
  color: #fff !important;
}

body.single-product .summary .nw-product-price-match-toggle,
body.single-product .summary .nw-product-price-match-toggle.is-secondary {
  grid-area: price-match;
  justify-self: center;
  align-self: start;
  width: auto !important;
  min-height: 0;
  padding: 0 !important;
  margin: 2px 0 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--nw-product-muted) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: none !important;
  text-decoration: underline;
  text-decoration-color: rgba(100,116,139,.35);
  text-underline-offset: 2px;
}

body.single-product .summary .nw-product-price-match-toggle:hover,
body.single-product .summary .nw-product-price-match-toggle.is-secondary:hover {
  color: var(--nw-product-text) !important;
  background: transparent !important;
  text-decoration-color: currentColor;
}

body.single-product .summary .nw-product-side-actions {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs {
  gap: 10px;
  align-items: stretch;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  min-width: 132px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: #e5e7eb;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  box-shadow: none;
  white-space: nowrap;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover {
  background: #d7dce2;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  background: var(--nw-product-green);
  color: #fff;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .18);
}

body.single-product .woocommerce-tabs ul.tabs li.active a:hover {
  background: var(--nw-product-green-hover);
  color: #fff;
}

body.single-product section.related ul.products li.product .nw-card-media,
body.single-product section.upsells ul.products li.product .nw-card-media {
  min-height: 0;
  aspect-ratio: 1 / 1;
}

@media (max-width: 1180px) {
  body.single-product .summary form.cart.nw-product-purchase-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "total"
      "actions"
      "price-match";
  }
}

@media (max-width: 980px) {
  body.single-product {
    --nw-gallery-thumb-size: 84px;
    --nw-gallery-thumbs-width: 100%;
  }

  body.single-product .nw-product-hero {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .woo-product-gallery-slider.woocommerce-product-gallery {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs,
  body.single-product .woo-product-gallery-slider .wpgs-nav {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    gap: 8px;
    margin-top: 10px !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 var(--nw-gallery-thumb-size);
  }

  body.single-product .woo-product-gallery-slider .wpgs-for,
  body.single-product .woocommerce-product-gallery .flex-viewport,
  body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    min-height: min(78vw, 380px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav .slick-list {
    width: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav .slick-track {
    width: max-content !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    transform: none !important;
  }

  body.single-product .woo-product-gallery-slider .wpgs-nav .slick-slide {
    float: none !important;
    width: var(--nw-gallery-thumb-size) !important;
    min-width: var(--nw-gallery-thumb-size) !important;
    max-width: var(--nw-gallery-thumb-size) !important;
    padding: 0 8px 0 0 !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs li img,
  body.single-product .woo-product-gallery-slider .wpgs-nav img {
    height: var(--nw-gallery-thumb-size) !important;
  }
}

@media (max-width: 760px) {
  body.single-product {
    --nw-gallery-thumb-size: 72px;
    --nw-gallery-thumbs-width: 100%;
  }

  body.single-product .site-content .ast-container {
    width: calc(100% - 14px) !important;
  }

  body.single-product .summary.entry-summary.nw-summary-ui {
    padding: 14px 12px 16px;
    border-radius: 12px;
  }

  body.single-product .summary .single-product-category,
  body.single-product .summary .product_title,
  body.single-product .summary .woocommerce-product-details__short-description,
  body.single-product .summary .nw-short-description {
    padding-right: 0;
  }

  body.single-product .summary .product_title {
    padding-right: 44px;
    font-size: 25px !important;
    line-height: 1.12;
  }

  body.single-product .summary .nw-product-fav-btn {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    min-height: 40px;
  }

  body.single-product div.product .images .onsale,
  body.single-product div.product .images span.onsale,
  body.single-product div.product .woocommerce-product-gallery .onsale,
  body.single-product div.product .woocommerce-product-gallery span.onsale,
  body.single-product div.product .woo-product-gallery-slider .onsale,
  body.single-product div.product .woo-product-gallery-slider span.onsale,
  body.single-product .nw-product-hero .woo-product-gallery-slider > .onsale,
  body.single-product .nw-product-hero .woo-product-gallery-slider > span.onsale {
    top: 14px !important;
    left: 14px !important;
    right: auto !important;
  }

  body.single-product .woo-product-gallery-slider .wpgs-for,
  body.single-product .woocommerce-product-gallery .flex-viewport,
  body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    min-height: min(92vw, 360px) !important;
  }

  body.single-product .summary form.cart.nw-product-purchase-form {
    padding: 14px;
    gap: 12px;
  }

  body.single-product .summary .nw-summary-buy-head {
    grid-template-columns: 116px max-content;
    gap: 14px 12px;
  }

  body.single-product form.cart .quantity.nw-summary-qty,
  body.single-product form.cart .nw-summary-qty {
    width: 116px !important;
    height: 48px;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
  }

  body.single-product form.cart .quantity.nw-summary-qty .qty,
  body.single-product form.cart .quantity.nw-summary-qty input.qty,
  body.single-product form.cart .quantity.nw-summary-qty .minus,
  body.single-product form.cart .quantity.nw-summary-qty .plus,
  body.single-product form.cart .nw-summary-qty .minus,
  body.single-product form.cart .nw-summary-qty .plus {
    min-height: 46px;
    height: 46px;
  }

  body.single-product .summary .nw-summary-total-label {
    font-size: 24px;
  }

  body.single-product .summary .nw-summary-price-col .price del {
    font-size: 20px;
  }

  body.single-product .summary .nw-summary-price-col .price .nw-discount-pct {
    min-height: 22px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 22px;
  }

  body.single-product .summary .nw-summary-price-col .price ins .amount,
  body.single-product .summary .nw-summary-price-col .price ins bdi,
  body.single-product .summary .nw-summary-price-col .price > .amount,
  body.single-product .summary .nw-summary-price-col .price > bdi {
    font-size: 34px !important;
  }

  body.single-product .woocommerce-tabs ul.tabs li a {
    min-height: 44px;
    padding: 0 18px;
    font-size: 15px;
  }
}

body.single-product,
body.single-product button,
body.single-product input,
body.single-product select,
body.single-product textarea {
  font-family: inherit;
}

body.single-product .nw-product-hero {
  gap: 24px;
  align-items: stretch;
}

body.single-product .woocommerce-product-gallery,
body.single-product .summary.entry-summary.nw-summary-ui {
  border-radius: 12px;
}

body.single-product .summary.entry-summary.nw-summary-ui {
  gap: 16px;
  padding: 20px 24px;
}

body.single-product .summary .single-product-category {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

body.single-product .summary .product_title {
  margin: 4px 0 8px;
  font-size: clamp(26px, 1.55vw, 32px);
  line-height: 1.18;
  letter-spacing: 0;
}

body.single-product .summary .woocommerce-product-details__short-description,
body.single-product .summary .nw-short-description {
  display: grid;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

body.single-product .summary .woocommerce-product-details__short-description p,
body.single-product .summary .nw-short-description p {
  margin: 0;
}

body.single-product .summary .nw-price-live-row {
  margin: 12px 0 0;
}

body.single-product .summary form.cart.nw-product-purchase-form {
  grid-template-columns: minmax(292px, .92fr) minmax(280px, 1fr);
  gap: 8px 22px;
  align-items: center;
  padding: 18px 22px 16px;
  border-radius: 12px;
}

body.single-product .summary .nw-summary-buy-head {
  grid-template-columns: 120px max-content;
  gap: 12px 14px;
  align-items: center;
}

body.single-product .summary .nw-summary-total-label {
  font-family: inherit;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

body.single-product form.cart .quantity.nw-summary-qty,
body.single-product form.cart .nw-summary-qty {
  height: 46px;
  min-height: 46px !important;
}

body.single-product form.cart .quantity.nw-summary-qty .qty,
body.single-product form.cart .quantity.nw-summary-qty input.qty,
body.single-product form.cart .quantity.nw-summary-qty .minus,
body.single-product form.cart .quantity.nw-summary-qty .plus,
body.single-product form.cart .nw-summary-qty .minus,
body.single-product form.cart .nw-summary-qty .plus {
  height: 44px !important;
  min-height: 44px !important;
  line-height: 44px;
}

body.single-product .summary .nw-summary-price-col .price del {
  font-size: 20px;
}

body.single-product .summary .nw-summary-price-col .price .nw-discount-pct {
  min-height: 22px;
  line-height: 22px;
}

body.single-product .summary .nw-summary-price-col .price ins .amount,
body.single-product .summary .nw-summary-price-col .price ins bdi,
body.single-product .summary .nw-summary-price-col .price > .amount,
body.single-product .summary .nw-summary-price-col .price > bdi {
  font-size: clamp(30px, 1.75vw, 36px);
  line-height: 1;
  letter-spacing: 0;
}

body.single-product .summary .nw-summary-cta-row {
  gap: 10px;
}

body.single-product .summary .nw-summary-cta-row .single_add_to_cart_button,
body.single-product .summary .nw-summary-cta-row .button.alt,
body.single-product .summary .nw-summary-cta-row .clickBuyButton,
body.single-product .summary .nw-summary-cta-row .button21 {
  min-height: 48px !important;
  padding: 0 18px !important;
  font-size: 15px;
  line-height: 1.15;
}

body.single-product .summary .nw-product-price-match-toggle,
body.single-product .summary .nw-product-price-match-toggle.is-secondary {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.25;
}

body.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  align-items: stretch;
  gap: 10px;
  margin: 0 0 14px !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  display: flex !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  box-sizing: border-box;
  min-width: 132px;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: 0;
}

@media (max-width: 1180px) {
  body.single-product .summary form.cart.nw-product-purchase-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 760px) {
  body.single-product .summary.entry-summary.nw-summary-ui {
    padding: 16px 14px;
  }

  body.single-product .summary .product_title {
    font-size: 24px !important;
  }

  body.single-product .summary form.cart.nw-product-purchase-form {
    padding: 14px;
  }

  body.single-product .summary .nw-summary-buy-head {
    grid-template-columns: 116px max-content;
  }

  body.single-product .woocommerce-tabs ul.tabs li a {
    min-width: 128px;
    min-height: 44px;
    padding: 0 16px;
  }
}

body.single-product .woocommerce-product-gallery,
body.single-product .woo-product-gallery-slider.woocommerce-product-gallery {
  align-self: stretch;
  height: auto;
  max-height: none;
}

body.single-product .woocommerce-product-gallery .flex-viewport,
body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
body.single-product .woo-product-gallery-slider .wpgs-for {
  height: var(--nw-gallery-main-height) !important;
  min-height: 0 !important;
  max-height: var(--nw-gallery-main-max-height) !important;
  overflow: hidden !important;
}

body.single-product .woo-product-gallery-slider .wpgs-for {
  height: var(--nw-gallery-main-height-wpgs) !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a,
body.single-product .woo-product-gallery-slider .wpgs-for .slick-list,
body.single-product .woo-product-gallery-slider .wpgs-for .slick-track,
body.single-product .woo-product-gallery-slider .wpgs-for .slick-slide,
body.single-product .woo-product-gallery-slider .wpgs-for .slick-slide > div,
body.single-product .woo-product-gallery-slider .wpgs-for .woocommerce-product-gallery__image,
body.single-product .woo-product-gallery-slider .wpgs-for .woocommerce-product-gallery__image a,
body.single-product .woo-product-gallery-slider .wpgs-for .zoomtoo-container {
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg),
body.single-product .woo-product-gallery-slider .wpgs-for .woocommerce-product-gallery__image img:not(.zoomImg) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.single-product .woo-product-gallery-slider .wpgs-for .slick-slide {
  overflow: hidden !important;
}

@media (max-width: 980px) {
  body.single-product .woocommerce-product-gallery .flex-viewport,
  body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
  body.single-product .woo-product-gallery-slider .wpgs-for {
    height: min(78vw, 380px) !important;
    max-height: min(78vw, 380px) !important;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 760px) {
  body.single-product .woocommerce-product-gallery .flex-viewport,
  body.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
  body.single-product .woo-product-gallery-slider .wpgs-for {
    height: min(92vw, 360px) !important;
    max-height: min(92vw, 360px) !important;
  }
}

body.single-product .woocommerce-Tabs-panel {
  padding: clamp(24px, 2.4vw, 38px) !important;
  border-radius: 12px;
  background: #fff;
}

body.single-product .woocommerce-Tabs-panel > * {
  max-width: 1120px;
}

body.single-product .woocommerce-Tabs-panel > h2:first-child,
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-Tabs-panel h4 {
  margin: 0 0 16px;
  color: var(--nw-product-text);
  font-family: inherit;
  letter-spacing: 0;
}

body.single-product .woocommerce-Tabs-panel > h2:first-child {
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.2;
}

body.single-product .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-Tabs-panel h4 {
  margin-top: 28px;
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 1.25;
}

body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel li {
  color: #334155;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0;
}

body.single-product .woocommerce-Tabs-panel p {
  margin: 0 0 18px;
}

body.single-product .woocommerce-Tabs-panel a {
  color: #0b77bd;
  text-underline-offset: 2px;
}

body.single-product .woocommerce-Tabs-panel ul,
body.single-product .woocommerce-Tabs-panel ol {
  margin: 0 0 20px 22px;
  padding: 0;
}

body.single-product .woocommerce-Tabs-panel img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 10px 10px 20px 0;
  border-radius: 8px;
  border: 1px solid #dbe4ee;
  background: #fff;
  box-shadow: 0 4px 12px rgba(15, 32, 55, .08);
  vertical-align: top;
}

body.single-product .woocommerce-Tabs-panel p:has(img) {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  margin: 8px 0 26px;
}

body.single-product .woocommerce-Tabs-panel p:has(img) img {
  width: min(180px, 31%);
  margin: 0;
}

body.single-product .woocommerce-Tabs-panel table.shop_attributes {
  margin-top: 4px;
}

@media (max-width: 760px) {
  body.single-product .woocommerce-Tabs-panel {
    padding: 20px 16px !important;
  }

  body.single-product .woocommerce-Tabs-panel p,
  body.single-product .woocommerce-Tabs-panel li {
    font-size: 15px;
    line-height: 1.65;
  }

  body.single-product .woocommerce-Tabs-panel p:has(img) {
    gap: 10px;
  }

  body.single-product .woocommerce-Tabs-panel p:has(img) img {
    width: calc(50% - 5px);
  }
}

body.single-product section.related,
body.single-product section.upsells {
  --nw-related-gap: 14px;
  --nw-related-card-pad: 14px;
  --nw-related-card-radius: 12px;
  --nw-related-media-radius: 10px;
  --nw-related-action-col: 132px;
  --nw-related-button-height: 38px;
  margin-top: 36px;
}

body.single-product section.related > h2,
body.single-product section.upsells > h2 {
  margin: 0 0 14px;
  color: var(--nw-product-text);
  font-family: inherit;
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

body.single-product section.related ul.products,
body.single-product section.upsells ul.products {
  gap: var(--nw-related-gap) !important;
  align-items: stretch;
}

body.single-product section.related ul.products li.product,
body.single-product section.upsells ul.products li.product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: var(--nw-related-card-pad);
  border-color: #dbe4ee !important;
  border-radius: var(--nw-related-card-radius);
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 32, 55, .04) !important;
}

body.single-product section.related ul.products li.product:hover,
body.single-product section.upsells ul.products li.product:hover {
  border-color: #cbd8e6 !important;
  box-shadow: 0 10px 24px rgba(15, 32, 55, .07) !important;
}

body.single-product section.related ul.products li.product .nw-card-media,
body.single-product section.upsells ul.products li.product .nw-card-media,
body.single-product section.related ul.products li.product .woocommerce-loop-product__link > img,
body.single-product section.upsells ul.products li.product .woocommerce-loop-product__link > img {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
  margin: 0 0 12px;
  border-radius: var(--nw-related-media-radius);
  background: #fff;
}

body.single-product section.related ul.products li.product .nw-card-image,
body.single-product section.upsells ul.products li.product .nw-card-image,
body.single-product section.related ul.products li.product .woocommerce-loop-product__link > img,
body.single-product section.upsells ul.products li.product .woocommerce-loop-product__link > img {
  padding: 8px;
  object-fit: contain;
  object-position: center;
}

body.single-product section.related ul.products li.product .woocommerce-loop-product__title,
body.single-product section.upsells ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px;
  margin: 0 0 12px;
  color: var(--nw-product-text);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
  -webkit-line-clamp: 2;
}

body.single-product section.related ul.products li.product .nw-card-purchase,
body.single-product section.upsells ul.products li.product .nw-card-purchase {
  grid-template-columns: minmax(0, 1fr) var(--nw-related-action-col);
  gap: 12px;
  align-items: center;
  margin-top: auto;
}

body.single-product section.related ul.products li.product .nw-card-pricecol,
body.single-product section.upsells ul.products li.product .nw-card-pricecol {
  min-height: 76px;
  justify-content: flex-start;
}

body.single-product section.related ul.products li.product .price,
body.single-product section.upsells ul.products li.product .price {
  justify-content: flex-start !important;
  min-height: 0;
  gap: 4px 6px;
  text-align: left;
}

body.single-product section.related ul.products li.product .price del,
body.single-product section.upsells ul.products li.product .price del {
  font-size: 12px;
}

body.single-product section.related ul.products li.product .price .nw-discount-pct,
body.single-product section.upsells ul.products li.product .price .nw-discount-pct {
  height: 18px;
  padding: 0 6px;
  font-size: 10px;
  line-height: 18px;
}

body.single-product section.related ul.products li.product .price ins .amount,
body.single-product section.related ul.products li.product .price ins bdi,
body.single-product section.related ul.products li.product .price > .amount,
body.single-product section.related ul.products li.product .price > bdi,
body.single-product section.upsells ul.products li.product .price ins .amount,
body.single-product section.upsells ul.products li.product .price ins bdi,
body.single-product section.upsells ul.products li.product .price > .amount,
body.single-product section.upsells ul.products li.product .price > bdi {
  font-size: clamp(24px, 1.45vw, 30px);
  font-weight: 800;
  line-height: 1;
  text-align: left;
}

body.single-product section.related ul.products li.product .nw-card-buttons,
body.single-product section.upsells ul.products li.product .nw-card-buttons {
  gap: 8px;
}

body.single-product section.related ul.products li.product.nw-card-no-price .nw-card-purchase,
body.single-product section.upsells ul.products li.product.nw-card-no-price .nw-card-purchase {
  grid-template-columns: 1fr;
}

body.single-product section.related ul.products li.product.nw-card-no-price .nw-card-pricecol,
body.single-product section.upsells ul.products li.product.nw-card-no-price .nw-card-pricecol {
  display: none;
}

body.single-product section.related ul.products li.product .button,
body.single-product section.related ul.products li.product .add_to_cart_button,
body.single-product section.upsells ul.products li.product .button,
body.single-product section.upsells ul.products li.product .add_to_cart_button,
body.single-product section.related ul.products li.product .clickBuyButton,
body.single-product section.related ul.products li.product .button21,
body.single-product section.upsells ul.products li.product .clickBuyButton,
body.single-product section.upsells ul.products li.product .button21 {
  min-height: var(--nw-related-button-height) !important;
  padding: 0 10px !important;
  border-radius: 8px !important;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
}

body.single-product section.related ul.products li.product .add_to_cart_button,
body.single-product section.related ul.products li.product .button.product_type_simple,
body.single-product section.related ul.products li.product .button.product_type_variable,
body.single-product section.upsells ul.products li.product .add_to_cart_button,
body.single-product section.upsells ul.products li.product .button.product_type_simple,
body.single-product section.upsells ul.products li.product .button.product_type_variable {
  order: 1;
}

body.single-product section.related ul.products li.product .clickBuyButton,
body.single-product section.related ul.products li.product .button21,
body.single-product section.upsells ul.products li.product .clickBuyButton,
body.single-product section.upsells ul.products li.product .button21 {
  order: 2;
}

body.single-product section.related ul.products li.product .nw-service-request-btn,
body.single-product section.upsells ul.products li.product .nw-service-request-btn {
  background: var(--nw-product-blue) !important;
  border-color: var(--nw-product-blue) !important;
  color: #fff !important;
}

@media (max-width: 1180px) {
  body.single-product section.related ul.products,
  body.single-product section.upsells ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body.single-product section.related ul.products,
  body.single-product section.upsells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.single-product section.related,
  body.single-product section.upsells {
    --nw-related-card-pad: 12px;
    --nw-related-action-col: 128px;
    margin-top: 28px;
  }

  body.single-product section.related ul.products,
  body.single-product section.upsells ul.products {
    grid-template-columns: 1fr;
  }

  body.single-product section.related ul.products li.product,
  body.single-product section.upsells ul.products li.product {
    padding: var(--nw-related-card-pad);
  }

  body.single-product section.related ul.products li.product .nw-card-purchase,
  body.single-product section.upsells ul.products li.product .nw-card-purchase {
    grid-template-columns: minmax(0, 1fr) var(--nw-related-action-col);
    gap: 10px;
  }
}

body.single-product .nw-product-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(15, 23, 42, .46);
}

body.single-product .nw-product-cart-modal.is-open {
  display: flex;
}

body.single-product .nw-product-cart-modal__dialog {
  position: relative;
  width: min(540px, 100%);
  border: 1px solid #dbe4ee;
  border-radius: 14px;
  background: #fff;
  padding: 26px 28px 28px;
  box-shadow: 0 22px 56px rgba(15, 23, 42, .24);
}

body.single-product .nw-product-cart-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  font-family: inherit;
  font-size: 24px;
  line-height: 30px;
  box-shadow: none;
}

body.single-product .nw-product-cart-modal__close:hover {
  border-color: #cbd5e1;
  background: #eef4f8;
  color: var(--nw-product-text);
}

body.single-product .nw-product-cart-modal__title {
  margin: 0 44px 18px 0;
  color: var(--nw-product-text);
  font-family: inherit;
  font-size: clamp(22px, 1.6vw, 28px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

body.single-product .nw-product-cart-modal__item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  background: #f8fafc;
}

body.single-product .nw-product-cart-modal__media {
  width: 86px;
  height: 86px;
  border-radius: 10px;
  border: 1px solid #e5edf5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.single-product .nw-product-cart-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

body.single-product .nw-product-cart-modal__name {
  color: var(--nw-product-text);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.28;
}

body.single-product .nw-product-cart-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 8px;
  color: #475569;
  font-size: 14px;
  line-height: 1.3;
}

body.single-product .nw-product-cart-modal__price .price {
  margin: 0;
}

body.single-product .nw-product-cart-modal__price .amount,
body.single-product .nw-product-cart-modal__price bdi {
  color: var(--nw-product-text);
  font-size: 14px;
  font-weight: 700;
}

body.single-product .nw-product-cart-modal__price del,
body.single-product .nw-product-cart-modal__price .nw-discount-pct {
  display: none;
}

body.single-product .nw-product-cart-modal__qty {
  color: #334155;
  font-weight: 600;
}

body.single-product .nw-product-cart-modal__total {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin: 18px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.4;
}

body.single-product .nw-product-cart-modal__total strong {
  color: var(--nw-product-text);
  font-size: 18px;
  font-weight: 800;
}

body.single-product .nw-product-cart-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

body.single-product .nw-product-cart-modal__continue,
body.single-product .nw-product-cart-modal__go {
  min-height: 48px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

body.single-product .nw-product-cart-modal__continue {
  border: 1px solid var(--nw-product-blue);
  background: var(--nw-product-blue);
  color: #fff;
}

body.single-product .nw-product-cart-modal__continue:hover {
  border-color: var(--nw-product-blue-hover);
  background: var(--nw-product-blue-hover);
  color: #fff;
}

body.single-product .nw-product-cart-modal__go {
  border: 1px solid var(--nw-product-green);
  background: var(--nw-product-green);
  color: #fff;
}

body.single-product .nw-product-cart-modal__go:hover {
  border-color: var(--nw-product-green-hover);
  background: var(--nw-product-green-hover);
  color: #fff;
}

body.single-product .single_add_to_cart_button.is-loading,
body.single-product .add_to_cart_button.is-loading {
  opacity: .7;
  pointer-events: none;
}

@media (max-width: 760px) {
  body.single-product .nw-product-cart-modal__dialog {
    padding: 22px 16px 18px;
  }

  body.single-product .nw-product-cart-modal__item {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 12px;
  }

  body.single-product .nw-product-cart-modal__media {
    width: 72px;
    height: 72px;
  }

  body.single-product .nw-product-cart-modal__actions {
    grid-template-columns: 1fr;
  }
}
