*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { background: #fff; color: #0e0d0c; font-family: "DM Sans", Arial, sans-serif; overflow-x: hidden; }

.product-detail-page { padding: 14px 24px 64px; background: #fff; }
.product-topline { max-width: 1290px; min-height: 44px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 20; }
.breadcrumb { display: flex; align-items: center; gap: 8px; color: #5f6770; font-size: 14px; line-height: 1; }
.breadcrumb a { color: #5f6770; text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: #c9a84c; }
.breadcrumb span:last-child { color: #111; font-weight: 700; }
.product-switcher { position: relative; display: flex; align-items: center; gap: 16px; color: #1b1b1b; }
.switch-btn, .grid-btn { width: 22px; height: 22px; border: 0; background: transparent; color: #1b1b1b; display: grid; place-items: center; cursor: pointer; padding: 0; }
.switch-btn svg, .grid-btn svg { width: 18px; height: 18px; stroke-width: 2; }
.switch-btn:hover, .grid-btn:hover { color: #c9a84c; }
.product-preview { position: absolute; top: 34px; right: 0; width: 310px; min-height: 78px; background: #fff; box-shadow: 0 20px 50px rgba(14,13,12,.1); border: 1px solid rgba(14,13,12,.04); display: flex; align-items: center; gap: 14px; padding: 12px; text-decoration: none; opacity: 0; visibility: hidden; transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s; z-index: 40; }
.product-switcher:hover .product-preview, .product-switcher.is-preview-open .product-preview { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.product-preview img { width: 58px; height: 58px; object-fit: cover; display: block; flex: 0 0 auto; }
.product-preview span { min-width: 0; display: grid; gap: 6px; }
.product-preview strong { color: #222; font-size: 14px; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-preview em { font-style: normal; font-size: 13px; line-height: 1; color: #111; }
.product-preview del { color: #d86559; font-weight: 400; margin-left: 4px; }
.product-detail { max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: minmax(560px, 1.05fr) minmax(430px, .95fr); gap: 28px; align-items: start; }

.product-gallery { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 12px; position: sticky; top: 96px; }
.thumbs { display: flex; flex-direction: column; gap: 10px; }
.thumb { width: 44px; height: 44px; border: 1px solid #e7e2da; background: #fff; padding: 2px; cursor: pointer; }
.thumb.active, .thumb:hover { border-color: #c9a84c; }
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.main-image-wrap { position: relative; height: min(560px, calc(100vh - 128px)); min-height: 520px; background: #171514; overflow: hidden; }
.main-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .2s ease; }
.product-detail-page svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.image-expand, .image-nav { position: absolute; border: 0; border-radius: 50%; background: rgba(255,255,255,.96); color: #0e0d0c; display: grid; place-items: center; box-shadow: 0 8px 22px rgba(0,0,0,.14); cursor: pointer; }
.image-expand { top: 16px; right: 16px; width: 44px; height: 44px; }
.image-expand svg { width: 18px; height: 18px; }
.image-nav { top: 50%; width: 42px; height: 42px; transform: translateY(-50%); }
.image-nav svg { width: 18px; height: 18px; }
.image-prev { left: 18px; }
.image-next { right: 18px; }

.product-info { padding: 2px 0 0; }
.vendor { font-size: 12px; color: #0e0d0c; margin-bottom: 6px; }
.product-info h1 { font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.08; font-weight: 800; margin-bottom: 10px; letter-spacing: 0; }
.summary { max-width: 600px; color: #111; font-size: 14px; line-height: 1.65; margin-bottom: 14px; }
.sales-note { color: #e04a43; font-size: 13px; margin-bottom: 14px; }
.sales-note::before { content: ""; width: 9px; height: 12px; display: inline-block; margin-right: 5px; vertical-align: -1px; background: #e04a43; clip-path: polygon(50% 0, 82% 42%, 66% 42%, 92% 100%, 23% 100%, 45% 52%, 21% 52%); }

.color-block { margin-bottom: 22px; }
.color-block p { font-size: 13px; margin-bottom: 12px; }
.swatches { display: flex; align-items: center; gap: 14px; }
.swatch { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #111; background: var(--swatch); cursor: pointer; outline: 2px solid transparent; outline-offset: 3px; }
.swatch.active { outline-color: #d8d1c7; }

.price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 12px; }
.price { font-size: 22px; font-weight: 800; }
.compare-price { color: #d86559; text-decoration: line-through; font-size: 14px; }

.purchase-row { display: grid; grid-template-columns: 108px minmax(220px, 1fr) 44px 44px; gap: 12px; margin-bottom: 10px; }
.qty-control { height: 44px; display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; border-radius: 999px; background: #f2f2f2; text-align: center; overflow: hidden; }
.qty-control button { border: 0; background: transparent; color: #777; height: 100%; font-size: 18px; cursor: pointer; }
.qty-control span { font-size: 13px; font-weight: 700; }
.add-cart, .buy-now { height: 44px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; }
.add-cart { background: #050505; color: #fff; }
.buy-now { width: 100%; background: #d8463f; color: #fff; margin-bottom: 24px; }
.round-action { width: 44px; height: 44px; border: 1px solid #ece8e1; border-radius: 50%; background: #fff; display: grid; place-items: center; cursor: pointer; color: #111; }
.round-action svg { width: 16px; height: 16px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; padding: 12px; border: 1px solid #ece8e1; border-radius: 14px; margin-bottom: 14px; box-shadow: 0 8px 28px rgba(14,13,12,.05); }
.service-card { min-height: 126px; border: 1px solid #eee9e1; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; text-align: center; color: #5d5953; }
.service-card svg { width: 26px; height: 26px; }
.service-card span { font-size: 12px; line-height: 1.5; font-weight: 800; }

.viewing { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #111; margin: 8px 0 16px; }
.viewing span { width: 26px; height: 22px; border-radius: 3px; background: #111; color: #fff; display: grid; place-items: center; }
.viewing svg { width: 14px; height: 14px; }

.utility-links { display: flex; align-items: center; gap: 28px; padding-bottom: 16px; margin-bottom: 14px; border-bottom: 1px solid #ece8e1; flex-wrap: wrap; }
.utility-links button { border: 0; background: transparent; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; cursor: pointer; color: #111; }
.utility-links svg { width: 14px; height: 14px; }
.color-dot { width: 14px; height: 14px; display: inline-block; border-radius: 50%; background: conic-gradient(#f04747, #ffe35b, #35b86b, #4da1ff, #f04747); }
.question-icon { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #111; display: grid; place-items: center; font-size: 11px; font-weight: 700; }

.collections { font-size: 13px; line-height: 1.75; color: #111; padding-bottom: 14px; border-bottom: 1px solid #ece8e1; }
.collections strong { display: inline-block; min-width: 92px; font-weight: 500; }

.accordion { margin-top: 0; }
.accordion-trigger { width: 100%; min-height: 48px; border: 0; border-bottom: 1px solid #ece8e1; background: transparent; display: flex; align-items: center; justify-content: space-between; font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 800; cursor: pointer; }
.accordion-trigger span { font-family: Arial, sans-serif; font-size: 20px; font-weight: 400; transition: transform .2s; }
.accordion-trigger.open span { transform: rotate(45deg); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .25s ease; border-bottom: 1px solid #f4f1eb; }
.accordion-panel p { padding: 0 0 14px; font-size: 13px; line-height: 1.65; color: #514d47; }

@media (max-width: 1100px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
}

@media (max-width: 900px) {
  .product-detail-page { padding-left: 18px; padding-right: 18px; }
  .product-detail { gap: 22px; }
  .main-image-wrap { min-height: 460px; height: auto; aspect-ratio: 1 / .92; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .product-detail-page { padding: 12px 14px 48px; }
  .product-topline { align-items: flex-start; margin-bottom: 12px; }
  .breadcrumb { font-size: 13px; flex-wrap: wrap; padding-right: 84px; }
  .product-switcher { position: absolute; top: 0; right: 0; gap: 10px; }
  .product-preview { right: 0; width: min(300px, calc(100vw - 28px)); }
  .product-gallery { grid-template-columns: 1fr; }
  .thumbs { order: 2; flex-direction: row; overflow-x: auto; }
  .main-image-wrap { min-height: auto; height: auto; aspect-ratio: 1 / 1.12; }
  .purchase-row { grid-template-columns: 104px 1fr; }
  .round-action { border-radius: 999px; width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .product-detail-page { padding-left: 12px; padding-right: 12px; }
  .product-info h1 { font-size: 23px; }
  .summary { font-size: 13px; }
  .product-preview { width: calc(100vw - 24px); }
  .main-image-wrap { min-height: 0; aspect-ratio: 1 / 1.16; }
  .image-expand { width: 40px; height: 40px; }
  .image-nav { width: 38px; height: 38px; }
  .purchase-row { grid-template-columns: 1fr 1fr; gap: 10px; }
  .add-cart { grid-column: 1 / -1; }
  .service-grid { padding: 8px; }
  .service-card { min-height: 108px; gap: 10px; }
  .utility-links { gap: 16px; }
  .collections strong { display:block; margin-bottom:4px; }
}

@media (max-width: 380px) {
  .breadcrumb { padding-right: 70px; }
  .product-switcher { gap: 6px; }
  .purchase-row { grid-template-columns: 1fr; }
  .round-action { height: 42px; }
}

/* Compatibility for the current product-detail.html markup */
.pd-wrapper { max-width: 1290px; margin: 0 auto; padding: 14px 24px 64px; background: #fff; }
.pd-breadcrumb { min-height: 44px; margin: 0 auto 14px; display: flex; align-items: center; gap: 8px; color: #5f6770; font-size: 14px; line-height: 1; position: relative; padding-right: 250px; }
.pd-breadcrumb a { color: #5f6770; text-decoration: none; transition: color .2s; }
.pd-breadcrumb a:hover { color: #c9a84c; }
.pd-breadcrumb span { color: #111; font-weight: 700; }
.pd-product-switcher { position: absolute; top: 0; right: 0; display: flex; align-items: center; gap: 14px; color: #111; z-index: 30; }
.pd-switch-btn, .pd-grid-btn { width: 22px; height: 22px; border: 0; background: transparent; color: #111; display: grid; place-items: center; cursor: pointer; padding: 0; }
.pd-switch-btn svg, .pd-grid-btn svg { width: 17px; height: 17px; stroke-width: 2; }
.pd-switch-btn:hover, .pd-grid-btn:hover,
.pd-switch-btn:focus-visible, .pd-grid-btn:focus-visible { color: #c9a84c; outline: none; }
.pd-switch-btn:disabled,
.pd-switch-btn.is-disabled { color: rgba(17,17,17,.28); cursor: not-allowed; }
.pd-product-preview {
  align-items: center;
  background: #fff;
  box-shadow: 0 20px 56px rgba(14,13,12,.1);
  color: #111;
  display: flex;
  gap: 12px;
  min-height: 74px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 32px;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  visibility: hidden;
  width: 300px;
  z-index: 40;
}
.pd-product-switcher:hover .pd-product-preview,
.pd-product-switcher:focus-within .pd-product-preview,
.pd-product-switcher.is-preview-open .pd-product-preview {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.pd-product-preview img { width: 56px; height: 56px; object-fit: cover; flex: 0 0 auto; display: block; }
.pd-product-preview span { min-width: 0; display: grid; gap: 6px; }
.pd-product-preview strong { color: #222; font-size: 13px; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pd-product-preview em { color: #111; font-size: 12px; font-style: normal; line-height: 1; }
.pd-product-preview del { color: #d86559; font-weight: 400; margin-left: 4px; }
.pd-grid { display: grid; grid-template-columns: minmax(560px, 1.05fr) minmax(430px, .95fr); gap: 28px; align-items: start; }
.pd-gallery { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; position: sticky; top: 96px; }
.pd-gallery-main { position: relative; height: min(560px, calc(100vh - 128px)); min-height: 520px; background: #171514; overflow: hidden; }
.pd-gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .2s ease; }
.pd-thumbs { display: flex; gap: 10px; overflow-x: auto; }
.pd-thumb { width: 58px; height: 58px; border: 1px solid #e7e2da; background: #fff; padding: 2px; cursor: pointer; flex: 0 0 auto; }
.pd-thumb.active, .pd-thumb:hover { border-color: #c9a84c; }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pd-gallery-main svg, .pd-info svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pd-gallery-btn, .pd-gallery-prev, .pd-gallery-next { position: absolute; border: 0; border-radius: 50%; background: rgba(255,255,255,.96); color: #0e0d0c; display: grid; place-items: center; box-shadow: 0 8px 22px rgba(0,0,0,.14); cursor: pointer; }
.pd-gallery-btn { top: 16px; right: 16px; width: 44px; height: 44px; }
.pd-gallery-btn svg, .pd-gallery-prev svg, .pd-gallery-next svg { width: 18px; height: 18px; }
.pd-gallery-prev, .pd-gallery-next { top: 50%; width: 42px; height: 42px; transform: translateY(-50%); }
.pd-gallery-prev { left: 18px; }
.pd-gallery-next { right: 18px; }
.pd-gallery-badges { position: absolute; top: 16px; left: 16px; display: flex; gap: 8px; z-index: 2; }
.pd-badge { color: #0e0d0c; background: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 6px 9px; text-transform: uppercase; }
.pd-badge-sale { background: #d8463f; color: #fff; }
.pd-info { padding: 2px 0 0; }
.pd-vendor { font-size: 12px; color: #0e0d0c; margin-bottom: 6px; }
.pd-title { font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.08; font-weight: 800; margin-bottom: 10px; letter-spacing: 0; }
.pd-rating { display: flex; gap: 8px; align-items: center; margin-bottom: 10px; font-size: 13px; }
.pd-stars { color: #c9a84c; letter-spacing: 1px; }
.pd-reviews { color: #777; }
.pd-desc { max-width: 600px; color: #111; font-size: 14px; line-height: 1.65; margin-bottom: 14px; }
.pd-meta { display: grid; gap: 6px; padding: 12px 0; border-top: 1px solid #ece8e1; border-bottom: 1px solid #ece8e1; margin-bottom: 14px; }
.pd-meta-item { font-size: 13px; color: #514d47; }
.pd-sales { color: #e04a43; font-size: 13px; margin-bottom: 14px; }
.pd-option-label { font-size: 13px; margin-bottom: 12px; }
.pd-swatches { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.pd-swatch { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #111; background: var(--swatch); cursor: pointer; outline: 2px solid transparent; outline-offset: 3px; }
.pd-swatch.active { outline-color: #d8d1c7; }
.pd-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.pd-price { font-size: 22px; font-weight: 800; }
.pd-price-orig { color: #d86559; text-decoration: line-through; font-size: 14px; }
.pd-price-save { color: #2e7d32; font-size: 12px; font-weight: 800; }
.pd-actions { display: grid; grid-template-columns: 108px minmax(220px, 1fr) 44px; gap: 12px; margin-bottom: 10px; }
.pd-qty { height: 44px; display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; border-radius: 999px; background: #f2f2f2; text-align: center; overflow: hidden; }
.pd-qty button { border: 0; background: transparent; color: #777; height: 100%; font-size: 18px; cursor: pointer; }
.pd-qty span { font-size: 13px; font-weight: 700; }
.pd-add-cart, .pd-buy-now { height: 44px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; }
.pd-add-cart { background: #050505; color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.pd-wish { width: 44px; height: 44px; border: 1px solid #ece8e1; border-radius: 50%; background: #fff; display: grid; place-items: center; cursor: pointer; color: #111; }
.pd-wish svg { width: 16px; height: 16px; }
.pd-buy-now { width: 100%; background: #d8463f; color: #fff; margin-bottom: 24px; }
.pd-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; padding: 12px; border: 1px solid #ece8e1; border-radius: 14px; margin-bottom: 14px; box-shadow: 0 8px 28px rgba(14,13,12,.05); }
.pd-service { min-height: 126px; border: 1px solid #eee9e1; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; text-align: center; color: #5d5953; }
.pd-service svg { width: 26px; height: 26px; }
.pd-service span { font-size: 12px; line-height: 1.5; font-weight: 800; }
.pd-viewing { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #111; margin: 8px 0 16px; }
.pd-links { display: flex; align-items: center; gap: 28px; padding-bottom: 16px; margin-bottom: 14px; border-bottom: 1px solid #ece8e1; flex-wrap: wrap; }
.pd-links button { border: 0; background: transparent; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; line-height: 1; cursor: pointer; color: #111; min-height: 24px; padding: 2px 0; }
.pd-links svg { width: 18px; height: 18px; flex: 0 0 18px; overflow: visible; }
.pd-collections { font-size: 13px; line-height: 1.75; color: #111; padding-bottom: 14px; border-bottom: 1px solid #ece8e1; }
.pd-collections strong { display: inline-block; min-width: 92px; font-weight: 500; }
.pd-accordion { margin-top: 0; }
.pd-accordion-trigger { width: 100%; min-height: 48px; border: 0; border-bottom: 1px solid #ece8e1; background: transparent; display: flex; align-items: center; justify-content: space-between; font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 800; cursor: pointer; }
.pd-accordion-trigger span { font-family: Arial, sans-serif; font-size: 20px; font-weight: 400; transition: transform .2s; }
.pd-accordion-trigger.open span { transform: rotate(45deg); }
.pd-accordion-panel { max-height: 0; overflow: hidden; transition: max-height .25s ease; border-bottom: 1px solid #f4f1eb; }
.pd-accordion-panel.open { max-height: 160px; }
.pd-accordion-panel p { padding: 0 0 14px; font-size: 13px; line-height: 1.65; color: #514d47; }
.pd-question-modal { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 22px; opacity: 0; pointer-events: none; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.pd-question-modal.is-open { opacity: 1; pointer-events: auto; visibility: visible; }
.pd-question-backdrop { position: absolute; inset: 0; background: rgba(8, 7, 6, .58); backdrop-filter: blur(4px); }
.pd-question-dialog { position: relative; width: min(480px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; background: #fff; color: #111; padding: 30px; box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.pd-question-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 1px solid #ece8e1; border-radius: 50%; background: #fff; display: grid; place-items: center; cursor: pointer; color: #111; }
.pd-question-close svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.pd-question-eyebrow { margin: 0 44px 8px 0; color: #b8943f; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pd-question-dialog h2 { margin: 0 44px 20px 0; font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.1; }
.pd-question-form { display: grid; gap: 14px; }
.pd-question-form label { display: grid; gap: 7px; }
.pd-question-form span { font-size: 13px; font-weight: 800; color: #26221d; }
.pd-question-form input,
.pd-question-form textarea { width: 100%; border: 1px solid #ded8ce; background: #fff; color: #111; font: inherit; font-size: 14px; padding: 13px 14px; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.pd-question-form textarea { resize: vertical; min-height: 118px; }
.pd-question-form input:focus,
.pd-question-form textarea:focus { border-color: #c9a84c; box-shadow: 0 0 0 3px rgba(201,168,76,.15); }
.pd-question-form label.has-error input,
.pd-question-form label.has-error textarea { border-color: #d8463f; box-shadow: 0 0 0 3px rgba(216,70,63,.1); }
.pd-field-error { min-height: 14px; color: #d8463f; font-size: 12px; line-height: 1.2; }
.pd-form-success { display: none; margin: 0; padding: 11px 12px; background: #eef7ef; color: #256b2f; font-size: 13px; font-weight: 700; }
.pd-form-success.is-visible { display: block; }
.pd-question-submit { height: 46px; border: 0; border-radius: 999px; background: #050505; color: #fff; cursor: pointer; font-size: 13px; font-weight: 900; }
.pd-question-submit:hover { background: #201a14; }
body.pd-modal-open { overflow: hidden; }

@media (max-width: 1100px) {
  .pd-grid { grid-template-columns: 1fr; }
  .pd-gallery { position: static; }
}
@media (max-width: 900px) {
  .pd-wrapper { padding-left: 18px; padding-right: 18px; }
  .pd-grid { gap: 22px; }
  .pd-gallery-main { min-height: 460px; height: auto; aspect-ratio: 1 / .92; }
  .pd-services { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .pd-wrapper { padding: 12px 14px 48px; }
  .pd-breadcrumb { font-size: 13px; flex-wrap: wrap; padding-right: 92px; align-items: flex-start; }
  .pd-product-switcher { gap: 8px; }
  .pd-product-preview { right: 0; width: min(300px, calc(100vw - 28px)); }
  .pd-gallery-main { min-height: auto; height: auto; aspect-ratio: 1 / 1.12; }
  .pd-actions { grid-template-columns: 104px 1fr; }
  .pd-wish { border-radius: 999px; width: 100%; }
}
@media (max-width: 520px) {
  .pd-wrapper { padding-left: 12px; padding-right: 12px; }
  .pd-title { font-size: 23px; }
  .pd-desc { font-size: 13px; }
  .pd-gallery-main { min-height: 0; aspect-ratio: 1 / 1.16; }
  .pd-actions { grid-template-columns: 1fr 1fr; gap: 10px; }
  .pd-add-cart { grid-column: 1 / -1; }
  .pd-services { padding: 8px; }
  .pd-service { min-height: 108px; gap: 10px; }
  .pd-links { gap: 16px; }
  .pd-collections strong { display:block; margin-bottom:4px; }
  .pd-question-modal { padding: 12px; align-items: end; }
  .pd-question-dialog { max-height: calc(100vh - 24px); padding: 24px 18px 18px; }
  .pd-question-dialog h2 { font-size: 24px; }
}
@media (max-width: 380px) {
  .pd-actions { grid-template-columns: 1fr; }
  .pd-wish { height: 42px; }
}

@media (min-width: 1101px) {
  .pd-wrapper {
    max-width: 1240px;
    padding-top: 18px;
  }

  .pd-grid {
    grid-template-columns: minmax(620px, 1.08fr) minmax(420px, .92fr);
    gap: 34px;
  }

  .pd-gallery {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .pd-thumbs {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
  }

  .pd-thumb {
    width: 46px;
    height: 46px;
    border: 0;
    padding: 0;
  }

  .pd-thumb.active,
  .pd-thumb:hover {
    outline: 1px solid #c9a84c;
    outline-offset: 2px;
  }

  .pd-gallery-main {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #f7f3ed;
  }

  .pd-gallery-main img {
    object-position: center;
  }

  .pd-gallery-badges {
    display: none;
  }

  .pd-gallery-btn {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
  }

  .pd-gallery-prev,
  .pd-gallery-next {
    width: 44px;
    height: 44px;
  }

  .pd-gallery-prev {
    left: 18px;
  }

  .pd-gallery-next {
    right: 18px;
  }
}
