.product-page { padding-bottom: 48px; }
.main-media img, .thumbs img, .related-products__media img { object-fit: contain; }
.main-media > img[data-product-zoom-open] { cursor: zoom-in; }
.product-zoom-hint { cursor: pointer; font-family: inherit; }
.product-zoom-hint:hover { background: #fff; border-color: rgba(30, 35, 32, .24); color: var(--anthracite); }
.product-lightbox {
  background: transparent; border: 0; height: 100vh; margin: auto; max-height: none; max-width: none;
  padding: 22px; width: 100vw;
}
.product-lightbox::backdrop { background: rgba(15, 20, 17, .88); backdrop-filter: blur(7px); }
.product-lightbox__shell {
  align-items: center; display: grid; gap: 18px; grid-template-columns: 48px minmax(0, 1fr) 48px;
  height: 100%; margin: 0 auto; max-width: 1280px; position: relative;
}
.product-lightbox figure {
  align-items: center; display: flex; flex-direction: column; gap: 10px; height: 100%;
  justify-content: center; margin: 0; min-height: 0;
}
.product-lightbox figure img {
  background: #fff; border-radius: 3px; box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
  max-height: calc(100vh - 82px); max-width: 100%; object-fit: contain;
}
.product-lightbox figcaption { color: rgba(255, 255, 255, .78); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.product-lightbox__close,
.product-lightbox__nav {
  align-items: center; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%; color: #fff; cursor: pointer; display: inline-flex; font-family: inherit; justify-content: center;
}
.product-lightbox__close:hover,
.product-lightbox__nav:hover { background: #fff; color: #202822; }
.product-lightbox__close {
  font-size: 28px; height: 44px; line-height: 1; position: absolute; right: 0; top: 0; width: 44px; z-index: 2;
}
.product-lightbox__nav { font-size: 34px; height: 48px; width: 48px; }
.related-products { border-top: 1px solid var(--line); margin-top: 8px; order: 3; padding-top: 16px; width: 100%; }
.related-products > h2 {
  color: var(--anthracite); font-size: 12px; font-weight: 850; letter-spacing: .09em; margin: 0 0 13px; text-transform: uppercase;
}
.related-products__grid { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.related-products__card {
  align-items: center; background: #fff; border: 1px solid var(--line); color: var(--anthracite); display: grid;
  gap: 12px; grid-template-columns: 86px minmax(0, 1fr); min-height: 116px; padding: 12px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.related-products__card:hover {
  border-color: color-mix(in srgb, var(--cta) 55%, var(--line)); box-shadow: 0 16px 34px -30px rgba(20,28,22,.7);
  color: var(--anthracite); transform: translateY(-1px);
}
.related-products__media { align-items: center; background: var(--gray-50); display: flex; height: 86px; justify-content: center; overflow: hidden; position: relative; }
.related-products__media img { height: 100%; width: 100%; }
.related-products__copy { display: block; min-width: 0; }
.related-products__copy strong {
  display: -webkit-box; font-size: 11px; font-weight: 750; line-height: 1.45; margin-bottom: 9px;
  overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
}
.related-products__price { color: var(--cta); display: block; font-size: 12px; font-weight: 850; }
.related-products .storefront-vat-note { font-size: 7.5px; margin-top: 2px; }
.meta-row { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 14px; }
.meta-row a { border-bottom: 1px solid var(--gray-300); color: var(--anthracite); font-weight: 600; }
.meta-row .brand { color: var(--anthracite); font-weight: 700; }
.sku { letter-spacing: .02em; }
.stock { align-items: center; color: var(--success); display: inline-flex; font-weight: 600; gap: 6px; }
.stock i { background: var(--success); border-radius: 50%; height: 7px; width: 7px; }
.save { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.color-options { display: flex; flex-wrap: wrap; }
.color-btn {
  align-items: center; background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius);
  color: var(--gray-700); display: inline-flex; font-size: 12px; font-weight: 600; gap: 8px;
}
.color-btn i { border: 1px solid var(--gray-300); border-radius: 50%; height: 12px; width: 12px; }
.qty { border: 1px solid var(--gray-300); border-radius: var(--radius); display: grid; overflow: hidden; }
.qty input { border: 0; font-weight: 600; outline: 0; text-align: center; width: 100%; }
.qty-row form { display: contents; }
.qty-row .add { flex: 1; height: 48px; }
.buy-actions { display: grid; }
.buy-actions form { display: contents; }
.icon-square {
  align-items: center; background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius);
  color: var(--anthracite); display: grid; place-items: center;
}
.nm-out-of-stock { background: #f6eeee; border: 1px solid #ead4d4; color: #8b3434; padding: 14px; }
.nm-stock-alert { display: grid; gap: 12px; }
.nm-stock-alert__lead {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.nm-stock-alert__label {
  color: var(--anthracite);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.nm-stock-alert__row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.nm-stock-alert__row input {
  background: var(--gray-50);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--anthracite);
  font: inherit;
  min-height: 48px;
  outline: 0;
  padding: 0 14px;
  width: 100%;
}
.nm-stock-alert__row input:focus {
  background: #fff;
  border-color: var(--cta);
  box-shadow: 0 0 0 3px var(--cta-tint);
}
.nm-stock-alert__row .btn {
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  white-space: nowrap;
}
.nm-stock-alert__row .btn svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 16px;
}
.nm-stock-alert__wish { justify-content: start; margin-top: 2px; }
.nm-stock-alert__wish .icon-square { height: 44px; width: 44px; }
@media (max-width: 560px) {
  .nm-stock-alert__row { grid-template-columns: 1fr; }
  .nm-stock-alert__row .btn { width: 100%; }
}
.nm-richtext { color: var(--gray-700); line-height: 1.75; }
.nm-richtext img { height: auto; max-width: 100%; }
.desc-card .nm-richtext > :first-child { margin-top: 0; }
.desc-card .nm-richtext > :last-child { margin-bottom: 0; }
.desc-card .nm-richtext h2,
.desc-card .nm-richtext h3,
.desc-card .nm-richtext h4 { color: var(--anthracite); font-size: 14px; margin: 16px 0 8px; }
.desc-card .nm-richtext ul,
.desc-card .nm-richtext ol { margin: 10px 0 0; padding-left: 18px; }
.desc-card .nm-richtext li { margin-bottom: 5px; }
.nm-review-summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 860px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--gray-50);
  color: var(--anthracite);
}
.nm-review-summary__stars { color: #b48b2c; font-size: 16px; letter-spacing: .08em; line-height: 1; }
.nm-review-summary strong { font-size: 18px; font-weight: 800; }
.nm-review-summary span:last-child { color: var(--gray-500); font-size: 13px; }
.nm-review-list { display: grid; gap: 10px; max-width: 860px; margin-top: 14px; }
.nm-review {
  background: var(--gray-50); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px;
}
.nm-review__head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 12px; }
.nm-review__stars { color: #b48b2c; font-size: 15px; letter-spacing: .08em; }
.nm-review time { color: var(--gray-500); font-size: 11px; }
.nm-review h4 { color: var(--anthracite); font-size: 15px; margin: 0 0 7px; }
.nm-review p { color: var(--gray-600); margin: 0; }
.tab-content:not(.active) { display: none; }
.faq-item summary { cursor: pointer; }
@media (max-width: 760px) {
  .product-lightbox { padding: 12px; }
  .product-lightbox__shell { gap: 7px; grid-template-columns: 34px minmax(0, 1fr) 34px; }
  .product-lightbox__nav { font-size: 25px; height: 34px; width: 34px; }
  .product-lightbox__close { height: 38px; right: 2px; top: 2px; width: 38px; }
  .product-lightbox figure img { max-height: calc(100vh - 56px); }
  .related-products__grid { grid-template-columns: 1fr; }
  .related-products__card { grid-template-columns: 78px minmax(0, 1fr); min-height: 104px; }
  .related-products__media { height: 78px; }
}
