[data-product-card] [hidden] { display: none !important; }
.has-card-options .home-product-media,
.has-card-options .mc-product-visual,
.has-card-options .fv-media,
.has-card-options .smart-product-media { touch-action: pan-y pinch-zoom; cursor: grab; }
.has-card-options .card-option-surface { display: block; width: 100%; height: 100%; }
.has-card-options img { user-select: none; -webkit-user-drag: none; }
.has-card-options .home-product-media:active,
.has-card-options .mc-product-visual:active,
.has-card-options .fv-media:active { cursor: grabbing; }
[data-product-card] .card-option-arrow {
  position: absolute; z-index: 2; top: 50%; transform: translateY(-50%);
  display: grid; place-items: center; width: 36px; height: 44px; padding: 0;
  border: 1px solid rgba(0,0,0,.08); border-radius: 12px;
  background: rgba(255,255,255,.92); color: #25212a;
  font: 26px/1 system-ui, sans-serif; cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.card-option-arrow.is-previous { left: 6px; }
.card-option-arrow.is-next { right: 6px; }
[data-product-card] :focus-visible { outline: 2px solid #6554c0; outline-offset: 2px; }
.card-option-info { margin: 8px 0 4px; color: #34303c; font-size: 12px; line-height: 1.5; }
.card-option-status { display: flex; flex-wrap: wrap; align-items: center; gap: 3px 8px; }
.card-option-label { flex-basis: 100%; font-weight: 600; overflow-wrap: anywhere; }
.card-option-stock { color: #276147; font-size: 11px; }
.card-option-stock.is-sold-out { color: #9f1239; }
.card-option-counter { margin-left: auto; color: #696270; font-size: 11px; font-variant-numeric: tabular-nums; }
.card-option-details { margin-top: 5px; }
.card-option-details summary { width: fit-content; cursor: pointer; color: #6554a5; font-weight: 600; }
.card-option-details p { margin: 6px 0; font-size: 12px; line-height: 1.5; white-space: pre-line; overflow-wrap: anywhere; }
.card-option-sku { color: #696270; }
.card-option-old-price { display: block; font-size: 12px; text-decoration: line-through; }
.smart-product-card { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 10px; padding: 10px; border-bottom: 1px solid #eee; }
.smart-product-media { position: relative; height: 120px; overflow: hidden; border-radius: 10px; background: #f5f2f7; }
.smart-product-media > a { display: block; height: 100%; }
.smart-product-media img { width: 100%; height: 100%; object-fit: cover; }
.smart-product-copy h3 { margin: 0; font-size: 13px; }
.smart-product-copy .smart-suggestion { padding: 0; min-height: 0; border: 0; font-weight: 600; }
.smart-product-copy > small { display: block; color: #696270; font-size: 11px; }
.smart-product-price { display: block; font-size: 13px; font-weight: 700; }
.smart-product-card .card-option-arrow { width: 26px; height: 44px; border-radius: 8px; }
.smart-product-card .card-option-info { margin: 4px 0; }
@media (max-width: 480px) {
  [data-product-card] .card-option-arrow { width: 30px; height: 44px; border-radius: 10px; }
  .card-option-info { font-size: 11px; }
}
