/**
 * Single product CSS (Phase 2D.2 — dependency-graph extract).
 * Loaded on is_product() when nb_assets_phase2_split_css_product is true.
 * Selectors moved verbatim from style.css + ui-v15.css — no rewrites.
 */

.gallery-thumbs .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-body { display: flex; gap: 26px; align-items: flex-start; padding-bottom: 50px; }

.page-body .main-content.product { order: 0; }

.page-body .product-trust-sidebar { order: 1; }

.sidebar { width: 230px; flex-shrink: 0; display: flex; flex-direction: column; gap: 14px; }

.perk-card { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 14px; padding: 18px; display: flex; gap: 12px; align-items: flex-start; }

.perk-icon { width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 1px solid var(--pink-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.perk-icon svg { width: 18px; height: 18px; color: var(--pink-500); }

.perk-title { font-size: 13.5px; font-weight: 700; margin-bottom: 4px; }

.perk-desc { font-size: 11.5px; color: var(--text-light); line-height: 1.7; }

.main-content { flex: 1; min-width: 0; }

.product-top { display: flex; flex-direction: row-reverse; gap: 40px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 34px; }

.product-info { flex: 1; min-width: 0; }

.gallery {
  width: min(520px, 100%);
  flex-shrink: 0;
  display: flex;
  gap: 14px;
  flex-direction: row;
  align-items: flex-start;
}

.gallery-thumbs-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 66px;
  flex-shrink: 0;
  position: relative;
  max-height: min(440px, 70vw);
}

.gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 66px;
  max-height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y proximity;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery-thumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.gallery-thumbs-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 26px;
  height: 22px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 20%, rgba(255, 255, 255, 0.55) 100%);
  color: var(--pink-600, #ec2c6f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  box-shadow: none;
  transition: opacity .15s ease, color .15s ease;
}

.gallery-thumbs-nav--prev {
  top: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.2) 100%);
}

.gallery-thumbs-nav--next {
  bottom: 0;
  top: auto;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.2) 100%);
}

.gallery-thumbs-nav:hover {
  color: var(--pink-500, #ec2c6f);
  opacity: 1;
}

.gallery-thumbs-nav:disabled,
.gallery-thumbs-nav.is-disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

.gallery-thumbs-wrap.is-static .gallery-thumbs-nav {
  display: none;
}

.gallery-thumb {
  width: 66px;
  height: 66px;
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
  display: block;
  aspect-ratio: 1 / 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-thumb.active { border-color: var(--pink-500); }

.gallery-main {
  flex: 0 0 auto;
  width: calc(100% - 80px);
  max-width: 440px;
  border: 1px solid var(--border);
  border-radius: 14px;
  display: block;
  padding: 0;
  position: relative;
  aspect-ratio: 1 / 1;
  height: auto;
  background: #faf8f9;
  cursor: zoom-in;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}

.gallery-main .product-image-link {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
  line-height: 0;
  position: absolute;
  inset: 0;
}

.gallery-main .nb-gallery-main-img,
.gallery-main img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  position: absolute;
  inset: 0;
  transform: scale(1.06);
  transform-origin: center;
}

.nb-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: var(--pink-500);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  min-width: 36px;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(236, 44, 111, .25);
}

.nb-product-tag {
  display: inline-block;
  background: var(--pink-50);
  color: var(--pink-600);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.nb-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  margin: 0 0 14px;
}

.nb-stock--in {
  color: #1a7a45;
  background: #e9f9ee;
  border: 1px solid #c8ebd4;
}

.nb-stock--out {
  color: #b4233d;
  background: #fff1f3;
  border: 1px solid #f5c2cd;
}

.gallery-main .onsale,
.product-top .onsale {
  display: none !important;
}

.details-grid {
  display: flex;
  gap: 26px;
  margin-top: 26px;
  align-items: flex-start;
}

.nb-product-details-aside {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nb-product-details-aside .spec-card { width: 100%; }

.nb-product-details-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.spec-card { width: 340px; flex-shrink: 0; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 8px 22px; }

.spec-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--border); }

.spec-row:last-child { border-bottom: none; }

.spec-label { color: var(--text-light); font-size: 13px; }

.spec-value { font-weight: 700; font-size: 13px; }

.tabs-container {
  width: 100%;
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.tabs-bar { display: flex; border-bottom: 1px solid var(--border); padding: 0 26px; gap: 30px; overflow-x: auto; }

.tab-item { padding: 20px 2px; font-size: 13.5px; font-weight: 600; color: var(--text-light); white-space: nowrap; cursor: pointer; position: relative; }

.tab-item.active { color: var(--pink-600); }

.tab-contents { padding: 26px; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.tab-content-panel { display: none; }

.tab-content-panel.active { display: block; }

.nb-product-description,
#tab-desc.tab-content-panel {
  color: var(--text-mid);
  font-size: 14px;
  line-height: 2;
  overflow: visible;
  max-width: 100%;
}

.nb-product-description > *:first-child { margin-top: 0; }

.nb-product-description .product-container,
.nb-product-description .product-description,
.nb-product-description .product-features,
.nb-product-description .product-variants,
.nb-product-description .how-to-use {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 28px;
}

.nb-product-description h2,
#tab-desc h2 {
  margin: 28px 0 12px;
  font-size: 17px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.6;
}

.nb-product-description h3,
#tab-desc h3 {
  margin: 22px 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.6;
}

.nb-product-description p,
#tab-desc p {
  margin: 0 0 14px;
}

.nb-product-description ul,
.nb-product-description ol,
#tab-desc ul,
#tab-desc ol {
  margin: 0 0 18px;
  padding: 0 22px 0 0;
  list-style: disc;
}

.nb-product-description li,
#tab-desc li {
  margin: 0 0 8px;
}

.nb-product-description img,
#tab-desc img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 18px auto;
  border-radius: 14px;
}

.nb-product-description table,
#tab-desc table {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 16px 0 22px;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
  table-layout: auto;
}

.nb-product-description table th,
.nb-product-description table td,
#tab-desc table th,
#tab-desc table td {
  border: 1px solid var(--border);
  padding: 10px 12px;
  vertical-align: top;
  word-break: break-word;
}

.nb-product-description table thead th,
#tab-desc table thead th {
  background: #fdf4f8;
  color: var(--text-dark);
  font-weight: 800;
}

.nb-product-description table tbody tr:nth-child(even),
#tab-desc table tbody tr:nth-child(even) {
  background: #faf8f9;
}

.nb-product-description a,
#tab-desc a {
  color: var(--pink-600);
  text-decoration: none;
  font-weight: 700;
}

.nb-product-description a:hover,
#tab-desc a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
.tab-contents { padding: 16px; }

.nb-product-description,
  #tab-desc.tab-content-panel {
    font-size: 13.5px;
    line-height: 1.9;
  }

.nb-product-description table,
  #tab-desc table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1100px) {
.product-top, .details-grid { flex-direction: column; }

.gallery { width: 100%; }

.spec-card { width: 100%; }
}

@media (max-width: 768px) {
.page-body {
    flex-direction: column;
    gap: 16px;
  }

.page-body .sidebar,
  .product-trust-sidebar {
    order: 3 !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

.page-body .main-content {
    order: 1 !important;
    width: 100%;
  }

.product-top {
    flex-direction: column !important;
    gap: 18px;
    padding: 16px !important;
    border-radius: 16px;
  }

.gallery {
    width: 100% !important;
    flex-direction: column-reverse !important;
    gap: 10px;
    align-items: stretch !important;
  }

.gallery-thumbs-wrap {
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100%;
    max-height: none !important;
    gap: 0;
  }

.gallery-thumbs {
    flex-direction: row !important;
    width: 100% !important;
    flex: 1 1 auto;
    max-height: none !important;
    overflow-x: auto;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    gap: 8px;
    padding-bottom: 0;
  }

.gallery-thumbs-nav {
    display: none !important;
  }

.gallery-thumb {
    scroll-snap-align: start;
  }

.gallery-main {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }

.gallery-main img,
  .gallery-main .nb-gallery-main-img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    margin: 0;
    padding: 0 !important;
    transform: scale(1.06);
    transform-origin: center;
  }

.product-info h1 {
    font-size: 18px !important;
  }

.details-grid {
    flex-direction: column;
    gap: 14px;
  }

.nb-product-details-main {
    width: 100%;
  }

.nb-product-details-aside {
    width: 100%;
  }

.spec-card {
    width: 100% !important;
  }

.tabs-bar {
    gap: 16px;
    padding: 0 14px;
  }

.tab-contents {
    padding: 16px;
  }

.nb-product-assurance {
    flex-direction: column;
    text-align: center;
  }

.nb-product-assurance .assurance-copy {
    width: 100%;
    padding: 22px 18px 8px;
  }

.assurance-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 12px 16px 20px !important;
  }
}

.nb-product-assurance {
  margin-top: 40px;
  background: linear-gradient(90deg, #fdf1f6, #fbe7f0);
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.nb-product-assurance .assurance-copy {
  padding: 36px 40px;
  flex-shrink: 0;
  width: 280px;
}

.nb-product-assurance .assurance-copy h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.6;
}

.nb-product-assurance .assurance-copy p {
  font-size: 12.5px;
  color: var(--text-mid);
  line-height: 1.9;
  margin: 0;
}

.assurance-items {
  flex: 1;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  flex-wrap: wrap;
  gap: 16px;
}

.assurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-mid);
  text-align: center;
  min-width: 90px;
}

.assurance-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-500);
}

.assurance-icon svg {
  width: 24px;
  height: 24px;
}

.perk-icon svg {
  width: 18px;
  height: 18px;
}

.product_title.entry-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4px;
}

.nb-product-brand {
  font-size: 13px;
  color: var(--text-light);
  margin: 0 0 10px;
}

.nb-product-sku {
  font-size: 12.5px;
  color: var(--text-mid);
  margin: 0 0 14px;
}

.tabs-bar .tab-item {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font: inherit;
  color: var(--text-light);
  padding: 10px 4px;
}

.tabs-bar .tab-item.active,
.tabs-bar .tab-item[aria-selected="true"] {
  color: var(--pink-600);
  border-bottom-color: var(--pink-600);
  font-weight: 700;
}

.tab-item:focus-visible {
  outline: 2px solid var(--pink-500);
  outline-offset: 2px;
}

.nb-product-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

.nb-product-cats a {
  font-size: 12px;
  color: var(--pink-600);
  background: var(--pink-50);
  padding: 4px 10px;
  border-radius: 999px;
}

.nb-product-utils {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.nb-product-utils .util-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 11px 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-mid);
  background: #fff;
  cursor: pointer;
  transition: color .15s, border-color .15s, background .15s;
}

.nb-product-utils .util-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.nb-product-utils .util-btn.is-active,
.nb-product-utils .util-btn.active {
  color: var(--pink-600);
  border-color: rgba(236, 44, 111, .35);
  background: var(--pink-50);
}

.nb-share-sheet {
  position: fixed;
  inset: 0;
  z-index: 100010;
  background: rgba(38, 35, 42, .42);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
}

.nb-share-sheet[hidden] { display: none !important; }

.nb-share-sheet__card {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}

.nb-share-sheet__card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 15px;
}

.nb-share-sheet__actions {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.nb-share-sheet__btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  font-size: 13px;
  color: var(--text-dark);
  text-decoration: none;
  cursor: pointer;
}

.nb-share-sheet__close {
  width: 100%;
  border: 0;
  background: var(--pink-50);
  color: var(--pink-600);
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 900px) {
.nb-product-utils { flex-wrap: wrap; }

.nb-product-utils .util-btn { flex: 1 1 30%; min-width: 30%; }

.nb-product-utils .util-btn span { display: none; }
}

.nb-product-reviews-section {
  margin: 0;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.nb-product-reviews-section__title {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 800;
  color: var(--text-dark);
}

.nb-product-reviews-section__body {
  max-width: 100%;
  overflow-x: auto;
}

.nb-product-reviews-section #reviews,
.nb-product-reviews-section .woocommerce-Reviews {
  width: 100%;
  max-width: 100%;
}

.nb-lightbox,
#nb-lightbox {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  z-index: 2147483000 !important;
  display: none;
}

.nb-lightbox[hidden] { display: none !important; }

.nb-lightbox.is-open { display: block; }

.nb-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 12, 16, .82);
}

.nb-lightbox__dialog {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(920px, 94vw);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nb-lightbox__img {
  max-width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  transition: opacity .22s ease;
  will-change: opacity;
}

.nb-lightbox__img.is-fading {
  opacity: 0;
}

.nb-gallery-main-img {
  transition: opacity .15s ease, transform .15s ease;
  will-change: opacity, transform;
}

.nb-gallery-main-img.is-fading {
  opacity: 0;
}

.gallery-main {
  overflow: hidden;
}

.nb-lightbox__close {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #2b2530;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.nb-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.95);
  color: #2b2530;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.nb-lightbox__prev { right: -8px; }

.nb-lightbox__next { left: -8px; }

body.nb-lightbox-open { overflow: hidden; }

@media (max-width: 768px) {
.nb-lightbox__prev { right: 4px; }

.nb-lightbox__next { left: 4px; }

.nb-lightbox__close { top: 4px; left: 4px; }
}

.nb-product-reel-compact {
  width: min(220px, 100%);
  margin-inline: auto;
  border-radius: 18px;
  overflow: hidden;
  background: #0c0c0c;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  aspect-ratio: 9 / 16;
  position: relative;
}

.nb-product-reel-compact video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #000;
}

.nb-product-reel-compact__trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: block;
}

.nb-product-reel-compact__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #111;
}

.nb-product-reel-compact__poster--empty {
  background: linear-gradient(160deg, #1a1a1a, #0c0c0c);
}

.nb-product-reel-compact__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.nb-product-reel-compact__play::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.nb-product-reel-compact__play::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent var(--pink-600, #ec2c6f);
  z-index: 2;
}

.nb-product-reel-compact.is-playing .nb-product-reel-compact__trigger {
  display: none;
}

.nb-product-reel-compact__caption {
  display: none !important;
}

/* Sticky add-to-cart — client-only mirror of buy box (no server work) */
.nb-sticky-atc {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  z-index: 10040;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.nb-sticky-atc.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.nb-sticky-atc__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 560px;
  margin: 0 auto;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid rgba(236, 44, 111, 0.16);
  border-radius: 1.15rem;
  isolation: isolate;
}
.nb-sticky-atc .nb-qty {
  flex-shrink: 0;
}
.nb-sticky-atc .nb-qty .qty {
  width: 40px;
  height: 42px;
}
.nb-sticky-atc .nb-qty__btn {
  width: 36px;
  height: 42px;
}
.nb-sticky-atc__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
  background: var(--pink-500, #ec2c6f);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nb-sticky-atc__btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.nb-sticky-atc__btn:hover,
.nb-sticky-atc__btn:focus-visible {
  background: var(--pink-600, #e0186a);
  outline: none;
}
body.nb-drawer-open .nb-sticky-atc,
body.nb-stories-open .nb-sticky-atc,
body.nb-reels-open .nb-sticky-atc,
body.nb-lightbox-open .nb-sticky-atc {
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (min-width: 769px) {
  .nb-sticky-atc {
    left: 50%;
    right: auto;
    width: min(520px, calc(100% - 48px));
    bottom: 24px;
    transform: translate(-50%, 12px);
  }
  .nb-sticky-atc.is-visible {
    transform: translate(-50%, 0);
  }
}

@media (max-width: 768px) {
.nb-product-details-aside {
    width: 100%;
    align-items: stretch;
  }

.nb-product-reel-compact {
    width: min(260px, 72vw);
    margin: 0 auto;
  }
}
