@charset 'UTF-8';
: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;
  }
}
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.wpgs-nav .slick-prev:before,
.wpgs-nav .slick-next:before {
    font-size: 18px;
}
.wpgs-nav .slick-next {
}
.wpgs-nav .slick-prev {
    margin-left: 4px;
}
.wpgs-nav .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.wpgs-nav .slick-active img {
    opacity: 0.7;
    transition: all ease-in 0.3s;
}
.wpgs-nav .slick-current img {
    opacity: 1;
}
.wpgs-for .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
}
.wpgs .slick-disabled {
    display: none;
}
.flaticon-right-arrow {
    right: 0;
}
.slick-slide {
    float: left;

    height: 100%;
    min-height: 1px;

    cursor: pointer;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.wpgs-for,
.wpgs-nav {
    display: none;
}
.wpgs-for.slick-initialized,
.wpgs-nav.slick-initialized {
    display: block !important;
}
.wpgs-nav .slick-slide {
    border: 1px solid;
}
.wpgs-lightbox-icon{
    position: relative;
}
.wpgs-lightbox-icon::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    z-index:9;
    font-weight: 900;
    line-height: inherit;
    content: url(https://s.w.org/images/core/emoji/14.0.0/svg/1f50d.svg);
    display: block;
    line-height: 2;
    text-indent: 0;
    width: 25px;
        height: 35px;
    text-align: center;
   
    border-radius: 3px;
    top: 10px;
        right: 15px;
    position: absolute;
}
.pswp {
    display: none;
}
@media only screen and (min-width: 991px) {
    .wpgs-lightbox-icon::before{
        display: none;
        
    }
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://notewall.ru/wp-content/plugins/woo-product-gallery-slider/assets/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://notewall.ru/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.eot);
    src: url(https://notewall.ru/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://notewall.ru/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.woff) format('woff'), url(https://notewall.ru/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.ttf) format('truetype'), url(https://notewall.ru/wp-content/plugins/woo-product-gallery-slider/assets/css/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: #1e85be;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -11px;
    z-index: 999;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before {
font-family: 'slick';
    /* font-size: 6px; */
    line-height: 20px;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000000;
    content: ' ';
    text-align: center;
    opacity: .25;
    border-radius: 10px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}