/* =========================================================
   PDP — FINAL FLEX LAYOUT
   ========================================================= */

:root {
  --ho-header-offset: 72px;
}

.single-product .elementor .ho-pdp-page {
  margin-top: clamp(1.35rem, 2.8vw, 2.35rem);
  padding-top: clamp(5.35rem, 9vw, 8rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.single-product .elementor .ho-pdp-grid.elementor-element {
  --display: flex !important;
  --e-con-grid-template-columns: none !important;
  --e-con-grid-template-rows: none !important;
  --grid-auto-flow: row !important;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: clamp(3rem, 6vw, 5.5rem);
}

/* Left / Right proportions */
.single-product .elementor .ho-pdp-gallery {
  flex: 1.22;
  position: relative;
}

.single-product .elementor .ho-pdp-info {
  flex: 0.92;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.8vw, 1.4rem);
  padding-top: clamp(1.8rem, 3vw, 2.5rem);
}

/* Mobile */
@media (max-width: 1024px) {
  .single-product .elementor .ho-pdp-grid.elementor-element {
    flex-direction: column;
  }
}
/* =========================================================
   PDP EYEBROW
   ========================================================= */

.single-product .elementor .ho-pdp-eyebrow-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  margin-bottom: clamp(1.35rem, 2.6vw, 2rem);
}

.single-product .elementor .ho-pdp-eth {
  display: block;
  font-family: "Noto Sans Ethiopic", sans-serif;
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: rgba(15, 15, 15, 0.28);
}

.single-product .elementor .ho-pdp-rom {
  display: block;
  font-family: var(--ho-font-body);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(193, 164, 109, 0.62);
}

/* =========================================================
   PDP TYPOGRAPHY
   ========================================================= */

.single-product .elementor .ho-pdp-title {
  font-family: var(--ho-font-display);
  font-size: clamp(2.15rem, 3vw, 3.05rem);
  line-height: 1.03;
  letter-spacing: 0.01em;
  max-width: 14ch;
}

.single-product .elementor .ho-pdp-title.elementor-element .elementor-heading-title {
  font-family: var(--ho-font-display);
  font-size: clamp(2.15rem, 3vw, 3.05rem);
  line-height: 1.03;
  text-transform: none;
  letter-spacing: 0.01em;
  text-align: left;
  margin: 0;
}

.single-product .elementor .ho-pdp-price {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 1;
  margin-top: clamp(0.15rem, 0.6vw, 0.35rem);
  padding-top: 1rem;
  border-top: 1px solid var(--ho-color-border, rgba(15, 15, 15, 0.08));
}

.single-product .woocommerce .elementor .ho-pdp-price.elementor-element .price,
.single-product .woocommerce .elementor .ho-pdp-price.elementor-element .price * {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.72) !important;
  opacity: 1 !important;
}

.single-product .elementor .ho-pdp-description {
  max-width: 46ch;
  font-family: var(--ho-font-display);
  font-size: clamp(1.06rem, 1.18vw, 1.14rem);
  line-height: 1.78;
  font-weight: 300;
  color: rgba(15, 15, 15, 0.62);
  margin-top: clamp(0.35rem, 0.8vw, 0.65rem);
}

.single-product .elementor .ho-pdp-description.elementor-element,
.single-product .elementor .ho-pdp-description .elementor-widget-container,
.single-product .elementor .ho-pdp-info .elementor-widget-woocommerce-product-short-description,
.single-product .elementor .ho-pdp-info .elementor-widget-woocommerce-product-short-description .elementor-widget-container,
.single-product .elementor .ho-pdp-info .woocommerce-product-details__short-description {
  max-width: 46ch;
  font-family: var(--ho-font-display);
  font-size: clamp(1.06rem, 1.18vw, 1.14rem);
  line-height: 1.78;
  font-weight: 300;
  color: rgba(15, 15, 15, 0.62);
  margin-top: clamp(0.35rem, 0.8vw, 0.65rem);
  text-align: left;
}

.single-product .elementor .ho-pdp-info .woocommerce-product-details__short-description p {
  margin: 0;
}
/* =========================================================
   PDP GALLERY
   ========================================================= */

.single-product .elementor .ho-pdp-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  will-change: transform;
}

/* Optional subtle hover */
.single-product .elementor .ho-pdp-gallery img:hover {
  transform: scale(1.008);
}

.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery {
  position: relative;
}

.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: clamp(0.9rem, 1.5vw, 1.2rem);
  left: clamp(0.9rem, 1.5vw, 1.2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 50%;
  background: rgba(244, 241, 234, 0.94);
  color: rgba(15, 15, 15, 0.72);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 15, 15, 0.08);
  backdrop-filter: blur(6px);
  z-index: 8;
  font-size: 0;
  line-height: 1;
  transition:
    background 260ms var(--ho-ease-soft),
    color 260ms var(--ho-ease-soft),
    border-color 260ms var(--ho-ease-soft),
    transform 260ms var(--ho-ease-soft);
}

.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__trigger span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  transform: translateY(-0.5px);
}

.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__trigger:hover,
.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__trigger:focus-visible {
  background: rgba(15, 15, 15, 0.96);
  color: var(--ho-color-calacatta);
  border-color: rgba(15, 15, 15, 0.96);
  transform: translateY(-1px);
}

.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__wrapper {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin: 0;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.07);
  background: transparent;
}

.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.single-product .elementor .ho-pdp-gallery figure.woocommerce-product-gallery__image {
  height: 100%;
  margin: 0;
}

.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__image a,
.single-product .elementor .ho-pdp-gallery figure.woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__image img,
.single-product .elementor .ho-pdp-gallery figure.woocommerce-product-gallery__image img,
.single-product .elementor .ho-pdp-gallery .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  padding: 8%;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
}

.single-product .elementor .ho-pdp-gallery .flex-control-thumbs {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.55rem;
  padding: 0;
  list-style: none;
}

.single-product .elementor .ho-pdp-gallery .flex-control-thumbs li {
  margin: 0;
  flex-shrink: 0;
}

.single-product .elementor .ho-pdp-gallery .flex-control-thumbs li img {
  width: 64px;
  height: 64px;
  padding: 6%;
  box-sizing: border-box;
  object-fit: contain !important;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.07);
  opacity: 0.55;
  cursor: pointer;
  transition:
    opacity 200ms var(--ho-ease-soft),
    box-shadow 200ms var(--ho-ease-soft);
}

.single-product .elementor .ho-pdp-gallery .flex-control-thumbs li img.flex-active,
.single-product .elementor .ho-pdp-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.28);
}
/* =========================================================
   PDP CTA
   ========================================================= */

.single-product .woocommerce .quantity {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 36px;
  border: 1px solid rgba(15, 15, 15, 0.12);
}

.single-product .woocommerce .quantity .qty {
  width: 36px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(15, 15, 15, 0.08);
  border-right: 1px solid rgba(15, 15, 15, 0.08);
  background: transparent;
  font-family: var(--ho-font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--ho-color-nero);
  appearance: textfield;
  -moz-appearance: textfield;
}

.single-product .woocommerce .quantity .qty::-webkit-inner-spin-button,
.single-product .woocommerce .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.single-product .woocommerce .quantity .minus,
.single-product .woocommerce .quantity .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--ho-font-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(15, 15, 15, 0.42);
  cursor: pointer;
  flex-shrink: 0;
  transition:
    color 180ms var(--ho-ease-soft),
    background 180ms var(--ho-ease-soft);
}

.single-product .woocommerce .quantity .minus:hover,
.single-product .woocommerce .quantity .plus:hover {
  color: var(--ho-color-nero);
  background: rgba(15, 15, 15, 0.03);
}

.single-product .elementor .ho-pdp-cta {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.single-product .elementor .ho-pdp-info .elementor-widget-wc-add-to-cart {
  margin-top: clamp(1.5rem, 2.8vw, 2.35rem);
  align-self: flex-start;
}

.single-product .elementor .ho-pdp-info .elementor-widget-wc-add-to-cart .elementor-widget-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single-product .elementor .ho-pdp-cta .elementor-button,
.single-product .elementor .ho-pdp-info .elementor-button {
  width: fit-content;
  margin-top: 0;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.92rem 2rem;
  background: var(--ho-color-nero);
  color: var(--ho-color-calacatta);
  border: 1px solid var(--ho-color-nero);
  transition:
    background 320ms var(--ho-ease-soft),
    color 320ms var(--ho-ease-soft),
    opacity 320ms var(--ho-ease-soft);
}

.single-product .elementor .ho-pdp-cta .elementor-button:hover {
  background: transparent;
  color: var(--ho-color-nero);
}

/* =========================================================
   PDP — VIEW CART (EDITORIAL CONTINUATION)
   ========================================================= */

.single-product .added_to_cart {
  display: inline-block;
  margin-top: var(--ho-space-12);
  margin-left: 0;
  position: relative;
  font-family: var(--ho-font-body);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ho-color-nero);
  opacity: 0.6;
  text-decoration: none;
  transition: color 200ms var(--ho-ease-soft), opacity 200ms var(--ho-ease-soft);
}

.single-product .added_to_cart::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--ho-color-nero);
  transition: width 200ms var(--ho-ease-soft);
}

.single-product .added_to_cart:hover {
  color: var(--ho-color-gold);
  opacity: 1;
}

.single-product .added_to_cart:hover::after {
  width: 100%;
}
/* =========================================================
   PDP CLEANUP
   ========================================================= */

.single-product .product_meta,
.single-product .woocommerce-tabs {
  display: none;
}
/* =========================================================
   PDP FLOW
   ========================================================= */

.single-product .elementor .ho-pdp-page .ho-container {
  max-width: 90rem;
}
/* =========================================================
   PDP NARRATIVE
   ========================================================= */

.single-product .elementor .ho-pdp-narrative {
  max-width: 52ch;
  margin-inline: auto;
  margin-top: clamp(5rem, 8vw, 7rem);
  text-align: center;
}

.single-product .elementor .ho-pdp-narrative--empty {
  display: none !important;
}

.single-product .elementor .ho-pdp-narrative p {
  font-family: var(--ho-font-display);
  font-style: italic;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(15, 15, 15, 0.58);
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
  margin: 0;
}

.single-product .elementor .ho-pdp-narrative .elementor-widget-text-editor,
.single-product .elementor .ho-pdp-narrative .elementor-widget-text-editor .elementor-widget-container,
.single-product .elementor .ho-pdp-narrative .ho-pdp-narrative-copy,
.single-product .elementor .ho-pdp-narrative .ho-pdp-narrative-copy p {
  font-family: var(--ho-font-display);
  font-style: italic;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(15, 15, 15, 0.58);
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
  margin: 0;
}
/* =========================================================
   PDP DETAILS (ACCORDION)
   ========================================================= */

.single-product .elementor .ho-pdp-details {
  max-width: 64rem;
  margin-inline: auto;
  margin-top: clamp(4.5rem, 7vw, 6rem);
}

.single-product .elementor .ho-pdp-details--empty {
  display: none !important;
}

/* Elementor accordion refinement */

.single-product .elementor .ho-pdp-details .e-n-accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.single-product .elementor .ho-pdp-details .e-n-accordion-item-title,
.single-product .elementor .ho-pdp-details .e-n-accordion-item-title-text {
  font-size: 0.73rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.single-product .elementor .ho-pdp-details .e-n-accordion-item-title {
  padding-block: clamp(0.9rem, 1.5vw, 1.1rem);
  padding-inline: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.62;
  transition: opacity 260ms var(--ho-ease-soft);
}

.single-product .elementor .ho-pdp-details .e-n-accordion-item-title:hover,
.single-product .elementor .ho-pdp-details .elementor-tab-title:hover {
  opacity: 1;
}

.single-product .elementor .ho-pdp-details .e-n-accordion-item > [role="region"] {
  padding-top: 0.1rem;
  padding-bottom: clamp(1.4rem, 2.4vw, 2rem);
  font-family: var(--ho-font-display);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  font-weight: 300;
  color: rgba(15, 15, 15, 0.62);
  line-height: 1.78;
  text-align: left;
}

.single-product .elementor .ho-pdp-details .e-n-accordion-item > [role="region"] .e-con-inner {
  max-width: 50ch;
  margin-inline: auto;
}

.single-product .elementor .ho-pdp-details .e-n-accordion-item > [role="region"] p {
  margin: 0;
  text-align: left;
  font-family: var(--ho-font-display);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  font-weight: 300;
  color: rgba(15, 15, 15, 0.62);
  line-height: 1.78;
}

.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--details > [role="region"] .e-con-inner {
  max-width: 44rem;
}

.single-product .elementor .ho-pdp-details-specs {
  display: grid;
  gap: 0;
  width: min(100%, 44rem);
  margin: 0 auto;
}

.single-product .elementor .ho-pdp-details-spec {
  display: grid;
  grid-template-columns: minmax(8.5rem, 10.5rem) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: start;
  padding-block: clamp(0.9rem, 1.5vw, 1.15rem);
  border-top: 1px solid rgba(15, 15, 15, 0.06);
}

.single-product .elementor .ho-pdp-details-spec:first-child {
  padding-top: clamp(0.35rem, 0.7vw, 0.55rem);
  border-top: 0;
}

.single-product .elementor .ho-pdp-details-spec__label,
.single-product .elementor .ho-pdp-details-spec__value {
  margin: 0;
  font-family: var(--ho-font-body);
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.4);
}

.single-product .elementor .ho-pdp-details-spec__value br {
  content: "";
}

.single-product .elementor .ho-pdp-provenance {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.single-product .elementor .ho-pdp-provenance-eyebrow {
  display: block;
  font-family: "Noto Sans Ethiopic", var(--ho-font-body), sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: rgba(15, 15, 15, 0.22);
  text-align: left;
}

.single-product .elementor .ho-pdp-provenance-copy {
  font-family: var(--ho-font-display);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  font-weight: 300;
  color: rgba(15, 15, 15, 0.62);
  line-height: 1.78;
  text-align: left;
}

.single-product .elementor .ho-pdp-provenance-copy p {
  font-family: var(--ho-font-display);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  font-weight: 300;
  color: rgba(15, 15, 15, 0.62);
  line-height: 1.78;
}

.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--care > [role="region"] .e-con-inner {
  max-width: 100%;
  margin-inline: 0;
}

.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--care > [role="region"],
.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--care > [role="region"] p,
.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--care > [role="region"] li {
  font-family: var(--ho-font-body);
  text-align: left;
}

.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--provenance > [role="region"] .e-con-inner {
  max-width: 50ch;
  margin-inline: auto;
}

.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--provenance .ho-pdp-provenance {
  align-items: center;
  text-align: center;
}

.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--provenance .ho-pdp-provenance-eyebrow,
.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--provenance .ho-pdp-provenance-copy,
.single-product .elementor .ho-pdp-details .ho-pdp-accordion-item--provenance .ho-pdp-provenance-copy p {
  text-align: center;
}

.single-product .elementor .ho-pdp-provenance-copy > *:first-child {
  margin-top: 0;
}

.single-product .elementor .ho-pdp-provenance-copy > *:last-child {
  margin-bottom: 0;
}

.single-product .elementor .ho-auth-block {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.35rem);
  width: min(100%, 44rem);
  margin: clamp(1.15rem, 2vw, 1.45rem) auto 0;
  padding-top: clamp(1rem, 1.8vw, 1.35rem);
  border-top: 1px solid rgba(15, 15, 15, 0.08);
}

.single-product .elementor .ho-auth-block__header,
.single-product .elementor .ho-auth-block__body,
.single-product .elementor .ho-auth-block__code-wrap {
  display: grid;
  gap: 0.72rem;
}

.single-product .elementor .ho-auth-block__body {
  align-items: start;
  gap: 0.72rem;
}

.single-product .elementor .ho-auth-block__label,
.single-product .elementor .ho-edition-block__label,
.single-product .elementor .ho-edition-block__value {
  margin: 0;
  font-family: var(--ho-font-body);
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.4);
}

.single-product .elementor .ho-auth-block__code {
  font-family: var(--ho-font-body);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.58);
}

.single-product .elementor .ho-auth-block__verify-link,
.single-product .elementor .ho-edition-block__verify {
  font-family: var(--ho-font-body);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.44);
  text-decoration: none;
}

.single-product .elementor .ho-auth-block__verify-link:hover,
.single-product .elementor .ho-auth-block__verify-link:focus-visible,
.single-product .elementor .ho-edition-block__verify:hover,
.single-product .elementor .ho-edition-block__verify:focus-visible {
  color: rgba(15, 15, 15, 0.74);
}

.single-product .elementor .ho-auth-block__note,
.single-product .elementor .ho-edition-block__note {
  margin: 0;
  font-family: var(--ho-font-display);
  font-size: clamp(0.94rem, 1vw, 1rem);
  font-weight: 300;
  line-height: 1.72;
  color: rgba(15, 15, 15, 0.54);
}

.single-product .elementor .ho-edition-block {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.35rem);
}

.single-product .elementor .ho-edition-block__record {
  display: grid;
  gap: 0;
  width: min(100%, 44rem);
  margin: 0 auto;
}

.single-product .elementor .ho-edition-block__row {
  display: grid;
  grid-template-columns: minmax(8.5rem, 10.5rem) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: start;
  padding-block: clamp(0.9rem, 1.5vw, 1.15rem);
  border-top: 1px solid rgba(15, 15, 15, 0.06);
}

.single-product .elementor .ho-edition-block__row:first-child {
  padding-top: clamp(0.35rem, 0.7vw, 0.55rem);
  border-top: 0;
}

.single-product .elementor .ho-edition-block__label,
.single-product .elementor .ho-edition-block__value {
  margin: 0;
}

.single-product .elementor .ho-edition-block__value--code {
  color: rgba(15, 15, 15, 0.58);
}

.single-product .elementor .ho-pdp-details .e-n-accordion-item-title svg,
.single-product .elementor .ho-pdp-details .elementor-tab-title svg {
  width: 14px;
  height: 14px;
  margin-left: var(--ho-space-16);
  flex-shrink: 0;
}
/* =========================================================
   PDP — STICKY (STABLE)
   ========================================================= */

@media (min-width: 1025px) {
  .single-product .elementor .ho-pdp-info {
    position: sticky;
    top: calc(var(--ho-header-offset) + clamp(1rem, 2vw, 1.4rem));
  }
}

@media (max-width: 1024px) {
  .single-product .elementor .ho-pdp-cta {
    position: sticky;
    bottom: 0;
    padding: var(--ho-space-16);
    background: var(--ho-color-calacatta);
    border-top: 1px solid var(--ho-color-border);
    z-index: 40;
  }

  .single-product .elementor .ho-pdp-cta .elementor-button {
    width: 100%;
  }

  .single-product .elementor .ho-pdp-info .elementor-widget-wc-add-to-cart {
    align-self: stretch;
  }
}

@media (max-width: 640px) {
  .single-product .elementor .ho-pdp-description,
  .single-product .elementor .ho-pdp-description.elementor-element,
  .single-product .elementor .ho-pdp-description .elementor-widget-container {
    max-width: 100%;
  }

  .single-product .elementor .ho-pdp-details-spec {
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .single-product .elementor .ho-auth-block__body,
  .single-product .elementor .ho-edition-block__row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .single-product .elementor .ho-pdp-cta .elementor-button {
    width: 100%;
    text-align: center;
  }

  .single-product .elementor .ho-pdp-gallery {
    width: 100%;
  }

  .single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__image img,
  .single-product .elementor .ho-pdp-gallery figure.woocommerce-product-gallery__image img,
  .single-product .elementor .ho-pdp-gallery .wp-post-image {
    padding: 5%;
  }

  .single-product .elementor .ho-pdp-gallery .flex-control-thumbs li img {
    width: 52px;
    height: 52px;
  }

  .single-product .elementor .ho-pdp-title,
  .single-product .elementor .ho-pdp-title.elementor-element .elementor-heading-title {
    font-size: clamp(1.8rem, 7vw, 2.35rem);
    max-width: 100%;
  }
}
/* =========================================================
   PDP — MICRO MOTION
   ========================================================= */

.single-product .elementor .ho-pdp-gallery img {
  transition: transform 500ms var(--ho-ease-soft);
}

.single-product .elementor .ho-pdp-gallery img:hover {
  transform: scale(1.008);
}

/* subtle fade for secondary images if used */
.single-product .elementor .ho-pdp-gallery img.is-alt {
  opacity: 0;
}

.single-product .elementor .ho-pdp-gallery:hover img.is-alt {
  opacity: 1;
}

/* =========================================================
   PDP RESOLVE
   ========================================================= */

.single-product .elementor .ho-pdp-resolve {
  --pad: clamp(1.5rem, 4vw, 4rem);
  position: relative;
  width: 100%;
  margin-top: clamp(4.5rem, 7vw, 6rem);
  padding: clamp(3rem, 5.8vw, 5rem) var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--ho-color-ivory-soft, #efe9de);
}

.single-product .elementor .ho-pdp-resolve::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--pad);
  right: var(--pad);
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(17, 17, 17, 0),
    rgba(17, 17, 17, 0.08) 14%,
    rgba(17, 17, 17, 0.08) 86%,
    rgba(17, 17, 17, 0)
  );
}

.single-product .elementor .ho-pdp-resolve__sentence {
  max-width: 40ch;
  margin: 0 auto;
  font-family: var(--ho-font-display);
  font-size: clamp(1.04rem, 1.6vw, 1.44rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.015em;
  color: rgba(15, 15, 15, 0.52);
}

.single-product .elementor .ho-pdp-resolve__breath {
  display: block;
  width: 1px;
  height: 36px;
  margin: clamp(1.75rem, 2.8vw, 2.4rem) auto;
  background: rgba(193, 164, 109, 0.28);
  flex-shrink: 0;
}

.single-product .elementor .ho-pdp-resolve__links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  column-gap: clamp(1.25rem, 2.4vw, 2.4rem);
  row-gap: 0;
  width: min(100%, 760px);
  margin-inline: auto;
}

.single-product .elementor .ho-pdp-resolve__link {
  display: block;
  justify-self: center;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  font-family: var(--ho-font-body);
  font-size: 8.2px;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.36);
  text-decoration: none;
  transition:
    color 260ms var(--ho-ease-soft),
    border-color 260ms var(--ho-ease-soft);
}

.single-product .elementor .ho-pdp-resolve__link:hover,
.single-product .elementor .ho-pdp-resolve__link:focus-visible {
  color: rgba(15, 15, 15, 0.72);
  border-color: rgba(15, 15, 15, 0.18);
}

.single-product .elementor .ho-pdp-resolve__sep {
  font-size: 0.5rem;
  color: rgba(15, 15, 15, 0.18);
  pointer-events: none;
  user-select: none;
  justify-self: center;
}
/* =========================================================
   PDP — SCROLL FLOW
   ========================================================= */

.single-product .elementor .ho-pdp-page {
  scroll-margin-top: clamp(4rem, 8vw, 6rem);
}
@media (prefers-reduced-motion: reduce) {
  .single-product .elementor .ho-pdp-gallery img {
    transition: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  .single-product .elementor .ho-pdp-page {
    margin-top: clamp(0.65rem, 3vw, 1rem);
  }

  .single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__trigger {
    top: 0.75rem;
    left: 0.75rem;
    width: 2.05rem;
    height: 2.05rem;
  }

  .single-product .elementor .ho-pdp-gallery .woocommerce-product-gallery__trigger span {
    font-size: 0.92rem;
  }

  .single-product .elementor .ho-pdp-resolve__links {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 4vw, 1.5rem);
    width: 100%;
  }

  .single-product .elementor .ho-pdp-resolve__sep {
    display: none;
  }
}
