/* GHome standalone cart page v2.3.37 */
body.ghp-cart-template-page,
body.ghp-cart-standalone {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 2%, rgba(95, 178, 45, .14), transparent 28%),
    linear-gradient(180deg, #f6f7f2 0%, #fbfaf6 42%, #ffffff 100%);
  color: #151714;
}

body.ghp-cart-template-page .footer-container,
body.ghp-cart-template-page .wd-footer,
body.ghp-cart-template-page footer.site-footer,
body.ghp-cart-template-page .copyrights-wrapper,
body.ghp-cart-standalone .footer-container,
body.ghp-cart-standalone .wd-footer,
body.ghp-cart-standalone footer.site-footer,
body.ghp-cart-standalone .copyrights-wrapper {
  display: none !important;
}

.ghp-cart-template,
.ghp-cart-template * {
  box-sizing: border-box;
}

.ghp-cart-template {
  --ghp-cart-green: #5fb22d;
  --ghp-cart-green-deep: #214d20;
  --ghp-cart-ink: #151714;
  --ghp-cart-muted: #6f756c;
  --ghp-cart-line: rgba(21, 23, 20, .1);
  --ghp-cart-soft-line: rgba(21, 23, 20, .07);
  --ghp-cart-card: rgba(255, 255, 255, .88);
  --ghp-cart-card-solid: #fff;
  --ghp-cart-shadow: 0 28px 70px rgba(23, 29, 20, .11);
  --ghp-cart-shadow-soft: 0 14px 34px rgba(23, 29, 20, .08);
  width: 100%;
  min-height: 100vh;
  padding: 44px 18px 64px;
  font-family: inherit;
}

body.ghp-has-custom-site-header .ghp-cart-template {
  padding-top: clamp(118px, 9vw, 146px);
}

body.admin-bar.ghp-has-custom-site-header .ghp-cart-template {
  padding-top: clamp(146px, 10vw, 178px);
}

.ghp-cart-shell {
  width: min(1220px, calc(100vw - 36px));
  margin: 0 auto;
}

.ghp-cart-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .68)),
    radial-gradient(circle at 84% 18%, rgba(255, 209, 42, .34), transparent 29%),
    linear-gradient(135deg, rgba(95, 178, 45, .14), rgba(255, 255, 255, .05));
  box-shadow: var(--ghp-cart-shadow-soft);
  backdrop-filter: blur(16px);
}

.ghp-cart-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 290px;
  height: 290px;
  border-radius: 999px;
  background: rgba(95, 178, 45, .12);
  pointer-events: none;
}

.ghp-cart-hero__copy,
.ghp-cart-hero__steps {
  position: relative;
  z-index: 1;
}

.ghp-cart-eyebrow,
.ghp-cart-section-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(95, 178, 45, .12);
  color: var(--ghp-cart-green-deep);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ghp-cart-hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--ghp-cart-ink);
  font-size: clamp(32px, 5vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
}

.ghp-cart-hero p {
  max-width: 600px;
  margin: 16px 0 0;
  color: var(--ghp-cart-muted);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.ghp-cart-hero__steps {
  display: grid;
  gap: 10px;
  min-width: 230px;
  padding: 14px;
  border: 1px solid rgba(21, 23, 20, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.ghp-cart-hero__steps span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px 0 42px;
  border-radius: 15px;
  color: #6b7168;
  font-size: 13px;
  font-weight: 750;
  background: rgba(255, 255, 255, .55);
}

.ghp-cart-hero__steps span::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(21, 23, 20, .16);
  border-radius: 50%;
  background: #fff;
}

.ghp-cart-hero__steps span.is-active {
  color: var(--ghp-cart-green-deep);
  background: rgba(95, 178, 45, .14);
}

.ghp-cart-hero__steps span.is-active::before {
  border-color: var(--ghp-cart-green);
  background: var(--ghp-cart-green);
  box-shadow: inset 0 0 0 3px #fff;
}

.ghp-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  align-items: start;
  gap: 22px;
}

.ghp-cart-card {
  border: 1px solid rgba(21, 23, 20, .09);
  border-radius: 28px;
  background: var(--ghp-cart-card);
  box-shadow: var(--ghp-cart-shadow-soft);
  backdrop-filter: blur(18px);
}

.ghp-cart-list-card {
  padding: clamp(18px, 2.6vw, 28px);
}

.ghp-cart-list-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ghp-cart-list-head h2,
.ghp-cart-summary-head h2,
.ghp-cart-empty h2,
.ghp-cart-unavailable h1 {
  margin: 0;
  color: var(--ghp-cart-ink);
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.ghp-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--ghp-cart-line);
  border-radius: 999px;
  color: var(--ghp-cart-ink);
  background: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ghp-cart-link:hover,
.ghp-cart-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(95, 178, 45, .42);
  color: var(--ghp-cart-green-deep);
  box-shadow: 0 12px 26px rgba(95, 178, 45, .14);
  outline: none;
}

.ghp-cart-form {
  margin: 0;
}

.ghp-cart-items {
  display: grid;
  gap: 14px;
}

.ghp-cart-item {
  display: grid;
  grid-template-columns: clamp(106px, 14vw, 154px) minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--ghp-cart-soft-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ghp-cart-item:hover {
  transform: translateY(-1px);
  border-color: rgba(95, 178, 45, .24);
  box-shadow: 0 18px 34px rgba(23, 29, 20, .07);
}

.ghp-cart-item__media {
  overflow: hidden;
  min-height: clamp(112px, 15vw, 156px);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 30%, rgba(95, 178, 45, .12), transparent 54%),
    #f5f6f1;
}

.ghp-cart-item__media a,
.ghp-cart-item__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.ghp-cart-item__media img {
  object-fit: contain;
  padding: 14px;
  mix-blend-mode: multiply;
}

.ghp-cart-item__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.ghp-cart-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ghp-cart-item__title {
  margin: 0;
  color: var(--ghp-cart-ink);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.24;
  letter-spacing: -.02em;
}

.ghp-cart-item__title a {
  color: inherit;
  text-decoration: none;
}

.ghp-cart-item__title a:hover,
.ghp-cart-item__title a:focus-visible {
  color: var(--ghp-cart-green-deep);
  outline: none;
}

.ghp-cart-item__meta {
  margin-top: 8px;
  color: var(--ghp-cart-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ghp-cart-item__meta dl,
.ghp-cart-item__meta dd,
.ghp-cart-item__meta p {
  margin: 0;
}

.ghp-cart-item__meta dt,
.ghp-cart-item__meta dd {
  display: inline;
}

.ghp-cart-item__meta dt::after {
  content: ": ";
}

.ghp-cart-item__meta dd::after {
  content: "  ";
  white-space: pre;
}

.ghp-cart-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(21, 23, 20, .08);
  border-radius: 999px;
  color: #8a342d !important;
  background: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.ghp-cart-item__remove:hover,
.ghp-cart-item__remove:focus-visible {
  color: #5e1f19 !important;
  border-color: rgba(138, 52, 45, .2);
  background: rgba(138, 52, 45, .07);
  outline: none;
}

.ghp-cart-item__bottom {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) auto minmax(120px, 1fr);
  align-items: end;
  gap: 14px;
}

.ghp-cart-item__price-block,
.ghp-cart-item__subtotal {
  display: grid;
  gap: 5px;
}

.ghp-cart-item__price-block span,
.ghp-cart-item__subtotal span {
  color: var(--ghp-cart-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.ghp-cart-item__price-block strong,
.ghp-cart-item__subtotal strong {
  color: var(--ghp-cart-ink);
  font-size: 16px;
  line-height: 1.2;
}

.ghp-cart-item__subtotal {
  text-align: right;
}

.ghp-cart-item__quantity {
  display: inline-grid;
  grid-template-columns: 38px minmax(54px, 76px) 38px;
  align-items: center;
  height: 42px;
  border: 1px solid rgba(21, 23, 20, .1);
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.ghp-cart-qty-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ghp-cart-ink);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease;
}

.ghp-cart-qty-button:hover,
.ghp-cart-qty-button:focus-visible {
  color: var(--ghp-cart-green-deep);
  background: rgba(95, 178, 45, .1);
  outline: none;
}

.ghp-cart-item__quantity :is(.quantity, .qty) {
  margin: 0 !important;
}

.ghp-cart-item__quantity .quantity {
  display: flex;
  justify-content: center;
}

.ghp-cart-item__quantity input.qty,
.ghp-cart-item__quantity .qty {
  width: 60px !important;
  min-width: 0 !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ghp-cart-ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 38px !important;
  text-align: center !important;
  appearance: textfield;
}

.ghp-cart-item__quantity input.qty::-webkit-outer-spin-button,
.ghp-cart-item__quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.ghp-cart-actions {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ghp-cart-soft-line);
}

.ghp-cart-coupon {
  display: grid;
  gap: 8px;
  width: min(100%, 440px);
}

.ghp-cart-coupon label {
  color: var(--ghp-cart-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.ghp-cart-coupon__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(21, 23, 20, .1);
  border-radius: 18px;
  background: #fff;
}

.ghp-cart-coupon__row input {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  border: 0 !important;
  border-radius: 14px;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ghp-cart-ink);
  font-size: 14px;
}

.ghp-cart-coupon__row input:focus {
  outline: none;
}

.ghp-cart-coupon__row button,
.ghp-cart-update,
.ghp-cart-checkout,
.ghp-cart-primary-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ghp-cart-green) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 30px rgba(95, 178, 45, .24);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, opacity .18s ease;
}

.ghp-cart-coupon__row button:hover,
.ghp-cart-coupon__row button:focus-visible,
.ghp-cart-update:hover,
.ghp-cart-update:focus-visible,
.ghp-cart-checkout:hover,
.ghp-cart-checkout:focus-visible,
.ghp-cart-primary-link:hover,
.ghp-cart-primary-link:focus-visible {
  transform: translateY(-1px);
  background: #4d9f23 !important;
  color: #fff !important;
  box-shadow: 0 20px 36px rgba(95, 178, 45, .32);
  outline: none;
}

.ghp-cart-update[disabled],
.ghp-cart-update:disabled {
  background: #dfe4da !important;
  color: #899184 !important;
  box-shadow: none !important;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.ghp-cart-sidebar {
  position: sticky;
  top: 118px;
}

body.admin-bar .ghp-cart-sidebar {
  top: 150px;
}

.ghp-cart-summary-card {
  overflow: hidden;
  padding: clamp(18px, 2.3vw, 24px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .82)),
    radial-gradient(circle at 100% 0%, rgba(255, 209, 42, .24), transparent 36%);
}

.ghp-cart-summary-head {
  margin-bottom: 14px;
}

.ghp-cart-summary-head h2 {
  font-size: clamp(23px, 2.5vw, 30px);
}

.ghp-cart-summary-head p {
  margin: 9px 0 0;
  color: var(--ghp-cart-muted);
  font-size: 13px;
  line-height: 1.58;
}

.ghp-cart-summary-card .cart_totals {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.ghp-cart-summary-card .cart_totals > h2 {
  display: none;
}

.ghp-cart-summary-card .shop_table,
.ghp-cart-summary-card table,
.ghp-cart-summary-card tbody,
.ghp-cart-summary-card tr,
.ghp-cart-summary-card th,
.ghp-cart-summary-card td {
  display: block;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
}

.ghp-cart-summary-card .shop_table {
  margin: 0 !important;
  padding: 4px 0 0 !important;
}

.ghp-cart-summary-card tr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--ghp-cart-soft-line) !important;
}

.ghp-cart-summary-card th {
  width: auto !important;
  padding: 0 !important;
  color: var(--ghp-cart-muted) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.ghp-cart-summary-card td {
  width: auto !important;
  padding: 0 !important;
  color: var(--ghp-cart-ink) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
  text-align: right !important;
}

.ghp-cart-summary-card td :is(ul, ol) {
  margin: 6px 0 0;
  padding-left: 0;
  list-style: none;
}

.ghp-cart-summary-card .order-total {
  margin-top: 2px;
  padding-top: 18px !important;
  border-top-color: rgba(21, 23, 20, .16) !important;
}

.ghp-cart-summary-card .order-total th,
.ghp-cart-summary-card .order-total td,
.ghp-cart-summary-card .order-total strong,
.ghp-cart-summary-card .order-total .amount {
  color: var(--ghp-cart-ink) !important;
  font-size: 21px !important;
  font-weight: 950 !important;
}

.ghp-cart-summary-card .woocommerce-shipping-destination,
.ghp-cart-summary-card .woocommerce-shipping-calculator,
.ghp-cart-summary-card .includes_tax {
  color: var(--ghp-cart-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.ghp-cart-checkout {
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  font-size: 15px !important;
}

.ghp-cart-mini-trust {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ghp-cart-mini-trust li {
  position: relative;
  padding-left: 24px;
  color: var(--ghp-cart-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ghp-cart-mini-trust li::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(95, 178, 45, .18);
  box-shadow: inset 0 0 0 4px #fff;
  outline: 1px solid rgba(95, 178, 45, .36);
}

.ghp-cart-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ghp-cart-reassurance article {
  min-height: 130px;
  padding: 20px;
  border: 1px solid rgba(21, 23, 20, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.ghp-cart-reassurance strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ghp-cart-ink);
  font-size: 15px;
  letter-spacing: -.01em;
}

.ghp-cart-reassurance span {
  display: block;
  color: var(--ghp-cart-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ghp-cart-empty {
  display: grid;
  justify-items: center;
  max-width: 720px;
  margin: 26px auto 0;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}

.ghp-cart-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 24px;
  background: rgba(95, 178, 45, .13);
  font-size: 34px;
}

.ghp-cart-empty p {
  max-width: 510px;
  margin: 14px 0 24px;
  color: var(--ghp-cart-muted);
  font-size: 15px;
  line-height: 1.7;
}

.ghp-cart-template .woocommerce-notices-wrapper,
.ghp-cart-template .woocommerce-message,
.ghp-cart-template .woocommerce-error,
.ghp-cart-template .woocommerce-info {
  width: min(1220px, calc(100vw - 36px));
  margin: 0 auto 18px !important;
}

.ghp-cart-template .woocommerce-message,
.ghp-cart-template .woocommerce-info,
.ghp-cart-template .woocommerce-error {
  border: 1px solid rgba(21, 23, 20, .09) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: var(--ghp-cart-shadow-soft);
  color: var(--ghp-cart-ink) !important;
}

.ghp-cart-template .woocommerce-error {
  border-color: rgba(138, 52, 45, .24) !important;
}

.ghp-cart-template a {
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .ghp-cart-layout {
    grid-template-columns: 1fr;
  }

  .ghp-cart-sidebar {
    position: static;
  }

  .ghp-cart-summary-card {
    border-radius: 24px;
  }
}

@media (max-width: 768px) {
  body.ghp-has-custom-site-header .ghp-cart-template {
    padding-top: 112px;
  }

  body.admin-bar.ghp-has-custom-site-header .ghp-cart-template {
    padding-top: 154px;
  }

  .ghp-cart-template {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ghp-cart-shell,
  .ghp-cart-template .woocommerce-notices-wrapper,
  .ghp-cart-template .woocommerce-message,
  .ghp-cart-template .woocommerce-error,
  .ghp-cart-template .woocommerce-info {
    width: min(100%, calc(100vw - 24px));
  }

  .ghp-cart-hero {
    grid-template-columns: 1fr;
    align-items: stretch;
    border-radius: 24px;
  }

  .ghp-cart-hero__steps {
    min-width: 0;
  }

  .ghp-cart-list-head,
  .ghp-cart-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ghp-cart-link,
  .ghp-cart-update,
  .ghp-cart-coupon,
  .ghp-cart-coupon__row button {
    width: 100%;
  }

  .ghp-cart-item {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 13px;
    padding: 12px;
    border-radius: 20px;
  }

  .ghp-cart-item__media {
    min-height: 112px;
    border-radius: 17px;
  }

  .ghp-cart-item__top,
  .ghp-cart-item__bottom {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ghp-cart-item__bottom {
    gap: 12px;
  }

  .ghp-cart-item__subtotal {
    text-align: left;
  }

  .ghp-cart-item__quantity {
    width: max-content;
  }

  .ghp-cart-reassurance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .ghp-cart-template {
    padding-bottom: 42px;
  }

  .ghp-cart-hero,
  .ghp-cart-list-card,
  .ghp-cart-summary-card,
  .ghp-cart-empty {
    border-radius: 20px;
  }

  .ghp-cart-hero h1 {
    font-size: 34px;
  }

  .ghp-cart-item {
    grid-template-columns: 1fr;
  }

  .ghp-cart-item__media {
    min-height: 180px;
  }

  .ghp-cart-coupon__row {
    grid-template-columns: 1fr;
  }

  .ghp-cart-coupon__row button {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ghp-cart-link,
  .ghp-cart-item,
  .ghp-cart-qty-button,
  .ghp-cart-coupon__row button,
  .ghp-cart-update,
  .ghp-cart-checkout,
  .ghp-cart-primary-link {
    transition: none;
  }

  .ghp-cart-link:hover,
  .ghp-cart-item:hover,
  .ghp-cart-coupon__row button:hover,
  .ghp-cart-update:hover,
  .ghp-cart-checkout:hover,
  .ghp-cart-primary-link:hover {
    transform: none;
  }
}

/* v2.3.37 Cart page quantity-control hardening.
   WoodMart can inject its own +/- quantity controls around WooCommerce qty inputs.
   The standalone cart owns this control, so any parent-theme controls inside it are suppressed. */
.ghp-cart-template .ghp-cart-item__quantity {
  position: relative !important;
  display: inline-grid !important;
  grid-template-columns: 38px 64px 38px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 142px !important;
  min-width: 142px !important;
  max-width: 142px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.ghp-cart-template .ghp-cart-item__quantity .ghp-cart-qty-button,
.ghp-cart-template .ghp-cart-item__quantity .ghp-cart-qty-input,
.ghp-cart-template .ghp-cart-item__quantity .ghp-cart-sold-single {
  position: static !important;
  float: none !important;
  transform: none !important;
}

.ghp-cart-template .ghp-cart-item__quantity [data-ghp-cart-qty-decrease] {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.ghp-cart-template .ghp-cart-item__quantity .ghp-cart-qty-input,
.ghp-cart-template .ghp-cart-item__quantity .ghp-cart-sold-single {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.ghp-cart-template .ghp-cart-item__quantity [data-ghp-cart-qty-increase] {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.ghp-cart-template .ghp-cart-item__quantity .ghp-cart-qty-button {
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
}

.ghp-cart-template .ghp-cart-item__quantity .ghp-cart-qty-input,
.ghp-cart-template .ghp-cart-item__quantity .ghp-cart-sold-single {
  display: block !important;
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-left: 1px solid rgba(21, 23, 20, .07) !important;
  border-right: 1px solid rgba(21, 23, 20, .07) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ghp-cart-ink) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 40px !important;
  text-align: center !important;
}

.ghp-cart-template .ghp-cart-item__quantity :is(.quantity, .wd-quantity, .quantity-wrapper) {
  display: contents !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ghp-cart-template .ghp-cart-item__quantity :is(.minus, .plus, .wd-qty-btn, .wd-quantity-plus, .wd-quantity-minus, .quantity-plus, .quantity-minus, .plus-minus-button):not(.ghp-cart-qty-button) {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.ghp-cart-template .ghp-cart-item__bottom {
  grid-template-columns: minmax(96px, 1fr) 142px minmax(112px, 1fr) !important;
}

@media (max-width: 768px) {
  .ghp-cart-template .ghp-cart-item__quantity {
    width: 142px !important;
    min-width: 142px !important;
  }

  .ghp-cart-template .ghp-cart-item__bottom {
    grid-template-columns: 1fr !important;
  }
}
