/* ONEBIO v1.8 — scoped cart/checkout image visibility and alignment. */

body.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail {
  display: table-cell !important;
  width: 118px;
  min-width: 82px;
  vertical-align: middle;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail a {
  display: inline-block;
  line-height: 0;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 82px !important;
  height: 82px !important;
  max-width: 100% !important;
  margin: 0;
  border-radius: 7px;
  background: #eef0ec;
  object-fit: contain;
}

/* Float leaves native quantity and variation details next to the product name. */
.woocommerce-checkout-review-order-table .onebio-checkout-item-image {
  display: block;
  float: inline-start;
  width: 60px;
  height: 60px;
  margin-inline-end: 12px;
  margin-block: 0 6px;
  overflow: hidden;
  border: 1px solid var(--border-light, #dfe3dd);
  border-radius: 7px;
  background: #eef0ec;
}
.woocommerce-checkout-review-order-table .onebio-checkout-item-image img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  object-fit: contain;
}
.woocommerce-checkout-review-order-table .onebio-checkout-item-name {
  font-weight: 600;
  overflow-wrap: anywhere;
}
.woocommerce-checkout-review-order-table tbody td.product-name {
  min-width: 0;
  vertical-align: top;
}
.woocommerce-checkout-review-order-table tbody td.product-total {
  vertical-align: top;
}

/* Native Cart/Checkout blocks: retain the components and their quantity badge. */
.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image {
  display: table-cell !important;
  visibility: visible !important;
}
.wp-block-woocommerce-cart .wc-block-cart-item__image img,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100%;
  object-fit: contain;
  border-radius: 7px;
  background: #eef0ec;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image {
  display: block !important;
  visibility: visible !important;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* Overrides both WooCommerce's mobile hiding and the v1.6 display:none rule. */
  body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.product-thumbnail {
    display: flex !important;
    width: auto;
    min-width: 0;
    align-items: center;
    justify-content: center;
    text-align: center !important;
  }
  body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr td.product-thumbnail::before {
    display: none !important;
    content: none !important;
  }
}

@media (max-width: 480px) {
  .woocommerce-checkout-review-order-table .onebio-checkout-item-image {
    width: 48px;
    height: 48px;
    margin-inline-end: 8px;
  }
}
