/* Route-scoped rules split from v2-final.css. Source selectors are explicitly scoped to cart. */
body.gbh-v2-cart-page .gbh-v2-cart-before:empty {
  display: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before > * {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-list {
  display: grid !important;
  gap: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-shell {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
  grid-template-areas:
    "hero side"
    "form side" !important;
  gap: 16px 22px !important;
  padding-top: calc(var(--gbh-topbar-h) + 22px) !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-hero {
  grid-area: hero !important;
  grid-column: auto !important;
  margin: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-hero .gbh-v2-eyebrow {
  margin-bottom: 8px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-hero h2 {
  margin-bottom: 6px !important;
  font-size: clamp(22px, 1.8vw, 30px) !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-form {
  grid-area: form !important;
  grid-column: auto !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-side {
  grid-area: side !important;
  grid-column: auto !important;
  position: sticky !important;
  top: calc(var(--gbh-topbar-h) + 18px) !important;
  display: grid !important;
  gap: 14px !important;
  align-self: start !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before {
  grid-column: auto !important;
  width: 100% !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-card h2 {
  margin-bottom: 14px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item {
  grid-template-columns: 24px 58px minmax(0, 1fr) minmax(86px, auto) !important;
  gap: 12px !important;
  padding: 11px 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main h3 {
  margin: 0 0 5px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation dt {
  display: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation dd {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 3px 7px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.035) !important;
  color: #cbd2df !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation dd::before {
  content: "License: ";
  color: #8f9aac;
  margin-right: 3px;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation p {
  margin: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-actions {
  justify-content: flex-end !important;
  padding-top: 12px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before .hcb-compact,
body.gbh-v2-cart-page .gbh-v2-cart-before .hcb-discount-chart {
  padding: 12px !important;
  margin: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-side .cart_totals {
  margin: 0 !important;
}

@media (max-width: 1180px) {
body.gbh-v2-cart-page .gbh-v2-cart-shell {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "hero"
      "form"
      "side" !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .gbh-v2-cart-shell {
    width: min(100% - 28px, var(--gbh-container)) !important;
  }
}

body.gbh-v2-cart-page .gbh-v2-cart-before {
  grid-column: auto !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before > .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before .hcb-compact,
body.gbh-v2-cart-page .gbh-v2-cart-before .hyper-tiered-pricing-selector {
  margin: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before .woocommerce-message,
body.gbh-v2-cart-page .gbh-v2-cart-before .woocommerce-info,
body.gbh-v2-cart-page .gbh-v2-cart-before .woocommerce-error {
  position: static !important;
  width: 100% !important;
  margin: 0 0 12px !important;
}

@media (max-width: 1180px) {
body.gbh-v2-cart-page .gbh-v2-cart-side {
    position: static !important;
  }
}

body.gbh-v2-cart-page .gbh-v2-cart-shell {
  padding-top: calc(var(--gbh-topbar-h) + 26px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-hero {
  margin-bottom: 4px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-hero h2 {
  font-size: clamp(24px, 2vw, 34px) !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-card,
body.gbh-v2-cart-page .gbh-v2-cart-side {
  padding: 18px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item {
  grid-template-columns: 24px 58px minmax(0, 1fr) minmax(92px, auto) !important;
  gap: 12px !important;
  padding: 12px 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__media img {
  width: 58px !important;
  height: 40px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main h3 {
  margin-bottom: 3px !important;
  font-size: 14px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px 6px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation dt,
body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation dd,
body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation dt {
  color: #aeb7c8 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation dd {
  color: #e7ebf4 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__price,
body.gbh-v2-cart-page .gbh-v2-cart-item__quantity {
  display: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__subtotal {
  justify-self: end !important;
  text-align: right !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__subtotal span {
  display: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-actions {
  justify-content: flex-end !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-update {
  min-width: 148px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-coupon-form {
  display: grid !important;
  gap: 8px !important;
  padding: 14px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.025) !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-coupon-form label {
  color: #fff !important;
  font-weight: 800 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-coupon {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-coupon input {
  width: 100% !important;
  min-height: 40px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-coupon .button {
  min-height: 40px !important;
  padding-inline: 14px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before .hcb-compact {
  padding: 14px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before .hcb-small {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .gbh-v2-cart-item {
    grid-template-columns: 24px 54px minmax(0, 1fr) !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .gbh-v2-cart-item__subtotal {
    grid-column: 3 !important;
    justify-self: start !important;
    text-align: left !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .gbh-v2-cart-coupon {
    grid-template-columns: 1fr !important;
  }
}

body.gbh-v2-cart-page .gbh-v2-cart-shell {
  display: grid !important;
  grid-template-columns: minmax(620px, 1fr) minmax(320px, 390px) !important;
  gap: 22px !important;
  align-items: start !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-hero {
  grid-column: 1 / -1 !important;
  margin: 0 0 2px !important;
  color: #d8deea !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-hero h2 {
  margin: 0 0 8px !important;
  color: #fff !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-shell > .hyper-tiered-pricing-selector,
body.gbh-v2-cart-page .gbh-v2-cart-shell > .cart-summary {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 10px 0 0 !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form {
  grid-column: 1 !important;
  grid-row: 3 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.gbh-v2-cart-page .cart-collaterals {
  grid-column: 2 !important;
  grid-row: 3 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
}

body.gbh-v2-cart-page .cart_totals {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
}

body.gbh-v2-cart-page table.shop_table .product-remove {
  width: 42px !important;
}

body.gbh-v2-cart-page table.shop_table .product-thumbnail {
  width: 74px !important;
}

body.gbh-v2-cart-page table.shop_table .product-name {
  width: auto !important;
}

body.gbh-v2-cart-page table.shop_table .product-price,
body.gbh-v2-cart-page table.shop_table .product-quantity,
body.gbh-v2-cart-page table.shop_table .product-subtotal {
  width: 118px !important;
}

body.gbh-v2-cart-page .product-thumbnail img {
  width: 58px !important;
  height: 44px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

body.gbh-v2-cart-page .coupon {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  max-width: 100% !important;
}

body.gbh-v2-cart-page table.shop_table td.actions {
  padding-top: 18px !important;
}

body.gbh-v2-cart-page table.shop_table td.actions,
body.gbh-v2-cart-page .kadence-woo-cart-form-wrap .actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

body.gbh-v2-cart-page table.shop_table td.actions::before {
  content: none !important;
}

body.gbh-v2-cart-page .coupon + .button,
body.gbh-v2-cart-page button[name="update_cart"] {
  margin-left: auto !important;
}

@media (max-width: 900px) {
body.gbh-v2-cart-page .woocommerce-cart-form,
  body.gbh-v2-cart-page .cart-collaterals {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
body.gbh-v2-cart-page .gbh-v2-cart-shell {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
body.gbh-v2-cart-page .woocommerce-cart-form,
  body.gbh-v2-cart-page .cart-collaterals {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 640px) {
body.gbh-v2-cart-page table.shop_table_responsive tr,
  body.gbh-v2-cart-page table.shop_table_responsive tbody,
  body.gbh-v2-cart-page table.shop_table_responsive td {
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 640px) {
body.gbh-v2-cart-page table.shop_table_responsive thead {
    display: none !important;
  }
}

@media (max-width: 640px) {
body.gbh-v2-cart-page table.shop_table_responsive tr {
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
  }
}

@media (max-width: 640px) {
body.gbh-v2-cart-page table.shop_table_responsive td {
    padding: 8px 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 640px) {
body.gbh-v2-cart-page .coupon {
    align-items: stretch !important;
    flex-direction: column !important;
  }
}

@media (max-width: 640px) {
body.gbh-v2-cart-page table.shop_table .product-price,
  body.gbh-v2-cart-page table.shop_table .product-quantity,
  body.gbh-v2-cart-page table.shop_table .product-subtotal,
  body.gbh-v2-cart-page table.shop_table .product-remove,
  body.gbh-v2-cart-page table.shop_table .product-thumbnail {
    width: 100% !important;
  }
}

body.gbh-v2-cart-page .gbh-v2-cart-shell > .hcb-compact,
body.gbh-v2-cart-page .gbh-v2-cart-shell > .hyper-tiered-pricing-selector,
body.gbh-v2-cart-page .gbh-v2-cart-shell > .cart-summary {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-shell > .kadence-woo-cart-form-wrap {
  grid-column: 1 !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  float: none !important;
  clear: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-shell > .cart-collaterals {
  grid-column: 2 !important;
  grid-row: 3 / span 2 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

body.gbh-v2-cart-page .kadence-woo-cart-form-wrap .woocommerce-cart-form {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
}

body.gbh-v2-cart-page .kadence-woo-cart-form-wrap .cart-summary h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents {
  display: table !important;
  table-layout: fixed !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents thead,
body.gbh-v2-cart-page .woocommerce-cart-form__contents tbody {
  width: 100% !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents .product-name a {
  color: #fff !important;
  font-weight: 800 !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents .variation,
body.gbh-v2-cart-page .woocommerce-cart-form__contents .variation p {
  margin: 5px 0 0 !important;
  color: #cfd6e4 !important;
  font-size: 13px !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents .quantity input[type="hidden"] {
  display: none !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents td.actions {
  display: table-cell !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents td.actions .coupon {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 460px) !important;
  vertical-align: middle !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents td.actions .coupon input {
  width: 190px !important;
  max-width: 46vw !important;
}

body.gbh-v2-cart-page .woocommerce-cart-form__contents td.actions button[name="update_cart"] {
  float: right !important;
  margin: 0 !important;
}

body.gbh-v2-cart-page .cart-collaterals .hyper-tiered-pricing-selector {
  margin-bottom: 24px !important;
}

@media (max-width: 1180px) {
body.gbh-v2-cart-page .gbh-v2-cart-shell > .cart-collaterals {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .woocommerce-cart-form__contents,
  body.gbh-v2-cart-page .woocommerce-cart-form__contents tbody,
  body.gbh-v2-cart-page .woocommerce-cart-form__contents tr,
  body.gbh-v2-cart-page .woocommerce-cart-form__contents td {
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .woocommerce-cart-form__contents thead {
    display: none !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .woocommerce-cart-form__contents .cart_item {
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .woocommerce-cart-form__contents td {
    padding: 7px 0 !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .woocommerce-cart-form__contents td::before {
    color: #aeb7c8 !important;
    font-weight: 800 !important;
  }
}

@media (max-width: 760px) {
body.gbh-v2-cart-page .woocommerce-cart-form__contents td.actions .coupon,
  body.gbh-v2-cart-page .woocommerce-cart-form__contents td.actions .coupon input,
  body.gbh-v2-cart-page .woocommerce-cart-form__contents td.actions .coupon button,
  body.gbh-v2-cart-page .woocommerce-cart-form__contents td.actions button[name="update_cart"] {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
  }
}

body.gbh-v2-cart-page .gbh-v2-cart-shell {
  width: min(var(--gbh-container), calc(100% - 72px)) !important;
  max-width: var(--gbh-container) !important;
  margin: 0 auto !important;
  padding: calc(var(--gbh-topbar-h) + 46px) 0 84px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 400px) !important;
  gap: 22px !important;
  align-items: start !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-hero,
body.gbh-v2-cart-page .gbh-v2-cart-before {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-before > * {
  width: 100% !important;
  max-width: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-form,
body.gbh-v2-cart-page .gbh-v2-cart-card {
  grid-column: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-card,
body.gbh-v2-cart-page .gbh-v2-cart-side {
  background: #101114 !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 14px !important;
  padding: 20px !important;
  box-shadow: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-card h2,
body.gbh-v2-cart-page .gbh-v2-cart-side h2 {
  margin: 0 0 18px !important;
  color: #fff !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-list {
  display: grid !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item {
  display: grid !important;
  grid-template-columns: 28px 72px minmax(0, 1fr) minmax(88px, auto) minmax(72px, auto) minmax(96px, auto) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__remove .remove {
  width: 22px !important;
  height: 22px !important;
  display: grid !important;
  place-items: center !important;
  color: #ff5b5b !important;
  text-decoration: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__media img {
  width: 72px !important;
  height: 48px !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 7px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: #07080a !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main h3 {
  margin: 0 0 5px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main h3 a {
  color: #fff !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation,
body.gbh-v2-cart-page .gbh-v2-cart-item__main .variation p {
  margin: 0 !important;
  color: #cbd2df !important;
  font-size: 13px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__price,
body.gbh-v2-cart-page .gbh-v2-cart-item__quantity,
body.gbh-v2-cart-page .gbh-v2-cart-item__subtotal {
  display: grid !important;
  gap: 4px !important;
  color: #aeb7c8 !important;
  font-size: 12px !important;
  justify-items: start !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__price strong,
body.gbh-v2-cart-page .gbh-v2-cart-item__subtotal strong {
  color: #fff !important;
  font-size: 14px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-item__quantity input[type="hidden"] {
  display: none !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-coupon {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  max-width: 100% !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-coupon input {
  width: 190px !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-side {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.gbh-v2-cart-page .gbh-v2-cart-side .cart_totals,
body.gbh-v2-cart-page .gbh-v2-cart-side .shop_table {
  width: 100% !important;
}

@media (max-width: 1180px) {
body.gbh-v2-cart-page .gbh-v2-cart-shell {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1180px) {
body.gbh-v2-cart-page .gbh-v2-cart-form,
  body.gbh-v2-cart-page .gbh-v2-cart-side {
    grid-column: 1 !important;
  }
}

@media (max-width: 900px) {
body.gbh-v2-cart-page .gbh-v2-cart-item {
    grid-template-columns: 24px 66px minmax(0, 1fr) !important;
  }
}

@media (max-width: 900px) {
body.gbh-v2-cart-page .gbh-v2-cart-item__price,
  body.gbh-v2-cart-page .gbh-v2-cart-item__quantity,
  body.gbh-v2-cart-page .gbh-v2-cart-item__subtotal {
    grid-column: 3 !important;
    display: flex !important;
    justify-content: space-between !important;
    width: min(100%, 280px) !important;
  }
}

@media (max-width: 560px) {
body.gbh-v2-cart-page .gbh-v2-cart-item {
    grid-template-columns: 24px minmax(0, 1fr) !important;
  }
}

@media (max-width: 560px) {
body.gbh-v2-cart-page .gbh-v2-cart-item__media,
  body.gbh-v2-cart-page .gbh-v2-cart-item__main,
  body.gbh-v2-cart-page .gbh-v2-cart-item__price,
  body.gbh-v2-cart-page .gbh-v2-cart-item__quantity,
  body.gbh-v2-cart-page .gbh-v2-cart-item__subtotal {
    grid-column: 2 !important;
  }
}

@media (max-width: 560px) {
body.gbh-v2-cart-page .gbh-v2-cart-actions,
  body.gbh-v2-cart-page .gbh-v2-cart-coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}

@media (max-width: 560px) {
body.gbh-v2-cart-page .gbh-v2-cart-coupon input,
  body.gbh-v2-cart-page .gbh-v2-cart-actions .button {
    width: 100% !important;
  }
}
