/* MAK Creative — mobile product card.
   Loaded only on product.php after the shared theme layers. */

@media (max-width: 760px) {
  body.product-page .product-main {
    width: min(calc(100% - 12px), var(--shell));
    margin-top: 2px;
    margin-bottom: 14px;
  }

  body.product-page .catalog-breadcrumbs {
    margin: 0 2px 5px;
    gap: 4px;
    font-size: .61rem;
    line-height: 1.15;
  }

  body.product-page .product-detail {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body.product-page .product-gallery {
    min-width: 0;
    margin: 0;
  }

  /* Exact visual boundary of the photo area. */
  body.product-page .product-main-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1.34 / 1;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #151515 !important;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,.03) !important;
  }

  body.product-page .product-main-image::after {
    content: none !important;
  }

  body.product-page .product-main-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    display: block;
    object-fit: cover;
    border: 0 !important;
    border-radius: 11px;
    box-shadow: none !important;
  }

  body.product-page .product-thumbnails {
    display: flex;
    gap: 4px;
    margin-top: 4px;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.product-page .product-thumbnails::-webkit-scrollbar {
    display: none;
  }

  body.product-page .product-thumbnails button {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 1px;
    border: 1px solid #242424;
    border-radius: 7px;
    background: #fff;
  }

  /* Product information becomes one designed card instead of loose HTML. */
  body.product-page .product-detail-copy {
    margin: 0;
    padding: 10px 11px 9px;
    border: 1px solid #e2d6cf;
    border-radius: 12px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,247,.98));
    box-shadow: 0 5px 16px rgba(73,45,34,.045);
  }

  body.product-page .product-detail-copy > .catalog-product-meta {
    display: inline-flex;
    width: fit-content;
    min-height: 0;
    margin: 0 0 5px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #f5ebe6;
    color: #8c6e62;
    font-size: .59rem;
    font-weight: 700;
    line-height: 1.15;
  }

  body.product-page .product-detail-copy h1 {
    margin: 0 0 4px;
    color: #281f1b;
    font-size: 1.34rem;
    line-height: 1;
    letter-spacing: -.035em;
  }

  body.product-page .product-sku {
    margin: 0;
    color: #9a8981;
    font-size: .61rem;
    line-height: 1.15;
  }

  body.product-page .product-sku b {
    color: #765f56;
  }

  body.product-page .product-detail-copy > .rating {
    min-height: 0;
    margin: 4px 0 2px;
    color: #5d4c45;
    font-size: .65rem;
    line-height: 1;
  }

  body.product-page .product-detail-copy > .rating span {
    color: #e0a300;
    font-size: .84rem;
  }

  body.product-page .product-detail-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 6px 0 2px;
  }

  body.product-page .product-detail-price strong {
    color: #2d231f;
    font-size: 1.18rem;
    line-height: 1;
  }

  body.product-page .product-detail-price del {
    color: #a49289;
    font-size: .64rem;
  }

  body.product-page .product-stock {
    margin: 0 0 5px;
    color: #568044;
    font-size: .64rem;
    font-weight: 700;
    line-height: 1.1;
  }

  body.product-page .product-short-description {
    margin: 0;
    padding: 6px 8px;
    border-left: 2px solid #d94b3e;
    border-radius: 0 7px 7px 0;
    background: #fff7f3;
    color: #6d5b53;
    font-size: .72rem;
    line-height: 1.28;
  }

  body.product-page .product-detail-actions {
    display: grid;
    grid-template-columns: minmax(0,1fr) 42px;
    align-items: stretch;
    gap: 5px;
    margin: 7px 0 6px;
  }

  body.product-page .product-detail-actions > * {
    align-self: stretch;
    margin: 0 !important;
    box-sizing: border-box;
  }

  body.product-page .product-detail-actions .add-button {
    width: 100%;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: .72rem;
    line-height: 1;
  }

  body.product-page .product-favorite-button {
    position: static;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-radius: 9px;
    font-size: 0;
    line-height: 1;
  }

  body.product-page .product-favorite-button [data-favorite-icon] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: grid;
    place-items: center;
    margin: 0;
    line-height: 0;
  }

  body.product-page .product-favorite-button .ui-icon {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0;
  }

  body.product-page .product-description {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #eadfd9;
  }

  body.product-page .product-description h2 {
    margin: 0 0 3px;
    color: #332823;
    font-size: .9rem;
    line-height: 1.05;
  }

  body.product-page .product-description p {
    margin: 0;
    color: #6d5c54;
    font-size: .7rem;
    line-height: 1.34;
  }

  body.product-page .product-tags {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    margin-top: 6px;
    padding-bottom: 1px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.product-page .product-tags::-webkit-scrollbar {
    display: none;
  }

  body.product-page .product-tags a {
    flex: 0 0 auto;
    padding: 3px 6px;
    border-radius: 999px;
    background: #f6efeb;
    color: #80695f;
    font-size: .55rem;
  }

  /* Small single-row recommendations carousel. */
  body.product-page .product-related {
    display: block !important;
    visibility: visible !important;
    margin-top: 10px;
  }

  body.product-page .product-related::before,
  body.product-page .product-related::after {
    display: none !important;
  }

  body.product-page .product-related .section-heading {
    margin-bottom: 4px;
  }

  body.product-page .product-related .section-heading h2 {
    font-size: .92rem;
    line-height: 1;
  }

  body.product-page .product-related .section-heading > a {
    font-size: .58rem;
  }

  body.product-page .product-related .catalog-product-grid {
    display: flex !important;
    gap: 5px;
    width: 100%;
    padding: 1px 0 3px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  body.product-page .product-related .catalog-product-grid::-webkit-scrollbar {
    display: none;
  }

  body.product-page .product-related .product-card {
    display: flex !important;
    flex: 0 0 112px;
    min-width: 112px;
    max-width: 112px;
    min-height: 0;
    scroll-snap-align: start;
    overflow: hidden;
    border: 1px solid #e1d6d0;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
  }

  body.product-page .product-related .product-image {
    position: relative;
    overflow: hidden;
    min-height: 0;
    border-bottom: 1px solid #2a2a2a;
    background: #f4efeb;
  }

  body.product-page .product-related .product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #2a2a2a;
    pointer-events: none;
  }

  body.product-page .product-related .product-image img {
    width: 100%;
    aspect-ratio: 1.58 / 1;
    display: block;
    object-fit: cover;
  }

  body.product-page .product-related .favorite-button {
    right: 3px;
    top: 3px;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    padding: 0 !important;
    display: grid;
    place-items: center;
  }

  body.product-page .product-related .favorite-button > [data-favorite-icon] {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  body.product-page .product-related .favorite-button .ui-icon,
  body.product-page .product-related .favorite-button svg {
    width: 14px;
    height: 14px;
  }

  body.product-page .product-related .product-body {
    min-height: 78px;
    padding: 4px;
  }

  body.product-page .product-related .catalog-product-meta,
  body.product-page .product-related .catalog-product-description,
  body.product-page .product-related .rating,
  body.product-page .product-related .product-availability {
    display: none !important;
  }

  body.product-page .product-related .product-body h3 {
    display: -webkit-box;
    min-height: 25px;
    max-height: 25px;
    margin: 0 0 2px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .58rem;
    line-height: 1.1;
  }

  body.product-page .product-related .product-price-line {
    min-height: 17px;
    margin: 0 0 2px;
  }

  body.product-page .product-related .product-price-line strong {
    font-size: .66rem;
    line-height: 1;
  }

  body.product-page .product-related .add-button {
    min-height: 23px;
    padding: 0 3px;
    border-radius: 6px;
    font-size: .53rem;
    line-height: 1;
  }
}

@media (max-width: 430px) {
  body.product-page .product-main {
    width: calc(100% - 8px);
  }

  body.product-page .product-main-image {
    aspect-ratio: 1.37 / 1;
  }

  body.product-page .product-detail-copy {
    padding: 9px 9px 8px;
  }

  body.product-page .product-detail-copy h1 {
    font-size: 1.27rem;
  }

  body.product-page .product-related .product-card {
    flex-basis: 106px;
    min-width: 106px;
    max-width: 106px;
  }

  body.product-page .product-related .product-body {
    min-height: 75px;
  }
}


/* Personalized recommendations indicator */
body.product-page .product-related.is-personalized .section-heading h2::after {
  content: "по вашим интересам";
  margin-left: 8px;
  padding: 3px 6px;
  display: inline-flex;
  vertical-align: middle;
  border-radius: 999px;
  background: #f5ebe6;
  color: #9a5b4d;
  font-family: var(--font-sans);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  body.product-page .product-related.is-personalized .section-heading h2::after {
    margin-left: 5px;
    padding: 2px 5px;
    font-size: .48rem;
  }
}


/* V32 — grouped product variants */
.product-variant-selector{margin:18px 0 20px;padding:14px 15px;border:1px solid rgba(67,63,55,.14);border-radius:18px;background:rgba(255,255,255,.7)}
.product-variant-selector__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}
.product-variant-selector__head>div{display:grid;gap:2px}.product-variant-selector__head span{font-size:12px;color:#797269}.product-variant-selector__head strong{font-size:15px;color:#28241f}.product-variant-selector__head small{font-size:11px;color:#8b8379;white-space:nowrap}
.product-variant-swatches{display:flex;flex-wrap:wrap;gap:8px}
.product-variant-swatch{min-width:42px;min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:5px 9px 5px 5px;border:1px solid rgba(67,63,55,.16);border-radius:999px;background:#fff;color:#38332d;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.product-variant-swatch i{width:30px;height:30px;flex:0 0 30px;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:var(--variant-color);box-shadow:inset 0 0 0 2px rgba(255,255,255,.7)}
.product-variant-swatch span{max-width:130px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.product-variant-swatch:hover{transform:translateY(-1px);border-color:rgba(67,63,55,.34)}
.product-variant-swatch.is-selected{border-color:#2e684f;box-shadow:0 0 0 2px rgba(46,104,79,.14)}
.product-variant-swatch.is-selected i{box-shadow:inset 0 0 0 2px rgba(255,255,255,.85),0 0 0 2px #2e684f}
.product-variant-selector__hint{margin:10px 0 0!important;font-size:11px!important;color:#81796f!important}
.product-card-variant-strip{display:flex;align-items:center;gap:4px;margin:8px 0 2px;min-height:20px}
.product-card-variant-dot{width:17px;height:17px;border:1px solid rgba(0,0,0,.14);border-radius:50%;background:var(--variant-color);box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.7)}
.product-card-variant-more{font-size:10px;color:#7c746b;margin-left:2px}
.product-card.has-variants .add-button{background:#fff;color:var(--page-green,#2e684f);border:1px solid currentColor}
@media(max-width:720px){
  .product-variant-selector{margin:14px 0 16px;padding:12px;border-radius:15px}
  .product-variant-selector__head{align-items:flex-start;flex-direction:column;gap:3px}
  .product-variant-swatches{gap:7px}
  .product-variant-swatch{min-width:40px;min-height:40px;padding:4px}
  .product-variant-swatch i{width:30px;height:30px;flex-basis:30px}
  .product-variant-swatch span{display:none}
}


/* V33 — marketplace-style option groups and specifications */
.product-option-groups{display:grid;gap:14px;margin-top:6px}
.product-option-group{display:grid;gap:7px}
.product-option-group__title{display:flex;align-items:center;gap:8px;justify-content:space-between}
.product-option-group__title b{font-size:12px;color:#312d28}.product-option-group__title span{font-size:11px;color:#7e766e}
.product-option-values{display:flex;flex-wrap:wrap;gap:7px}
.product-option-value{min-height:38px;padding:7px 12px;border:1px solid rgba(67,63,55,.18);border-radius:10px;background:#fff;color:#38332d;font:600 12px/1.1 inherit;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,opacity .16s ease}
.product-option-value:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(46,104,79,.5)}
.product-option-value.is-selected{border-color:#2e684f;box-shadow:0 0 0 2px rgba(46,104,79,.13);background:rgba(46,104,79,.05)}
.product-option-value.is-disabled,.product-option-value:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}
.product-option-value.is-color{display:inline-flex;align-items:center;gap:7px;padding:5px 10px 5px 5px;border-radius:999px}
.product-option-value.is-color i{width:28px;height:28px;flex:0 0 28px;border:1px solid rgba(0,0,0,.13);border-radius:50%;background:var(--variant-color,#d9d1c7);box-shadow:inset 0 0 0 2px rgba(255,255,255,.76)}
.product-option-value.is-color.is-selected i{box-shadow:inset 0 0 0 2px rgba(255,255,255,.85),0 0 0 2px #2e684f}
.product-specifications{margin-top:22px;padding-top:18px;border-top:1px solid rgba(67,63,55,.12)}
.product-specifications h2{margin:0 0 12px;font-size:18px}
.product-specifications dl{margin:0;display:grid;gap:0;border:1px solid rgba(67,63,55,.1);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.5)}
.product-specifications dl>div{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);gap:14px;padding:10px 13px}
.product-specifications dl>div+div{border-top:1px solid rgba(67,63,55,.08)}
.product-specifications dt{color:#777067;font-size:12px}.product-specifications dd{margin:0;color:#302c27;font-size:12px;font-weight:650}
@media(max-width:720px){
 .product-option-group__title{align-items:flex-start;flex-direction:column;gap:2px}
 .product-option-value{min-height:40px;padding:8px 11px;font-size:12px}
 .product-option-value.is-color span{display:inline;max-width:105px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 .product-specifications dl>div{grid-template-columns:1fr;gap:2px;padding:9px 11px}
}


/* V34 — commerce, personalization, bundle, reviews and Q&A */
.product-detail-price small{display:inline-flex;align-items:center;margin-left:7px;color:#8a8178;font-size:11px;font-weight:600}
.product-commerce-options{display:grid;gap:13px;margin:16px 0;padding:14px;border:1px solid rgba(67,63,55,.12);border-radius:16px;background:rgba(255,255,255,.62)}
.product-commerce-summary{display:flex;flex-wrap:wrap;gap:7px}
.product-commerce-summary>span{display:inline-flex;align-items:center;gap:5px;min-height:29px;padding:5px 9px;border:1px solid rgba(67,63,55,.1);border-radius:999px;background:#fff;color:#5f5851;font-size:11px}
.product-commerce-summary>span b{color:#302c27;font-size:10px}
.product-quantity-purchase{display:grid;grid-template-columns:minmax(100px,1fr) auto minmax(100px,auto);align-items:center;gap:12px;padding:11px;border-radius:12px;background:rgba(46,104,79,.055)}
.product-quantity-purchase>div:first-child b,.product-quantity-purchase>div:first-child small{display:block}.product-quantity-purchase>div:first-child b{font-size:12px}.product-quantity-purchase>div:first-child small{margin-top:2px;color:#7a736b;font-size:10px}
.product-quantity-purchase>strong{justify-self:end;font-size:16px}
.product-quantity-control{display:grid;grid-template-columns:36px 58px 36px;align-items:center;border:1px solid rgba(67,63,55,.17);border-radius:10px;overflow:hidden;background:#fff}
.product-quantity-control button{height:38px;border:0;background:#fff;font-size:18px;cursor:pointer}.product-quantity-control button:hover{background:rgba(46,104,79,.07)}
.product-quantity-control input{width:58px;height:38px;border:0;border-inline:1px solid rgba(67,63,55,.12);padding:0;text-align:center;font:700 13px/1 inherit;-moz-appearance:textfield}.product-quantity-control input::-webkit-inner-spin-button,.product-quantity-control input::-webkit-outer-spin-button{appearance:none;margin:0}
.product-volume-discounts{display:grid;gap:7px;padding:10px 11px;border:1px dashed rgba(67,63,55,.18);border-radius:12px}.product-volume-discounts>b{font-size:11px}.product-volume-discounts>div{display:flex;flex-wrap:wrap;gap:6px}.product-volume-discounts span{padding:4px 8px;border-radius:8px;background:#fff;color:#6b635b;font-size:10px}.product-volume-discounts strong{color:#2e684f}
.product-commerce-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:7px}.product-commerce-section-title b{font-size:12px}.product-commerce-section-title small{color:#817970;font-size:10px}
.product-personalization,.product-addons{padding-top:11px;border-top:1px solid rgba(67,63,55,.09)}
.product-personalization-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.product-personalization-field{display:grid;gap:5px}.product-personalization-field>span{font-size:10px;font-weight:700;color:#534d47}.product-personalization-field>span i{margin-left:3px;color:#b0443b;font-style:normal}.product-personalization-field>span em{float:right;margin-left:6px;color:#2e684f;font-size:9px;font-style:normal}
.product-personalization-field input,.product-personalization-field select,.product-personalization-field textarea{width:100%;min-height:39px;padding:8px 10px;border:1px solid rgba(67,63,55,.18);border-radius:9px;background:#fff;color:#302c27;font:500 12px/1.3 inherit}.product-personalization-field textarea{min-height:76px;resize:vertical}.product-personalization-field input[type=file]{padding:6px;font-size:10px}
.product-addons-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.product-addons-list label{display:flex;align-items:center;gap:8px;padding:8px 9px;border:1px solid rgba(67,63,55,.12);border-radius:10px;background:#fff;cursor:pointer}.product-addons-list input{width:16px;height:16px;accent-color:#2e684f}.product-addons-list span{display:flex;align-items:center;justify-content:space-between;gap:8px;flex:1;min-width:0}.product-addons-list b{font-size:10.5px}.product-addons-list small{color:#2e684f;font-size:9.5px;white-space:nowrap}
.product-care{margin-top:12px;padding:11px 13px;border-radius:12px;background:rgba(46,104,79,.055)}.product-care b{font-size:12px}.product-care p{margin:5px 0 0;color:#68615a;font-size:12px;line-height:1.55}
.product-marketplace-section{margin:28px 0;padding:20px;border:1px solid rgba(67,63,55,.11);border-radius:20px;background:rgba(255,255,255,.54)}.product-marketplace-section .section-heading{margin:0 0 14px}.product-marketplace-section .section-heading>div small{display:block;margin-bottom:3px;color:#8a8178;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.product-bundle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.product-bundle-item{display:grid;grid-template-columns:72px minmax(0,1fr);gap:9px;align-items:center;padding:8px;border:1px solid rgba(67,63,55,.1);border-radius:13px;background:#fff}.product-bundle-item img{width:72px;height:72px;object-fit:cover;border-radius:9px}.product-bundle-item div{min-width:0}.product-bundle-item small,.product-bundle-item b,.product-bundle-item span{display:block}.product-bundle-item small{color:#8b837b;font-size:9px}.product-bundle-item b{margin:3px 0;font-size:11px}.product-bundle-item b a{color:inherit;text-decoration:none}.product-bundle-item span{font-size:11px;font-weight:700;color:#2e684f}.product-bundle-item.is-current{border-color:rgba(46,104,79,.26);background:rgba(46,104,79,.04)}
.product-bundle-add{margin-top:12px}.product-bundle-note{margin:7px 0 0;color:#8a8178;font-size:10px}
.product-cross-sell-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.product-cross-sell-card{min-width:0}.product-cross-sell-card .product-image img{aspect-ratio:1/1;object-fit:cover}
.product-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-review-card{padding:12px;border:1px solid rgba(67,63,55,.1);border-radius:13px;background:#fff}.product-review-card>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-review-card b{font-size:11px}.product-review-card>div span{color:#d29a36;font-size:12px;letter-spacing:1px}.product-review-card p{margin:8px 0;color:#5e5851;font-size:12px;line-height:1.55}.product-review-card small{color:#968e86;font-size:9px}
.product-section-empty{margin:0;padding:12px;border:1px dashed rgba(67,63,55,.14);border-radius:11px;color:#817970;font-size:11px}
.product-feedback-form{margin-top:12px;border-top:1px solid rgba(67,63,55,.09);padding-top:10px}.product-feedback-form>summary{list-style:none;cursor:pointer;font-size:12px;font-weight:700;color:#2e684f}.product-feedback-form>summary::-webkit-details-marker{display:none}.product-feedback-form form{display:grid;gap:9px;margin-top:10px;padding:11px;border-radius:12px;background:rgba(46,104,79,.04)}
.product-feedback-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-feedback-grid label{display:grid;gap:4px}.product-feedback-grid label.full{grid-column:1/-1}.product-feedback-grid label span{font-size:10px;font-weight:700}.product-feedback-grid input,.product-feedback-grid select,.product-feedback-grid textarea{width:100%;min-height:39px;padding:8px 10px;border:1px solid rgba(67,63,55,.16);border-radius:9px;background:#fff;font:500 12px/1.35 inherit}.product-feedback-grid textarea{resize:vertical}.product-feedback-form form>p{margin:0;color:#6f675f;font-size:10px}
.product-question-list{display:grid;gap:7px}.product-question-card{border:1px solid rgba(67,63,55,.1);border-radius:12px;background:#fff;overflow:hidden}.product-question-card summary{list-style:none;display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px;cursor:pointer;font-size:11px;font-weight:700}.product-question-card summary::-webkit-details-marker{display:none}.product-question-card summary span{color:#2e684f;font-size:18px}.product-question-card[open] summary span{transform:rotate(45deg)}.product-question-card p{margin:0;padding:0 12px 12px;color:#665f58;font-size:11px;line-height:1.55}
@media(max-width:720px){
 .product-commerce-options{padding:11px;border-radius:14px}.product-commerce-summary{gap:5px}
 .product-quantity-purchase{grid-template-columns:1fr auto;gap:8px}.product-quantity-purchase>strong{grid-column:1/-1;justify-self:start}
 .product-personalization-fields,.product-addons-list,.product-review-list,.product-feedback-grid{grid-template-columns:1fr}.product-feedback-grid label.full{grid-column:auto}
 .product-commerce-section-title{align-items:flex-start;flex-direction:column;gap:2px}
 .product-marketplace-section{margin:20px 0;padding:14px;border-radius:16px}
 .product-bundle-grid,.product-cross-sell-grid{grid-template-columns:1fr}
}


/* V35 — product page visual rebuild */
body.product-page{
  --pdp-red:var(--red,#d94b3e);
  --pdp-green:#496b4d;
  --pdp-ink:#2b211d;
  --pdp-muted:#7d7069;
  --pdp-line:#eadfd9;
  --pdp-soft:#fbf7f4;
  --pdp-card:#fff;
}

body.product-page .product-main{
  width:min(calc(100% - 40px),1180px);
  margin:18px auto 54px;
}

body.product-page .catalog-breadcrumbs{
  margin:0 0 16px;
  color:#9a8c85;
  font-size:.72rem;
}

body.product-page .product-detail{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
  gap:clamp(28px,4vw,56px);
  align-items:start;
}

body.product-page .product-gallery{
  min-width:0;
}

body.product-page .product-main-image{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border:1px solid #eee4de !important;
  border-radius:22px;
  background:#f7f1ed;
  box-shadow:0 16px 42px rgba(74,44,31,.07) !important;
}

body.product-page .product-main-image::after{content:none !important}
body.product-page .product-main-image img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover;
  border:0 !important;
  border-radius:0 !important;
  transition:transform .4s ease;
}
@media(hover:hover){
  body.product-page .product-main-image:hover img{transform:scale(1.012)}
}

body.product-page .product-thumbnails{
  display:flex;
  gap:8px;
  margin-top:10px;
  padding:1px 1px 4px;
  overflow-x:auto;
  scrollbar-width:none;
}
body.product-page .product-thumbnails::-webkit-scrollbar{display:none}
body.product-page .product-thumbnails button{
  flex:0 0 66px;
  width:66px;
  height:66px;
  padding:0;
  overflow:hidden;
  border:1px solid #e6dad4;
  border-radius:11px;
  background:#fff;
  opacity:.72;
  transition:opacity .16s,border-color .16s,box-shadow .16s;
}
body.product-page .product-thumbnails button[aria-pressed="true"],
body.product-page .product-thumbnails button:hover{
  opacity:1;
  border-color:#c9a99e;
  box-shadow:0 0 0 2px rgba(217,75,62,.08);
}

body.product-page .product-purchase-card{
  min-width:0;
  margin:0;
  padding:22px 24px 21px;
  border:1px solid #eadfd9;
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,#fffcfa 100%);
  box-shadow:0 14px 38px rgba(71,42,29,.055);
}

body.product-page .product-purchase-card>.catalog-product-meta{
  display:inline-flex;
  width:auto;
  margin:0 0 8px;
  padding:5px 9px;
  border-radius:999px;
  background:#f7efeb;
  color:#8c6f64;
  font-size:.64rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body.product-page .product-purchase-card h1{
  margin:0 0 9px;
  color:var(--pdp-ink);
  font:400 clamp(2rem,3vw,2.85rem)/1.02 var(--font-serif);
  letter-spacing:-.035em;
}

body.product-page .product-meta-strip{
  min-height:28px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px 13px;
  margin-bottom:11px;
  color:#92847d;
  font-size:.7rem;
}

body.product-page .product-meta-strip .product-sku{
  margin:0;
  color:#92847d;
  font-size:inherit;
}
body.product-page .product-meta-strip .product-sku b{color:#675850}
body.product-page .product-rating-link{
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:#71635c;
  text-decoration:none;
}
body.product-page .product-rating-link span{color:#e5a90b;font-size:.9rem}
body.product-page .product-rating-link b{font-size:.72rem}
body.product-page .product-rating-link small{color:#9b8e87;font-size:.67rem}
body.product-page .product-meta-strip .product-stock{
  margin:0;
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#5d7c4c;
  font-size:.69rem;
  font-weight:800;
}
body.product-page .product-meta-strip .product-stock::before{
  content:"";
  width:6px;height:6px;border-radius:50%;background:currentColor;
}

body.product-page .product-detail-price{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:7px;
  margin:4px 0 11px;
}
body.product-page .product-detail-price strong{
  color:#2e241f;
  font:800 1.55rem/1 var(--font-sans);
}
body.product-page .product-detail-price del{font-size:.78rem;color:#aa9a93}
body.product-page .product-detail-price small{
  margin:0;
  color:#9b8d86;
  font-size:.68rem;
  font-weight:700;
}

body.product-page .product-short-description{
  margin:0 0 15px;
  padding:0;
  border:0;
  background:none;
  color:#6d6059;
  font-size:.82rem;
  line-height:1.5;
}

body.product-page .product-variant-selector{
  margin:0 0 12px;
  padding:13px 14px;
  border:1px solid #ece1db;
  border-radius:15px;
  background:#fbf8f6;
}
body.product-page .product-variant-selector__head{
  align-items:center;
  margin-bottom:9px;
}
body.product-page .product-variant-selector__head>div{gap:1px}
body.product-page .product-variant-selector__head span{font-size:.65rem;color:#94867f}
body.product-page .product-variant-selector__head strong{font-size:.8rem;color:#3b302b}
body.product-page .product-variant-selector__head small{
  padding:3px 6px;
  border-radius:999px;
  background:#fff;
  color:#9a8c85;
  font-size:.59rem;
}
body.product-page .product-option-groups{gap:10px;margin-top:0}
body.product-page .product-option-group{gap:6px}
body.product-page .product-option-group__title{justify-content:flex-start;gap:7px}
body.product-page .product-option-group__title b{
  color:#493d37;
  font-size:.7rem;
}
body.product-page .product-option-group__title span{
  color:#968780;
  font-size:.65rem;
}
body.product-page .product-option-values{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
body.product-page .product-option-value{
  min-height:34px;
  padding:6px 10px;
  border-color:#ded1ca;
  border-radius:9px;
  color:#51443e;
  font-size:.69rem;
  background:#fff;
}
body.product-page .product-option-value.is-selected{
  border-color:var(--pdp-green);
  background:#f4f8f4;
  box-shadow:0 0 0 1px rgba(73,107,77,.14);
}
body.product-page .product-option-value.is-color{
  width:32px;
  min-width:32px;
  height:32px;
  min-height:32px;
  padding:3px;
  border-radius:50%;
}
body.product-page .product-option-value.is-color i{
  width:24px;
  height:24px;
  flex:0 0 24px;
}
body.product-page .product-option-value.is-color span{display:none}
body.product-page .product-variant-selector__hint{
  margin:8px 0 0 !important;
  color:#9a8d86 !important;
  font-size:.62rem !important;
}

body.product-page .product-commerce-options{
  gap:9px;
  margin:0 0 10px;
  padding:11px 12px;
  border:1px solid #ece2dc;
  border-radius:15px;
  background:#fff;
}
body.product-page .product-commerce-summary{
  gap:5px;
}
body.product-page .product-commerce-summary>span{
  min-height:24px;
  padding:4px 7px;
  border:0;
  background:#f7f3f0;
  color:#776961;
  font-size:.61rem;
}
body.product-page .product-commerce-summary>span b{
  margin-right:2px;
  color:#4e423c;
  font-size:.6rem;
}

body.product-page .product-quantity-purchase{
  grid-template-columns:minmax(90px,1fr) auto auto;
  gap:9px;
  padding:8px 9px;
  border-radius:11px;
  background:#f5f8f4;
}
body.product-page .product-quantity-purchase>div:first-child b{font-size:.7rem}
body.product-page .product-quantity-purchase>div:first-child small{font-size:.6rem}
body.product-page .product-quantity-purchase>strong{
  color:#344d37;
  font-size:.88rem;
}
body.product-page .product-quantity-control{
  grid-template-columns:31px 42px 31px;
  border-radius:8px;
}
body.product-page .product-quantity-control button{height:32px;font-size:16px}
body.product-page .product-quantity-control input{
  width:42px;
  height:32px;
  font-size:.72rem;
}

body.product-page .product-volume-discounts{
  padding:8px 9px;
  border-color:#e7dbd4;
  border-radius:10px;
}
body.product-page .product-volume-discounts>b{font-size:.67rem}
body.product-page .product-volume-discounts>div{gap:4px}
body.product-page .product-volume-discounts span{
  padding:3px 6px;
  font-size:.59rem;
}

body.product-page .product-personalization,
body.product-page .product-addons{padding-top:9px}
body.product-page .product-commerce-section-title{margin-bottom:6px}
body.product-page .product-commerce-section-title b{font-size:.71rem}
body.product-page .product-commerce-section-title small{font-size:.6rem}
body.product-page .product-personalization-fields,
body.product-page .product-addons-list{gap:6px}
body.product-page .product-personalization-field>span{font-size:.63rem}
body.product-page .product-personalization-field input,
body.product-page .product-personalization-field select,
body.product-page .product-personalization-field textarea{
  min-height:36px;
  padding:7px 8px;
  border-radius:8px;
  font-size:.7rem;
}
body.product-page .product-personalization-field textarea{min-height:62px}
body.product-page .product-addons-list label{
  padding:7px 8px;
  border-radius:9px;
}
body.product-page .product-addons-list b{font-size:.64rem}
body.product-page .product-addons-list small{font-size:.59rem}

body.product-page .product-detail-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:7px;
  margin:10px 0 0;
}
body.product-page .product-detail-actions .add-button{
  position:relative;
  overflow:hidden;
  width:100%;
  min-width:0;
  min-height:44px;
  margin:0;
  border:0;
  border-radius:11px;
  background:linear-gradient(180deg,#df574b 0%,#cf4339 100%);
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 7px 18px rgba(183,60,50,.18);
  font-size:.76rem;
  font-weight:800;
  transition:transform .16s ease,filter .18s ease,box-shadow .18s ease;
}
body.product-page .product-detail-actions .add-button::after{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 28%,rgba(255,255,255,.3) 47%,transparent 66%);
  transform:translateX(-140%);
  transition:transform .5s ease;
}
body.product-page .product-detail-actions .add-button:hover{
  filter:brightness(.96);
  transform:translateY(-1px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 9px 20px rgba(183,60,50,.22);
}
body.product-page .product-detail-actions .add-button:hover::after,
body.product-page .product-detail-actions .add-button:focus-visible::after{transform:translateX(140%)}
body.product-page .product-detail-actions .add-button:active{transform:scale(.985)}
body.product-page .product-detail-actions .add-button:focus-visible{
  outline:3px solid rgba(207,67,57,.18);
  outline-offset:2px;
}
body.product-page .product-favorite-button{
  position:static;
  width:auto;
  min-width:112px;
  height:44px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid #e5d8d2;
  border-radius:11px;
  background:#fff;
  color:#6a5a53;
  box-shadow:none;
  font-size:.69rem;
}
body.product-page .product-favorite-button [data-favorite-icon]{
  width:16px;height:16px;display:grid;place-items:center;
}
body.product-page .product-favorite-button .ui-icon,
body.product-page .product-favorite-button svg{width:16px;height:16px}

body.product-page .product-info-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:14px;
  margin:26px 0 0;
}
body.product-page .product-info-card{
  min-width:0;
  border:1px solid #eadfd9;
  border-radius:17px;
  background:#fff;
  overflow:hidden;
}
body.product-page .product-info-card>summary{
  min-height:52px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  list-style:none;
  cursor:pointer;
  color:#332824;
  font-size:.88rem;
  font-weight:800;
}
body.product-page .product-info-card>summary::-webkit-details-marker{display:none}
body.product-page .product-info-card>summary i{
  color:#a9948b;
  font-size:1.15rem;
  font-style:normal;
  font-weight:400;
  transition:transform .16s;
}
body.product-page .product-info-card[open]>summary i{transform:rotate(45deg)}
body.product-page .product-info-card__body{
  padding:0 16px 16px;
  border-top:1px solid #f0e7e2;
}
body.product-page .product-description{
  margin:0;
  padding:13px 0 0;
  border:0;
}
body.product-page .product-description p{
  margin:0;
  color:#665a54;
  font-size:.78rem;
  line-height:1.62;
}
body.product-page .product-tags{
  margin-top:12px;
  gap:5px;
}
body.product-page .product-tags a{
  padding:4px 7px;
  border-radius:999px;
  background:#f7f1ed;
  color:#8a6f64;
  font-size:.59rem;
}
body.product-page .product-specifications{
  margin:0;
  padding:13px 0 0;
  border:0;
}
body.product-page .product-specifications h2{display:none}
body.product-page .product-specifications dl{
  border:0;
  border-radius:0;
  background:none;
}
body.product-page .product-specifications dl>div{
  grid-template-columns:minmax(100px,.7fr) minmax(0,1.3fr);
  gap:10px;
  padding:7px 0;
  border-top:1px solid #f1e9e4;
}
body.product-page .product-specifications dl>div:first-child{border-top:0}
body.product-page .product-specifications dt{font-size:.67rem}
body.product-page .product-specifications dd{font-size:.69rem}
body.product-page .product-care{
  margin-top:9px;
  padding:9px 10px;
  border-radius:10px;
}
body.product-page .product-care b{font-size:.68rem}
body.product-page .product-care p{font-size:.68rem;line-height:1.5}

body.product-page .product-marketplace-section{
  margin:14px 0 0;
  padding:16px;
  border:1px solid #eadfd9;
  border-radius:17px;
  background:#fff;
}
body.product-page .product-marketplace-section .section-heading{
  min-height:0;
  margin:0 0 11px;
  align-items:center;
}
body.product-page .product-marketplace-section .section-heading>div small,
body.product-page .product-related-v35 .section-heading>div small{
  display:block;
  margin:0 0 3px;
  color:#a08f87;
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.product-page .product-marketplace-section .section-heading h2,
body.product-page .product-related-v35 .section-heading h2{
  margin:0;
  color:#322722;
  font:400 1.28rem/1.05 var(--font-serif);
}
body.product-page .product-marketplace-section .section-heading>span{
  color:#9a8c85;
  font-size:.62rem;
}

body.product-page .product-bundle-grid{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:7px;
}
body.product-page .product-bundle-item{
  grid-template-columns:58px minmax(0,1fr);
  gap:8px;
  padding:7px;
  border-radius:11px;
}
body.product-page .product-bundle-item img{width:58px;height:58px;border-radius:8px}
body.product-page .product-bundle-item small{font-size:.57rem}
body.product-page .product-bundle-item b{font-size:.67rem;line-height:1.25}
body.product-page .product-bundle-item span{font-size:.67rem}
body.product-page .product-bundle-add{
  min-height:39px;
  margin-top:10px;
  padding:0 13px;
  border-radius:9px;
  font-size:.68rem;
}
body.product-page .product-bundle-note{font-size:.58rem}

body.product-page .product-cross-sell-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
body.product-page .product-cross-sell-card{
  border-radius:12px;
  box-shadow:none;
}
body.product-page .product-cross-sell-card .product-image img{aspect-ratio:1.12/1}
body.product-page .product-cross-sell-card .product-body{padding:8px}
body.product-page .product-cross-sell-card .product-body>small{font-size:.56rem;color:#9a8a82}
body.product-page .product-cross-sell-card h3{
  min-height:32px;
  margin:3px 0 5px;
  font-size:.68rem;
  line-height:1.2;
}
body.product-page .product-cross-sell-card .product-price-line strong{font-size:.76rem}
body.product-page .product-cross-sell-card .add-button{
  min-height:34px;
  margin-top:7px;
  border-radius:8px;
  font-size:.63rem;
}

body.product-page .product-feedback-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:14px;
}
body.product-page .product-feedback-layout .product-marketplace-section{
  margin:0;
  min-width:0;
}
body.product-page .product-review-list{
  grid-template-columns:1fr;
  gap:7px;
  max-height:380px;
  overflow:auto;
  padding-right:2px;
}
body.product-page .product-review-card{
  padding:10px 11px;
  border-radius:10px;
  box-shadow:none;
}
body.product-page .product-review-card b{font-size:.68rem}
body.product-page .product-review-card>div span{font-size:.7rem}
body.product-page .product-review-card p{
  margin:6px 0;
  font-size:.69rem;
  line-height:1.48;
}
body.product-page .product-review-card small{font-size:.57rem}
body.product-page .product-section-empty{
  min-height:72px;
  margin:0;
  padding:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px dashed #e5d8d1;
  border-radius:10px;
  background:#fcfaf8;
  text-align:center;
  font-size:.67rem;
}
body.product-page .product-feedback-form{
  margin-top:9px;
  padding-top:8px;
}
body.product-page .product-feedback-form>summary{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--pdp-red);
  font-size:.68rem;
}
body.product-page .product-feedback-form form{
  gap:7px;
  margin-top:8px;
  padding:9px;
  border-radius:10px;
}
body.product-page .product-feedback-grid{gap:6px}
body.product-page .product-feedback-grid label span{font-size:.62rem}
body.product-page .product-feedback-grid input,
body.product-page .product-feedback-grid select,
body.product-page .product-feedback-grid textarea{
  min-height:36px;
  padding:7px 8px;
  border-radius:8px;
  font-size:.68rem;
}
body.product-page .product-feedback-grid textarea{min-height:68px}
body.product-page .product-feedback-form .button{
  min-height:38px;
  padding:0 12px;
  border-radius:9px;
  font-size:.66rem;
}
body.product-page .product-question-list{gap:6px}
body.product-page .product-question-card{border-radius:10px}
body.product-page .product-question-card summary{
  min-height:40px;
  padding:9px 10px;
  font-size:.68rem;
}
body.product-page .product-question-card p{
  padding:0 10px 10px;
  font-size:.68rem;
}

body.product-page .product-related-v35{
  margin:28px 0 0;
}
body.product-page .product-related-v35::before,
body.product-page .product-related-v35::after{display:none !important}
body.product-page .product-related-v35 .section-heading{
  margin:0 0 11px;
  align-items:flex-end;
}
body.product-page .product-related-v35 .section-heading>a{
  color:var(--pdp-red);
  font-size:.66rem;
  font-weight:800;
  text-decoration:none;
}
body.product-page .product-recommendation-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:11px;
}
body.product-page .product-recommend-card{
  min-width:0;
  max-width:none;
  overflow:hidden;
  border:1px solid #eadfd9;
  border-radius:14px;
  background:#fff;
  box-shadow:0 6px 18px rgba(68,41,30,.035);
}
body.product-page .product-recommend-card .product-image{
  border:0;
  background:#f5efeb;
}
body.product-page .product-recommend-card .product-image::after{display:none}
body.product-page .product-recommend-card .product-image img{
  width:100%;
  aspect-ratio:1.12/1;
  object-fit:cover;
}
body.product-page .product-recommend-card .favorite-button{
  right:7px;top:7px;
  width:30px;min-width:30px;height:30px;min-height:30px;
}
body.product-page .product-recommend-card .favorite-button svg,
body.product-page .product-recommend-card .favorite-button .ui-icon{width:15px;height:15px}
body.product-page .product-recommend-card .product-body{
  min-height:132px;
  padding:9px;
}
body.product-page .product-recommend-card .catalog-product-meta{
  display:block !important;
  margin:0 0 4px;
  color:#9b8b83;
  font-size:.56rem;
}
body.product-page .product-recommend-card h3{
  min-height:34px;
  max-height:34px;
  margin:0 0 5px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:.72rem;
  line-height:1.18;
}
body.product-page .product-recommend-card .product-price-line{
  min-height:21px;
  margin:0 0 7px;
}
body.product-page .product-recommend-card .product-price-line strong{font-size:.82rem}
body.product-page .product-recommend-card .product-card-variant-strip{
  margin:0 0 6px;
}
body.product-page .product-recommend-card .add-button{
  min-height:35px;
  margin-top:auto;
  border-radius:8px;
  font-size:.64rem;
}
body.product-page .product-recommend-card.has-variants .add-button{
  background:#fff;
  color:var(--pdp-green);
  border-color:#9eb1a0;
}

body.product-page .product-mobile-buybar{display:none}

@media(max-width:980px){
  body.product-page .product-main{width:min(calc(100% - 28px),1180px)}
  body.product-page .product-detail{
    grid-template-columns:minmax(0,1fr) minmax(330px,.92fr);
    gap:22px;
  }
  body.product-page .product-purchase-card{padding:18px}
  body.product-page .product-cross-sell-grid,
  body.product-page .product-recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:760px){
  body.product-page{
    padding-bottom:calc(76px + env(safe-area-inset-bottom));
  }
  body.product-page .product-main{
    width:calc(100% - 20px);
    margin:9px auto 24px;
  }
  body.product-page .catalog-breadcrumbs{
    margin:0 1px 8px;
    font-size:.62rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  body.product-page .product-detail{
    grid-template-columns:1fr;
    gap:10px;
  }
  body.product-page .product-gallery{margin:0}
  body.product-page .product-main-image{
    aspect-ratio:1.08/1;
    border:1px solid #eee3dd !important;
    border-radius:16px;
    box-shadow:none !important;
  }
  body.product-page .product-thumbnails{
    gap:6px;
    margin-top:6px;
  }
  body.product-page .product-thumbnails button{
    flex-basis:54px;
    width:54px;
    height:54px;
    border-radius:9px;
  }

  body.product-page .product-purchase-card{
    padding:14px;
    border-radius:16px;
    box-shadow:none;
  }
  body.product-page .product-purchase-card>.catalog-product-meta{
    margin-bottom:6px;
    padding:4px 7px;
    font-size:.56rem;
  }
  body.product-page .product-purchase-card h1{
    margin-bottom:7px;
    font-size:1.65rem;
    line-height:1.02;
  }
  body.product-page .product-meta-strip{
    gap:5px 10px;
    margin-bottom:8px;
    font-size:.62rem;
  }
  body.product-page .product-rating-link small{display:none}
  body.product-page .product-detail-price{margin:3px 0 8px}
  body.product-page .product-detail-price strong{font-size:1.32rem}
  body.product-page .product-short-description{
    margin-bottom:11px;
    font-size:.75rem;
    line-height:1.45;
  }

  body.product-page .product-variant-selector{
    margin-bottom:9px;
    padding:10px;
    border-radius:12px;
  }
  body.product-page .product-variant-selector__head{
    align-items:flex-start;
    flex-direction:row;
    gap:8px;
  }
  body.product-page .product-variant-selector__head strong{font-size:.73rem}
  body.product-page .product-option-groups{gap:8px}
  body.product-page .product-option-group__title{
    align-items:center;
    flex-direction:row;
    gap:6px;
  }
  body.product-page .product-option-values{
    flex-wrap:nowrap;
    gap:6px;
    padding-bottom:2px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  body.product-page .product-option-values::-webkit-scrollbar{display:none}
  body.product-page .product-option-value{
    flex:0 0 auto;
    min-height:36px;
    padding:7px 10px;
    font-size:.66rem;
  }
  body.product-page .product-option-value.is-color{
    width:34px;
    min-width:34px;
    height:34px;
    min-height:34px;
    padding:3px;
  }
  body.product-page .product-option-value.is-color i{
    width:26px;height:26px;flex-basis:26px;
  }

  body.product-page .product-commerce-options{
    gap:8px;
    margin-bottom:8px;
    padding:9px;
    border-radius:12px;
  }
  body.product-page .product-commerce-summary{
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
  }
  body.product-page .product-commerce-summary::-webkit-scrollbar{display:none}
  body.product-page .product-commerce-summary>span{flex:0 0 auto}
  body.product-page .product-quantity-purchase{
    grid-template-columns:1fr auto;
    gap:7px;
    padding:7px 8px;
  }
  body.product-page .product-quantity-purchase>strong{
    grid-column:1/-1;
    justify-self:stretch;
    padding-top:6px;
    border-top:1px solid rgba(73,107,77,.1);
    font-size:.8rem;
  }
  body.product-page .product-personalization-fields,
  body.product-page .product-addons-list{grid-template-columns:1fr}
  body.product-page .product-personalization-field input,
  body.product-page .product-personalization-field select,
  body.product-page .product-personalization-field textarea{
    font-size:16px !important;
  }

  body.product-page .product-detail-actions{
    grid-template-columns:1fr 44px;
    margin:8px 0 0;
  }
  body.product-page .product-detail-actions .add-button{
    min-height:44px;
  }
  body.product-page .product-favorite-button{
    width:44px;
    min-width:44px;
    max-width:44px;
    height:44px;
    padding:0;
    font-size:0;
  }

  body.product-page .product-info-grid{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:12px;
  }
  body.product-page .product-info-card{
    border-radius:13px;
  }
  body.product-page .product-info-card>summary{
    min-height:45px;
    padding:0 12px;
    font-size:.76rem;
  }
  body.product-page .product-info-card__body{
    padding:0 12px 12px;
  }
  body.product-page .product-description{padding-top:10px}
  body.product-page .product-description p{font-size:.72rem;line-height:1.52}
  body.product-page .product-specifications{padding-top:7px}
  body.product-page .product-specifications dl>div{
    grid-template-columns:1fr;
    gap:2px;
    padding:6px 0;
  }

  body.product-page .product-marketplace-section{
    margin-top:8px;
    padding:12px;
    border-radius:13px;
  }
  body.product-page .product-marketplace-section .section-heading{
    margin-bottom:9px;
  }
  body.product-page .product-marketplace-section .section-heading h2,
  body.product-page .product-related-v35 .section-heading h2{
    font-size:1.05rem;
  }

  body.product-page .product-bundle-grid{
    display:flex;
    gap:7px;
    overflow-x:auto;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  body.product-page .product-bundle-grid::-webkit-scrollbar{display:none}
  body.product-page .product-bundle-item{
    flex:0 0 210px;
    scroll-snap-align:start;
  }

  body.product-page .product-cross-sell-grid{
    display:flex;
    gap:8px;
    overflow-x:auto;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  body.product-page .product-cross-sell-grid::-webkit-scrollbar{display:none}
  body.product-page .product-cross-sell-card{
    flex:0 0 150px;
    scroll-snap-align:start;
  }

  body.product-page .product-feedback-layout{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:8px;
  }
  body.product-page .product-review-list{
    max-height:300px;
  }

  body.product-page .product-related-v35{
    margin-top:18px;
  }
  body.product-page .product-related-v35 .section-heading{
    margin-bottom:8px;
  }
  body.product-page .product-related-v35 .section-heading>a{
    font-size:.58rem;
  }
  body.product-page .product-recommendation-grid{
    display:flex !important;
    grid-template-columns:none;
    gap:8px;
    padding:1px 0 5px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  body.product-page .product-recommendation-grid::-webkit-scrollbar{display:none}
  body.product-page .product-recommend-card{
    flex:0 0 156px;
    min-width:156px;
    max-width:156px;
    scroll-snap-align:start;
    border-radius:12px;
  }
  body.product-page .product-recommend-card .product-image img{
    aspect-ratio:1.08/1;
  }
  body.product-page .product-recommend-card .product-body{
    min-height:122px;
    padding:8px;
  }
  body.product-page .product-recommend-card h3{
    min-height:31px;
    max-height:31px;
    font-size:.67rem;
  }
  body.product-page .product-recommend-card .add-button{
    min-height:34px;
  }

  body.product-page .product-mobile-buybar{
    position:fixed;
    z-index:75;
    left:0;
    right:0;
    bottom:0;
    min-height:64px;
    padding:8px max(10px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-right));
    display:grid;
    grid-template-columns:minmax(0,auto) minmax(150px,1fr);
    align-items:center;
    gap:10px;
    border-top:1px solid #e9ddd7;
    background:rgba(255,253,251,.96);
    box-shadow:0 -8px 26px rgba(54,33,24,.09);
    backdrop-filter:blur(14px);
  }
  body.product-page .product-mobile-buybar>div{
    min-width:90px;
  }
  body.product-page .product-mobile-buybar small,
  body.product-page .product-mobile-buybar strong{display:block}
  body.product-page .product-mobile-buybar small{
    color:#9a8b83;
    font-size:.55rem;
  }
  body.product-page .product-mobile-buybar strong{
    margin-top:2px;
    color:#2e241f;
    font-size:.88rem;
    white-space:nowrap;
  }
  body.product-page .product-mobile-buybutton{
    min-height:46px;
    border:0;
    border-radius:11px;
    background:linear-gradient(180deg,#df574b 0%,#cf4339 100%);
    color:#fff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 6px 16px rgba(183,60,50,.18);
    font-size:.76rem;
    font-weight:800;
  }
}

@media(max-width:430px){
  body.product-page .product-main{width:calc(100% - 14px)}
  body.product-page .product-main-image{aspect-ratio:1.05/1;border-radius:14px}
  body.product-page .product-purchase-card{padding:12px}
  body.product-page .product-purchase-card h1{font-size:1.48rem}
  body.product-page .product-recommend-card{
    flex-basis:144px;
    min-width:144px;
    max-width:144px;
  }
  body.product-page .product-mobile-buybar{
    grid-template-columns:96px minmax(0,1fr);
    gap:7px;
    padding-inline:7px;
  }
}


/* V35 specificity guard against the legacy mobile recommendation carousel */
@media(max-width:760px){
  body.product-page .product-related-v35 .product-recommend-card{
    display:flex !important;
    flex:0 0 156px;
    min-width:156px;
    max-width:156px;
    min-height:0;
    border:1px solid #eadfd9;
    border-radius:12px;
    box-shadow:none;
  }
}
@media(max-width:430px){
  body.product-page .product-related-v35 .product-recommend-card{
    flex-basis:144px;
    min-width:144px;
    max-width:144px;
  }
}


/* V38 CTA motion guard */
@media (prefers-reduced-motion:reduce){
  body.product-page .product-detail-actions .add-button,
  body.product-page .product-detail-actions .add-button::after{transition:none}
}
