.woo-wrap {
  background: #ffffff;
}

.woo-wrap.section {
  padding: 28px 0 80px;
}

.nd-breadcrumb,
.woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
  color: var(--c-muted);
  font-size: 13px;
  line-height: 1.3;
}

.nd-breadcrumb a,
.woocommerce-breadcrumb a {
  color: var(--c-muted);
}

.nd-breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: var(--c-text);
}

.shop-head {
  display: grid;
  gap: 10px;
  max-width: 1560px;
  margin: 0 auto 32px;
  text-align: center;
  justify-items: center;
}

.shop-head h1 {
  color: var(--c-text);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: .02em;
}

.shop-head p {
  max-width: 60ch;
  color: var(--c-muted);
  font-size: 15px;
  line-height: 1.6;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.shop-toolbar .woocommerce-result-count {
  margin: 0;
  color: var(--c-muted);
  font-size: 14px;
}

.shop-toolbar__right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.shop-filter-toggle {
  display: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--c-border-strong);
  background: #ffffff;
  color: var(--c-text);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.woocommerce-ordering {
  margin: 0;
}

.woocommerce-ordering select {
  min-height: 40px;
  min-width: 180px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--c-border-strong);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--c-text);
  font-size: 14px;
}

.shop-layout {
  display: grid;
  gap: 24px;
}

.shop-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--c-border);
}

.shop-filters__head {
  display: none;
}

.filter-group {
  position: relative;
}

.filter-group summary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  min-width: 132px;
  gap: 14px;
  padding: 0 12px;
  border: 1px solid var(--c-border-strong);
  background: #ffffff;
  color: var(--c-text);
  cursor: pointer;
  font-size: 13px;
  letter-spacing: .02em;
  list-style: none;
  transition: border-color var(--dur) var(--ease);
}

.filter-group summary:hover {
  border-color: var(--c-text);
}

.filter-group summary::-webkit-details-marker {
  display: none;
}

.filter-group summary::after {
  content: "+";
  color: var(--c-muted);
  font-size: 15px;
  line-height: 1;
}

.filter-group[open] summary::after {
  content: "-";
}

.filter-list,
.color-filter,
.filter-group .nd-swatches {
  position: absolute;
  z-index: 30;
  inset-block-start: calc(100% + 6px);
  inset-inline-start: 0;
  display: grid;
  min-width: 230px;
  max-height: 320px;
  overflow: auto;
  gap: 2px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--c-border-strong);
}

.filter-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 8px;
  color: var(--c-text);
  font-size: 14px;
}

.filter-list a:hover,
.filter-list a.is-active {
  background: var(--c-surface);
}

.filter-group .nd-swatches {
  grid-template-columns: repeat(4, minmax(42px, 1fr));
}

.filter-group .nd-swatch {
  min-width: 42px;
}

.color-filter {
  grid-template-columns: repeat(6, 24px);
  gap: 10px;
  min-width: 210px;
}

.color-filter a {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 50%;
}

.color-filter a.is-active {
  outline: 2px solid var(--c-text);
  outline-offset: 2px;
}

.filter-clear {
  margin-inline-start: auto;
  color: var(--c-muted);
  font-size: 14px;
  text-decoration: underline;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 18px;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  clear: none;
  width: 100% !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  color: var(--c-text);
}

.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  margin: 0 0 10px;
  object-fit: cover;
  background: var(--c-surface);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0;
  color: var(--c-soft);
  font-size: var(--fs-product);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .006em;
}

.woocommerce ul.products li.product .price {
  margin: 0;
  color: var(--c-text);
  font-size: var(--fs-price);
  font-weight: 500;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce .single_add_to_cart_button,
.woocommerce .quantity,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout,
.widget_shopping_cart,
.woocommerce-mini-cart {
  display: none !important;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 42px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 6px;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--c-border);
  color: var(--c-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--c-text);
  color: #ffffff;
}

.nd-pdp {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(360px, .9fr);
  align-items: start;
  gap: 36px;
  max-width: 1560px;
  margin: 0 auto;
}

/* Zalando-style gallery: vertical thumbnail rail + one large main image */
.nd-pdp__gallery {
  position: relative;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.nd-pdp__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 74px;
  width: 74px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.nd-pdp__thumb {
  flex: 0 0 auto;
  width: 74px;
  aspect-ratio: 3 / 4;
  padding: 0;
  border: 1px solid var(--c-border);
  background: var(--c-surface);
  cursor: pointer;
  opacity: .72;
  transition: opacity var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.nd-pdp__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nd-pdp__thumb:hover {
  opacity: 1;
}

.nd-pdp__thumb.is-active {
  opacity: 1;
  border-color: var(--c-text);
}

.nd-pdp__stage {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  aspect-ratio: 3 / 4;
  background: var(--c-surface);
}

.nd-pdp__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--dur) var(--ease);
}

.nd-pdp__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.nd-pdp__image-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.nd-pdp__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nd-pdp__counter {
  display: none;
}

.nd-pdp__summary {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  display: grid;
  gap: 22px;
  align-self: start;
  max-width: 520px;
}

.nd-pdp__summary .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.nd-pdp__brand {
  color: var(--c-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.nd-pdp .product_title {
  color: var(--c-text);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: .01em;
}

.nd-pdp__price {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .01em;
}

.nd-pdp__selectors {
  display: grid;
  gap: 12px;
}

.variations_form,
.variations,
.variations tbody,
.variations tr,
.variations th,
.variations td {
  display: block;
  width: 100%;
}

.variations {
  margin: 0;
  border: 0;
}

.variations tr {
  margin: 0 0 18px;
}

.variations th.label {
  padding: 0 0 8px;
  text-align: left;
}

.variations th.label label {
  color: var(--c-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.variations td.value {
  padding: 0;
  text-align: left;
}

.nd-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.nd-swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.nd-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--c-border-strong);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--c-text);
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1;
  transition: border-color var(--dur) var(--ease);
}

.nd-swatch:hover {
  border-color: var(--c-text);
}

.nd-swatch.is-selected {
  border-color: var(--c-text);
  box-shadow: inset 0 0 0 1px var(--c-text);
}

.nd-swatch.is-disabled,
.nd-swatch:disabled {
  color: #b4b4b4;
  border-color: var(--c-border);
  background: #f3f3f3;
  cursor: not-allowed;
}

.nd-swatch--color {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 50%;
}

.reset_variations {
  display: inline-flex;
  margin-top: 8px;
  color: var(--c-muted);
  font-size: 13px;
  text-decoration: underline;
}

.single_variation_wrap,
.woocommerce-variation,
.woocommerce-variation-price,
.woocommerce-variation-availability,
.single_variation {
  margin: 0;
  display: none !important;
}

.woocommerce-variation-add-to-cart {
  display: none !important;
}

.nd-size-guide {
  width: fit-content;
  color: var(--c-muted);
  font-size: 14px;
  text-decoration: underline;
}

.nd-whatsapp-button--pdp,
.pd-sticky__button {
	position: relative;
	width: 100%;
	min-height: 52px;
	gap: 10px;
}

.nd-whatsapp-button--pdp .nd-whatsapp-icon,
.pd-sticky__button .nd-whatsapp-icon,
.nove-whatsapp-panel__button .nd-whatsapp-icon {
	color: currentColor;
}

.nd-accordion {
  margin-top: 8px;
  border-top: 1px solid var(--c-border);
}

.nd-accordion__item {
  border-bottom: 1px solid var(--c-border);
}

.nd-accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0;
  color: var(--c-text);
  font-size: 12px;
  font-weight: 500;
  text-align: start;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.nd-accordion__icon::before {
  content: "+";
  color: var(--c-muted);
  font-size: 18px;
  line-height: 1;
}

.nd-accordion__item.is-open .nd-accordion__icon::before {
  content: "-";
}

.nd-accordion__body {
  max-height: 0;
  overflow: hidden;
}

.nd-accordion__body-inner {
  padding: 0 0 18px;
  color: var(--c-muted);
  font-size: 15px;
}

.nd-accordion__body-inner > * + * {
  margin-top: 12px;
}

.nd-facts {
  display: grid;
  gap: 10px;
}

.nd-facts div {
  display: grid;
  grid-template-columns: minmax(120px, .42fr) 1fr;
  gap: 12px;
}

.nd-facts dt {
  color: var(--c-muted);
}

.nd-facts dd {
  color: var(--c-text);
}

.nd-related {
  max-width: 1560px;
  margin: 72px auto 0;
}

.nd-related > h2,
.related.products > h2 {
  margin: 0 0 22px;
  color: var(--c-text);
  font-size: var(--fs-section);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: .01em;
}

/* Related = horizontal recommendation carousel (Zalando-style) */
.related.products ul.products,
.nd-related ul.products {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  padding-bottom: 12px;
  margin-inline: 0;
}

.related.products ul.products li.product,
.nd-related ul.products li.product {
  flex: 0 0 clamp(180px, 22vw, 248px);
  width: auto !important;
  scroll-snap-align: start;
}

.pd-sticky {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 900;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: #ffffff;
  border-top: 1px solid var(--c-border);
  transform: translateY(100%);
  transition: transform var(--dur) var(--ease);
}

.pd-sticky.is-show {
  transform: translateY(0);
}

.pd-sticky__price {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.pd-sticky__button {
  width: auto;
  flex: 1;
  min-height: 46px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top: 0;
  background: var(--c-surface);
  color: var(--c-text);
}

@media (min-width: 1561px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .nd-pdp {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .9fr);
    gap: 28px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .shop-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .shop-filters {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 1100;
    display: block;
    max-height: min(78svh, 720px);
    overflow: auto;
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--c-border);
    transform: translateY(100%);
    transition: transform var(--dur) var(--ease);
  }

  .shop-filters.is-open {
    transform: translateY(0);
  }

  .shop-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--c-border);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .filter-group {
    border-bottom: 1px solid var(--c-border);
  }

  .filter-group summary {
    width: 100%;
    min-height: 52px;
    padding: 0;
    border: 0;
  }

  .filter-list,
  .color-filter,
  .filter-group .nd-swatches {
    position: static;
    min-width: 0;
    max-height: none;
    padding: 0 0 14px;
    border: 0;
  }

  .filter-clear {
    display: inline-flex;
    margin-top: 18px;
    margin-inline-start: 0;
  }

  .nd-pdp {
    display: block;
  }

  .nd-pdp__gallery {
    display: block;
    gap: 0;
    margin-inline: calc(var(--pad) * -1);
  }

  .nd-pdp__thumbs {
    display: none;
  }

  .nd-pdp__stage {
    display: flex;
    aspect-ratio: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .nd-pdp__stage::-webkit-scrollbar {
    display: none;
  }

  .nd-pdp__slide {
    position: static;
    opacity: 1;
    visibility: visible;
    flex: 0 0 100%;
    aspect-ratio: 3 / 4;
    scroll-snap-align: start;
    transition: none;
  }

  .nd-pdp__counter {
    position: absolute;
    inset-inline-end: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 30px;
    background: rgba(255, 255, 255, .92);
    color: var(--c-text);
    font-size: 13px;
  }

  .nd-pdp__summary {
    position: static;
    max-width: none;
    padding-top: 22px;
  }

  .pd-sticky {
    display: flex;
  }
}

@media (max-width: 640px) {
  .woo-wrap.section {
    padding: 18px 0 60px;
  }

  .shop-head {
    margin-bottom: 16px;
  }

  .shop-toolbar {
    align-items: flex-start;
    gap: 10px;
  }

  .shop-toolbar__right {
    gap: 8px;
  }

  .woocommerce-ordering select {
    min-width: 126px;
    max-width: 144px;
    font-size: 13px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 10px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
  }

  .nd-pdp .product_title {
    font-size: 23px;
  }

  .nd-facts div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .nd-related {
    margin-top: 48px;
  }
}
