.pd-page {
  width: 100%;
  background: #faf9f6;
  color: #1a1f1c;
  font-family: "Manrope", "Geist", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pd-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 56px;
}

.pd-not-found {
  border: 1px solid #e4ddd0;
  border-radius: 24px;
  background: #ffffff;
  padding: 24px;
}

.pd-not-found h1 {
  margin: 0;
  font-size: 28px;
}

.pd-not-found p {
  margin: 10px 0 18px;
  color: #6f685c;
}

.pd-not-found a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0d3b2a;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.pd-breadcrumb-divider {
  color: #9ca3af;
  font-weight: 500;
}

.pd-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 32px;
  align-items: start;
}

.pd-media,
.pd-info {
  min-width: 0;
}

.pd-media {
  padding-inline: 0;
}

.pd-media-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin: 14px 0 14px;
  color: #8b8b8b;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.pd-media-breadcrumb a {
  color: #8b8b8b;
  text-decoration: none;
  font-weight: 500;
}

.pd-media-breadcrumb a:hover {
  color: #0a3622;
}

.pd-media-breadcrumb span[aria-current="page"] {
  color: #1f2328;
  font-weight: 700;
}

.pd-gallery {
  width: 100%;
  max-width: 100%;
}

.pd-main-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(15, 54, 34, 0.08);
  background: linear-gradient(165deg, #f8f6f2 0%, #f0ede6 100%);
  aspect-ratio: 4 / 5;
  max-width: 100%;
}

.pd-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.pd-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0a3622;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.pd-gallery-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.pd-gallery-nav--prev {
  left: 10px;
}

.pd-gallery-nav--next {
  right: 10px;
}

.pd-gallery-nav i {
  font-size: 1.15rem;
  line-height: 1;
}

.pd-thumb-grid {
  display: grid;
  grid-template-columns: repeat(var(--pd-thumb-cols, 4), minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  max-width: 100%;
}

.pd-thumb-grid--single {
  max-width: 5.5rem;
}

.pd-thumb {
  overflow: hidden;
  border: 1px solid rgba(15, 54, 34, 0.1);
  border-radius: 10px;
  background: #fff;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pd-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.pd-thumb.is-active,
.pd-thumb:hover {
  border-color: #0a3622;
  box-shadow: 0 0 0 2px rgba(10, 54, 34, 0.12);
}

.pd-info {
  padding-top: 8px;
}

.pd-info-card {
  padding: 0;
}

@media (min-width: 768px) {
  .pd-info-card {
    padding: 4px 0 0 8px;
  }
}

.pd-eyebrow {
  margin: 0;
  color: #8e7753;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pd-product-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pd-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 9px;
  border: 1px solid rgba(157, 123, 46, 0.28);
  border-radius: 999px;
  background: #fffaf0;
  color: #6f4f12;
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pd-prepaid-chip {
  display: inline-block;
  margin: 10px 0 0;
  padding: 5px 11px;
  border-radius: 6px;
  background: #e7f6ee;
  color: #0a3622;
  border: 1px solid #b7e4c8;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pd-title {
  margin: 12px 0 0;
  color: #082717;
  font-size: clamp(1.5rem, 5vw, 2.35rem);
  line-height: 1.2;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.pd-tagline {
  margin: 12px 0 0;
  max-width: 38rem;
  color: #625b50;
  font-size: 15px;
  line-height: 1.7;
}

.pd-rating-row {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pd-rating-stars {
  display: inline-flex;
  gap: 2px;
  color: #b6842c;
  font-size: 12px;
}

.pd-rating-caption {
  color: #736b60;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pd-price-box {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(15, 54, 34, 0.08);
  background: #ffffff;
}

.pd-price-row {
  margin-top: 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.pd-price {
  color: #17130e;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
}

.pd-old-price {
  color: #9a9185;
  text-decoration: line-through;
  font-size: 16px;
}

.pd-price-note {
  margin: 10px 0 0;
  color: #6f685c;
  font-size: 0.84rem;
  line-height: 1.65;
}

.pd-price-note__divider {
  margin-inline: 8px;
  color: #b8ac98;
}

.pd-price-note__saved {
  margin: 10px 0 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: #effaf3;
  border: 1px solid #bfe8cf;
  color: #0a3622;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.45;
}

.pd-price-note__saved span {
  color: #0a7a43;
  font-weight: 800;
}

.pd-highlights {
  margin-top: 22px;
  padding-top: 4px;
}

.pd-highlights h2 {
  margin: 0 0 10px;
  color: #083228;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pd-highlights h2 span {
  color: #0a7a43;
  font-size: 18px;
  line-height: 1;
}

.pd-highlights ul {
  margin: 0;
  padding-left: 24px;
  list-style: disc;
  list-style-position: outside;
  color: #2f4a5a;
  font-size: 0.98rem;
  line-height: 1.62;
}

.pd-highlights li + li {
  margin-top: 4px;
}

.pd-highlights li::marker {
  color: #8c6d1f;
  font-size: 22px;
}

.pd-highlights--usage {
  padding: 14px 14px 15px;
  border: 1px solid #d9e9df;
  border-radius: 8px;
  background: linear-gradient(135deg, #f6fbf8 0%, #ffffff 58%, #f2fbf5 100%);
  box-shadow: 0 12px 34px rgba(8, 50, 40, 0.08);
}

.pd-highlights--usage h2 {
  margin-bottom: 12px;
  font-size: 21px;
}

.pd-highlights--usage ul {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
  max-width: none;
}

.pd-highlights--usage li {
  position: relative;
  padding: 9px 10px 9px 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(10, 54, 34, 0.08);
  color: #173f33;
  font-family: "Noto Sans Devanagari", "Manrope", system-ui, sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.45;
}

.pd-highlights--usage li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 1.05em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a7a43;
  box-shadow: 0 0 0 4px rgba(10, 122, 67, 0.12);
}

.pd-highlights--usage li::marker {
  content: "";
}

.pd-quantity-block {
  margin-top: 28px;
}

.pd-quantity-block label {
  display: block;
  margin-bottom: 10px;
  color: #4e473d;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.pd-qty-controls {
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #ddd4c5;
  border-radius: 999px;
  overflow: hidden;
  background: #ffffff;
}

.pd-qty-btn,
.pd-qty-controls input {
  height: 44px;
  border: 0;
  background: transparent;
  text-align: center;
  color: #1f1a14;
}

.pd-qty-btn {
  width: 42px;
  cursor: pointer;
  font-size: 20px;
}

.pd-qty-controls input {
  width: 54px;
  outline: none;
  font-size: 15px;
  font-weight: 600;
}

.pd-action-stack {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.pd-btn {
  min-height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pd-btn:hover {
  transform: translateY(-1px);
}

.pd-btn-primary {
  background: #0a3622;
  color: #fff;
  box-shadow: 0 4px 14px rgba(10, 54, 34, 0.2);
}

.pd-btn-secondary {
  border: 1px solid #0a3622;
  background: transparent;
  color: #0a3622;
}

.pd-sticky-buybar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: max(10px, env(safe-area-inset-bottom, 0px));
  z-index: 60;
  overflow: visible;
  background: #ffffff;
  border: 1px solid #111111;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(110%);
  transition: transform 0.22s ease;
  padding: 0.28rem 0.45rem 0.38rem;
}

.pd-sticky-buybar.is-visible {
  transform: translateY(0);
}

.pd-sticky-buybar__inner {
  max-width: 500px;
  margin: 0 auto;
  overflow: visible;
}

.pd-sticky-buybar__row {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
}

.pd-sticky-buybar__thumb {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10px;
  border: 1px solid rgba(10, 54, 34, 0.14);
  object-fit: cover;
  background: #f8f6f2;
  flex-shrink: 0;
}

.pd-pack-picker {
  position: relative;
  min-width: 0;
}

.pd-sticky-offer {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.78rem;
  border-radius: 12px;
  border: 1px solid #bfe8cf;
  background: #effaf3;
  color: #0a3622;
  font-size: 0.665rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-transform: none;
  line-height: 1.3;
}

.pd-pack-picker__trigger {
  width: 100%;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0.65rem 0.4rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(10, 54, 34, 0.18);
  background: linear-gradient(180deg, #fff 0%, #f8f6f2 100%);
  color: #0a3622;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 2px 8px rgba(15, 54, 34, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pd-pack-picker__trigger:hover,
.pd-pack-picker.is-open .pd-pack-picker__trigger {
  border-color: rgba(10, 54, 34, 0.35);
  box-shadow: 0 0 0 3px rgba(10, 54, 34, 0.08);
}

.pd-pack-picker__trigger-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  min-width: 0;
  text-align: left;
}

.pd-pack-picker__trigger-qty {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0a3622;
  line-height: 1.2;
}

.pd-pack-picker__trigger-price {
  font-size: 0.62rem;
  font-weight: 600;
  color: #5c6b62;
  line-height: 1.2;
}

.pd-pack-picker__chev {
  font-size: 0.85rem;
  color: #8b6e3d;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.pd-pack-picker.is-open .pd-pack-picker__chev {
  transform: rotate(180deg);
}

.pd-pack-picker__menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 80;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border-radius: 14px;
  border: 1px solid rgba(10, 54, 34, 0.12);
  background: #fff;
  box-shadow: 0 -6px 28px rgba(15, 23, 42, 0.14), 0 2px 8px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.pd-pack-picker.is-open .pd-pack-picker__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.pd-pack-picker__menu[hidden] {
  display: flex;
}

.pd-pack-picker__option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #0a3622;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease;
}

.pd-pack-picker__option:hover {
  background: #f4f1ea;
}

.pd-pack-picker__option.is-selected {
  background: linear-gradient(135deg, #0a3622 0%, #145c38 100%);
  color: #fff;
}

.pd-pack-picker__option.is-selected .pd-pack-picker__option-price {
  color: rgba(255, 255, 255, 0.85);
}

.pd-pack-picker__option-qty {
  font-size: 0.72rem;
  font-weight: 800;
}

.pd-pack-picker__option-price {
  font-size: 0.68rem;
  font-weight: 700;
  color: #5c6b62;
}

.pd-sticky-buybar__btn {
  min-height: 2.35rem;
  min-width: 6.3rem;
  border-radius: 0.85rem;
  border: 1px solid #111111;
  background: #111111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.72rem;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 0.7rem;
}

.pd-protected-row {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #dbece0;
  color: #315c46;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.pd-protected-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 18px;
  color: #a39b8f;
  font-size: 15px;
}

/* Product info tabs */
.pd-tabs {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 28px;
  padding-top: 4px;
}

.pd-tabs__list {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-bottom: 1px solid #e5dfd3;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pd-tabs__list::-webkit-scrollbar {
  display: none;
}

.pd-tabs__tab {
  flex: 1 1 auto;
  min-width: max-content;
  margin: 0;
  padding: 14px 18px 12px;
  border: 0;
  border-right: 1px solid #ebe4d8;
  background: transparent;
  color: #8a8278;
  font-family: "Geist", "Manrope", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}

.pd-tabs__tab:last-child {
  border-right: 0;
}

.pd-tabs__tab::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
  transition: background 0.22s ease;
}

.pd-tabs__tab:hover {
  color: #3d3830;
}

.pd-tabs__tab.is-active {
  color: #1a1a1a;
}

.pd-tabs__tab.is-active::after {
  background: #0a6b3f;
}

.pd-tabs__tab:focus-visible {
  outline: 2px solid #0a3622;
  outline-offset: 2px;
}

.pd-tabs__panels {
  background: #ffffff;
  border: 1px solid #d8e9dd;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.pd-tabs__panel {
  display: none;
  padding: 0;
}

.pd-tabs__panel.is-active {
  display: block;
}

.pd-tabs__content {
  padding: 20px 18px 22px;
  color: #4a524c;
  font-size: 0.98rem;
  line-height: 1.78;
}

.pd-tabs__panel[data-pd-panel="description"] .pd-tabs__content {
  padding: clamp(22px, 4vw, 34px);
  color: #1b1b18;
  font-family: "Manrope", "Geist", system-ui, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0;
  background:
    linear-gradient(90deg, rgba(10, 107, 63, 0.16), transparent 72%) 0 0 / 100% 1px no-repeat,
    #fbfffc;
}

.pd-tabs__panel[data-pd-panel="description"] .pd-tabs__content::first-letter {
  color: #0a3622;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 0.9;
}

.pd-tabs__content--how {
  padding: 0;
}

.pd-how-use {
  display: grid;
  gap: 0;
}

.pd-how-use__copy {
  padding: 22px 18px 20px;
  color: #1b1b18;
  font-family: "Manrope", "Geist", system-ui, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0;
  background:
    linear-gradient(90deg, rgba(10, 107, 63, 0.16), transparent 72%) 0 0 / 100% 1px no-repeat,
    #fbfffc;
}

.pd-how-use__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbece0;
}

.pd-how-use__toolbar span {
  color: #315c46;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pd-how-use__lang-btn {
  min-width: 58px;
  min-height: 34px;
  padding: 7px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #175cff;
  font-family: "Manrope", "Geist", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}

.pd-how-use__lang-btn:hover,
.pd-how-use__lang-btn:focus-visible {
  background: #eef4ff;
  outline: none;
}

.pd-how-use__lang {
  margin: 0;
  padding: 0 0 0 1.25rem;
  display: grid;
  gap: 10px;
  color: #171717;
  list-style: decimal;
}

.pd-how-use__lang[hidden] {
  display: none !important;
}

.pd-how-use__step {
  padding-left: 6px;
  color: #161616;
  font-family: "Manrope", "Geist", system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.32vw, 1.12rem);
  font-weight: 700;
  line-height: 1.72;
}

.pd-how-use__step::marker {
  color: #0a6b3f;
  font-weight: 900;
}

.pd-how-use__step p {
  margin: 2px 0 0;
  color: #343a34;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.72;
}

.pd-how-use__media {
  margin: 0;
  padding: clamp(10px, 2.5vw, 18px);
  background: linear-gradient(180deg, #fbfffc 0%, #f4faf6 100%);
}

.pd-how-use__quick {
  margin: 0 0 12px;
  padding: 14px;
  border: 1px solid #d9e9df;
  border-radius: 8px;
  background: #f7fbf8;
  color: #183d32;
}

.pd-how-use__quick span {
  display: block;
  margin-bottom: 8px;
  color: #0a3622;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pd-how-use__quick ul {
  margin: 0;
  padding-left: 18px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.pd-how-use__quick li + li {
  margin-top: 6px;
}

.pd-how-use__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(74vh, 780px);
  object-fit: contain;
  object-position: center;
  border: 1px solid #d8e9dd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 54, 34, 0.08);
}

.pd-tabs__content p {
  margin: 0 0 0.85em;
}

.pd-tabs__content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .pd-tabs {
    max-width: 100%;
  }

  .pd-tabs__tab {
    padding: 16px 24px 14px;
    font-size: 0.75rem;
  }

  .pd-tabs__content {
    padding: 24px 28px 28px;
    font-size: 1rem;
  }

  .pd-highlights--usage ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pd-highlights--usage li {
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .pd-action-stack {
    width: min(100%, 520px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-items: initial;
    gap: 12px;
    justify-self: start;
  }

  .pd-action-stack .pd-btn {
    flex: 0 0 min(240px, calc(50% - 6px));
  }

  .pd-tabs__content--how {
    padding: 0;
  }

  .pd-how-use {
    grid-template-columns: minmax(0, 1fr);
  }

  .pd-how-use__copy {
    padding: 24px 28px 28px;
  }

  .pd-how-use__media {
    padding: 0 28px 28px;
    position: static;
  }

  .pd-how-use__image {
    max-height: min(74vh, 820px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pd-tabs__panel.is-active {
    animation: none;
  }

  .pd-tabs__tab::after {
    transition: none;
  }

}

.pd-related-section {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid #e5ded2;
}

.pd-related-head {
  margin-bottom: 28px;
  text-align: center;
}

.pd-related-title {
  margin: 8px 0 0;
  color: #18382f;
  font-size: clamp(28px, 2.4vw, 40px);
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* Tighter on wide desktops (~1280–1440+) without crowding small laptops */
  gap: clamp(12px, 1.15vw, 20px);
}

.pd-related-card {
  min-width: 0;
}

.pd-related-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.pd-related-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.pd-related-card:hover .pd-related-card__image {
  transform: scale(1.05);
}

.pd-related-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0a3622;
  color: #fff;
  padding: 6px 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pd-related-card__quick {
  position: absolute;
  inset-inline: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a3622;
  color: #fff;
  padding: 12px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.pd-related-card:hover .pd-related-card__quick {
  opacity: 1;
  transform: translateY(0);
}

.pd-related-card__body {
  padding-top: 14px;
  text-align: center;
}

.pd-related-card__name {
  margin: 0;
  color: #234b40;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
}

.pd-related-card__name a {
  text-decoration: none;
  color: inherit;
}

.pd-related-card__rating {
  margin-top: 0.35rem;
  display: flex;
  justify-content: center;
  gap: 3px;
  color: #b6842c;
  font-size: 10px;
}

.pd-related-card__price {
  margin: 10px 0 0;
  color: #234b40;
  font-size: 15px;
}

.pd-highlights {
  text-align: left;
}

.pd-highlights ul {
  text-align: left;
  max-width: 38rem;
}

@media (max-width: 767.98px) {
  .pd-page {
    padding-top: 0;
  }

  .pd-shell {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pd-media {
    padding-inline: 0;
  }

  .pd-info {
    padding-top: 0;
  }

  .pd-tabs {
    margin-top: 22px;
  }
  .pd-container {
    padding: 0 12px 120px;
  }

  .pd-media-breadcrumb {
    margin: 0 0 12px;
    padding: 0;
    border: none;
    border-radius: 10px;
    /* background: #ffffff; */
  }

  .pd-title {
    font-size: 1.625rem;
  }

  .pd-thumb-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
  }

  .pd-thumb {
    border-radius: 3px;
  }

  .pd-main-image-wrap {
    aspect-ratio: 4 / 5;
    max-height: none;
  }

  .pd-thumb img {
    border-radius: 2px;
    max-height: 72px;
  }

  .pd-price {
    font-size: 30px;
  }

  .pd-price-note {
    font-size: 12px;
    line-height: 1.8;
  }


  .pd-highlights {
    border: 0;
    border-radius: 0;
    background: transparent;
    /* padding: 10px 0 0; */
  }

  .pd-highlights--usage {
    padding: 12px;
    border: 1px solid #d9e9df;
    border-radius: 8px;
    background: linear-gradient(135deg, #f6fbf8 0%, #ffffff 62%, #f2fbf5 100%);
    box-shadow: 0 10px 24px rgba(8, 50, 40, 0.07);
  }

  .pd-highlights h2 {
    margin-bottom: 8px;
    font-size: 15px;
    gap: 8px;
  }

  .pd-highlights--usage h2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .pd-highlights li {
    font-size: 13px;
  }

  .pd-highlights--usage li {
    padding: 8px 9px 8px 29px;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .pd-highlights h2 span {
    font-size: 14px;
  }

  .pd-highlights ul {
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .pd-highlights--usage ul {
    padding-left: 0;
    gap: 7px;
    font-size: 12.5px;
  }

  .pd-highlights li::marker {
    font-size: 14px;
  }

  .pd-btn {
    min-height: 46px;
    font-size: 12px;
  }

  .pd-tabs__tab {
    padding: 12px 14px 10px;
    font-size: 0.625rem;
  }

  .pd-tabs__content {
    padding: 16px 14px 18px;
    font-size: 0.875rem;
  }

  .pd-tabs__content--how {
    padding: 0;
  }

  .pd-how-use__copy {
    padding: 16px 14px 14px;
  }

  .pd-how-use__media {
    padding: 0 10px 14px;
  }

  .pd-how-use__image {
    max-height: none;
  }

  .pd-related-section {
    margin-top: 42px;
  }

  .pd-related-head {
    margin-bottom: 20px;
  }

  .pd-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .pd-related-card__tag {
    top: 8px;
    left: 8px;
    padding: 4px 6px;
    font-size: 8px;
  }

  .pd-related-card__quick {
    inset-inline: 8px;
    bottom: 8px;
    padding: 8px 6px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .pd-related-card__name {
    font-size: 14px;
    line-height: 1.25;
  }

  .pd-related-card__price {
    margin-top: 8px;
    font-size: 13px;
  }

  .pd-related-card__rating {
    margin-top: 0.35rem;
    font-size: 9px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pd-container {
    padding: 0 24px 56px;
  }

  .pd-shell {
    gap: 28px;
  }

  .pd-media-breadcrumb {
    margin: 0 0 16px;
    font-size: 14px;
  }

  .pd-title {
    font-size: 1.875rem;
  }

  .pd-price {
    font-size: 32px;
  }

  .pd-price-note {
    font-size: 13px;
    line-height: 1.6;
  }

  .pd-btn {
    min-height: 48px;
    font-size: 13px;
  }

  .pd-highlights h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .pd-highlights ul {
    font-size: 15px;
    line-height: 1.6;
  }

  .pd-highlights--usage {
    padding: 16px;
    background: linear-gradient(135deg, #f6fbf8 0%, #ffffff 60%, #f2fbf5 100%);
  }

  .pd-highlights--usage h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .pd-highlights--usage li {
    padding: 11px 12px 11px 34px;
    font-size: 14px;
    line-height: 1.5;
  }

  .pd-info-card {
    padding: 8px 0 0 16px;
  }

  .pd-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}

/* Rebuilt gallery UI: strong layout, balanced spacing, mobile + desktop */
.pd-shell {
  gap: clamp(18px, 3vw, 34px);
}

.pd-media {
  padding-top: 0;
}

.pd-media-breadcrumb {
  margin: 0 0 14px;
  padding-top: 0;
  font-size: 15px;
  line-height: 1.45;
}

.pd-gallery {
  width: 100%;
  max-width: 860px;
}

.pd-main-image-wrap {
  border-radius: 12px;
  border: 1px solid #e3ddd2;
  background: #f7f5f1;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
  aspect-ratio: 1 / 1;
}

.pd-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pd-gallery-nav {
  width: 1.85rem;
  height: 1.85rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e4ddd2;
  color: #1c1f1d;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.pd-gallery-nav--prev {
  left: 8px;
}

.pd-gallery-nav--next {
  right: 8px;
}

.pd-thumb-grid {
  margin-top: 10px;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pd-thumb {
  border-radius: 8px;
  border: 1px solid #ddd6c9;
  background: #fff;
}

.pd-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.pd-thumb.is-active,
.pd-thumb:hover {
  border-color: #0a3622;
  box-shadow: 0 0 0 2px rgba(10, 54, 34, 0.14);
}

@media (max-width: 767.98px) {
  .pd-container {
    padding-inline: 10px;
  }

  .pd-media-breadcrumb {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .pd-main-image-wrap {
    border-radius: 10px;
    aspect-ratio: 4 / 5;
  }

  .pd-thumb-grid {
    gap: 7px;
    margin-top: 8px;
  }
}

@media (min-width: 1025px) {
  .pd-main-image-wrap {
    border-radius: 14px;
    max-height: 720px;
  }

  .pd-thumb-grid {
    gap: 10px;
    margin-top: 12px;
  }

  .pd-sticky-buybar {
    display: none;
  }

  .pd-container {
    max-width: 1400px;
    padding: 0 40px 80px;
  }

  .pd-shell {
    gap: 48px;
    grid-template-columns: minmax(0, 540px) minmax(360px, 1fr);
  }

  .pd-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .pd-price {
    font-size: 42px;
    margin: 16px 0;
  }

  .pd-highlights h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .pd-highlights ul {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .pd-highlights--usage h2 {
    font-size: 22px;
  }

  .pd-highlights--usage li {
    padding: 12px 14px 12px 36px;
    font-size: 15px;
  }

  .pd-info-card {
    padding: 12px 0 0 20px;
  }
}

@media (max-width: 640px) {
  .pd-container {
    padding: 14px 12px 44px;
  }

  .pd-media-breadcrumb {
    margin: 14px 0 12px;
    padding: 0;
    border: none;
    border-radius: 10px;
  }

  .pd-related-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 2px 4px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .pd-related-grid::-webkit-scrollbar {
    display: none;
  }

  .pd-related-card {
    flex: 0 0 clamp(160px, 44vw, 210px);
    scroll-snap-align: start;
  }

  .pd-related-card__body {
    padding-top: 12px;
  }

  .pd-related-card__name {
    font-size: 15px;
  }

  .pd-related-card__price {
    font-size: 13px;
  }

  .pd-related-card__rating {
    font-size: 9px;
    gap: 3px;
  }

  .pd-related-card__quick {
    display: none;
  }
}

@media (max-width: 475px) {
  .pd-page {
    padding-top: 20px;
  }

  .pd-container {
    padding: 12px 10px 38px;
  }

  .pd-title {
    font-size: 1.5rem;
  }

  .pd-thumb-grid {
    gap: 5px;
  }

  .pd-price {
    font-size: 28px;
  }

  .pd-btn {
    min-height: 44px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .pd-related-grid {
    gap: 12px;
  }

  .pd-related-card__tag {
    top: 6px;
    left: 6px;
    padding: 3px 5px;
    font-size: 7px;
  }

  .pd-related-card__name {
    font-size: 14px;
  }

  .pd-related-card__price {
    margin-top: 6px;
    font-size: 12px;
  }

  .pd-related-card {
    flex: 0 0 clamp(148px, 62vw, 190px);
  }
}

/* Final product media layout (reference-matched) */
.pd-page .pd-container {
  padding-top: 0;
}

.pd-page .pd-shell {
  gap: clamp(20px, 3vw, 34px);
}

.pd-page .pd-media {
  padding-top: 0;
}

.pd-page .pd-media-breadcrumb {
  /* margin: 0 0 14px; */
  padding-top: 20px;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #7d7d7d;
  letter-spacing: 0;
}

.pd-page .pd-gallery {
  width: 100%;
  max-width: 520px;
}

.pd-page .pd-main-image-wrap {
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: none;
  aspect-ratio: 1 / 1;
}

.pd-page .pd-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pd-page .pd-gallery-nav {
  display: none;
}

.pd-page .pd-thumb-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pd-page .pd-thumb {
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.pd-page .pd-thumb img {
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.pd-page .pd-thumb.is-active,
.pd-page .pd-thumb:hover {
  border-color: #111111;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.9), 0 4px 14px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767.98px) {
  .pd-page .pd-container {
    padding: 0 10px 120px;
  }

  .pd-page .pd-media-breadcrumb {
    font-size: 13px;
    margin: 0 0 12px;
  }

  .pd-page .pd-main-image-wrap {
    aspect-ratio: 1.01 / 1;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
  }

  .pd-page .pd-thumb-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
  }

  .pd-page .pd-thumb {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pd-page .pd-main-image-wrap {
    aspect-ratio: 1 / 1;
    border: none;
  }

  .pd-page .pd-thumb-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
}

/* Final product-detail placement overrides */
.pd-page .pd-media-breadcrumb {
  padding-top: 0;
  margin: 0 0 14px;
  color: #050505;
  font-family: "Manrope", "Geist", system-ui, sans-serif;
  font-weight: 500;
}

.pd-page .pd-media-breadcrumb a,
.pd-page .pd-breadcrumb-divider,
.pd-page .pd-media-breadcrumb span[aria-current="page"] {
  color: #050505;
  font-weight: 800;
}

.pd-page .pd-media-breadcrumb a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .pd-page .pd-info-card {
    padding-left: 0;
  }

  .pd-page .pd-action-stack {
    width: min(100%, 520px);
    margin-left: 0;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
  }

  .pd-page .pd-action-stack .pd-btn {
    flex: 0 0 240px;
  }
}

@media (max-width: 767.98px) {
  .pd-page .pd-media-breadcrumb {
    margin: 0 0 12px;
    padding-top: 0;
  }

  .pd-page .pd-highlights--usage li:nth-last-child(-n + 5) {
    display: none;
  }
}
