/* Jarvis Commerce 3.5 — flat desktop product, cart and checkout composition. */
@media(min-width:761px){
  /* One continuous single-product composition; no nested cards. */
  body.single-product div.product .summary{padding:12px 0 0 4%!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  body.single-product div.product .woocommerce-product-gallery{padding:0!important;border:0!important;border-radius:22px!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  body.single-product div.product .woocommerce-product-gallery__wrapper{border-radius:20px!important;background:transparent!important}
  body.single-product .rch-payment-panel{margin:20px 0 14px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  body.single-product .rch-payment-panel header{margin-bottom:10px!important}
  body.single-product .rch-payment-grid{gap:8px 22px!important}
  body.single-product .rch-payment-grid>div,body.single-product .rch-payment-grid>div.rch-emi{padding:8px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  body.single-product div.product form.cart{align-items:center!important;margin:18px 0 8px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  body.single-product .rch-whatsapp{justify-content:flex-start!important;padding-top:8px!important}
  body.single-product .rch-assurances{display:flex!important;gap:28px!important;margin:20px 0!important;padding:15px 0!important;border-top:1px solid rgba(54,100,132,.11)!important;border-bottom:1px solid rgba(54,100,132,.11)!important}
  body.single-product .rch-assurances>div{flex:1!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:left!important}
  body.single-product div.product .product_meta{padding:12px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}

  /* Cart: calm two-column workspace with fixed, readable price cells. */
  body.woocommerce-cart main,body.woocommerce-cart .site-main,body.woocommerce-cart .entry-content,body.woocommerce-cart .wp-block-post-content{width:100%!important;max-width:none!important;margin:0!important;padding-right:0!important;padding-left:0!important}
  body.woocommerce-cart .wp-block-woocommerce-cart,body.woocommerce-cart .wc-block-cart{width:min(1280px,calc(100% - 64px))!important;max-width:1280px!important;margin:46px auto 70px!important;padding:0!important}
  body.woocommerce-cart .wc-block-cart,body.woocommerce-cart .wc-block-components-sidebar-layout{display:grid!important;grid-template-columns:minmax(0,1.75fr) minmax(300px,.65fr)!important;gap:48px!important;align-items:start!important}
  body.woocommerce-cart .wc-block-cart__main,body.woocommerce-cart .wc-block-cart__sidebar{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  body.woocommerce-cart .wc-block-cart__sidebar{position:sticky!important;top:110px!important;padding:8px 0 0!important}
  body.woocommerce-cart table.wc-block-cart-items,body.woocommerce-cart table.wc-block-cart-items tbody{display:block!important;width:100%!important}
  body.woocommerce-cart table.wc-block-cart-items thead{display:none!important}
  body.woocommerce-cart tr.wc-block-cart-items__row{display:grid!important;grid-template-columns:96px minmax(0,1fr) 150px!important;gap:22px!important;width:100%!important;padding:24px 0!important;border-bottom:1px solid rgba(52,99,132,.12)!important;box-sizing:border-box!important}
  body.woocommerce-cart td.wc-block-cart-item__image{display:block!important;grid-column:1!important;width:96px!important;padding:0!important}
  body.woocommerce-cart td.wc-block-cart-item__image img{width:96px!important;border-radius:13px!important}
  body.woocommerce-cart td.wc-block-cart-item__product{display:block!important;grid-column:2!important;min-width:0!important;width:auto!important;padding:0!important}
  body.woocommerce-cart td.wc-block-cart-item__total{display:block!important;grid-column:3!important;width:150px!important;min-width:0!important;padding:0!important;text-align:right!important}
  body.woocommerce-cart td.wc-block-cart-item__total .wc-block-components-product-price{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:4px!important}
  body.woocommerce-cart td.wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:block!important;max-width:100%!important;font-size:15px!important;white-space:nowrap!important}
  body.woocommerce-cart .wc-block-components-product-name{font-size:14px!important;line-height:1.4!important;overflow-wrap:anywhere!important}
  body.woocommerce-cart .wc-block-components-totals-wrapper{padding:17px 0!important;border-bottom:1px solid rgba(52,99,132,.12)!important}
  body.woocommerce-cart .wc-block-cart__totals-title{padding:0 0 15px!important}
  body.woocommerce-cart .wc-block-cart__submit{margin-top:20px!important}

  /* Checkout: centered margins and balanced form/summary columns. */
  body.woocommerce-checkout main,body.woocommerce-checkout .site-main,body.woocommerce-checkout .entry-content,body.woocommerce-checkout .wp-block-post-content{width:100%!important;max-width:none!important;margin:0!important;padding-right:0!important;padding-left:0!important}
  body.woocommerce-checkout .wp-block-woocommerce-checkout,body.woocommerce-checkout .wc-block-checkout{width:min(1280px,calc(100% - 64px))!important;max-width:1280px!important;margin:46px auto 70px!important;padding:0!important;box-sizing:border-box!important}
  body.woocommerce-checkout .wc-block-components-sidebar-layout{display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr)!important;gap:64px!important;align-items:start!important;width:100%!important;margin:0!important}
  body.woocommerce-checkout .wc-block-components-main,body.woocommerce-checkout .wc-block-components-sidebar{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
  body.woocommerce-checkout .wc-block-checkout__main,body.woocommerce-checkout .wc-block-checkout__sidebar{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar{position:sticky!important;top:110px!important}
  body.woocommerce-checkout .wc-block-components-checkout-step{margin:0 0 32px!important;padding:0 0 27px!important;border-bottom:1px solid rgba(52,99,132,.12)!important}
  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
  body.woocommerce-checkout .wc-block-components-address-form input,
  body.woocommerce-checkout .wc-block-components-address-form select{border:0!important;border-radius:11px!important;background:rgba(255,255,255,.86)!important;box-shadow:inset 0 0 0 1px rgba(62,104,133,.16)!important}
  body.woocommerce-checkout .wc-block-components-order-summary{overflow:hidden!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  body.woocommerce-checkout .wc-block-components-order-summary-item{padding:18px 0!important;border-bottom:1px solid rgba(52,99,132,.1)!important}
  body.woocommerce-checkout .wc-block-components-order-summary-item__total-price{min-width:105px!important;text-align:right!important;white-space:nowrap!important}
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button{min-height:54px!important;border:0!important;border-radius:13px!important;color:#fff!important;background:linear-gradient(135deg,#38c8ff,#0878d1)!important;font-weight:750!important}
}

@media(min-width:761px) and (max-width:1050px){
  body.woocommerce-cart .wp-block-woocommerce-cart,body.woocommerce-cart .wc-block-cart,body.woocommerce-checkout .wp-block-woocommerce-checkout,body.woocommerce-checkout .wc-block-checkout{width:calc(100% - 36px)!important}
  body.woocommerce-cart .wc-block-cart,body.woocommerce-cart .wc-block-components-sidebar-layout{grid-template-columns:minmax(0,1.5fr) minmax(270px,.7fr)!important;gap:28px!important}
  body.woocommerce-checkout .wc-block-components-sidebar-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr)!important;gap:34px!important}
  body.woocommerce-cart tr.wc-block-cart-items__row{grid-template-columns:78px minmax(0,1fr) 120px!important;gap:14px!important}
  body.woocommerce-cart td.wc-block-cart-item__image,body.woocommerce-cart td.wc-block-cart-item__image img{width:78px!important}
  body.woocommerce-cart td.wc-block-cart-item__total{width:120px!important}
}
