
/* Opto Zero v3.45 — desktop product-card price/mode sizing only */
@media (min-width: 992px) {

  /* Price blocks: more compact, while keeping both prices readable. */
  .oc-product-card .oc-product-prices {
    gap: 5px !important;
    margin: 0 0 7px !important;
  }

  .oc-product-card .oc-product-prices .oc-main-price,
  .oc-product-card .oc-product-prices .oc-second-price {
    min-height: 44px !important;
    padding: 6px 8px !important;
    border-radius: 10px !important;
    gap: 2px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    letter-spacing: -.15px !important;
    white-space: nowrap !important;
  }

  .oc-product-card .oc-product-prices .oc-main-price small,
  .oc-product-card .oc-product-prices .oc-second-price small {
    margin-top: 2px !important;
    font-size: 8.5px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .oc-product-card .oc-product-prices .oc-pack-note {
    margin-top: -1px !important;
    font-size: 8.5px !important;
    line-height: 1.05 !important;
  }

  /* Штучно / Коробкой: slightly bigger and easier to click on desktop. */
  .oc-product-card .oc-sale-type-switch {
    min-height: 31px !important;
    margin: 0 0 7px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .oc-product-card .oc-sale-type-switch button[data-mode] {
    min-height: 30px !important;
    padding: 6px 5px !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }

  .oc-product-card .oc-sale-type-switch button[data-mode].active {
    box-shadow:
      0 0 0 1px rgba(13,93,230,.14),
      0 4px 10px rgba(13,93,230,.18) !important;
  }
}
