/* PDP propia — no depende de section-main-product ni de div.images Woo */

.oro1950-pdp {
  width: 100%;
  max-width: 100%;
}

.oro1950-pdp__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .oro1950-pdp__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 3.2rem 4rem;
  }
}

.oro1950-pdp__col--media,
.oro1950-pdp__col--summary {
  min-width: 0;
}

.oro1950-pdp__grid > section.related.products,
.oro1950-pdp__grid > section.up-sells.upsells,
.oro1950-pdp__grid > .oro1950-product-seo-below {
  grid-column: 1 / -1;
  width: 100%;
}

/* Galería */
.oro1950-pdp-gallery {
  position: relative;
  width: 100%;
}

.oro1950-pdp-gallery__stage {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
}

.oro1950-pdp-gallery__figure {
  position: relative;
  margin: 0;
  flex: 1;
  min-width: 0;
  border-radius: 0.4rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.oro1950-pdp-gallery__main-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: contain;
  aspect-ratio: 1;
  max-height: min(85vh, 720px);
}

.oro1950-pdp-gallery__opener {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
}

.oro1950-pdp-gallery__zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(18, 18, 18, 0.75);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.oro1950-pdp-gallery__zoom:hover {
  background: rgba(40, 40, 40, 0.9);
  border-color: rgba(255, 255, 255, 0.45);
}

.oro1950-pdp-gallery__zoom-icon svg {
  width: 2rem;
  height: 2rem;
}

.oro1950-pdp-gallery__nav {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.oro1950-pdp-gallery__nav:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media screen and (min-width: 750px) {
  .oro1950-pdp-gallery__nav {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.oro1950-pdp-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
  padding: 0;
}

.oro1950-pdp-gallery__thumb {
  display: block;
  padding: 0;
  margin: 0;
  border: 2px solid transparent;
  border-radius: 0.3rem;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.oro1950-pdp-gallery__thumb:hover,
.oro1950-pdp-gallery__thumb.is-active {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.45);
}

.oro1950-pdp-gallery__thumb-img {
  display: block;
  width: 7.2rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
}

/* Columna compra */
.oro1950-pdp__summary-inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media screen and (min-width: 750px) {
  .oro1950-pdp__summary-inner.product__column-sticky {
    position: sticky;
    top: 2rem;
  }
}

.oro1950-pdp__summary-inner .product_title {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.15;
  font-weight: 500;
}

.oro1950-pdp__summary-inner p.price,
.oro1950-pdp__summary-inner span.price {
  font-size: 2.4rem;
  margin: 0;
}

.oro1950-pdp__summary-inner .product__tax {
  margin: 0;
  font-size: 1.4rem;
  opacity: 0.85;
}

.oro1950-pdp__summary-inner .product__tax a {
  text-decoration: underline;
}

.oro1950-pdp__summary-inner .woocommerce-product-details__short-description {
  font-size: 1.6rem;
  line-height: 1.55;
  opacity: 0.92;
}

.oro1950-pdp__summary-inner .product__description {
  margin-top: 0.8rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1.6rem;
  line-height: 1.6;
}

.oro1950-pdp__summary-inner .product-form__input.product-form__quantity {
  margin-top: 0.4rem;
}

.oro1950-pdp__summary-inner .single_add_to_cart_button.button.alt,
.oro1950-pdp__summary-inner .single_add_to_cart_button.button.alt.product-form__submit {
  width: 100%;
  min-height: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: var(--buttons-radius-outset, 3rem);
  background-color: rgba(var(--color-button), var(--alpha-button-background, 1));
  color: rgb(var(--color-button-text));
  border: 0;
}

.oro1950-pdp__summary-inner .single_add_to_cart_button.button.alt:hover {
  filter: brightness(1.06);
}

.oro1950-pdp__summary-inner .product__accordion {
  margin-top: 0.4rem;
}

.oro1950-pdp__summary-inner .product__accordion details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.2rem 0;
}

.oro1950-pdp__summary-inner .product__accordion summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.oro1950-pdp__summary-inner .product__accordion summary::-webkit-details-marker {
  display: none;
}

.oro1950-pdp__summary-inner .accordion__content {
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.55;
  opacity: 0.9;
}

.oro1950-pdp__summary-inner .variations--dawn {
  margin-bottom: 0.8rem;
}

.oro1950-pdp__summary-inner .variations_form .product-form__buttons {
  margin-top: 1.2rem;
}
