/* Product page layout measured against supplied desktop and mobile references. */
body.retail-storefront .retail-product-page { max-width: 1322px; padding: 20px 10px 70px; display: flex; flex-direction: column; }
body.retail-storefront .retail-product-page .retail-product-layout { padding-top: 0; grid-template-columns: minmax(0, 672px) minmax(0, 580px); gap: 50px; }
body.retail-storefront .retail-product-gallery { display: flex; flex-direction: column-reverse; gap: 10px; }
body.retail-storefront .retail-product-gallery .market-gallery-stage { width: 100%; aspect-ratio: 1; margin: 0; overflow: hidden; }
body.retail-storefront .retail-product-gallery .market-gallery-stage::after { content: ''; position: absolute; z-index: 3; bottom: 0; left: 0; width: var(--ck-gallery-progress, 10%); height: 2px; background: #a4a4a4; transition: width .2s ease; }
body.retail-storefront .retail-product-gallery .market-gallery-count { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
body.retail-storefront .retail-product-gallery .market-gallery-thumbs { display: flex; flex-direction: row; gap: 8px; margin: 0; padding: 0; overflow-x: auto; }
body.retail-storefront .retail-product-gallery .market-gallery-thumbs button { flex: 0 0 76px; width: 76px; height: 76px; padding: 0; border: 0; }
body.retail-storefront .retail-product-gallery .market-gallery-thumbs button.is-active { border-bottom: 2px solid #999; }
body.retail-storefront .retail-product-gallery .ck-gallery-arrow { position: absolute; z-index: 4; top: 50%; width: 34px; height: 42px; padding: 0; transform: translateY(-50%); border: 0; background: transparent; color: #111; font-size: 32px; font-weight: 200; line-height: 1; cursor: pointer; }
body.retail-storefront .retail-product-gallery .ck-gallery-arrow--prev { left: 22px; }
body.retail-storefront .retail-product-gallery .ck-gallery-arrow--next { right: 22px; }
body.retail-storefront .retail-product-buy { position: static; padding: 0; }
body.retail-storefront .retail-product-page .market-product-crumb { min-height: 20px; margin: 0 0 8px; padding: 0; display: flex; align-items: center; gap: 6px; border: 0; color: #111; font-size: 11px; white-space: nowrap; }
body.retail-storefront .retail-product-page .market-product-crumb a { color: #111; text-decoration: none; }
body.retail-storefront .retail-product-buy h1 { margin: 0 0 14px; font-size: 25px !important; font-weight: 400 !important; line-height: 1.13 !important; letter-spacing: -.045em !important; }
body.retail-storefront .retail-product-buy .price-line { min-height: 27px; margin: 0 0 12px; padding: 0; border: 0; }
body.retail-storefront .retail-product-buy .price-line > strong { font-size: 16px; font-weight: 400; }
body.retail-storefront .retail-product-buy .config-group { padding: 10px 0 !important; border: 0 !important; }
body.retail-storefront .retail-product-buy .config-label { margin-bottom: 8px; }
body.retail-storefront .retail-product-buy .config-label label { font-size: 13px; font-weight: 500; }
body.retail-storefront .retail-product-buy .config-label__status { font-size: 11px; }
body.retail-storefront .retail-product-buy .engraving,
body.retail-storefront .retail-product-buy select.engraving { min-height: 40px; padding: 9px 12px; border-color: #e0e0e0 !important; font-size: 13px; }
body.retail-storefront .retail-product-buy textarea.engraving { min-height: 78px; }
body.retail-storefront .retail-product-buy .ck-product-arrival { margin: 15px 0 0; padding: 8px 12px; background: #f0f0f0; color: #171717; font-size: 12px; }
body.retail-storefront .retail-product-buy .market-purchase-bar { margin-top: 14px !important; grid-template-columns: 106px minmax(0, 1fr); }
body.retail-storefront .retail-product-buy .ck-product-quantity { height: 42px; display: grid; grid-template-columns: 30px minmax(0, 1fr) 30px; border: 1px solid #111; }
body.retail-storefront .retail-product-buy .ck-product-quantity button { padding: 0; border: 0; background: #fff; color: #555; font-size: 16px; cursor: pointer; }
body.retail-storefront .retail-product-buy .market-purchase-bar .ck-product-quantity .qty { width: 100%; height: 40px; min-height: 40px; padding: 0; border: 0; text-align: center; appearance: textfield; }
body.retail-storefront .retail-product-buy .ck-product-quantity .qty::-webkit-inner-spin-button,
body.retail-storefront .retail-product-buy .ck-product-quantity .qty::-webkit-outer-spin-button { appearance: none; }
body.retail-storefront .retail-product-buy .market-purchase-bar #button-cart { min-height: 42px; padding: 8px 10px; background: #222 !important; font-size: 11px; }
body.retail-storefront .retail-product-buy .ck-product-disclosures { margin-top: 32px; }
body.retail-storefront .retail-product-buy .ck-product-disclosures details { border-bottom: 1px solid #dedede; }
body.retail-storefront .retail-product-buy .ck-product-disclosures summary { min-height: 50px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 14px; }
body.retail-storefront .retail-product-buy .ck-product-disclosures summary::-webkit-details-marker { display: none; }
body.retail-storefront .retail-product-buy .ck-product-disclosures summary::after { content: '⌄'; font-size: 16px; }
body.retail-storefront .retail-product-buy .ck-product-disclosures details[open] summary::after { content: '⌃'; }
body.retail-storefront .retail-product-buy .ck-product-disclosure-body { padding: 0 0 14px; font-size: 13px; line-height: 1.45; }
body.retail-storefront .retail-product-buy .ck-product-disclosure-body p { margin: 0; }
body.retail-storefront .retail-product-buy .ck-product-disclosure-body a { color: #111; text-decoration: underline; }
body.retail-storefront .retail-product-buy .ck-product-disclosure-body dl { margin: 0; }
body.retail-storefront .retail-product-buy .ck-product-disclosure-body dl > div { padding: 7px 0; display: flex; justify-content: space-between; gap: 15px; }
body.retail-storefront .retail-product-buy .ck-product-disclosure-body dd { margin: 0; text-align: right; }
body.retail-storefront .retail-product-page .market-related { order: 1; width: min(100%, 900px); margin: 116px auto 0; }
body.retail-storefront .retail-product-page .market-related > header { margin-bottom: 20px; text-align: center; }
body.retail-storefront .retail-product-page .market-related .eyebrow { display: none; }
body.retail-storefront .retail-product-page .market-related h2 { display: inline-block; margin: 0; border-bottom: 1px solid #111; font-size: 14px !important; font-weight: 400 !important; text-transform: uppercase; }
body.retail-storefront .retail-product-page .market-related .market-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
body.retail-storefront .retail-product-page .market-related .market-card-copy { display: block; padding-top: 8px; }
body.retail-storefront .retail-product-page .market-related .market-card-price { margin-top: 4px; font-size: 13px; }
body.retail-storefront .retail-product-page .market-reviews { order: 2; margin-top: 74px; }
@media (max-width: 1100px) {
  body.retail-storefront .retail-product-page .retail-product-layout { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 28px; }
}
@media (max-width: 900px) {
  body.retail-storefront .retail-product-page .retail-product-layout { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}
@media (max-width: 700px) {
  body:has(.retail-product-page) { padding-bottom: 0 !important; }
  body.retail-storefront .retail-product-page { padding: 0 0 44px; }
  body.retail-storefront .retail-product-page .retail-product-layout { gap: 0; }
  body.retail-storefront .retail-product-gallery { gap: 0; }
  body.retail-storefront .retail-product-gallery .market-gallery-stage { aspect-ratio: 1; }
  body.retail-storefront .retail-product-gallery .market-gallery-thumbs,
  body.retail-storefront .retail-product-gallery .ck-gallery-arrow { display: none; }
  body.retail-storefront .retail-product-buy { padding: 16px 10px 0; }
  body.retail-storefront .retail-product-page .market-product-crumb { margin-bottom: 12px; font-size: 10px; overflow: hidden; text-overflow: ellipsis; }
  body.retail-storefront .retail-product-buy h1 { margin-bottom: 12px; font-size: 20px !important; line-height: 1.18 !important; }
  body.retail-storefront .retail-product-buy .price-line { margin-bottom: 12px; }
  body.retail-storefront .retail-product-buy .config-group { padding: 9px 0 !important; }
  body.retail-storefront .retail-product-buy .market-purchase-bar { position: static !important; margin-top: 10px !important; padding: 0; grid-template-columns: 90px minmax(0, 1fr); border: 0 !important; box-shadow: none; backdrop-filter: none; }
  body.retail-storefront .retail-product-buy .market-purchase-bar .ck-product-quantity .qty,
  body.retail-storefront .retail-product-buy .market-purchase-bar #button-cart { height: 40px; min-height: 40px; }
  body.retail-storefront .retail-product-buy .ck-product-disclosures { margin-top: 30px; }
  body.retail-storefront .retail-product-page .market-related { width: 100%; margin: 72px auto 0; padding-inline: 10px; }
  body.retail-storefront .retail-product-page .market-related .market-product-grid { gap: 10px; }
  body.retail-storefront .retail-product-page .market-related .market-card-copy h3 { font-size: 12px; }
  body.retail-storefront .retail-product-page .market-reviews { margin: 46px 10px 0; }
}
