/* Product details — essence redesign (scoped) */
.pdp-essence {
  --pdp-font: "Vazirmatn", Tahoma, sans-serif;
  --pdp-forest: #14231e;
  --pdp-forest-2: #1f342c;
  --pdp-green: #315b4a;
  --pdp-sage: #dce8e1;
  --pdp-cream: #f7f3eb;
  --pdp-paper: #fffdf9;
  --pdp-gold: #c59145;
  --pdp-gold-soft: #f1dfbf;
  --pdp-ink: #18201d;
  --pdp-muted: #68736e;
  --pdp-line: #e4e5df;
  --pdp-danger: #a24738;
  --pdp-selected-option-bg: #1f4d3d;
  --pdp-selected-option-text: #fff;
  color: var(--pdp-ink);
  direction: rtl;
  text-align: right;
  font-family: var(--pdp-font);
  -webkit-font-smoothing: antialiased;
}

.pdp-essence *,
.pdp-essence-page * { box-sizing: border-box; }
.pdp-essence button,
.pdp-essence input,
.pdp-essence select,
.pdp-essence textarea,
.pdp-essence a,
.pdp-essence label,
.pdp-essence h1,
.pdp-essence h2,
.pdp-essence h3,
.pdp-essence p,
.pdp-essence span,
.pdp-essence small,
.pdp-essence strong,
.pdp-essence .product_title,
.pdp-essence .woocommerce-loop-product_title,
.pdp-essence-page button,
.pdp-essence-page input,
.pdp-essence-page select,
.pdp-essence-page textarea,
.pdp-essence-page a,
.pdp-essence-page label,
.pdp-essence-page h1,
.pdp-essence-page h2,
.pdp-essence-page h3,
.pdp-essence-page p,
.pdp-essence-page span,
.pdp-essence-page small,
.pdp-essence-page strong,
.pdp-essence-page .product_title,
.pdp-essence-page .woocommerce-loop-product_title,
.pdp-essence-page .pdp-breadcrumb,
.pdp-essence-page .pdp-anchor-nav {
  font-family: var(--pdp-font) !important;
}

/* Full-width product shell — avoid global .container (width:90% / max-width:1200px) */
.shop-single-v1-section.pdp-page-shell,
.content-area.shop-single-v1-section.pdp-page-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}

/* ------------------------------------------------------------------
   Hero grid — gallery first (right in RTL) / info second
   Matches essence-product.html layout
   ------------------------------------------------------------------ */
.pdp-essence-page {
  --pdp-page-gutter: clamp(14px, 2.2vw, 32px);
  --pdp-panel-radius: 16px;
  --pdp-control-radius: 12px;
  /* Typography scale: edit these values to test the module font sizes. */
  --pdp-fs-2xs: .65rem;
  --pdp-fs-xs: .7rem;
  --pdp-fs-sm: .75rem;
  --pdp-fs-md: .8rem;
  --pdp-fs-base: .85rem;
  --pdp-fs-lg: .9rem;
  --pdp-fs-xl: .95rem;
  --pdp-fs-icon: 1rem;
  --pdp-fs-icon-lg: 1.1rem;
  --pdp-fs-summary-base: 14px;
  --pdp-fs-breadcrumb: 13px;
  --pdp-fs-home-icon: 15px;
  --pdp-fs-price: 1.5rem;
  --pdp-fs-product-title: clamp(1.45rem, 2.6vw, 2.1rem);
  --pdp-fs-section-title: clamp(1.5rem, 2.8vw, 2.2rem);
  --pdp-fs-spec-title: 1.8rem;
  --pdp-fs-related-title: 1.35rem;
  --pdp-fs-mobile-title: 1.45rem;
  --pdp-font: "Vazirmatn", Tahoma, sans-serif;
  --pdp-forest: #14231e;
  --pdp-forest-2: #1f342c;
  --pdp-green: #315b4a;
  --pdp-sage: #dce8e1;
  --pdp-cream: #f7f3eb;
  --pdp-paper: #fffdf9;
  --pdp-gold: #c59145;
  --pdp-gold-soft: #f1dfbf;
  --pdp-ink: #18201d;
  --pdp-muted: #68736e;
  --pdp-line: #e4e5df;
  --pdp-danger: #a24738;
  background: var(--pdp-paper);
  color: var(--pdp-ink);
  font-family: var(--pdp-font);
  -webkit-font-smoothing: antialiased;
}
.pdp-essence-page .pdp-breadcrumb.shell,
.pdp-essence-page .shell {
  width: calc(100% - var(--pdp-page-gutter) - var(--pdp-page-gutter));
  max-width: none;
  margin-inline: auto;
}
.pdp-essence-page #navigation.pdp-breadcrumb {
  width: calc(100% - var(--pdp-page-gutter) - var(--pdp-page-gutter)) !important;
  max-width: none !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center;
  margin: 10px var(--pdp-page-gutter) 14px !important;
  padding: 6px 14px !important;
  border: 1px solid var(--pdp-line);
  border-radius: var(--pdp-panel-radius);
  background: #faf9f5;
  box-shadow: 0 2px 8px rgba(20, 35, 30, .04);
  color: var(--pdp-muted, #68736e);
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: var(--pdp-fs-breadcrumb) !important;
  font-weight: 500;
  line-height: 1.7;
  direction: rtl;
  overflow-x: auto;
  scrollbar-width: thin;
  box-sizing: border-box;
}
.pdp-essence-page #navigation.pdp-breadcrumb .pdp-breadcrumb__list {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  min-width: 100%;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.pdp-essence-page #navigation.pdp-breadcrumb li {
  display: inline-flex !important;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}
.pdp-essence-page #navigation.pdp-breadcrumb li:not(:last-child)::after {
  content: "›";
  display: inline-block;
  margin: 0 10px;
  color: #b1b7b4;
  font-size: var(--pdp-fs-icon);
  line-height: 1;
}
.pdp-essence-page #navigation.pdp-breadcrumb li a,
.pdp-essence-page #navigation.pdp-breadcrumb li span {
  display: inline-flex !important;
  align-items: center;
  min-height: 32px;
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: var(--pdp-fs-breadcrumb) !important;
  line-height: 1.7 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: inherit;
  text-decoration: none !important;
  transition: color .15s ease;
}
.pdp-essence-page #navigation.pdp-breadcrumb li:first-child a::before {
  content: "⌂";
  margin-left: 5px;
  color: var(--pdp-green);
  font-size: var(--pdp-fs-home-icon);
}
.pdp-essence-page #navigation.pdp-breadcrumb a:hover {
  color: var(--pdp-green) !important;
}
.pdp-essence-page #navigation.pdp-breadcrumb .pdp-breadcrumb__current {
  color: var(--pdp-ink);
  font-weight: 700;
}
.pdp-essence-page #navigation.pdp-breadcrumb .pdp-breadcrumb__current span {
  min-height: 28px;
  padding: 0 9px !important;
  border-radius: 8px !important;
  background: #edf3ef !important;
  color: var(--pdp-green);
}

.shop-single-v1-section .product-top-image.pdp-hero__grid,
.shop-single-v1-section .product-top-image {
  display: grid !important;
  /* ستون چپ: اطلاعات 8/12 — ستون راست: گالری 4/12 */
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  column-gap: clamp(24px, 3vw, 48px);
  row-gap: 24px;
  align-items: start;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 40px !important;
  padding: 14px var(--pdp-page-gutter) 40px !important;
  box-sizing: border-box;
}

.shop-single-v1-section .product-top-image > .images.pdp-gallery,
.shop-single-v1-section .product-top-image > .images {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.shop-single-v1-section .product-top-image > .summary.pdp-essence {
  grid-column: 1;
  grid-row: 1;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: var(--pdp-fs-summary-base);
  line-height: 1.8;
}

.shop-single-v1-section .product-top-image > .images img {
  max-width: 100%;
  height: auto;
}

.pdp-essence-page .pdp-gallery__main {
  position: relative;
  display: block !important;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-radius: var(--pdp-panel-radius);
  background: radial-gradient(circle at 50% 42%, #fff 0, #f0eee7 67%, #e7e4db 100%);
  overflow: hidden;
}
.pdp-essence-page .pdp-gallery__main::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 9%;
  left: 18%;
  height: 34px;
  border-radius: 50%;
  background: rgba(20,35,30,.12);
  filter: blur(14px);
}
.pdp-essence-page .pdp-gallery__main .slick-list,
.pdp-essence-page .pdp-gallery__main .slick-track,
.pdp-essence-page .pdp-gallery__main .slick-slide,
.pdp-essence-page .pdp-gallery__main .slick-slide > div {
  width: 100%;
  height: 100%;
}

.pdp-essence-page .pdp-gallery__main .slick-track {
  padding: 0;
}

.pdp-essence-page .pdp-gallery__main .slick-slide {
  margin: 0;
}

.pdp-essence-page .pdp-gallery__main .woocommerce-product-gallery__image {
  /* Slick برای هر slide عرض inline محاسبه می‌کند؛ !important آن را خراب می‌کند. */
  width: 100%;
  height: 100%;
}

.pdp-essence-page .pdp-gallery__main .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* قبل از آماده شدن Slick فقط اولین تصویر نمایش داده شود. */
.pdp-essence-page .pdp-gallery__main:not(.slick-initialized) > .woocommerce-product-gallery__image {
  display: none;
}

.pdp-essence-page .pdp-gallery__main:not(.slick-initialized) > .woocommerce-product-gallery__image:first-child {
  display: block;
}

.pdp-essence-page .pdp-gallery__main img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
  border-radius: var(--pdp-control-radius);
  object-fit: contain;
  transition: transform .5s ease;
}
.pdp-essence-page .pdp-gallery__main:hover img { transform: scale(1.04); }
.pdp-essence-page .pdp-thumbnails {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  min-height: 74px;
  overflow: hidden;
  box-sizing: border-box;
}
.pdp-essence-page .pdp-thumbnails .slick-list {
  width: 100%;
  margin: 0 !important;
  padding: 0 3px !important;
  overflow: hidden;
}
.pdp-essence-page .pdp-thumbnails .slick-track {
  padding: 0 !important;
}
.pdp-essence-page .pdp-thumbnails .item-thumbnail,
.pdp-essence-page .pdp-thumbnails .item-thumbnail.slick-slide {
  height: auto !important;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 5px;
  margin: 0 4px !important;
  border: 1.5px solid #e4e5df !important;
  border-radius: var(--pdp-control-radius) !important;
  background: #fff !important;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}
.pdp-essence-page .pdp-thumbnails img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
}
.pdp-essence-page .pdp-thumbnails .slick-current {
  border-color: var(--pdp-green) !important;
  box-shadow: inset 0 0 0 1px var(--pdp-green);
}
.pdp-essence-page .pdp-gallery__caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  color: #919995;
  font-size: var(--pdp-fs-xs);
}

/* ScriptManager / stray nodes must not steal a grid track */
.shop-single-v1-section .product-top-image > *:not(.images):not(.summary) {
  grid-column: 1 / -1;
  max-width: 100%;
}

.pdp-essence .pdp-info,
.pdp-essence .pdp-config,
.pdp-essence .selection-block,
.pdp-essence .flat-price-config,
.pdp-essence .flat-price-list,
.pdp-essence .purchase-box,
.pdp-essence .pdp-services,
.pdp-essence .pdp-highlights,
.pdp-essence [id$="dvFlatPriceConfig"],
.pdp-essence [id$="dvSkuAttrConfig"],
.pdp-essence [id$="UpdatePanel1"],
.pdp-essence [data-attr-groups] {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

.pdp-essence .pdp-info { min-width: 0; padding-top: 4px; }
.pdp-essence .pdp-info__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pdp-essence .stock {
  color: var(--pdp-green);
  font-size: var(--pdp-fs-base);
  font-weight: 600;
}
.pdp-essence .stock i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-left: 6px;
  border-radius: 50%;
  background: #4f946f;
  box-shadow: 0 0 0 4px #e2f0e8;
}
.pdp-essence .stock.is-out {
  color: var(--pdp-danger);
}
.pdp-essence .stock.is-out i {
  background: var(--pdp-danger);
  box-shadow: 0 0 0 4px #f3e0dc;
}
.pdp-essence .pdp-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}
.pdp-essence .pdp-brand {
  display: block;
  color: var(--pdp-gold);
  font-size: var(--pdp-fs-md);
  font-weight: 800;
  letter-spacing: .16em;
  direction: ltr;
  text-align: right;
}
.pdp-essence .pdp-brand-logo {
  max-width: 120px;
  max-height: 42px;
  object-fit: contain;
}
.pdp-essence .pdp-info h1,
.pdp-essence .pdp-info .product_title {
  margin: 6px 0 3px;
  font-size: var(--pdp-fs-product-title);
  letter-spacing: -.02em;
  line-height: 1.45;
  font-weight: 800;
  color: var(--pdp-ink);
}
.pdp-essence .product-en,
.pdp-essence .EnTitle {
  margin: 0;
  color: #89918d;
  direction: ltr;
  text-align: right;
  font-size: var(--pdp-fs-base);
  font-weight: 500;
}
.pdp-essence .pdp-meta-code {
  margin-top: 10px;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-sm);
}
.pdp-essence .pdp-lead {
  margin: 18px 0 0;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-lg);
  line-height: 2;
}
.pdp-essence .pdp-highlights {
  display: grid;
  grid-template-columns: repeat(var(--pdp-hl-cols, 4), minmax(0, 1fr));
  gap: 7px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--pdp-line);
  border-radius: var(--pdp-panel-radius);
  background: #faf9f5;
}
.pdp-essence .pdp-highlights > div {
  text-align: center;
  border-left: 1px solid var(--pdp-line);
  padding: 4px 6px;
}
.pdp-essence .pdp-highlights > div:last-child { border-left: 0; }
.pdp-essence .pdp-highlights > div > span {
  display: block;
  color: var(--pdp-green);
  font-size: var(--pdp-fs-icon);
  line-height: 1.2;
}
.pdp-essence .pdp-highlights small,
.pdp-essence .pdp-highlights strong { display: block; }
.pdp-essence .pdp-highlights small {
  margin-top: 3px;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-xs);
  line-height: 1.6;
}
.pdp-essence .pdp-highlights strong {
  margin-top: 1px;
  font-size: var(--pdp-fs-sm);
  font-weight: 700;
  color: var(--pdp-ink);
  line-height: 1.5;
}

.pdp-essence .pdp-config { margin-top: 22px; }
.pdp-essence .selection-block { margin-top: 18px; }
.pdp-essence .selection-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.pdp-essence .selection-title span {
  font-size: var(--pdp-fs-base);
  font-weight: 700;
}
.pdp-essence .selection-title b {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  margin-left: 6px;
  border-radius: 50%;
  color: #fff;
  background: var(--pdp-forest);
  font-size: var(--pdp-fs-sm);
}
.pdp-essence .selection-title small {
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-sm);
}
.pdp-essence .attr-options {
  display: grid;
  grid-template-columns: repeat(var(--attr-cols, 2), minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}
.pdp-essence .attr-options--makers {
  grid-template-columns: repeat(var(--attr-cols, 2), minmax(0, 1fr));
}
.pdp-essence .attr-option {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px 8px;
  text-align: center;
  border: 1.5px solid var(--pdp-line);
  border-radius: var(--pdp-control-radius);
  background: #fff;
  cursor: pointer;
  transition: .2s;
  color: var(--pdp-ink);
  font: inherit;
}
.pdp-essence .attr-option:hover { border-color: #aebdb6; }
.pdp-essence .attr-option.is-active {
  color: var(--pdp-selected-option-text);
  border-color: var(--pdp-selected-option-bg);
  background: var(--pdp-selected-option-bg);
  box-shadow: 0 7px 18px rgba(20, 35, 30, .18);
}
.pdp-essence .attr-option.is-disabled {
  opacity: .42;
  cursor: not-allowed;
}
.pdp-essence .attr-option strong {
  display: block;
  font-size: var(--pdp-fs-base);
  font-weight: 700;
}
.pdp-essence .attr-option small {
  display: block;
  margin-top: 2px;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-xs);
}
.pdp-essence .attr-option.is-active strong {
  color: var(--pdp-selected-option-text);
}
.pdp-essence .attr-option.is-active small {
  color: rgba(255, 255, 255, .76);
}
.pdp-essence .attr-option.is-active.attr-option--solid {
  color: var(--pdp-selected-option-text);
  border-color: var(--pdp-selected-option-bg);
  background: var(--pdp-selected-option-bg);
  box-shadow: 0 7px 18px rgba(20, 35, 30, .18);
}
.pdp-essence .attr-option.is-active.attr-option--solid small { color: rgba(255, 255, 255, .76); }
.pdp-essence .attr-option__badge {
  position: absolute;
  top: -8px;
  right: 50%;
  padding: 2px 6px;
  transform: translateX(50%);
  border-radius: 99px;
  color: #fff;
  background: var(--pdp-gold);
  font-size: var(--pdp-fs-2xs);
  white-space: nowrap;
}

.pdp-essence .saving-callout {
  display: none;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 11px 13px;
  border: 1px solid #d8e7dc;
  border-radius: var(--pdp-panel-radius);
  background: #f0f7f2;
}
.pdp-essence .saving-callout.is-visible { display: flex; }
.pdp-essence .saving-callout__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--pdp-green);
  background: #dcece1;
  font-size: var(--pdp-fs-icon-lg);
  flex-shrink: 0;
}
.pdp-essence .saving-callout strong,
.pdp-essence .saving-callout small { display: block; }
.pdp-essence .saving-callout strong {
  color: var(--pdp-green);
  font-size: var(--pdp-fs-md);
}
.pdp-essence .saving-callout small {
  margin-top: 2px;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-xs);
}

.pdp-essence .purchase-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 0;
  border-radius: var(--pdp-panel-radius);
  background: #f5f3ed;
}
.pdp-essence .purchase-price {
  min-width: 0;
}
.pdp-essence .purchase-price > small {
  display: block;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-sm);
  margin-bottom: 2px;
}
.pdp-essence .purchase-price > div {
  display: flex;
  align-items: baseline;
  gap: 5px;
  white-space: normal;
  flex-wrap: wrap;
}
.pdp-essence .purchase-price strong {
  font-size: var(--pdp-fs-price);
  font-weight: 800;
  color: var(--pdp-ink);
}
.pdp-essence .purchase-price > div > span {
  font-size: var(--pdp-fs-md);
  color: var(--pdp-ink);
}
.pdp-essence .purchase-price del {
  display: block;
  margin-top: 2px;
  color: #9aa09d;
  font-size: var(--pdp-fs-sm);
  min-height: 0;
  text-decoration: line-through;
}
.pdp-essence .purchase-price-des {
  margin-top: 6px;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-sm);
  line-height: 1.7;
}
.pdp-essence .purchase-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* Quantity — essence style (+ راست، − چپ در RTL) */
.pdp-essence .pdp-qty {
  direction: rtl;
  position: relative !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  float: none !important;
  width: auto !important;
  height: 45px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--pdp-line) !important;
  border-radius: var(--pdp-control-radius) !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: none !important;
}

.pdp-essence .pdp-qty .pdp-qty__btn {
  position: static !important;
  inset: auto !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 31px !important;
  width: 31px !important;
  height: 45px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--pdp-ink) !important;
  background: #f7f7f4 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: var(--pdp-fs-icon) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.pdp-essence .pdp-qty .pdp-qty__btn:hover {
  background: #ecece8 !important;
  color: var(--pdp-green) !important;
}

.pdp-essence .pdp-qty .pdp-qty__input {
  position: static !important;
  z-index: 1 !important;
  display: block !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 45px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  color: var(--pdp-ink) !important;
  font-size: var(--pdp-fs-base) !important;
  font-weight: 700 !important;
  line-height: 45px !important;
  text-align: center !important;
  direction: ltr !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
}

.pdp-essence .pdp-qty .pdp-qty__input::-webkit-outer-spin-button,
.pdp-essence .pdp-qty .pdp-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  display: none !important;
  margin: 0 !important;
}

.pdp-essence .button--cart,
.pdp-essence .alishoppingbutton4 {
  min-height: 46px;
  min-width: 180px;
  height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 17px;
  border: 0 !important;
  border-radius: var(--pdp-control-radius);
  color: #fff !important;
  background: var(--pdp-green) !important;
  font-size: var(--pdp-fs-base);
  font-weight: 700;
  cursor: pointer;
  transition: .2s;
  text-decoration: none !important;
  box-shadow: none !important;
}
.pdp-essence .button--cart:hover,
.pdp-essence .alishoppingbutton4:hover {
  background: var(--pdp-forest) !important;
  transform: translateY(-1px);
  color: #fff !important;
  text-decoration: none !important;
}
.pdp-essence .button--cart svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.pdp-essence .button--cart span {
  color: inherit;
}

.pdp-essence .pdp-unavailable {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: var(--pdp-panel-radius);
  background: rgba(20, 35, 30, .55);
  color: #fff;
  text-align: center;
  font-size: var(--pdp-fs-lg);
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}
.pdp-essence .pdp-unavailable[hidden] { display: none !important; }

.pdp-essence .pdp-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 14px;
}
.pdp-essence .pdp-services > div {
  display: grid;
  grid-template-columns: 29px 1fr;
  column-gap: 7px;
  align-items: center;
  padding: 9px;
  border: 1px solid var(--pdp-line);
  border-radius: var(--pdp-panel-radius);
  background: #fff;
}
.pdp-essence .pdp-services > div > span {
  grid-row: 1 / 3;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--pdp-green);
  background: var(--pdp-sage);
  font-size: var(--pdp-fs-md);
}
.pdp-essence .pdp-services strong,
.pdp-essence .pdp-services small { display: block; }
.pdp-essence .pdp-services strong { font-size: var(--pdp-fs-xs); }
.pdp-essence .pdp-services small {
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-2xs);
}

.pdp-essence-page .pdp-anchor-nav,
.pdp-essence .pdp-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0;
  border-top: 1px solid var(--pdp-line);
  border-bottom: 1px solid var(--pdp-line);
  background: rgba(255, 253, 249, .95);
  backdrop-filter: blur(12px);
}
.pdp-essence-page .pdp-anchor-nav__inner,
.pdp-essence .pdp-anchor-nav__inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  overflow-x: auto;
  padding: 0 4px;
}
.pdp-essence-page .pdp-anchor-nav a,
.pdp-essence .pdp-anchor-nav a {
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-md);
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
.pdp-essence-page .pdp-anchor-nav a:hover,
.pdp-essence .pdp-anchor-nav a:hover { color: var(--pdp-green); }

.pdp-essence-page .pdp-story,
.pdp-essence .pdp-story {
  margin-top: 0;
  padding: 56px 0 44px;
  background: #fff;
}
.pdp-essence-page .section-kicker,
.pdp-essence .section-kicker {
  color: var(--pdp-gold);
  font-size: var(--pdp-fs-md);
  font-weight: 800;
  letter-spacing: .05em;
}
.pdp-essence-page .pdp-story__panel,
.pdp-essence .pdp-story__panel {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(49, 91, 74, .13);
  border-radius: var(--pdp-panel-radius);
  background: var(--pdp-paper);
  box-shadow: 0 14px 38px rgba(20, 35, 30, .065);
}
.pdp-essence-page .pdp-story__intro,
.pdp-essence .pdp-story__intro {
  position: relative;
  overflow: hidden;
  padding: 30px 26px;
  border-left: 1px solid rgba(49, 91, 74, .12);
  background:
    radial-gradient(circle at 15% 8%, rgba(197, 145, 69, .12), transparent 30%),
    linear-gradient(145deg, #f8f3e9, #f1f6f2);
}
.pdp-essence-page .pdp-story__intro::after,
.pdp-essence .pdp-story__intro::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 24px;
  border-radius: 3px;
  background: var(--pdp-gold);
  content: "";
}
.pdp-essence-page .pdp-story__intro h2,
.pdp-essence .pdp-story__intro h2 {
  margin: 9px 0 11px;
  font-size: var(--pdp-fs-section-title);
  line-height: 1.55;
  color: var(--pdp-ink);
}
.pdp-essence-page .pdp-story__intro p,
.pdp-essence .pdp-story__intro p {
  margin: 0;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-sm);
  line-height: 1.9;
}
.pdp-essence-page .pdp-story__content,
.pdp-essence .pdp-story__content {
  min-width: 0;
  padding: 28px 32px;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-lg);
  line-height: 2.15;
}
.pdp-essence-page .pdp-story__content > span,
.pdp-essence .pdp-story__content > span {
  display: block;
}
.pdp-essence-page .pdp-story__content p,
.pdp-essence .pdp-story__content p {
  margin: 0 0 14px;
}
.pdp-essence-page .pdp-story__content p:last-child,
.pdp-essence .pdp-story__content p:last-child {
  margin-bottom: 0;
}
.pdp-essence-page .pdp-story__content img,
.pdp-essence .pdp-story__content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.pdp-essence-page .pdp-story__content table,
.pdp-essence .pdp-story__content table {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto;
}
.pdp-essence-page .pdp-story__content iframe,
.pdp-essence-page .pdp-story__content video,
.pdp-essence .pdp-story__content iframe,
.pdp-essence .pdp-story__content video {
  max-width: 100%;
}

.pdp-anchor-target {
  position: relative;
  top: -62px;
  display: block;
  width: 0;
  height: 0;
}

.pdp-essence-page .pdp-specifications,
.pdp-essence .pdp-specifications {
  margin-top: 0;
  padding: 56px 0 64px;
  border-top: 1px solid #e7ebe8;
  border-bottom: 1px solid #e7ebe8;
  background:
    radial-gradient(circle at 88% 12%, rgba(220, 232, 225, .72), transparent 28%),
    linear-gradient(180deg, #fbfcfb 0%, #f5f8f6 100%);
}
.pdp-essence-page .pdp-specifications__grid,
.pdp-essence .pdp-specifications__grid {
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(49, 91, 74, .12);
  border-radius: var(--pdp-panel-radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 42px rgba(20, 35, 30, .07);
  backdrop-filter: blur(5px);
}
.pdp-essence-page .pdp-specifications__intro,
.pdp-essence .pdp-specifications__intro {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 28px 24px;
  border-radius: var(--pdp-control-radius);
  background: linear-gradient(145deg, var(--pdp-forest-2), var(--pdp-green));
  box-shadow: 0 12px 26px rgba(20, 35, 30, .16);
  isolation: isolate;
}
.pdp-essence-page .pdp-specifications__intro::before,
.pdp-essence .pdp-specifications__intro::before {
  position: absolute;
  z-index: -1;
  width: 170px;
  height: 170px;
  top: -82px;
  left: -72px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  background: rgba(255, 255, 255, .035);
  content: "";
}
.pdp-essence-page .pdp-specifications__intro::after,
.pdp-essence .pdp-specifications__intro::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 24px;
  border-radius: 3px;
  background: var(--pdp-gold);
  content: "";
}
.pdp-essence-page .pdp-specifications__intro .section-kicker,
.pdp-essence .pdp-specifications__intro .section-kicker {
  color: var(--pdp-gold-soft);
  letter-spacing: 0;
}
.pdp-essence-page .pdp-specifications h2,
.pdp-essence .pdp-specifications h2 {
  margin: 9px 0 10px;
  font-size: var(--pdp-fs-spec-title);
  line-height: 1.55;
  color: #fff;
}
.pdp-essence-page .pdp-specifications__intro p,
.pdp-essence .pdp-specifications__intro p {
  margin: 0;
  max-width: 220px;
  color: rgba(255, 255, 255, .72);
  font-size: var(--pdp-fs-md);
  line-height: 1.9;
}
.pdp-essence-page .spec-list,
.pdp-essence .spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 12px;
  margin: 0;
}
.pdp-essence-page .spec-list > div,
.pdp-essence .spec-list > div {
  display: grid;
  grid-template-columns: minmax(115px, .9fr) minmax(125px, 1.1fr);
  overflow: hidden;
  min-height: 74px;
  padding: 0;
  border: 1px solid #e4eae6;
  border-radius: var(--pdp-control-radius);
  background: #fff;
  box-shadow: 0 4px 14px rgba(20, 35, 30, .035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.pdp-essence-page .spec-list > div:hover,
.pdp-essence .spec-list > div:hover {
  transform: translateY(-2px);
  border-color: #cbdcd3;
  box-shadow: 0 9px 22px rgba(20, 35, 30, .08);
}
.pdp-essence-page .spec-list dt,
.pdp-essence .spec-list dt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 14px 18px 14px 12px;
  border-left: 1px solid #e8edea;
  background: #f7faf8;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-md);
  font-weight: 700;
  line-height: 1.65;
}
.pdp-essence-page .spec-list dt::before,
.pdp-essence .spec-list dt::before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: var(--pdp-gold);
  content: "";
  transform: translateY(-50%);
}
.pdp-essence-page .spec-list dt .spec-desc,
.pdp-essence .spec-list dt .spec-desc {
  display: block;
  margin-top: 3px;
  color: #89938e;
  font-size: var(--pdp-fs-xs);
  font-weight: 400;
  line-height: 1.7;
}
.pdp-essence-page .spec-list dd,
.pdp-essence .spec-list dd {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
  font-size: var(--pdp-fs-md);
  font-weight: 700;
  line-height: 1.8;
  color: var(--pdp-ink);
  overflow-wrap: anywhere;
}

.pdp-essence-page .pdp-related,
.pdp-related.pdp-essence {
  width: calc(100% - (2 * var(--pdp-page-gutter)));
  max-width: none;
  margin: 48px auto 0;
  padding: 26px 22px 22px;
  float: none;
  border: 1px solid rgba(49, 91, 74, .14);
  border-radius: var(--pdp-panel-radius);
  background:
    radial-gradient(circle at 92% 0, rgba(220, 232, 225, .48), transparent 24%),
    var(--pdp-paper);
  box-shadow: 0 12px 34px rgba(20, 35, 30, .06);
  overflow: hidden;
}
.pdp-essence-page .pdp-related__header,
.pdp-related.pdp-essence .pdp-related__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 20px;
  padding: 0 2px 17px;
  border-bottom: 1px solid var(--pdp-line);
}
.pdp-essence-page .pdp-related__header::after,
.pdp-related.pdp-essence .pdp-related__header::after {
  position: absolute;
  right: 2px;
  bottom: -1px;
  width: 58px;
  height: 3px;
  border-radius: 3px;
  background: var(--pdp-gold);
  content: "";
}
.pdp-essence-page .pdp-related__header h3,
.pdp-related.pdp-essence .pdp-related__header h3 {
  margin: 6px 0 0;
  padding: 0;
  border: 0;
  font-size: var(--pdp-fs-related-title);
  font-weight: 800;
  line-height: 1.6;
  color: var(--pdp-ink);
}
.pdp-essence-page .pdp-related__header h3::before,
.pdp-related.pdp-essence .pdp-related__header h3::before {
  display: none;
}
.pdp-essence-page .pdp-related__header p,
.pdp-related.pdp-essence .pdp-related__header p {
  max-width: 360px;
  margin: 0;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-sm);
  line-height: 1.9;
}
.pdp-essence-page .pdp-related .inner-sc-product,
.pdp-related.pdp-essence .inner-sc-product {
  width: 100%;
  overflow: visible;
}
.pdp-essence .pdp-related__track:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
}
.pdp-essence .pdp-related__track.slick-initialized {
  display: block;
  width: auto;
  margin: 0 -8px;
  direction: ltr;
}
.pdp-essence .pdp-related__track.slick-initialized .slick-list,
.pdp-essence .pdp-related__track.slick-initialized .slick-track {
  direction: ltr;
}
.pdp-essence .pdp-related__track.slick-initialized .slick-slide {
  height: auto !important;
  visibility: visible;
  opacity: 1;
}
.pdp-essence .pdp-related__track .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 14px 0 0;
  padding: 0;
}
.pdp-essence .pdp-related__track .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.pdp-essence .pdp-related__track .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cbd5d0;
  font-size: 0;
  transition: width .2s ease, border-radius .2s ease, background-color .2s ease;
}
.pdp-essence .pdp-related__track .slick-dots li button::before {
  display: none;
}
.pdp-essence .pdp-related__track .slick-dots li.slick-active button {
  width: 22px;
  border-radius: 8px;
  background: var(--pdp-green);
}
.pdp-essence .pdp-related__item,
.pdp-essence.woocommerce div.products div.product.pdp-related__item {
  height: auto;
  margin: 0 !important;
  padding: 7px !important;
  direction: rtl;
}
.pdp-essence .pdp-related__track:not(.slick-initialized) > .pdp-related__item {
  width: 100% !important;
  float: none !important;
}
.pdp-essence .pdp-related__item .inner-item-product,
.pdp-essence.woocommerce div.products div.product.pdp-related__item .inner-item-product {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e9eeeb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(20, 35, 30, .035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.pdp-essence .pdp-related__item .inner-item-product:hover {
  transform: translateY(-2px);
  border-color: #d5e0da;
  box-shadow: 0 8px 20px rgba(20, 35, 30, .075);
}
.pdp-essence .pdp-related__item .product-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 16px;
  overflow: hidden;
  border-bottom: 1px solid #f0f2f1;
  background: #fafbf9;
}
.pdp-essence .pdp-related__item .product-image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pdp-essence .pdp-related__item .product-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  transition: transform .35s ease;
}
.pdp-essence .pdp-related__item .inner-item-product:hover .product-image img {
  transform: scale(1.025);
}
.pdp-essence .pdp-related__item .wrapper-content-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 12px 12px;
  text-align: right;
}
.pdp-essence .pdp-related__item .woocommerce-loop-product_title {
  min-height: 3.4em;
  margin: 0 0 7px;
  padding: 0;
  font-size: var(--pdp-fs-sm);
  font-weight: 700;
  line-height: 1.7;
}
.pdp-essence .pdp-related__item .woocommerce-loop-product_title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--pdp-ink);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.pdp-essence .pdp-related__item .woocommerce-loop-product_title a:hover {
  color: var(--pdp-green);
  text-decoration: none;
}
.pdp-essence .pdp-related__item .price {
  display: block;
  margin-top: auto;
  color: var(--pdp-green) !important;
  font-size: var(--pdp-fs-sm);
  font-weight: 800;
  direction: rtl;
}
.pdp-essence .pdp-related__item .price ins {
  text-decoration: none;
}
.pdp-essence .pdp-related__item .woocommerce-Price-currencySymbol {
  margin-right: 4px;
  color: var(--pdp-muted);
  font-size: var(--pdp-fs-xs);
  font-weight: 600;
}
.pdp-essence .pdp-tags {
  margin-top: 18px;
  padding: 14px 0 6px;
  border-top: 1px solid var(--pdp-line);
  font-size: var(--pdp-fs-md);
}
.pdp-essence .pdp-tags__label {
  font-weight: 700;
  margin-left: 8px;
  color: var(--pdp-ink);
}
.pdp-essence .pdp-tags a,
.pdp-essence .ProductTagsLink {
  display: inline-block;
  margin: 4px 0 4px 6px;
  padding: 4px 10px;
  border: 1px solid var(--pdp-line);
  border-radius: 99px;
  color: var(--pdp-muted);
  background: #fff;
  font-size: var(--pdp-fs-xs);
  text-decoration: none;
}
.pdp-essence .pdp-tags a:hover {
  color: var(--pdp-green);
  border-color: #b9cbc3;
}

/* Flat price options — full-width cards (RadioButtonList span is inline by default) */
.pdp-essence .flat-price-list,
.pdp-essence [data-flat-prices] {
  display: block !important;
  width: 100% !important;
}
.pdp-essence span.flat-price-rbl,
.pdp-essence .flat-price-rbl,
.pdp-essence .flat-price-rbl table {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  box-sizing: border-box !important;
}
.pdp-essence .flat-price-rbl br {
  display: none !important;
}
.pdp-essence .flat-price-rbl td,
.pdp-essence .flat-price-rbl tr {
  display: block !important;
  width: 100% !important;
  border: 0;
  padding: 0;
}
.pdp-essence .flat-price-rbl input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.pdp-essence .flat-price-rbl label {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  align-self: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1.5px solid var(--pdp-line) !important;
  border-radius: var(--pdp-control-radius) !important;
  background: #fff !important;
  color: var(--pdp-ink) !important;
  font-size: var(--pdp-fs-base) !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  cursor: pointer;
  transition: .2s ease;
  overflow: hidden;
  float: none !important;
}
.pdp-essence .flat-price-rbl label:hover {
  border-color: #aebdb6 !important;
}
.pdp-essence .flat-price-rbl input[type="radio"]:checked + label,
.pdp-essence .flat-price-rbl label:has(+ input:checked),
.pdp-essence .flat-price-rbl label:has(input:checked) {
  border-color: var(--pdp-selected-option-bg) !important;
  background: var(--pdp-selected-option-bg) !important;
  color: var(--pdp-selected-option-text) !important;
  box-shadow: 0 7px 18px rgba(20, 35, 30, .18);
}
.pdp-essence .flat-price-rbl input[type="radio"]:checked + label .flat-price-card__title,
.pdp-essence .flat-price-rbl input[type="radio"]:checked + label .flat-price-card__price,
.pdp-essence .flat-price-rbl input[type="radio"]:checked + label .flat-price-card__price em,
.pdp-essence .flat-price-rbl label:has(+ input:checked) .flat-price-card__title,
.pdp-essence .flat-price-rbl label:has(+ input:checked) .flat-price-card__price,
.pdp-essence .flat-price-rbl label:has(+ input:checked) .flat-price-card__price em,
.pdp-essence .flat-price-rbl label:has(input:checked) .flat-price-card__title,
.pdp-essence .flat-price-rbl label:has(input:checked) .flat-price-card__price,
.pdp-essence .flat-price-rbl label:has(input:checked) .flat-price-card__price em {
  color: var(--pdp-selected-option-text) !important;
}
.pdp-essence .flat-price-rbl input[type="radio"]:checked + label .flat-price-card__old del,
.pdp-essence .flat-price-rbl label:has(+ input:checked) .flat-price-card__old del,
.pdp-essence .flat-price-rbl label:has(input:checked) .flat-price-card__old del {
  color: rgba(255, 255, 255, .72) !important;
}
.pdp-essence .flat-price-rbl input[type="radio"]:checked + label .flat-price-card__old i,
.pdp-essence .flat-price-rbl label:has(+ input:checked) .flat-price-card__old i,
.pdp-essence .flat-price-rbl label:has(input:checked) .flat-price-card__old i {
  background: var(--pdp-gold) !important;
}
.pdp-essence .flat-price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex-wrap: wrap;
}
.pdp-essence .flat-price-card__title {
  flex: 1 1 140px;
  min-width: 0;
  font-size: var(--pdp-fs-base);
  font-weight: 700;
  color: var(--pdp-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.pdp-essence .flat-price-card__price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
  flex: 0 0 auto;
  color: var(--pdp-forest);
}
.pdp-essence .flat-price-card__price strong {
  font-size: var(--pdp-fs-xl);
  font-weight: 800;
}
.pdp-essence .flat-price-card__price em {
  font-style: normal;
  font-size: var(--pdp-fs-sm);
  color: var(--pdp-muted);
}
.pdp-essence .flat-price-card__old {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  order: 3;
  margin-top: -2px;
}
.pdp-essence .flat-price-card__old del {
  color: #9aa09d;
  font-size: var(--pdp-fs-xs);
  font-weight: 500;
}
.pdp-essence .flat-price-card__old i {
  font-style: normal;
  padding: 1px 6px;
  border-radius: 99px;
  color: #fff;
  background: var(--pdp-danger);
  font-size: var(--pdp-fs-2xs);
  font-weight: 700;
}

/* legacy class kept for safety */
.pdp-essence .rbl-fallback {
  display: grid;
  gap: 8px;
}

@media (max-width: 980px) {
  .shop-single-v1-section .product-top-image.pdp-hero__grid,
  .shop-single-v1-section .product-top-image {
    column-gap: 24px;
  }
  .pdp-essence-page .pdp-gallery__main { min-height: 0; }
  .pdp-essence .pdp-highlights { grid-template-columns: 1fr 1fr; }
  .pdp-essence .pdp-highlights > div:nth-child(2n) { border-left: 0; }
  .pdp-essence-page .pdp-specifications__grid,
  .pdp-essence .pdp-specifications__grid { gap: 22px; }
  .pdp-essence .pdp-related__track:not(.slick-initialized) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .shop-single-v1-section .product-top-image.pdp-hero__grid,
  .shop-single-v1-section .product-top-image {
    grid-template-columns: 1fr;
    row-gap: 28px;
    padding-bottom: 20px;
  }
  .shop-single-v1-section .product-top-image > .images,
  .shop-single-v1-section .product-top-image > .images.pdp-gallery {
    grid-column: 1;
    grid-row: 1;
    width: min(620px, 100%) !important;
    margin-inline: auto !important;
  }
  .shop-single-v1-section .product-top-image > .summary.pdp-essence {
    grid-column: 1;
    grid-row: 2;
    width: min(720px, 100%) !important;
    margin-inline: auto !important;
  }
  .shop-single-v1-section .product-top-image > *:not(.images):not(.summary) {
    grid-column: 1 / -1;
  }
  .pdp-essence-page .pdp-anchor-nav__inner,
  .pdp-essence .pdp-anchor-nav__inner {
    justify-content: flex-start;
    gap: 22px;
  }
  .pdp-essence-page .pdp-story,
  .pdp-essence .pdp-story,
  .pdp-essence-page .pdp-specifications,
  .pdp-essence .pdp-specifications {
    padding: 48px 0;
  }
}

@media (max-width: 760px) {
  .pdp-essence .pdp-info h1,
  .pdp-essence .pdp-info .product_title { font-size: var(--pdp-fs-mobile-title); }
  .pdp-essence .pdp-story__panel {
    grid-template-columns: 1fr;
  }
  .pdp-essence .pdp-story__intro {
    padding: 24px 22px;
    border-bottom: 1px solid rgba(49, 91, 74, .12);
    border-left: 0;
  }
  .pdp-essence .pdp-story__intro p {
    max-width: 520px;
  }
  .pdp-essence .pdp-story__content {
    padding: 24px 22px;
  }
  .pdp-essence .purchase-box {
    align-items: stretch;
    flex-direction: column;
  }
  .pdp-essence .purchase-actions {
    justify-content: stretch;
    width: 100%;
  }
  .pdp-essence .button--cart,
  .pdp-essence .alishoppingbutton4 {
    flex: 1;
    min-width: 0;
  }
  .pdp-essence .pdp-services { grid-template-columns: 1fr; }
  .pdp-essence .pdp-specifications__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }
  .pdp-essence .pdp-specifications__intro {
    min-height: 0;
    padding: 24px 22px;
  }
  .pdp-essence .pdp-specifications__intro p { max-width: none; }
  .pdp-essence .spec-list { grid-template-columns: 1fr; }
  .pdp-essence .spec-list > div:nth-child(odd) { border-left: 0; }
  .pdp-essence-page .pdp-related,
  .pdp-related.pdp-essence {
    padding: 20px 14px 16px;
  }
  .pdp-essence .pdp-related__track:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .pdp-essence .attr-options,
  .pdp-essence .attr-options--makers {
    grid-template-columns: repeat(var(--attr-cols, 2), minmax(0, 1fr));
  }
  .pdp-essence .selection-title {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .pdp-essence-page {
    --pdp-page-gutter: 10px;
  }
  .pdp-essence-page .pdp-breadcrumb.shell,
  .pdp-essence-page .shell {
    width: calc(100% - 20px);
  }
  .shop-single-v1-section .product-top-image.pdp-hero__grid,
  .shop-single-v1-section .product-top-image {
    width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .pdp-essence-page .pdp-gallery__main {
    border-radius: var(--pdp-panel-radius);
  }
  .pdp-essence-page .pdp-gallery__caption {
    flex-wrap: wrap;
  }
  .pdp-essence-page .pdp-story,
  .pdp-essence .pdp-story,
  .pdp-essence-page .pdp-specifications,
  .pdp-essence .pdp-specifications {
    padding: 34px 0;
  }
  .pdp-essence .pdp-story__intro {
    padding: 20px 18px;
  }
  .pdp-essence .pdp-story__content {
    padding: 20px 18px;
    font-size: var(--pdp-fs-md);
    line-height: 2;
  }
  .pdp-essence .pdp-specifications__grid {
    padding: 10px;
    border-radius: var(--pdp-panel-radius);
  }
  .pdp-essence .pdp-specifications__intro {
    padding: 20px 18px;
  }
  .pdp-essence .spec-list > div {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .pdp-essence .spec-list dt {
    padding: 12px 18px;
    border-bottom: 1px solid #e8edea;
    border-left: 0;
  }
  .pdp-essence .spec-list dd {
    min-height: 48px;
    padding: 11px 18px;
  }
  .pdp-essence-page .pdp-related,
  .pdp-related.pdp-essence {
    margin-top: 34px;
    padding: 16px 8px 10px;
  }
  .pdp-essence-page .pdp-related__header,
  .pdp-related.pdp-essence .pdp-related__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-right: 6px;
    margin-left: 6px;
    padding-bottom: 13px;
  }
  .pdp-essence-page .pdp-related__header h3,
  .pdp-related.pdp-essence .pdp-related__header h3 {
    font-size: var(--pdp-fs-lg);
  }
  .pdp-essence-page .pdp-related__header p,
  .pdp-related.pdp-essence .pdp-related__header p {
    max-width: none;
  }
  .pdp-essence .pdp-related__item,
  .pdp-essence.woocommerce div.products div.product.pdp-related__item {
    padding: 5px !important;
  }
  .pdp-essence .pdp-related__item .wrapper-content-item {
    padding: 11px 10px 13px;
  }
  .pdp-essence .attr-options,
  .pdp-essence .attr-options--makers {
    grid-template-columns: repeat(var(--attr-cols-mobile, var(--attr-cols, 1)), minmax(0, 1fr));
  }
  .pdp-essence .pdp-highlights { grid-template-columns: 1fr 1fr; }
  .pdp-essence .flat-price-card__title { flex-basis: 100%; }
  .pdp-essence .purchase-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
  }
  .pdp-essence .pdp-qty {
    flex: 0 0 110px !important;
    width: 110px !important;
    max-width: 100%;
    height: 46px !important;
    justify-content: center;
  }
  .pdp-essence .pdp-qty .pdp-qty__btn {
    flex: 0 0 32px !important;
    width: 32px !important;
    min-width: 0 !important;
  }
  .pdp-essence .pdp-qty .pdp-qty__input {
    flex: 0 0 46px !important;
    width: 46px !important;
    min-width: 0 !important;
  }
  .pdp-essence .button--cart,
  .pdp-essence .alishoppingbutton4 {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
    gap: 7px;
    font-size: var(--pdp-fs-sm);
    white-space: nowrap;
    align-self: auto;
  }
  .pdp-essence .button--cart span,
  .pdp-essence .alishoppingbutton4 span {
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .pdp-essence .pdp-related__track:not(.slick-initialized) {
    grid-template-columns: 1fr;
  }
}
