/* =========================================================
   INNERJOY PREMIUM CART
   Scoped to the WooCommerce cart page only.
   ========================================================= */

body.ijpc-cart {
  --ijcart-blue: #0869de;
  --ijcart-blue-deep: #034da9;
  --ijcart-blue-soft: #eaf3ff;
  --ijcart-ink: #0b1b32;
  --ijcart-copy: #637087;
  --ijcart-line: #dce5f0;
  --ijcart-canvas: #f4f7fb;
  --ijcart-white: #fff;
  --ijcart-danger: #c54858;
  --ijcart-shadow: 0 24px 70px rgba(21, 50, 87, .09), 0 3px 12px rgba(21, 50, 87, .035);
  background: var(--ijcart-canvas);
}

body.ijpc-cart,
body.ijpc-cart *,
body.ijpc-cart *::before,
body.ijpc-cart *::after {
  box-sizing: border-box;
}

body.ijpc-cart .main-page-wrapper {
  position: relative;
  overflow: clip;
  padding-top: 0 !important;
  background:
    radial-gradient(circle at 4% 8%, rgba(8, 105, 222, .08), transparent 25rem),
    radial-gradient(circle at 96% 45%, rgba(91, 157, 239, .08), transparent 28rem),
    linear-gradient(180deg, #fbfcfe 0%, var(--ijcart-canvas) 100%);
}

body.ijpc-cart .wd-content-layout,
body.ijpc-cart .site-content,
body.ijpc-cart .woocommerce.entry-content {
  width: min(100%, 1440px) !important;
  max-width: 1440px !important;
  margin-inline: auto !important;
}

body.ijpc-cart .site-content {
  padding-top: clamp(12px, 1.7vw, 24px) !important;
  padding-bottom: clamp(72px, 8vw, 118px) !important;
}

body.ijpc-cart .woodmart-title-container,
body.ijpc-cart .elementor-widget-wd_title:has(.woodmart-title-container) {
  display: none !important;
}

/* Cart introduction */
body.ijpc-cart .ijpc-cart-intro {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 226px;
  margin: 0 0 clamp(22px, 3vw, 36px);
  padding: clamp(38px, 5vw, 64px) clamp(30px, 6vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, .19), transparent 22%),
    linear-gradient(128deg, #062e67 0%, #075cbe 48%, #1688f2 100%);
  box-shadow: 0 28px 80px rgba(3, 77, 169, .19);
  color: #fff;
}

body.ijpc-cart .ijpc-cart-intro::before,
body.ijpc-cart .ijpc-cart-intro::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.ijpc-cart .ijpc-cart-intro::before {
  top: -250px;
  right: -45px;
  width: 500px;
  height: 500px;
}

body.ijpc-cart .ijpc-cart-intro::after {
  right: 250px;
  bottom: -270px;
  width: 390px;
  height: 390px;
}

body.ijpc-cart .ijpc-cart-intro__copy {
  max-width: 650px;
}

body.ijpc-cart .ijpc-cart-intro__eyebrow {
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .76);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 1.65px;
  text-transform: uppercase;
}

body.ijpc-cart .ijpc-cart-intro__eyebrow i {
  width: 23px;
  height: 2px;
  border-radius: 2px;
  background: #8fc8ff;
}

body.ijpc-cart .ijpc-cart-intro h1 {
  margin: 0 0 11px;
  color: #fff !important;
  font-family: inherit !important;
  font-size: clamp(46px, 5.3vw, 76px);
  font-weight: 760;
  line-height: .92;
  letter-spacing: clamp(-4px, -.28vw, -2px);
}

body.ijpc-cart .ijpc-cart-intro p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.55;
}

body.ijpc-cart .ijpc-cart-intro__status {
  min-width: 360px;
  align-self: flex-end;
}

body.ijpc-cart .ijpc-cart-count {
  width: fit-content;
  margin: 0 0 18px auto;
  padding: 8px 12px;
  display: block;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .88);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .75px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body.ijpc-cart .ijpc-cart-progress {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

body.ijpc-cart .ijpc-cart-progress li {
  position: relative;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, .46);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

body.ijpc-cart .ijpc-cart-progress li:not(:last-child)::after {
  position: absolute;
  top: 11px;
  right: 11px;
  left: 31px;
  height: 1px;
  background: rgba(255, 255, 255, .21);
  content: "";
}

body.ijpc-cart .ijpc-cart-progress b {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: inherit;
  font-size: 7px;
}

body.ijpc-cart .ijpc-cart-progress .is-active {
  color: #fff;
}

body.ijpc-cart .ijpc-cart-progress .is-active b {
  border-color: #fff;
  background: #fff;
  color: var(--ijcart-blue-deep);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .10);
}

/* Elementor cart grid, upgraded without replacing WooCommerce nodes */
body.ijpc-cart .ijpc-cart-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.28fr) minmax(350px, .72fr) !important;
  align-items: start !important;
  gap: clamp(22px, 3vw, 38px) !important;
}

body.ijpc-cart .ijpc-cart-main,
body.ijpc-cart .ijpc-cart-summary {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ijpc-cart .ijpc-cart-summary {
  position: sticky !important;
  top: 24px !important;
}

/* Product table */
body.ijpc-cart .elementor-widget-wd_cart_table,
body.ijpc-cart .woocommerce-cart-form {
  width: 100% !important;
  max-width: none !important;
}

body.ijpc-cart .woocommerce-cart-form {
  overflow: hidden;
  border: 1px solid rgba(24, 62, 104, .09);
  border-radius: 28px;
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--ijcart-shadow);
}

body.ijpc-cart .woocommerce-cart-form table.shop_table {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

body.ijpc-cart .woocommerce-cart-form thead th {
  padding: 18px 13px !important;
  border: 0 !important;
  border-bottom: 1px solid #e8eef5 !important;
  background: #f8fafc !important;
  color: #8793a5 !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

body.ijpc-cart .woocommerce-cart-form tbody tr.cart_item td {
  padding: 22px 13px !important;
  border: 0 !important;
  border-bottom: 1px solid #e8eef5 !important;
  background: transparent !important;
  color: #44536a;
  font-size: 12px;
  vertical-align: middle;
}

body.ijpc-cart .woocommerce-cart-form td.product-remove {
  width: 38px;
  padding-left: 18px !important;
}

body.ijpc-cart .woocommerce-cart-form .product-remove .remove {
  width: 29px;
  height: 29px;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(197, 72, 88, .15) !important;
  border-radius: 50% !important;
  background: #fff5f6 !important;
  color: var(--ijcart-danger) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

body.ijpc-cart .woocommerce-cart-form td.product-thumbnail {
  width: 112px;
}

body.ijpc-cart .woocommerce-cart-form .product-thumbnail img {
  width: 88px !important;
  height: 88px !important;
  display: block;
  border-radius: 17px;
  background: #f0f3f7;
  object-fit: cover;
}

body.ijpc-cart .woocommerce-cart-form td.product-name a {
  color: var(--ijcart-ink) !important;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
  text-decoration: none !important;
}

body.ijpc-cart .woocommerce-cart-form .product-price .amount {
  color: #6b788b;
  font-weight: 700;
}

body.ijpc-cart .woocommerce-cart-form .product-subtotal .amount {
  color: var(--ijcart-blue);
  font-size: 14px;
  font-weight: 850;
}

body.ijpc-cart .woocommerce-cart-form .quantity {
  width: 112px;
  min-height: 42px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: #f9fbfd;
}

body.ijpc-cart .woocommerce-cart-form .quantity .btn,
body.ijpc-cart .woocommerce-cart-form .quantity input.qty {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #26364d !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

body.ijpc-cart .woocommerce-cart-form .quantity .btn {
  color: var(--ijcart-blue) !important;
}

body.ijpc-cart .woocommerce-cart-form .quantity input.qty {
  border-right: 1px solid #e4ebf3 !important;
  border-left: 1px solid #e4ebf3 !important;
  text-align: center;
  appearance: textfield;
}

body.ijpc-cart .woocommerce-cart-form .quantity input.qty::-webkit-inner-spin-button,
body.ijpc-cart .woocommerce-cart-form .quantity input.qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

@media (hover: hover) {
  body.ijpc-cart .woocommerce-cart-form .product-remove .remove:hover {
    border-color: var(--ijcart-danger) !important;
    background: var(--ijcart-danger) !important;
    color: #fff !important;
  }

  body.ijpc-cart .woocommerce-cart-form td.product-name a:hover {
    color: var(--ijcart-blue) !important;
  }
}

/* Coupon row */
body.ijpc-cart .woocommerce-cart-form tr.wd-cart-action-row td.actions {
  padding: 18px !important;
  border: 0 !important;
  background: #f8fafc !important;
}

body.ijpc-cart .woocommerce-cart-form .cart-actions {
  width: 100%;
}

body.ijpc-cart .woocommerce-cart-form .coupon {
  width: min(100%, 470px);
  min-height: 52px;
  padding: 5px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px;
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #fff;
}

body.ijpc-cart .woocommerce-cart-form .coupon input.input-text {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 13px !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ijcart-ink) !important;
  font-size: 12px !important;
}

body.ijpc-cart .woocommerce-cart-form .coupon button {
  min-height: 40px;
  padding: 0 17px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--ijcart-blue-soft) !important;
  color: var(--ijcart-blue) !important;
  box-shadow: none !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: .7px;
  text-transform: uppercase;
}

/* Existing assurance carousel, visually connected to the cart */
body.ijpc-cart .ijpc-cart-main .wd-nested-carousel {
  margin-top: 20px;
  padding: 7px 10px;
  overflow: hidden;
  border: 1px solid rgba(24, 62, 104, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 32px rgba(21, 50, 87, .05);
}

body.ijpc-cart .ijpc-cart-main .wd-info-box {
  min-height: 95px;
  padding: 14px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0 !important;
}

body.ijpc-cart .ijpc-cart-main .box-icon-wrapper {
  margin: 0 !important;
}

body.ijpc-cart .ijpc-cart-main .info-svg-wrapper,
body.ijpc-cart .ijpc-cart-main .info-svg-wrapper img {
  width: 27px !important;
  height: 27px !important;
}

body.ijpc-cart .ijpc-cart-main .info-box-title {
  margin: 0 0 3px !important;
  color: var(--ijcart-ink) !important;
  font-size: 11px !important;
  font-weight: 780 !important;
  line-height: 1.3;
}

body.ijpc-cart .ijpc-cart-main .info-box-inner {
  color: #7a8799;
  font-size: 9px;
}

/* Totals */
body.ijpc-cart .ijpc-cart-summary .elementor-widget-wd_cart_totals,
body.ijpc-cart .ijpc-cart-summary .elementor-widget-container,
body.ijpc-cart .ijpc-cart-summary .cart_totals,
body.ijpc-cart .ijpc-cart-summary .cart-totals-inner {
  width: 100% !important;
  max-width: none !important;
}

body.ijpc-cart .ijpc-cart-summary .cart-totals-inner {
  margin: 0 !important;
  padding: clamp(27px, 3vw, 38px) !important;
  overflow: hidden;
  border: 1px solid rgba(24, 62, 104, .09) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: var(--ijcart-shadow) !important;
}

body.ijpc-cart .ijpc-cart-summary .cart_totals h2 {
  margin: 0 0 25px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ijcart-ink) !important;
  font-family: inherit !important;
  font-size: clamp(26px, 2.6vw, 36px) !important;
  font-weight: 730 !important;
  line-height: 1 !important;
  letter-spacing: -1.4px !important;
  text-transform: none !important;
}

body.ijpc-cart .ijpc-cart-heading-label {
  color: var(--ijcart-blue);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

body.ijpc-cart .ijpc-cart-summary table.shop_table {
  margin: 0 0 22px !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

body.ijpc-cart .ijpc-cart-summary table.shop_table th,
body.ijpc-cart .ijpc-cart-summary table.shop_table td {
  padding: 16px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e7edf4 !important;
  background: transparent !important;
  color: #59677b;
  font-size: 12px;
}

body.ijpc-cart .ijpc-cart-summary table.shop_table td {
  text-align: right;
}

body.ijpc-cart .ijpc-cart-summary .order-total th,
body.ijpc-cart .ijpc-cart-summary .order-total td {
  padding-top: 22px !important;
  border-bottom: 0 !important;
  color: var(--ijcart-ink) !important;
  font-size: 14px;
  font-weight: 850;
}

body.ijpc-cart .ijpc-cart-summary .order-total .amount {
  color: var(--ijcart-blue) !important;
  font-size: clamp(25px, 2.7vw, 34px);
  letter-spacing: -1px;
}

body.ijpc-cart .ijpc-cart-summary .wc-proceed-to-checkout {
  margin: 0 !important;
  padding: 0 !important;
}

body.ijpc-cart .ijpc-cart-summary .checkout-button {
  width: 100%;
  min-height: 58px;
  margin: 0 !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--ijcart-blue), #1688f2) !important;
  color: #fff !important;
  box-shadow: 0 15px 32px rgba(8, 105, 222, .25) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .7px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease;
}

body.ijpc-cart .ijpc-cart-summary .checkout-button::after {
  content: "\2192";
  font-size: 17px;
  line-height: 1;
}

@media (hover: hover) {
  body.ijpc-cart .ijpc-cart-summary .checkout-button:hover {
    box-shadow: 0 20px 40px rgba(8, 105, 222, .33) !important;
    transform: translateY(-2px);
  }
}

body.ijpc-cart .ijpc-cart-confidence {
  margin-top: 16px;
  display: grid;
  gap: 9px;
}

body.ijpc-cart .ijpc-cart-confidence > span {
  min-height: 59px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #dce8f6;
  border-radius: 14px;
  background: #f4f9ff;
}

body.ijpc-cart .ijpc-cart-confidence svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: none;
  stroke: var(--ijcart-blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ijpc-cart .ijpc-cart-confidence > span > span {
  display: grid;
  gap: 3px;
}

body.ijpc-cart .ijpc-cart-confidence b {
  color: #2c435e;
  font-size: 10px;
  font-weight: 820;
}

body.ijpc-cart .ijpc-cart-confidence small {
  color: #7b899a;
  font-size: 8.5px;
}

/* Notices and empty state */
body.ijpc-cart .woocommerce-notices-wrapper .woocommerce-message,
body.ijpc-cart .woocommerce-notices-wrapper .woocommerce-error,
body.ijpc-cart .woocommerce-notices-wrapper .woocommerce-info {
  margin: 0 0 18px !important;
  border-radius: 15px !important;
  box-shadow: 0 12px 30px rgba(21, 50, 87, .06);
}

body.ijpc-cart .cart-empty.woocommerce-info {
  max-width: 720px;
  min-height: 160px;
  margin: 30px auto 18px !important;
  padding: 55px 30px 30px !important;
  border: 1px solid rgba(24, 62, 104, .09) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--ijcart-shadow);
  color: var(--ijcart-ink) !important;
  font-size: 18px;
  font-weight: 730;
  text-align: center;
}

body.ijpc-cart .return-to-shop {
  text-align: center;
}

body.ijpc-cart .return-to-shop .button {
  min-height: 52px;
  padding: 0 24px !important;
  border-radius: 13px !important;
  background: var(--ijcart-blue) !important;
  color: #fff !important;
}

/* Tablet */
@media (max-width: 1024px) {
  body.ijpc-cart .ijpc-cart-layout {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .75fr) !important;
    gap: 20px !important;
  }

  body.ijpc-cart .ijpc-cart-intro__status {
    min-width: 300px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  html:has(body.ijpc-cart),
  body.ijpc-cart {
    overflow-x: clip;
  }

  body.ijpc-cart .wd-content-layout,
  body.ijpc-cart .site-content,
  body.ijpc-cart .woocommerce.entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.ijpc-cart .site-content {
    padding-top: 0 !important;
    padding-bottom: 155px !important;
  }

  body.ijpc-cart .ijpc-cart-intro {
    width: calc(100vw - 12px);
    min-height: 218px;
    margin: -5px 0 14px calc(50% - 50vw + 6px);
    padding: 25px 20px 24px;
    display: block;
    border-radius: 22px;
  }

  body.ijpc-cart .ijpc-cart-intro::before {
    top: -170px;
    right: -130px;
    width: 360px;
    height: 360px;
  }

  body.ijpc-cart .ijpc-cart-intro::after {
    display: none;
  }

  body.ijpc-cart .ijpc-cart-intro__eyebrow {
    margin-bottom: 11px;
    font-size: 8px;
  }

  body.ijpc-cart .ijpc-cart-intro h1 {
    max-width: 340px;
    margin-bottom: 7px;
    font-size: clamp(36px, 10.2vw, 44px);
    line-height: .91;
    letter-spacing: -2.2px;
  }

  body.ijpc-cart .ijpc-cart-intro p {
    max-width: 300px;
    font-size: 10.5px;
    line-height: 1.4;
  }

  body.ijpc-cart .ijpc-cart-intro__status {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
    min-width: 0;
  }

  body.ijpc-cart .ijpc-cart-count {
    position: absolute;
    right: 0;
    bottom: 37px;
    margin: 0;
    padding: 6px 9px;
    font-size: 7px;
  }

  body.ijpc-cart .ijpc-cart-progress li {
    gap: 5px;
    font-size: 7px;
  }

  body.ijpc-cart .ijpc-cart-progress b {
    width: 20px;
    height: 20px;
  }

  body.ijpc-cart .ijpc-cart-progress li:not(:last-child)::after {
    top: 9px;
    left: 25px;
  }

  body.ijpc-cart .ijpc-cart-layout {
    width: calc(100vw - 12px) !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw + 6px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.ijpc-cart .ijpc-cart-main,
  body.ijpc-cart .ijpc-cart-summary {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.ijpc-cart .ijpc-cart-summary {
    position: static !important;
  }

  body.ijpc-cart .woocommerce-cart-form {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.ijpc-cart .woocommerce-cart-form table.shop_table,
  body.ijpc-cart .woocommerce-cart-form tbody {
    display: block !important;
  }

  body.ijpc-cart .woocommerce-cart-form thead {
    display: none !important;
  }

  body.ijpc-cart .woocommerce-cart-form tbody tr.ijpc-cart-item {
    position: relative;
    width: 100%;
    min-height: 145px;
    margin: 0 0 11px;
    padding: 15px 15px 15px 106px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "name remove"
      "price subtotal"
      "quantity quantity";
    align-content: center;
    column-gap: 12px;
    row-gap: 7px;
    overflow: hidden;
    border: 1px solid rgba(24, 62, 104, .09) !important;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(21, 50, 87, .075);
  }

  body.ijpc-cart .woocommerce-cart-form tbody tr.ijpc-cart-item td {
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
    display: block !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  body.ijpc-cart .woocommerce-cart-form tbody tr.ijpc-cart-item td::before {
    display: none !important;
  }

  body.ijpc-cart .woocommerce-cart-form .ijpc-cart-item .product-thumbnail {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    width: 76px !important;
  }

  body.ijpc-cart .woocommerce-cart-form .ijpc-cart-item .product-thumbnail img {
    width: 76px !important;
    height: 100% !important;
    min-height: 112px;
    border-radius: 15px;
  }

  body.ijpc-cart .woocommerce-cart-form .ijpc-cart-item .product-name {
    grid-area: name;
  }

  body.ijpc-cart .woocommerce-cart-form .ijpc-cart-item .product-name a {
    font-size: 13px;
  }

  body.ijpc-cart .woocommerce-cart-form .ijpc-cart-item .product-remove {
    grid-area: remove;
    justify-self: end;
  }

  body.ijpc-cart .woocommerce-cart-form .ijpc-cart-item .product-price {
    grid-area: price;
  }

  body.ijpc-cart .woocommerce-cart-form .ijpc-cart-item .product-subtotal {
    grid-area: subtotal;
    justify-self: end;
  }

  body.ijpc-cart .woocommerce-cart-form .ijpc-cart-item .product-quantity {
    grid-area: quantity;
    margin-top: 3px;
  }

  body.ijpc-cart .woocommerce-cart-form .quantity {
    width: 112px;
    min-height: 38px;
  }

  body.ijpc-cart .woocommerce-cart-form .quantity .btn,
  body.ijpc-cart .woocommerce-cart-form .quantity input.qty {
    height: 36px !important;
    min-height: 36px !important;
  }

  body.ijpc-cart .woocommerce-cart-form tr.wd-cart-action-row {
    display: block !important;
  }

  body.ijpc-cart .woocommerce-cart-form tr.wd-cart-action-row td.actions {
    padding: 0 !important;
    display: block !important;
    background: transparent !important;
  }

  body.ijpc-cart .woocommerce-cart-form .coupon {
    width: 100%;
    margin-top: 4px;
    border-radius: 13px;
  }

  body.ijpc-cart .ijpc-cart-main .wd-nested-carousel {
    margin-top: 14px;
  }

  body.ijpc-cart .ijpc-cart-summary .cart-totals-inner {
    padding: 23px !important;
    border-radius: 21px !important;
  }

  body.ijpc-cart .ijpc-cart-summary .cart_totals h2 {
    margin-bottom: 21px !important;
    font-size: 26px !important;
  }

  body.ijpc-cart .ijpc-cart-summary .checkout-button {
    min-height: 56px;
  }

  body.ijpc-cart .ijpc-cart-confidence {
    margin-bottom: 28px;
  }

  body.ijpc-cart .cart-empty.woocommerce-info,
  body.ijpc-cart .return-to-shop {
    width: calc(100vw - 12px);
    margin-right: 0 !important;
    margin-left: calc(50% - 50vw + 6px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ijpc-cart *,
  body.ijpc-cart *::before,
  body.ijpc-cart *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

