body.srce-commerce-repair {
  --srce-green: #00693e;
  --srce-green-bright: #009151;
  --srce-orange: #f7941d;
  --srce-paper: #fffdf8;
  --srce-cream: #f7f1e6;
  --srce-cream-strong: #efe4d2;
  --srce-text: #1f2a24;
  --srce-muted: #6b665c;
  --srce-line: rgba(0, 105, 62, 0.16);
  --srce-line-strong: rgba(0, 105, 62, 0.3);
  --srce-shadow: 0 18px 42px rgba(0, 61, 36, 0.08);
  --srce-cta-shadow: 0 6px 16px rgba(247, 148, 29, 0.28);
  --srce-cta-arrow: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%2012h14'/%3E%3Cpath%20d='m13%206%206%206-6%206'/%3E%3C/svg%3E");
  --srce-radius: 10px;
  --srce-commerce-page-max: 1060px;
  --srce-mobile-header-height: 60px;
  --srce-mobile-header-slot: 72px;
  color: var(--srce-text);
}

body.srce-commerce-repair .woocommerce,
body.srce-commerce-repair .woocommerce * {
  box-sizing: border-box;
}

body.srce-commerce-repair .woocommerce {
  color: var(--srce-text);
}

body.srce-commerce-repair .woocommerce a {
  color: var(--srce-green);
}

body.srce-commerce-repair .woocommerce-error,
body.srce-commerce-repair .woocommerce-info,
body.srce-commerce-repair .woocommerce-message {
  max-width: var(--srce-commerce-page-max);
  margin-inline: auto;
  border-color: var(--srce-line-strong);
  border-radius: var(--srce-radius);
  color: var(--srce-text);
}

body.srce-commerce-repair .woocommerce-Price-amount,
body.srce-commerce-repair .woocommerce-Price-amount bdi,
body.srce-commerce-repair .woocommerce-Price-currencySymbol,
body.srce-commerce-repair .amount {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.srce-commerce-repair .woocommerce-Price-amount {
  display: inline-block;
  max-width: 100%;
}

body.srce-commerce-repair .woocommerce-message .button.wc-forward:not(.restore-item),
body.srce-commerce-repair .woocommerce-message a.button.wc-forward:not(.restore-item) {
  display: none !important;
}

body.srce-commerce-repair .woocommerce-message .button,
body.srce-commerce-repair .woocommerce-message a.button,
body.srce-commerce-repair .woocommerce-message .restore-item {
  display: inline-flex !important;
  float: none !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 112px;
  max-width: 100%;
  min-height: 44px;
  margin: 12px 0 0 !important;
  padding: 0 18px !important;
  border: 1px solid var(--srce-green) !important;
  border-radius: 8px !important;
  background: var(--srce-green) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
}

body.srce-commerce-repair .woocommerce-message .button:hover,
body.srce-commerce-repair .woocommerce-message .button:focus,
body.srce-commerce-repair .woocommerce-message a.button:hover,
body.srce-commerce-repair .woocommerce-message a.button:focus,
body.srce-commerce-repair .woocommerce-message .restore-item:hover,
body.srce-commerce-repair .woocommerce-message .restore-item:focus {
  border-color: var(--srce-orange) !important;
  background: var(--srce-orange) !important;
  color: #fff !important;
}

body.srce-commerce-repair .woocommerce .woocommerce-message a.restore-item {
  color: #fff !important;
  font-size: 14px !important;
}

body.srce-commerce-repair .woocommerce .woocommerce-message a.restore-item::after {
  content: none !important;
}

body.srce-commerce-repair .woocommerce button.button,
body.srce-commerce-repair .woocommerce a.button,
body.srce-commerce-repair .woocommerce input.button,
body.srce-commerce-repair .woocommerce #respond input#submit,
body.srce-commerce-repair .woocommerce #place_order {
  min-height: 48px;
  border-radius: 8px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

body.srce-commerce-repair .woocommerce input.input-text,
body.srce-commerce-repair .woocommerce textarea.input-text,
body.srce-commerce-repair .woocommerce select,
body.srce-commerce-repair .select2-container .select2-selection--single {
  min-height: 50px;
  border: 1px solid var(--srce-line-strong) !important;
  border-radius: 8px !important;
  background: #fff;
  color: var(--srce-text);
  font-size: 16px;
  box-shadow: none !important;
}

body.srce-commerce-repair .woocommerce select {
  width: 100%;
  padding: 0 46px 0 14px !important;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2300693E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
  line-height: 1.2;
}

body.srce-commerce-repair .woocommerce select::-ms-expand {
  display: none;
}

body.srce-commerce-repair .woocommerce textarea.input-text {
  min-height: 98px;
  resize: vertical;
}

body.srce-commerce-repair .woocommerce input.input-text:focus,
body.srce-commerce-repair .woocommerce textarea.input-text:focus,
body.srce-commerce-repair .woocommerce select:focus {
  outline: 2px solid rgba(247, 148, 29, 0.34);
  outline-offset: 2px;
  border-color: var(--srce-orange) !important;
}

body.srce-commerce-repair .select2-container .select2-selection--single .select2-selection__rendered {
  min-height: 50px;
  padding: 10px 46px 10px 14px;
  line-height: 30px;
}

body.srce-commerce-repair .select2-container .select2-selection--single .select2-selection__arrow {
  right: 10px;
  min-height: 50px;
}

body.srce-commerce-repair .select2-container .select2-selection--single .select2-selection__arrow b {
  border-top-color: var(--srce-green);
}

body.srce-commerce-cart-repair .entry-content > .woocommerce,
body.srce-commerce-checkout-repair .entry-content > .woocommerce {
  width: min(var(--srce-commerce-page-max), calc(100vw - 48px));
  max-width: var(--srce-commerce-page-max);
  margin-inline: auto;
}

body.srce-commerce-cart-repair .elementor-7 .elementor-element.elementor-element-1caed57,
body.srce-commerce-cart-repair .elementor-7 .elementor-element.elementor-element-b560bd1,
body.srce-commerce-cart-repair .elementor-7 .elementor-element.elementor-element-c24fcf4 {
  display: none !important;
}

body.srce-commerce-cart-repair .elementor-7 .elementor-element.elementor-element-2d00f4b7 {
  padding-top: clamp(18px, 3vw, 40px) !important;
  padding-bottom: clamp(28px, 4vw, 52px) !important;
}

body.srce-commerce-cart-repair .elementor-7 .elementor-element.elementor-element-2d00f4b7 > .elementor-container {
  max-width: none !important;
}

body.srce-commerce-cart-repair .elementor-7 .elementor-element.elementor-element-14df549e > .elementor-widget-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.srce-commerce-cart-repair .srce-cart-heading {
  width: min(var(--srce-commerce-page-max), calc(100vw - 48px));
  margin: 0 auto clamp(12px, 2vw, 24px);
}

body.srce-commerce-cart-repair .srce-cart-heading p {
  display: none !important;
}

body.srce-commerce-cart-repair .srce-cart-page-title,
body.srce-commerce-checkout-repair .woocommerce-billing-fields h3,
body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
  margin: 0;
  color: var(--srce-green) !important;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800 !important;
  line-height: 1.1;
  letter-spacing: 0;
}

body.srce-commerce-cart-repair .srce-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: clamp(24px, 3vw, 32px);
  align-items: start;
  width: min(var(--srce-commerce-page-max), calc(100vw - 48px));
  margin-inline: auto;
}

body.srce-commerce-cart-repair .srce-cart-form,
body.srce-commerce-cart-repair .srce-cart-summary {
  min-width: 0;
}

body.srce-commerce-cart-repair .srce-cart-table {
  width: 100%;
}

body.srce-commerce-cart-repair .srce-cart-table__head {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 148px 128px 36px;
  gap: 18px;
  align-items: center;
  padding: 0 0 12px;
  color: var(--srce-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--srce-line);
}

body.srce-commerce-cart-repair .srce-cart-table__head span:nth-child(3),
body.srce-commerce-cart-repair .srce-cart-table__head span:nth-child(4) {
  text-align: center;
}

body.srce-commerce-cart-repair .srce-cart-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 148px 128px 36px;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--srce-line);
}

body.srce-commerce-cart-repair .srce-cart-item__thumb a,
body.srce-commerce-cart-repair .srce-cart-item__thumb {
  display: grid;
  place-items: center;
  width: 88px;
  height: 108px;
  border: 1px solid rgba(0, 105, 62, 0.09);
  border-radius: var(--srce-radius);
  background: #fff;
}

body.srce-commerce-cart-repair .srce-cart-item__thumb img {
  width: auto;
  max-width: 76px;
  height: auto;
  max-height: 96px;
  object-fit: contain;
}

body.srce-commerce-cart-repair .srce-cart-item__name a,
body.srce-commerce-cart-repair .srce-cart-item__name {
  color: #344239;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

body.srce-commerce-cart-repair .srce-cart-item__unit-price,
body.srce-commerce-cart-repair .srce-cart-item__line-total {
  margin-top: 6px;
  color: var(--srce-muted);
  font-size: 14px;
  line-height: 1.4;
}

body.srce-commerce-cart-repair .srce-cart-item__line-total {
  margin: 0;
  color: var(--srce-text);
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

body.srce-commerce-cart-repair .srce-cart-item__quantity {
  display: flex;
  justify-content: center;
}

body.srce-commerce-cart-repair .srce-quantity-control {
  display: inline-grid;
  grid-template-columns: 38px 48px 38px;
  align-items: center;
  min-width: 124px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--srce-line-strong);
  border-radius: 999px;
  background: #fff;
}

body.srce-commerce-cart-repair .quantity[data-type="type-1"],
body.srce-commerce-cart-repair .quantity {
  display: inline-grid !important;
  grid-template-columns: 38px 48px 38px;
  align-items: center;
  min-width: 124px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--srce-line-strong) !important;
  border-radius: 999px;
  background: #fff;
}

body.srce-commerce-cart-repair .srce-quantity-control .quantity[data-type="type-1"],
body.srce-commerce-cart-repair .srce-quantity-control .quantity {
  display: grid !important;
  place-items: center;
  align-self: stretch;
  min-width: 48px;
  width: 48px !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
}

body.srce-commerce-cart-repair .quantity br {
  display: none;
}

body.srce-commerce-cart-repair .srce-quantity-control .quantity .ct-decrease,
body.srce-commerce-cart-repair .srce-quantity-control .quantity .ct-increase,
body.srce-commerce-cart-repair .srce-quantity-control .quantity .qty-minus,
body.srce-commerce-cart-repair .srce-quantity-control .quantity .qty-plus,
body.srce-commerce-cart-repair .srce-quantity-control .quantity button.minus,
body.srce-commerce-cart-repair .srce-quantity-control .quantity button.plus {
  display: none !important;
}

body.srce-commerce-cart-repair .quantity .ct-decrease,
body.srce-commerce-cart-repair .quantity .ct-increase {
  display: grid !important;
  position: static !important;
  width: 38px !important;
  height: 40px !important;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--srce-green) !important;
  cursor: pointer;
  line-height: 1;
}

body.srce-commerce-cart-repair .quantity .ct-decrease {
  order: 1;
}

body.srce-commerce-cart-repair .srce-quantity-control__button {
  display: grid !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 40px !important;
  min-height: 40px !important;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--srce-green) !important;
  cursor: pointer;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.srce-commerce-cart-repair .srce-quantity-control__button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

body.srce-commerce-cart-repair .srce-quantity-control__button:hover,
body.srce-commerce-cart-repair .srce-quantity-control__button:focus {
  color: var(--srce-orange) !important;
}

body.srce-commerce-cart-repair .quantity input.qty {
  order: 2;
  width: 48px !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--srce-text);
  font-weight: 800;
  line-height: 1 !important;
  text-align: center;
  appearance: textfield;
}

body.srce-commerce-cart-repair .srce-quantity-control .quantity input.qty {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}

body.srce-commerce-cart-repair .quantity .ct-increase {
  order: 3;
}

body.srce-commerce-cart-repair .quantity .ct-decrease::before,
body.srce-commerce-cart-repair .quantity .ct-increase::before {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

body.srce-commerce-cart-repair .quantity .ct-decrease::before {
  content: "-";
}

body.srce-commerce-cart-repair .quantity .ct-increase::before {
  content: "+";
}

body.srce-commerce-cart-repair .quantity input.qty::-webkit-inner-spin-button,
body.srce-commerce-cart-repair .quantity input.qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

body.srce-commerce-cart-repair .srce-cart-item__remove {
  display: flex;
  justify-content: flex-end;
}

body.srce-commerce-cart-repair .srce-cart-item__remove-link {
  display: grid !important;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--srce-line);
  border-radius: 999px;
  color: var(--srce-muted) !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

body.srce-commerce-cart-repair .srce-cart-item__remove-link:hover,
body.srce-commerce-cart-repair .srce-cart-item__remove-link:focus {
  border-color: var(--srce-orange);
  color: var(--srce-green) !important;
}

body.srce-commerce-cart-repair .srce-cart-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

body.srce-commerce-cart-repair .srce-cart-update {
  border: 1px solid var(--srce-green) !important;
  background: #fff !important;
  color: var(--srce-green) !important;
}

body.srce-commerce-cart-repair.srce-cart-js-ready .srce-cart-actions {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.srce-commerce-cart-repair.srce-cart-js-ready .srce-cart-update {
  display: none !important;
}

body.srce-commerce-cart-repair .cart_totals {
  position: sticky;
  top: 24px;
  width: 100% !important;
  padding: 24px !important;
  border: 1px solid var(--srce-line);
  border-radius: var(--srce-radius);
  background: var(--srce-cream);
  box-shadow: var(--srce-shadow);
}

body.srce-commerce-cart-repair .cart_totals h2 {
  margin: 0 0 16px;
  color: var(--srce-text) !important;
  font-size: clamp(25px, 2.4vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.18;
}

body.srce-commerce-cart-repair .cart_totals .shop_table,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0;
  border: 0;
}

body.srce-commerce-cart-repair .cart_totals .cart-subtotal {
  visibility: visible !important;
}

body.srce-commerce-cart-repair .cart_totals th,
body.srce-commerce-cart-repair .cart_totals td,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table th,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table td {
  padding: 11px 0 !important;
  border-color: var(--srce-line) !important;
  color: var(--srce-text);
  vertical-align: top;
}

body.srce-commerce-cart-repair .cart_totals th,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table th {
  color: var(--srce-muted);
  font-weight: 600;
}

body.srce-commerce-cart-repair .cart_totals td,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table td {
  text-align: right;
}

body.srce-commerce-cart-repair .cart_totals .ct-shipping-heading {
  margin-bottom: 8px;
  color: var(--srce-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.srce-commerce-cart-repair .cart_totals .woocommerce-shipping-destination,
body.srce-commerce-cart-repair .cart_totals .woocommerce-shipping-calculator {
  display: none !important;
}

body.srce-commerce-cart-repair .cart_totals .order-total th,
body.srce-commerce-cart-repair .cart_totals .order-total td,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .order-total th,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .order-total td {
  color: var(--srce-text);
  font-size: 20px;
  font-weight: 800;
}

body.srce-commerce-cart-repair .wc-proceed-to-checkout {
  padding-top: 10px;
}

body.srce-commerce-cart-repair .wc-proceed-to-checkout p {
  margin: 0;
}

body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button,
body.srce-commerce-checkout-repair #place_order {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  min-height: 52px !important;
  padding: 0 22px !important;
  border: 1px solid var(--srce-green) !important;
  background: var(--srce-green) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button {
  border-color: var(--srce-orange) !important;
  border-radius: 999px !important;
  background: var(--srce-orange) !important;
  box-shadow: var(--srce-cta-shadow) !important;
}

body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button::after,
body.srce-commerce-checkout-repair #place_order::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: var(--srce-cta-arrow) center / 18px 18px no-repeat;
  transition: transform 0.16s ease;
}

body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button:hover::after,
body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button:focus::after,
body.srce-commerce-checkout-repair #place_order:hover::after,
body.srce-commerce-checkout-repair #place_order:focus::after {
  transform: translateX(2px);
}

body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button:hover,
body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button:focus {
  border-color: var(--srce-green) !important;
  background: var(--srce-green) !important;
  color: #fff !important;
}

body.srce-commerce-checkout-repair #place_order:hover,
body.srce-commerce-checkout-repair #place_order:focus {
  border-color: var(--srce-orange) !important;
  background: #fff !important;
  color: var(--srce-green) !important;
}

body.srce-commerce-repair .srce-shipping-threshold {
  margin: 10px 0 12px;
  padding: 10px 12px;
  border: 1px solid var(--srce-line);
  border-radius: 8px;
  background: #fff;
  color: var(--srce-muted);
  font-size: 13px;
  line-height: 1.45;
}

body.srce-commerce-repair .srce-shipping-threshold--success {
  border-color: rgba(0, 145, 81, 0.24);
  background: rgba(0, 145, 81, 0.12);
  color: var(--srce-green);
  font-weight: 700;
}

body.srce-commerce-repair .srce-commerce-reassurance {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  color: var(--srce-muted);
}

body.srce-commerce-repair .srce-commerce-reassurance__item {
  display: grid;
  gap: 2px;
}

body.srce-commerce-repair .srce-commerce-reassurance__item strong {
  color: var(--srce-green);
  font-size: 14px;
  line-height: 1.3;
}

body.srce-commerce-repair .srce-commerce-reassurance__item span {
  font-size: 13px;
  line-height: 1.45;
}

body.srce-commerce-checkout-repair form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
  gap: clamp(28px, 4vw, 40px);
  align-items: start;
  width: min(var(--srce-commerce-page-max), calc(100vw - 48px));
  max-width: var(--srce-commerce-page-max);
  margin-inline: auto;
}

body.srce-commerce-checkout-repair .ct-customer-details,
body.srce-commerce-checkout-repair .ct-order-review {
  width: 100% !important;
  min-width: 0;
}

body.srce-commerce-checkout-repair .ct-customer-details .col2-set,
body.srce-commerce-checkout-repair .ct-customer-details .col-1,
body.srce-commerce-checkout-repair .ct-customer-details .col-2 {
  width: 100% !important;
  float: none !important;
}

body.srce-commerce-checkout-repair .woocommerce-account-fields,
body.srce-commerce-checkout-repair .woocommerce-shipping-fields,
body.srce-commerce-checkout-repair #billing_wooccm9_field,
body.srce-commerce-checkout-repair #billing_company_field,
body.srce-commerce-checkout-repair #billing_state_field {
  display: none !important;
}

body.srce-commerce-checkout-repair .ct-customer-details .col-2 {
  margin-top: 28px;
}

body.srce-commerce-checkout-repair .woocommerce-billing-fields h3,
body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
  margin-bottom: 24px;
}

body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper,
body.srce-commerce-checkout-repair .woocommerce-additional-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px 20px;
  align-items: start;
}

body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper .form-row,
body.srce-commerce-checkout-repair .woocommerce-additional-fields__field-wrapper .form-row {
  clear: none !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.srce-commerce-checkout-repair #billing_country_field,
body.srce-commerce-checkout-repair #billing_address_1_field,
body.srce-commerce-checkout-repair #billing_address_2_field,
body.srce-commerce-checkout-repair #billing_phone_field,
body.srce-commerce-checkout-repair #billing_email_field,
body.srce-commerce-checkout-repair #order_comments_field {
  grid-column: 1 / -1;
}

body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper label,
body.srce-commerce-checkout-repair .woocommerce-additional-fields__field-wrapper label {
  margin-bottom: 7px;
  color: var(--srce-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper .required {
  color: #bf2f24;
}

body.srce-commerce-checkout-repair .woocommerce-additional-fields {
  margin-top: 28px;
}

body.srce-commerce-checkout-repair .woocommerce-additional-fields h3 {
  margin: 0 0 12px;
  color: var(--srce-text);
  font-size: 18px;
  font-weight: 800;
}

body.srce-commerce-checkout-repair .ct-order-review {
  position: static;
  max-width: 100%;
  overflow-x: hidden;
  padding: 28px !important;
  border: 1px solid var(--srce-line);
  border-radius: var(--srce-radius);
  background: var(--srce-cream);
  box-shadow: var(--srce-shadow);
}

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table {
  table-layout: fixed;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table thead {
  display: none;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .product-name {
  padding-right: 16px !important;
  color: var(--srce-text);
  font-weight: 700;
  text-align: left;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .product-total,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .cart-subtotal td,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
  white-space: nowrap;
}

body.srce-commerce-checkout-repair .srce-checkout-summary {
  display: block;
  color: var(--srce-text);
}

body.srce-commerce-checkout-repair .srce-checkout-summary__products {
  display: grid;
  gap: 12px;
}

body.srce-commerce-checkout-repair .srce-summary-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 1px solid var(--srce-line);
  border-radius: 8px;
  background: #fff;
}

body.srce-commerce-checkout-repair .srce-summary-product__image-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

body.srce-commerce-checkout-repair .srce-summary-product__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
}

body.srce-commerce-checkout-repair .srce-summary-product__quantity {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--srce-green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

body.srce-commerce-checkout-repair .srce-summary-product__meta {
  min-width: 0;
}

body.srce-commerce-checkout-repair .srce-summary-product__name {
  display: block;
  margin-top: 2px;
  color: var(--srce-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.srce-commerce-checkout-repair .srce-summary-product__variant {
  margin-top: 4px;
  color: var(--srce-muted);
  font-size: 12px;
  line-height: 1.35;
}

body.srce-commerce-checkout-repair .srce-summary-product__variant dl,
body.srce-commerce-checkout-repair .srce-summary-product__variant p {
  margin: 0;
}

body.srce-commerce-checkout-repair .srce-summary-product__price {
  color: var(--srce-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__divider {
  height: 1px;
  margin: 14px 0 12px;
  border: 0;
  background: var(--srce-line);
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: var(--srce-text);
  font-size: 14px;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals tfoot,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals th,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals td {
  display: block;
  border: 0 !important;
  background: transparent !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr {
  display: flex;
  gap: 14px;
  align-items: baseline;
  justify-content: space-between;
  padding: 6px 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals th,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals td {
  width: auto !important;
  padding: 0 !important;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals td {
  min-width: max-content;
  text-align: right;
  white-space: nowrap;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .cart-subtotal {
  display: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .srce-summary-shipping {
  align-items: center;
  padding: 5px 0 !important;
}

body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping th,
body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping td {
  vertical-align: middle;
}

body.srce-commerce-checkout-repair .srce-summary-shipping th {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping__label,
body.srce-commerce-checkout-repair .srce-summary-shipping__label {
  display: block;
  color: var(--srce-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping__method,
body.srce-commerce-checkout-repair .srce-summary-shipping__method {
  display: block;
  overflow-wrap: anywhere;
  color: var(--srce-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping__method {
  margin-top: 2px;
}

body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping__price,
body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping__price .amount,
body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping__price bdi,
body.srce-commerce-cart-repair .cart_totals .srce-summary-shipping__price .woocommerce-Price-currencySymbol,
body.srce-commerce-checkout-repair .srce-summary-shipping__price,
body.srce-commerce-checkout-repair .srce-summary-shipping__price .amount,
body.srce-commerce-checkout-repair .srce-summary-shipping__price bdi,
body.srce-commerce-checkout-repair .srce-summary-shipping__price .woocommerce-Price-currencySymbol {
  white-space: nowrap;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals #shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals #shipping_method li {
  margin: 0;
  padding: 0;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals #shipping_method input {
  display: none;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals #shipping_method label {
  margin: 0;
  font-weight: 500;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
  margin-top: 8px;
  padding-top: 12px !important;
  border-top: 1px solid var(--srce-line) !important;
  font-size: 18px;
  font-weight: 800;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi {
  font-weight: 800;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-payment {
  margin-top: 18px;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--srce-line);
  border-radius: 8px;
  background: #fff;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card,
body.srce-commerce-checkout-repair .srce-checkout-delivery-card,
body.srce-commerce-checkout-repair .woocommerce-privacy-policy-text {
  display: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_methods {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card__copy,
body.srce-commerce-checkout-repair .srce-checkout-payment-card__title,
body.srce-commerce-checkout-repair .srce-checkout-payment-card__help {
  display: block;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card__title {
  color: var(--srce-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card__help {
  margin-top: 2px;
  color: var(--srce-muted);
  font-size: 13px;
  line-height: 1.45;
}

body.srce-commerce-checkout-repair .wc_payment_methods {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
  margin: 0;
  padding: 16px !important;
  border: 1px solid var(--srce-line);
  border-radius: 8px;
  background: #fff;
}

body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod input {
  margin-top: 4px;
  accent-color: var(--srce-green);
}

body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod label {
  color: var(--srce-text);
  font-weight: 800;
}

body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod .payment_box {
  grid-column: 2;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--srce-muted);
  font-size: 13px;
  line-height: 1.45;
}

body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod .payment_box::before {
  display: none !important;
}

body.srce-commerce-checkout-repair .form-row.place-order {
  margin-top: 18px !important;
  padding: 0 !important;
}

body.srce-commerce-checkout-repair .woocommerce-privacy-policy-text {
  color: var(--srce-muted);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1099px) {
  body.srce-commerce-cart-repair .srce-cart-layout,
  body.srce-commerce-checkout-repair form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  body.srce-commerce-cart-repair .cart_totals,
  body.srce-commerce-checkout-repair .ct-order-review {
    position: static;
  }
}

@media (max-width: 767px) {
  body.srce-commerce-repair {
    overflow-x: hidden;
  }

  body.srce-commerce-cart-repair .entry-content > .woocommerce,
  body.srce-commerce-checkout-repair .entry-content > .woocommerce,
  body.srce-commerce-cart-repair .srce-cart-heading,
  body.srce-commerce-cart-repair .srce-cart-layout,
  body.srce-commerce-checkout-repair form.checkout.woocommerce-checkout {
    width: min(100%, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
    margin-inline: auto !important;
  }

  body.srce-commerce-cart-repair .srce-cart-page-title,
  body.srce-commerce-checkout-repair .woocommerce-billing-fields h3,
  body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
    font-size: 26px;
  }

  body.srce-commerce-cart-repair .srce-cart-table__head {
    display: none;
  }

  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
    gap: 12px 14px;
    align-items: center;
    max-width: 100%;
    padding: 16px 0 18px;
    overflow: visible;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb,
  body.srce-commerce-cart-repair .srce-cart-item__thumb a {
    width: clamp(76px, 26vw, 94px);
    height: clamp(76px, 26vw, 94px);
    justify-self: start;
    border-radius: 10px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb img {
    max-width: 78%;
    max-height: 78%;
  }

  body.srce-commerce-cart-repair .srce-cart-item__main {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    max-width: 100%;
    align-self: center;
    overflow: hidden;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb {
    grid-column: 1;
    grid-row: 1;
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    display: block;
    max-width: 100%;
    font-size: clamp(18px, 5.1vw, 23px);
    line-height: 1.18;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
  }

  body.srce-commerce-cart-repair .srce-cart-item__unit-price {
    display: none;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    justify-content: flex-start;
    width: clamp(96px, 30vw, 132px);
    max-width: 100%;
    margin-top: 2px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    width: auto;
    max-width: 100%;
    margin: 0;
    text-align: right;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .amount,
  body.srce-commerce-cart-repair .srce-cart-item__line-total bdi {
    font-size: clamp(19px, 4.8vw, 26px);
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    margin-top: -2px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove-link {
    display: inline-flex !important;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 28px;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    color: var(--srce-muted) !important;
    font-size: clamp(12px, 3.4vw, 14px);
    font-weight: 400;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove-link::after {
    content: " Ukloni";
  }

  body.srce-commerce-cart-repair .cart_totals,
  body.srce-commerce-checkout-repair .ct-order-review {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table,
  body.srce-commerce-cart-repair .cart_totals .shop_table tbody,
  body.srce-commerce-cart-repair .cart_totals .shop_table tfoot,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr,
  body.srce-commerce-cart-repair .cart_totals .shop_table th,
  body.srce-commerce-cart-repair .cart_totals .shop_table td,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table thead,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table tbody,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table tfoot,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table tr,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table th,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table td {
    display: block;
    width: 100% !important;
  }

  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table thead {
    display: none;
  }

  body.srce-commerce-cart-repair .cart_totals tr,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table tr {
    padding: 10px 0;
    border-bottom: 1px solid var(--srce-line);
  }

  body.srce-commerce-cart-repair .cart_totals td,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table td,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .product-total,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .cart-subtotal td,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table .order-total td {
    text-align: left;
    white-space: normal;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table_responsive tr td::before,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table tr td::before {
    display: none !important;
    content: none !important;
  }

  body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper,
  body.srce-commerce-checkout-repair .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  body.srce-commerce-checkout-repair #billing_country_field,
  body.srce-commerce-checkout-repair #billing_address_1_field,
  body.srce-commerce-checkout-repair #billing_address_2_field,
  body.srce-commerce-checkout-repair #billing_phone_field,
  body.srce-commerce-checkout-repair #billing_email_field,
  body.srce-commerce-checkout-repair #order_comments_field {
    grid-column: auto;
  }

  body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod .payment_box {
    grid-column: 1 / -1;
  }

  body.srce-commerce-checkout-repair .form-row.place-order {
    position: static;
    margin-top: 18px !important;
    padding: 0 !important;
    border-top: 0;
    background: transparent;
  }

}

/* v0.5.11 cart mobile summary polish */

/* Coupon UI explicitly hidden (README parity) */
body.srce-commerce-cart-repair .coupon,
body.srce-commerce-cart-repair .checkout_coupon,
body.srce-commerce-cart-repair .woocommerce-form-coupon-toggle,
body.srce-commerce-checkout-repair .checkout_coupon:not(.srce-checkout-coupon),
body.srce-commerce-checkout-repair .woocommerce-form-coupon-toggle {
  display: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon {
  display: block !important;
  box-sizing: border-box;
  width: min(var(--srce-commerce-page-max), calc(100vw - 48px));
  max-width: var(--srce-commerce-page-max);
  margin: 0 auto 18px !important;
  padding: 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon__label {
  margin: 0 0 8px !important;
  color: var(--srce-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon input.input-text {
  min-height: 44px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(27, 31, 28, 0.14) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--srce-text) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon button.button {
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--srce-green) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* Sticky cart summary constrained */
@media (min-width: 1000px) and (min-height: 800px) {
  body.srce-commerce-cart-repair .cart_totals {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
  }
}
@media (min-width: 1000px) and (max-height: 799px) {
  body.srce-commerce-cart-repair .cart_totals {
    position: static;
  }
}

/* Validation chrome — invalid fields and message-type distinctions */
body.srce-commerce-checkout-repair .woocommerce-invalid input.input-text,
body.srce-commerce-checkout-repair .woocommerce-invalid select,
body.srce-commerce-checkout-repair .woocommerce-invalid .select2-container .select2-selection--single {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 1px #c0392b !important;
}

body.srce-commerce-checkout-repair .woocommerce-invalid input.input-text:focus,
body.srce-commerce-checkout-repair .woocommerce-invalid select:focus {
  outline-color: rgba(192, 57, 43, 0.4) !important;
}

body.srce-commerce-repair .woocommerce-error {
  border-color: #c0392b !important;
  background: rgba(192, 57, 43, 0.06);
  color: #7a1f17;
}

body.srce-commerce-repair .woocommerce-error::before {
  color: #c0392b !important;
}

body.srce-commerce-repair .woocommerce-message {
  border-color: var(--srce-green) !important;
  background: rgba(0, 105, 62, 0.06);
  color: var(--srce-green);
}

body.srce-commerce-repair .woocommerce-info {
  border-color: var(--srce-line-strong) !important;
  background: var(--srce-cream);
  color: var(--srce-text);
}

/* Generic payment-method card styling fallback so non-COD gateways inherit the look */
body.srce-commerce-checkout-repair ul.wc_payment_methods li.wc_payment_method:not(.payment_method_cod) {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px 14px;
  align-items: start;
  padding: 18px 20px !important;
  margin: 0 0 10px !important;
  border: 1px solid var(--srce-line-strong) !important;
  border-radius: var(--srce-radius);
  background: #fff;
}

body.srce-commerce-checkout-repair ul.wc_payment_methods li.wc_payment_method:not(.payment_method_cod):has(input[type="radio"]:checked) {
  border-color: var(--srce-green) !important;
  background: rgba(0, 105, 62, 0.04);
}

body.srce-commerce-checkout-repair ul.wc_payment_methods li.wc_payment_method:not(.payment_method_cod) label {
  font-weight: 700;
  color: var(--srce-text);
  margin: 0;
}

body.srce-commerce-checkout-repair ul.wc_payment_methods li.wc_payment_method:not(.payment_method_cod) .payment_box {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding: 12px 14px;
  background: var(--srce-cream);
  border-radius: 8px;
  font-size: 14px;
  color: var(--srce-muted);
}

/* Mobile quantity stepper — high-contrast +/- glyphs and larger tap targets */
@media (max-width: 767px) {
  body.srce-commerce-cart-repair .srce-cart-item__quantity .ct-increase,
  body.srce-commerce-cart-repair .srce-cart-item__quantity .ct-decrease,
  body.srce-commerce-cart-repair .srce-cart-item__quantity .qty-plus,
  body.srce-commerce-cart-repair .srce-cart-item__quantity .qty-minus,
  body.srce-commerce-cart-repair .srce-cart-item__quantity button.plus,
  body.srce-commerce-cart-repair .srce-cart-item__quantity button.minus,
  body.srce-commerce-cart-repair .srce-cart-item__quantity .srce-quantity-control__button {
    min-width: 28px;
    min-height: 38px;
    font-size: 16px;
    font-weight: 600;
    color: var(--srce-text);
    border: 1px solid var(--srce-line-strong);
    background: #fff;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity .srce-quantity-control {
    grid-template-columns: 28px minmax(32px, 1fr) 28px;
    width: clamp(96px, 30vw, 132px);
    min-width: 0;
    max-width: 100%;
    height: 40px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity .srce-quantity-control__button {
    width: 28px !important;
    min-width: 28px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
}

/* v0.5.15 checkout simplification */
body.srce-commerce-checkout-repair .woocommerce-billing-fields h3::after {
  display: none !important;
  content: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary,
body.srce-commerce-checkout-repair .srce-checkout-summary *,
body.srce-commerce-checkout-repair .srce-checkout-payment,
body.srce-commerce-checkout-repair .srce-checkout-payment * {
  min-width: 0;
}

body.srce-commerce-checkout-repair #payment.srce-checkout-payment {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card,
body.srce-commerce-checkout-repair .form-row.place-order,
body.srce-commerce-checkout-repair .woocommerce-privacy-policy-text {
  width: 100% !important;
  max-width: 100% !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__price,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals td,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .amount,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals bdi,
body.srce-commerce-checkout-repair #place_order {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.srce-commerce-checkout-repair #place_order {
  border-color: var(--srce-orange) !important;
  border-radius: 999px !important;
  background: var(--srce-orange) !important;
  box-shadow: var(--srce-cta-shadow) !important;
}

body.srce-commerce-checkout-repair #place_order:hover,
body.srce-commerce-checkout-repair #place_order:focus {
  border-color: var(--srce-green) !important;
  background: var(--srce-green) !important;
  color: #fff !important;
}

/* v0.5.22 checkout heading scale */
body.srce-commerce-checkout-repair form.checkout.woocommerce-checkout {
  padding-top: clamp(18px, 3vw, 36px);
}

body.srce-commerce-checkout-repair .woocommerce-billing-fields h3,
body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
  line-height: 1.14;
}

body.srce-commerce-checkout-repair .woocommerce-billing-fields h3 {
  margin-bottom: 18px;
  color: var(--srce-green) !important;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 800 !important;
}

body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
  margin-bottom: 16px;
  color: var(--srce-text) !important;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800 !important;
}

/* v0.5.23 keep desktop order summary in normal flow */
body.srce-commerce-checkout-repair .ct-order-review {
  position: static !important;
  top: auto !important;
}

/* v0.5.24 CartCheckoutRepair v2 form tokens */
body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper label,
body.srce-commerce-checkout-repair .woocommerce-additional-fields__field-wrapper label {
  margin-bottom: 7px;
  color: #1b1f1c;
  font-family: "DIN Next LT Pro", "DIN Pro", "DM Sans", "Roboto", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.32;
}

body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper .required,
body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper abbr.required,
body.srce-commerce-checkout-repair .woocommerce-additional-fields__field-wrapper .required,
body.srce-commerce-checkout-repair .woocommerce-additional-fields__field-wrapper abbr.required {
  color: #b1432a;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field {
  grid-column: 1 / -1;
  order: 11;
  margin-top: -4px !important;
}

body.srce-commerce-checkout-repair #billing_email_field {
  order: 10;
}

body.srce-commerce-checkout-repair #billing_phone_field {
  order: 20;
}

body.srce-commerce-checkout-repair #billing_first_name_field {
  order: 30;
}

body.srce-commerce-checkout-repair #billing_last_name_field {
  order: 40;
}

body.srce-commerce-checkout-repair #billing_country_field {
  order: 50;
}

body.srce-commerce-checkout-repair #billing_address_1_field {
  order: 60;
}

body.srce-commerce-checkout-repair #billing_address_2_field {
  grid-column: 1 / -1;
  order: 61;
}

body.srce-commerce-checkout-repair #billing_city_field {
  order: 70;
}

body.srce-commerce-checkout-repair #billing_postcode_field {
  order: 80;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field label {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  gap: 10px;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  color: #4f504b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: grid !important;
  place-content: center !important;
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: auto !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: start !important;
  flex: 0 0 18px !important;
  float: none !important;
  clear: none !important;
  transform: none !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  border: 1.5px solid var(--srce-green) !important;
  border-radius: 4px;
  background-color: #fff !important;
  background-image: none !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  box-shadow: none !important;
  accent-color: var(--srce-green);
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  vertical-align: top !important;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in:checked {
  border-color: var(--srce-green) !important;
  background-color: var(--srce-green) !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2018'%20fill='none'%3E%3Cpath%20d='M4.25%209.3%207.45%2012.5%2013.9%205.7'%20stroke='%23fff'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in::before,
body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in::after,
body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field label::before,
body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field label::after {
  content: none !important;
  display: none !important;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in:focus-visible {
  outline: 2px solid rgba(0, 105, 62, 0.24);
  outline-offset: 2px;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field span {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0;
}

body.srce-commerce-checkout-repair .woocommerce input.input-text,
body.srce-commerce-checkout-repair .woocommerce textarea.input-text,
body.srce-commerce-checkout-repair .woocommerce select,
body.srce-commerce-checkout-repair .select2-container .select2-selection--single {
  border-color: rgba(27, 31, 28, 0.14) !important;
  border-radius: 10px !important;
  background-color: #fff;
  color: #1b1f1c;
  font-size: 15px;
  box-shadow: none !important;
}

body.srce-commerce-checkout-repair .woocommerce input.input-text,
body.srce-commerce-checkout-repair .woocommerce select {
  height: 46px;
  min-height: 46px;
}

body.srce-commerce-checkout-repair .woocommerce input.input-text {
  padding: 0 14px !important;
}

body.srce-commerce-checkout-repair .woocommerce select {
  padding: 0 46px 0 14px !important;
}

body.srce-commerce-checkout-repair .woocommerce textarea.input-text {
  height: 112px;
  min-height: 112px;
  padding: 12px 14px !important;
  line-height: 1.45;
}

body.srce-commerce-checkout-repair .woocommerce input.input-text::placeholder,
body.srce-commerce-checkout-repair .woocommerce textarea.input-text::placeholder {
  color: #b4b5ae !important;
  opacity: 1;
}

body.srce-commerce-checkout-repair .woocommerce input.input-text:focus,
body.srce-commerce-checkout-repair .woocommerce textarea.input-text:focus,
body.srce-commerce-checkout-repair .woocommerce select:focus {
  outline: 2px solid #009151;
  outline-offset: 0;
  border-color: #009151 !important;
}

body.srce-commerce-checkout-repair .woocommerce-invalid input.input-text,
body.srce-commerce-checkout-repair .woocommerce-invalid select,
body.srce-commerce-checkout-repair .woocommerce-invalid .select2-container .select2-selection--single {
  border-color: #b1432a !important;
  box-shadow: 0 0 0 1px #b1432a !important;
}

body.srce-commerce-checkout-repair .woocommerce-invalid input.input-text:focus,
body.srce-commerce-checkout-repair .woocommerce-invalid select:focus {
  outline-color: rgba(177, 67, 42, 0.4) !important;
}

body.srce-commerce-checkout-repair .ct-customer-details .col-2 {
  margin-top: 12px !important;
}

body.srce-commerce-checkout-repair .woocommerce-additional-fields {
  margin-top: 0;
}

body.srce-commerce-checkout-repair #order_comments_field {
  margin-bottom: 0 !important;
}

body.srce-commerce-checkout-repair #order_comments {
  display: block;
  margin-bottom: 0 !important;
}

/* v0.5.31 checkout readability and desktop footer clearance */
@media (min-width: 1000px) {
  body.srce-commerce-checkout-repair form.checkout.woocommerce-checkout {
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .site-main > .ct-container-full {
    padding-top: 26px !important;
  }

  body.srce-commerce-checkout-repair form.checkout.woocommerce-checkout {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    row-gap: 18px;
  }

  body.srce-commerce-checkout-repair .ct-customer-details .col-2 {
    margin-top: 10px !important;
  }

  body.srce-commerce-checkout-repair .woocommerce-billing-fields h3,
  body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
    margin-bottom: 16px;
  }

  body.srce-commerce-checkout-repair .woocommerce-billing-fields h3 {
    margin-bottom: 14px;
    font-size: 23px;
  }

  body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
    margin-bottom: 14px;
    font-size: 22px;
  }

  body.srce-commerce-checkout-repair .woocommerce-billing-fields__field-wrapper,
  body.srce-commerce-checkout-repair .woocommerce-additional-fields__field-wrapper {
    gap: 12px;
  }

  body.srce-commerce-checkout-repair .woocommerce-additional-fields {
    margin-top: 0;
  }

  body.srce-commerce-checkout-repair .ct-order-review {
    padding: 16px !important;
    border-radius: 12px;
  }

  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary thead,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tbody,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tfoot,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tr,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary th,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary td {
    width: auto !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product {
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 56px;
    height: 56px;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name,
  body.srce-commerce-checkout-repair .srce-summary-product__price {
    font-size: 13px;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__divider {
    margin: 14px 0;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr {
    display: flex !important;
    width: 100% !important;
    padding: 5px 0 !important;
    border-bottom: 0;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals th,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals td {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals th {
    overflow-wrap: anywhere;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals td {
    flex: 0 0 auto;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
    margin-top: 7px;
    padding-top: 10px !important;
    font-size: 16px;
  }

  body.srce-commerce-checkout-repair .woocommerce-checkout-payment {
    margin-top: 14px;
  }

  body.srce-commerce-checkout-repair .srce-checkout-payment-card {
    padding: 12px 14px;
  }

  body.srce-commerce-checkout-repair .form-row.place-order {
    position: static !important;
    margin-top: 14px !important;
    padding: 0 !important;
    border-top: 0;
    background: transparent;
  }

  body.srce-commerce-checkout-repair #place_order {
    position: static !important;
    z-index: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 52px;
    min-height: 52px !important;
    padding: 0 16px !important;
  }
}

body.srce-commerce-cart-repair .woocommerce .wc-proceed-to-checkout .checkout-button,
body.srce-commerce-checkout-repair .woocommerce #place_order {
  border-radius: 999px !important;
}

@media (max-width: 360px) {
  body.srce-commerce-checkout-repair .srce-summary-product {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 52px;
    height: 52px;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }
}

/* v0.5.40+ V2 cart upsells, review refinements, and mobile logo repair */
body.srce-commerce-repair {
  --srce-ink: #1b1f1c;
  --srce-warm-rule: #d9c6a0;
}

body.srce-commerce-cart-repair .srce-cart-form {
  grid-column: 1;
  grid-row: 1;
}

body.srce-commerce-cart-repair .srce-cart-summary {
  grid-column: 2;
  grid-row: 1;
}

body.srce-commerce-cart-repair .srce-cart-item,
body.srce-commerce-cart-repair .srce-cart-table__head {
  border-color: var(--srce-warm-rule);
}

body.srce-commerce-cart-repair .cart_totals,
body.srce-commerce-checkout-repair .ct-order-review {
  border-color: rgba(27, 31, 28, 0.14);
  border-radius: 12px;
}

body.srce-commerce-cart-repair .srce-cart-page-title {
  font-size: clamp(26px, 3vw, 36px);
}

body.srce-commerce-cart-repair .srce-cart-upsells--desktop,
body.srce-commerce-cart-repair .srce-continue-shopping--desktop {
  grid-column: 1;
}

body.srce-commerce-cart-repair .srce-cart-upsells--desktop {
  grid-row: 2;
}

body.srce-commerce-cart-repair .srce-continue-shopping--desktop {
  grid-row: 3;
}

body.srce-commerce-cart-repair .srce-cart-upsells {
  min-width: 0;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--srce-warm-rule);
}

body.srce-commerce-cart-repair .srce-cart-upsells__head {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

body.srce-commerce-cart-repair .srce-cart-upsells__head h3 {
  margin: 0;
  color: var(--srce-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
}

body.srce-commerce-cart-repair .srce-cart-upsells__head span {
  color: var(--srce-green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

body.srce-commerce-cart-repair .srce-cart-upsells__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 14px;
}

body.srce-commerce-cart-repair .srce-cart-upsell-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--srce-warm-rule);
  border-radius: 12px;
  background: var(--srce-cream);
}

body.srce-commerce-cart-repair .srce-cart-upsell-card__thumb {
  display: flex;
  width: 100%;
  height: 110px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
}

body.srce-commerce-cart-repair .srce-cart-upsell-card__image {
  display: block;
  width: auto;
  max-width: 78%;
  height: auto;
  max-height: 88%;
  object-fit: contain;
}

body.srce-commerce-cart-repair .srce-cart-upsell-card__name {
  display: -webkit-box;
  min-height: 34px;
  margin-top: 4px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--srce-ink) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

body.srce-commerce-cart-repair .srce-cart-upsell-card__detail {
  display: -webkit-box;
  min-height: 30px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--srce-muted);
  font-size: 11px;
  line-height: 1.35;
}

body.srce-commerce-cart-repair .srce-cart-upsell-card__foot {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
}

body.srce-commerce-cart-repair .srce-cart-upsell-card__price,
body.srce-commerce-cart-repair .srce-cart-upsell-card__price .amount,
body.srce-commerce-cart-repair .srce-cart-upsell-card__price bdi {
  color: var(--srce-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

body.srce-commerce-cart-repair .srce-cart-upsell-card button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--srce-green);
  border-radius: 999px;
  background: #fff;
  color: var(--srce-green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

body.srce-commerce-cart-repair .srce-cart-upsell-card button:hover,
body.srce-commerce-cart-repair .srce-cart-upsell-card button:focus {
  background: var(--srce-green);
  color: #fff;
}

body.srce-commerce-cart-repair .srce-continue-shopping {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  color: var(--srce-green) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

body.srce-commerce-cart-repair .srce-cart-upsells--mobile,
body.srce-commerce-cart-repair .srce-continue-shopping--mobile {
  display: none;
}

/* v0.5.42+ V2 review pass */
body.srce-commerce-cart-repair .srce-cart-table__head {
  color: var(--srce-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

body.srce-commerce-cart-repair .srce-quantity-control {
  grid-template-columns: 30px 42px 30px;
  min-width: 102px;
  height: 34px;
  border-color: var(--srce-line);
}

body.srce-commerce-cart-repair .srce-quantity-control .quantity[data-type="type-1"],
body.srce-commerce-cart-repair .srce-quantity-control .quantity {
  width: 42px !important;
  min-width: 42px;
  height: 32px;
}

body.srce-commerce-cart-repair .srce-quantity-control__button {
  width: 30px !important;
  min-width: 30px !important;
  height: 32px !important;
  min-height: 32px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

body.srce-commerce-cart-repair .quantity input.qty,
body.srce-commerce-cart-repair .srce-quantity-control .quantity input.qty {
  width: 42px !important;
  min-height: 32px !important;
  color: var(--srce-ink);
  font-size: 14px;
  font-weight: 500;
}

body.srce-commerce-cart-repair .srce-cart-item__remove-link {
  display: inline-flex !important;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--srce-muted) !important;
  font-size: 20px;
  font-weight: 400;
}

body.srce-commerce-cart-repair .srce-cart-item__remove-link:hover,
body.srce-commerce-cart-repair .srce-cart-item__remove-link:focus {
  background: transparent;
  color: var(--srce-green) !important;
}

body.srce-commerce-cart-repair .cart_totals {
  padding: 24px !important;
  border-color: var(--srce-warm-rule);
}

body.srce-commerce-cart-repair .cart_totals h2 {
  margin-bottom: 14px;
  color: var(--srce-ink) !important;
  font-size: 22px !important;
  line-height: 1.2;
}

body.srce-commerce-cart-repair .cart_totals .shop_table tr,
body.srce-commerce-cart-repair .cart_totals .shop_table th,
body.srce-commerce-cart-repair .cart_totals .shop_table td {
  border: 0 !important;
}

body.srce-commerce-cart-repair .cart_totals th,
body.srce-commerce-cart-repair .cart_totals td {
  padding: 6px 0 !important;
  font-size: 14px;
  line-height: 1.35;
}

body.srce-commerce-cart-repair .cart_totals th {
  color: var(--srce-muted);
  font-weight: 500;
}

body.srce-commerce-cart-repair .cart_totals td,
body.srce-commerce-cart-repair .cart_totals td .amount,
body.srce-commerce-cart-repair .cart_totals td bdi {
  color: var(--srce-ink);
  font-size: 14px;
  font-weight: 500;
}

body.srce-commerce-cart-repair .srce-summary-shipping__label {
  color: var(--srce-muted);
  font-weight: 500;
}

body.srce-commerce-cart-repair .srce-summary-shipping__method {
  color: var(--srce-muted);
  font-size: 12px;
  font-weight: 400;
}

body.srce-commerce-cart-repair .cart_totals .order-total th,
body.srce-commerce-cart-repair .cart_totals .order-total td {
  padding-top: 12px !important;
  border-top: 1px solid var(--srce-warm-rule) !important;
  color: var(--srce-ink);
  font-size: 20px;
  font-weight: 800;
}

body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
body.srce-commerce-cart-repair .cart_totals .order-total td bdi {
  color: var(--srce-ink);
  font-size: 20px;
  font-weight: 800;
}

body.srce-commerce-repair .srce-shipping-threshold {
  margin-top: 12px;
  padding: 10px 12px;
  color: var(--srce-muted);
  font-size: 12px;
  line-height: 1.5;
}

body.srce-commerce-repair .srce-commerce-reassurance {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--srce-line);
}

body.srce-commerce-repair .srce-commerce-reassurance__item {
  display: flex;
  gap: 10px;
  align-items: center;
}

body.srce-commerce-repair .srce-commerce-reassurance__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  color: var(--srce-green);
}

body.srce-commerce-repair .srce-commerce-reassurance__item > div {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0 4px;
  align-items: baseline;
  min-width: 0;
}

body.srce-commerce-repair .srce-commerce-reassurance__item strong {
  display: inline;
  color: var(--srce-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

body.srce-commerce-repair .srce-commerce-reassurance__item span {
  color: var(--srce-muted);
  font-size: 12px;
  line-height: 1.35;
}

body.srce-commerce-cart-repair .srce-continue-shopping {
  min-height: auto;
  margin-top: 18px;
  color: var(--srce-green) !important;
  font-size: 13px;
  font-weight: 400;
}

body.srce-commerce-cart-repair .srce-continue-shopping span[aria-hidden="true"] {
  font-size: 14px;
  line-height: 1;
}

body.srce-commerce-cart-repair .elementor-element-5005558 {
  display: none !important;
}

@media (max-width: 1099px) {
  body.srce-commerce-cart-repair .srce-cart-form {
    grid-column: 1;
    grid-row: 1;
  }

  body.srce-commerce-cart-repair .srce-cart-summary {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 760px;
    margin: 24px auto 0;
  }

  body.srce-commerce-cart-repair .srce-cart-summary-followup {
    display: none;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--desktop {
    grid-column: 1;
    grid-row: 3;
  }

  body.srce-commerce-cart-repair .srce-continue-shopping--desktop {
    grid-column: 1;
    grid-row: 4;
    margin-top: 34px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) and (max-width: 1240px) {
  body.srce-commerce-cart-repair .srce-cart-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    gap: 20px;
  }

  body.srce-commerce-cart-repair .srce-cart-table__head,
  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: 80px minmax(0, 1fr) 124px 112px 32px;
    gap: 12px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb,
  body.srce-commerce-cart-repair .srce-cart-item__thumb a {
    width: 80px;
    height: 100px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    font-size: 16px;
  }

  body.srce-commerce-cart-repair .srce-quantity-control {
    grid-template-columns: 34px 42px 34px;
    min-width: 110px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  body.srce-commerce-cart-repair .srce-cart-table__head {
    display: none;
  }

  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: 88px minmax(0, 1fr) max-content;
    gap: 12px 16px;
    align-items: center;
  }

  body.srce-commerce-cart-repair .srce-cart-item__main {
    grid-column: 2 / 4;
    min-width: 0;
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  body.srce-commerce-cart-repair .srce-cart-item__unit-price {
    font-size: 13px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    text-align: right;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove {
    grid-column: 2 / 4;
    grid-row: 3;
    justify-content: flex-start;
  }

  body.srce-commerce-cart-repair .cart_totals {
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  body.srce-commerce-cart-repair .cart_totals .shop_table tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 8px 14px;
    align-items: baseline;
    padding: 9px 0 !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table th,
  body.srce-commerce-cart-repair .cart_totals .shop_table td {
    width: auto !important;
    padding: 0 !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table td {
    text-align: right;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table td .amount,
  body.srce-commerce-cart-repair .cart_totals .shop_table td bdi,
  body.srce-commerce-cart-repair .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping #shipping_method,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping #shipping_method li,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping #shipping_method label {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table .order-total {
    grid-template-columns: auto minmax(0, 1fr) !important;
    padding-top: 12px !important;
    border-top: 1px solid var(--srce-warm-rule) !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td {
    border-top: 0 !important;
    text-align: left;
  }
}

/* v0.5.47 responsive polish: tablet cart flow, centered mobile header, compact totals, CTA, and upsell copy */
body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-032a849,
body.srce-commerce-repair .elementor-16333 .elementor-element-032a849 {
  background: var(--srce-green) !important;
  box-shadow: 0 0 0 100vmax var(--srce-green) !important;
  clip-path: inset(0 -100vmax) !important;
}

body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f8624fd > .elementor-container,
body.srce-commerce-repair .elementor-16333 .elementor-element-f8624fd > .elementor-container,
body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-032a849 > .elementor-container,
body.srce-commerce-repair .elementor-16333 .elementor-element-032a849 > .elementor-container {
  box-sizing: border-box;
  width: min(100%, calc(100vw - 32px));
  max-width: var(--srce-commerce-page-max);
  padding-inline: clamp(16px, 3vw, 28px) !important;
}

body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f8624fd > .elementor-container,
body.srce-commerce-repair .elementor-16333 .elementor-element-f8624fd > .elementor-container {
  margin-inline: auto !important;
}

body.srce-commerce-cart-repair .srce-cart-mobile-followup {
  display: none;
  min-width: 0;
}

body.srce-commerce-cart-repair .srce-cart-summary-followup {
  display: none;
}

body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod {
  align-items: center;
  border-color: var(--srce-line-strong);
}

body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod input {
  margin-top: 0;
}

@media (max-width: 1099px) {
  body.srce-commerce-cart-repair .srce-cart-summary-followup {
    display: none;
  }
}

@media (max-width: 767px) {
  body.srce-commerce-repair {
    overflow-x: hidden;
  }

  body.srce-commerce-repair .woocommerce,
  body.srce-commerce-repair .woocommerce-page main,
  body.srce-commerce-cart-repair .srce-cart-form,
  body.srce-commerce-cart-repair .srce-cart-summary,
  body.srce-commerce-cart-repair .cart_totals,
  body.srce-commerce-cart-repair .cart_totals *,
  body.srce-commerce-cart-repair .wc-proceed-to-checkout,
  body.srce-commerce-cart-repair .wc-proceed-to-checkout *,
  body.srce-commerce-checkout-repair .ct-order-review,
  body.srce-commerce-checkout-repair .ct-order-review *,
  body.srce-commerce-checkout-repair #place_order {
    min-width: 0;
    box-sizing: border-box;
  }

  body.srce-commerce-cart-repair .entry-content > .woocommerce,
  body.srce-commerce-checkout-repair .entry-content > .woocommerce,
  body.srce-commerce-cart-repair .srce-cart-heading,
  body.srce-commerce-cart-repair .srce-cart-layout,
  body.srce-commerce-checkout-repair form.checkout.woocommerce-checkout {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: auto !important;
    box-sizing: border-box;
  }

  body.srce-commerce-cart-repair .elementor-7 .elementor-element.elementor-element-2d00f4b7 {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-heading {
    margin-bottom: 12px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-layout {
    row-gap: 12px;
    padding-bottom: 0;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f8624fd > .elementor-container,
  body.srce-commerce-repair .elementor-16333 .elementor-element-f8624fd > .elementor-container,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-032a849 > .elementor-container,
  body.srce-commerce-repair .elementor-16333 .elementor-element-032a849 > .elementor-container {
    width: 100%;
    max-width: none;
    padding-inline: 16px !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-c402ca5,
  body.srce-commerce-repair .elementor-location-header.elementor-16333 .elementor-element-c402ca5,
  body.srce-commerce-repair .elementor-location-header .elementor-element-c402ca5,
  body.srce-commerce-repair .elementor-location-header .elementor-16333 .elementor-element-c402ca5 {
    height: var(--srce-mobile-header-height);
    min-height: var(--srce-mobile-header-height);
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header.elementor-16333 .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header .elementor-16333 .elementor-element-c402ca5 > .elementor-container {
    display: grid !important;
    grid-template-columns: var(--srce-mobile-header-slot) minmax(0, 1fr) var(--srce-mobile-header-slot);
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    height: var(--srce-mobile-header-height);
    min-height: var(--srce-mobile-header-height);
    padding: 0 14px !important;
    overflow: visible;
    box-sizing: border-box;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f2ba679,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-844120b,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b,
  body.srce-commerce-repair .elementor-location-header .elementor-element-f2ba679,
  body.srce-commerce-repair .elementor-location-header .elementor-element-844120b,
  body.srce-commerce-repair .elementor-location-header .elementor-element-4fdf08b {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    height: var(--srce-mobile-header-height);
    min-height: var(--srce-mobile-header-height);
    overflow: visible;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f2ba679,
  body.srce-commerce-repair .elementor-location-header .elementor-element-f2ba679 {
    grid-column: 1;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-844120b,
  body.srce-commerce-repair .elementor-location-header .elementor-element-844120b {
    grid-column: 2;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b,
  body.srce-commerce-repair .elementor-location-header .elementor-element-4fdf08b {
    grid-column: 3;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f2ba679 > .elementor-element-populated,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-844120b > .elementor-element-populated,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b > .elementor-element-populated,
  body.srce-commerce-repair .elementor-location-header .elementor-element-f2ba679 > .elementor-element-populated,
  body.srce-commerce-repair .elementor-location-header .elementor-element-844120b > .elementor-element-populated,
  body.srce-commerce-repair .elementor-location-header .elementor-element-4fdf08b > .elementor-element-populated {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    height: var(--srce-mobile-header-height);
    min-height: var(--srce-mobile-header-height);
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f2ba679 > .elementor-element-populated,
  body.srce-commerce-repair .elementor-location-header .elementor-element-f2ba679 > .elementor-element-populated {
    justify-content: flex-start !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-844120b > .elementor-element-populated,
  body.srce-commerce-repair .elementor-location-header .elementor-element-844120b > .elementor-element-populated {
    justify-content: center !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b > .elementor-element-populated,
  body.srce-commerce-repair .elementor-location-header .elementor-element-4fdf08b > .elementor-element-populated {
    gap: 8px;
    justify-content: flex-end !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-8f4029e,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-0fbae91,
  body.srce-commerce-repair .elementor-location-header .elementor-element-8f4029e,
  body.srce-commerce-repair .elementor-location-header .elementor-element-0fbae91 {
    flex: 0 0 32px !important;
    width: 32px !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-8f4029e > .elementor-widget-container,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-0fbae91 > .elementor-widget-container,
  body.srce-commerce-repair .elementor-location-header .elementor-element-8f4029e > .elementor-widget-container,
  body.srce-commerce-repair .elementor-location-header .elementor-element-0fbae91 > .elementor-widget-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle i,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle i,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle svg,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle svg {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    text-align: center;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle .elementor-menu-toggle__icon--close,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle .elementor-menu-toggle__icon--close,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--open,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--open {
    display: none !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle .elementor-menu-toggle__icon--open,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle .elementor-menu-toggle__icon--open,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--close,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--close {
    display: block !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-1e570bd,
  body.srce-commerce-repair .elementor-location-header .elementor-element-1e570bd,
  body.srce-commerce-repair header[data-elementor-id="16333"] .srce-mobile-logo-upgraded,
  body.srce-commerce-repair .elementor-location-header .srce-mobile-logo-upgraded {
    position: static !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    text-align: center !important;
    transform: none !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-1e570bd > .elementor-widget-container,
  body.srce-commerce-repair .elementor-location-header .elementor-element-1e570bd > .elementor-widget-container,
  body.srce-commerce-repair header[data-elementor-id="16333"] .srce-mobile-logo-upgraded > .elementor-widget-container,
  body.srce-commerce-repair .elementor-location-header .srce-mobile-logo-upgraded > .elementor-widget-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.srce-commerce-repair .elementor-location-header .elementor-element-1e570bd .elementor-widget-container,
  body.srce-commerce-repair .elementor-location-header .elementor-element-1e570bd a,
  body.srce-commerce-repair .srce-mobile-logo-upgraded .elementor-widget-container,
  body.srce-commerce-repair .srce-mobile-logo-upgraded a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.srce-commerce-repair .elementor-location-header .elementor-element-1e570bd img,
  body.srce-commerce-repair .elementor-location-header .srce-mobile-logo-upgraded img,
  body.srce-commerce-repair img.srce-mobile-header-logo {
    display: block !important;
    width: min(164px, 44vw) !important;
    max-width: min(164px, 44vw) !important;
    height: auto !important;
    margin-inline: auto !important;
    vertical-align: middle !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__wrapper,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__toggle,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-cart__wrapper,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-cart__toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__toggle .elementor-button-text,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-cart__toggle .elementor-button-text {
    display: none !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__toggle_button,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-cart__toggle_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__toggle .elementor-button-icon,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-cart__toggle .elementor-button-icon {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    line-height: 1 !important;
    overflow: visible !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter],
  body:not(.rtl).srce-commerce-repair .elementor-location-header .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    position: absolute !important;
    top: -7px !important;
    right: -4px !important;
    transform: none !important;
  }

  body.srce-commerce-cart-repair .srce-cart-summary {
    grid-column: 1;
    grid-row: 2;
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: auto;
    margin-top: 18px;
    box-sizing: border-box;
  }

  body.srce-commerce-cart-repair .srce-cart-form,
  body.srce-commerce-cart-repair .srce-cart-table,
  body.srce-commerce-cart-repair .srce-cart-table__body,
  body.srce-commerce-cart-repair .srce-cart-item {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    box-sizing: border-box;
  }

  body.srce-commerce-cart-repair .srce-cart-summary-followup {
    display: none;
  }

  body.srce-commerce-cart-repair .srce-cart-mobile-followup {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }

  body.srce-commerce-cart-repair .srce-cart-mobile-followup .srce-cart-upsells--mobile {
    order: 1;
  }

  body.srce-commerce-cart-repair .srce-cart-mobile-followup .srce-continue-shopping--mobile {
    order: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 28px 0 0;
    color: var(--srce-green) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--desktop,
  body.srce-commerce-cart-repair .srce-continue-shopping--desktop {
    display: none !important;
  }

  body.srce-commerce-cart-repair .cart_totals {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: auto;
    padding: 16px !important;
    box-sizing: border-box;
    overflow: hidden;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed;
  }

  body.srce-commerce-cart-repair .cart_totals h2 {
    display: none;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, max-content);
    gap: 6px 10px;
    align-items: baseline;
    padding: 7px 0 !important;
    border-bottom: 0 !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table .order-total {
    padding-top: 12px !important;
    border-top: 1px solid var(--srce-warm-rule) !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table th,
  body.srce-commerce-cart-repair .cart_totals .shop_table td {
    width: auto !important;
    padding: 0 !important;
    text-align: left;
    min-width: 0;
    font-size: 14px;
    line-height: 1.28;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table td {
    text-align: right;
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td,
  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi {
    font-size: clamp(20px, 6.3vw, 28px) !important;
    line-height: 1.12;
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td,
  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi {
    font-size: clamp(17px, 4.8vw, 22px) !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td {
    border-top: 0 !important;
  }

  body.srce-commerce-repair .srce-shipping-threshold {
    margin: 12px 0 14px;
    padding: 9px 11px;
    border-color: var(--srce-line-strong);
    background: #fff;
    font-size: 12.5px;
    line-height: 1.35;
  }

  body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button,
  body.srce-commerce-checkout-repair #place_order {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 54px !important;
    height: auto !important;
    padding: 9px 8px !important;
    gap: 4px;
    font-size: clamp(12.5px, 4vw, 16px) !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
    overflow: hidden;
    overflow-wrap: normal !important;
    text-overflow: clip;
  }

  body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button::after,
  body.srce-commerce-checkout-repair #place_order::after {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background-size: 14px 14px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    padding-top: 14px;
    border-top: 1px solid var(--srce-warm-rule);
    overflow: hidden;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__head {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__head h3 {
    max-width: none;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    font-size: clamp(20px, 5.8vw, 25px);
    line-height: 1.1;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__head span {
    display: none;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__grid {
    grid-auto-flow: column;
    grid-auto-columns: clamp(190px, 76vw, 230px);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    margin-inline: -2px;
    padding: 4px 2px 16px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    scrollbar-color: rgba(0, 105, 62, 0.32) transparent;
    scrollbar-width: thin;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__grid::-webkit-scrollbar {
    display: block;
    height: 4px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(0, 105, 62, 0.28);
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card {
    min-width: 0;
    gap: 8px;
    padding: 11px;
    scroll-snap-align: start;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__thumb {
    height: 112px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__name {
    min-height: 36px;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__foot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: stretch;
    min-width: 0;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price del,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price ins {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2px 5px;
    min-width: 0;
    max-width: 100%;
    line-height: 1.15;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price .amount,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price bdi,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price .woocommerce-Price-currencySymbol {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.15;
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .cart_totals .srce-cart-reassurance {
    display: grid;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed var(--srce-line);
  }

  body.srce-commerce-repair .srce-commerce-reassurance__item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
  }

  body.srce-commerce-repair .srce-commerce-reassurance__icon {
    align-self: center;
    width: 18px;
    height: 18px;
  }

  body.srce-commerce-repair .srce-commerce-reassurance__item > div {
    display: grid;
    align-items: baseline;
    gap: 2px;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body.srce-commerce-repair .srce-commerce-reassurance__item strong,
  body.srce-commerce-repair .srce-commerce-reassurance__item span {
    display: block;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 430px) {
  body.srce-commerce-cart-repair .cart_totals {
    padding: 14px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr.cart-subtotal,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping {
    grid-template-columns: minmax(0, 1fr) minmax(0, max-content) !important;
    gap: 6px 8px;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr.cart-subtotal td,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td {
    text-align: right;
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table .order-total {
    grid-template-columns: minmax(0, 1fr) minmax(0, max-content) !important;
    gap: 6px 7px;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td,
  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi {
    font-size: clamp(17px, 4.7vw, 21px) !important;
    line-height: 1.12;
  }

  body.srce-commerce-repair .srce-shipping-threshold {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: normal;
  }

  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
    gap: 12px 14px;
    align-items: center;
    overflow: visible;
  }

  body.srce-commerce-cart-repair .srce-cart-item__main {
    grid-column: 2;
    grid-row: 1;
    max-width: 100%;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    justify-content: flex-start;
    width: clamp(96px, 30vw, 132px);
    max-width: 100%;
    margin-top: 2px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    width: auto;
    max-width: 100%;
    margin: 0;
    text-align: right;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    margin-top: -2px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove-link {
    min-height: 28px;
    justify-content: flex-start;
    font-size: clamp(12px, 3.4vw, 14px);
  }

  body.srce-commerce-cart-repair .srce-quantity-control {
    width: clamp(96px, 30vw, 132px);
    min-width: 0;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    grid-template-columns: 28px minmax(32px, 1fr) 28px;
    font-size: 16px;
  }

  body.srce-commerce-cart-repair .srce-quantity-control .quantity {
    display: grid !important;
    place-items: center;
    align-self: stretch;
    min-width: 32px;
    width: 32px !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control .quantity input.qty {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity .srce-quantity-control__button,
  body.srce-commerce-cart-repair .srce-quantity-control__button {
    width: 28px;
    min-width: 28px;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 16px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .amount,
  body.srce-commerce-cart-repair .srce-cart-item__line-total bdi {
    font-size: clamp(19px, 5.4vw, 24px);
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .srce-cart-mobile-followup .srce-continue-shopping--mobile {
    font-size: 12.5px;
  }

  body.srce-commerce-cart-repair .srce-cart-mobile-followup .srce-continue-shopping--mobile span[aria-hidden="true"] {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  body.srce-commerce-cart-repair .entry-content > .woocommerce,
  body.srce-commerce-checkout-repair .entry-content > .woocommerce,
  body.srce-commerce-cart-repair .srce-cart-heading,
  body.srce-commerce-cart-repair .srce-cart-layout,
  body.srce-commerce-checkout-repair form.checkout.woocommerce-checkout {
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header.elementor-16333 .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header .elementor-16333 .elementor-element-c402ca5 > .elementor-container {
    --srce-mobile-header-slot: 68px;
    padding-inline: 12px !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b > .elementor-element-populated,
  body.srce-commerce-repair .elementor-location-header .elementor-element-4fdf08b > .elementor-element-populated {
    gap: 6px;
  }

  body.srce-commerce-repair .elementor-location-header .elementor-element-1e570bd img,
  body.srce-commerce-repair .elementor-location-header .srce-mobile-logo-upgraded img,
  body.srce-commerce-repair img.srce-mobile-header-logo {
    width: min(154px, 44vw) !important;
    max-width: min(154px, 44vw) !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter],
  body:not(.rtl).srce-commerce-repair .elementor-location-header .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    right: -2px !important;
  }

  body.srce-commerce-cart-repair .cart_totals {
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 13px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-summary,
  body.srce-commerce-cart-repair .srce-cart-form,
  body.srce-commerce-cart-repair .srce-cart-table,
  body.srce-commerce-cart-repair .srce-cart-table__body,
  body.srce-commerce-cart-repair .srce-cart-item {
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table .order-total {
    grid-template-columns: minmax(0, 1fr) minmax(0, max-content) !important;
    gap: 6px;
    align-items: baseline;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td {
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td {
    font-size: 16px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi,
  body.srce-commerce-cart-repair .cart_totals .order-total td .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total td {
    text-align: right;
  }

  body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button,
  body.srce-commerce-checkout-repair #place_order {
    padding-inline: 10px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__head {
    gap: 0;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__head span {
    display: none;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__grid {
    grid-auto-columns: min(200px, calc(100vw - 56px));
    gap: 12px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__thumb {
    height: 104px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price .amount,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price bdi,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price .woocommerce-Price-currencySymbol {
    font-size: 15px;
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: minmax(92px, 35%) minmax(0, 1fr);
    gap: 11px 12px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb,
  body.srce-commerce-cart-repair .srce-cart-item__thumb a {
    width: clamp(72px, 26vw, 88px);
    height: clamp(72px, 26vw, 88px);
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    font-size: clamp(17px, 5.2vw, 20px);
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity,
  body.srce-commerce-cart-repair .srce-quantity-control {
    width: clamp(92px, 29vw, 112px);
    max-width: 100%;
  }

  body.srce-commerce-cart-repair .srce-quantity-control {
    grid-template-columns: 26px minmax(30px, 1fr) 26px;
  }

  body.srce-commerce-cart-repair .srce-quantity-control .quantity {
    display: grid !important;
    place-items: center;
    align-self: stretch;
    min-width: 30px;
    width: 30px !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control .quantity input.qty {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity .srce-quantity-control__button,
  body.srce-commerce-cart-repair .srce-quantity-control__button {
    width: 26px;
    min-width: 26px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total {
    max-width: 100%;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .amount,
  body.srce-commerce-cart-repair .srce-cart-item__line-total bdi {
    font-size: clamp(17px, 5.2vw, 20px);
  }
}

@media (max-width: 280px) {
  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: minmax(86px, 36%) minmax(0, 1fr);
    gap: 10px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb,
  body.srce-commerce-cart-repair .srce-cart-item__thumb a {
    width: 70px;
    height: 70px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    font-size: 16px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity,
  body.srce-commerce-cart-repair .srce-quantity-control {
    width: 88px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total {
    grid-column: 2;
    grid-row: 2;
    max-width: 100%;
    margin-top: 0;
    font-size: 16px;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove {
    grid-column: 1;
    grid-row: 3;
  }
}

/* Stable three-lane quantity stepper: minus, value, plus stay centered at every responsive width. */
body.srce-commerce-cart-repair .srce-quantity-control {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: clamp(88px, 30vw, 116px) !important;
  min-width: 0 !important;
  max-width: 100% !important;
  justify-items: stretch;
}

body.srce-commerce-cart-repair .srce-quantity-control > .srce-quantity-control__button--decrease {
  grid-column: 1;
}

body.srce-commerce-cart-repair .srce-quantity-control > .quantity[data-type="type-1"],
body.srce-commerce-cart-repair .srce-quantity-control > .quantity {
  grid-column: 2;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  position: relative !important;
  align-items: stretch;
  justify-items: stretch;
}

body.srce-commerce-cart-repair .srce-quantity-control > .srce-quantity-control__button--increase {
  grid-column: 3;
}

body.srce-commerce-cart-repair .srce-quantity-control > .srce-quantity-control__button {
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
}

body.srce-commerce-cart-repair .srce-quantity-control > .quantity[data-type="type-1"] input.qty,
body.srce-commerce-cart-repair .srce-quantity-control > .quantity input.qty {
  display: block;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center;
}

body.srce-commerce-cart-repair .srce-quantity-control {
  --srce-qty-height: 42px;
  height: var(--srce-qty-height) !important;
  min-height: var(--srce-qty-height) !important;
}

body.srce-commerce-cart-repair .srce-quantity-control > .quantity[data-type="type-1"] input.qty,
body.srce-commerce-cart-repair .srce-quantity-control > .quantity input.qty {
  line-height: var(--srce-qty-height) !important;
  font-weight: 500 !important;
}

/* v0.5.55 final mobile cart row contract. This neutralizes older narrow overrides above. */
@media (min-width: 768px) and (max-width: 899px) {
  body.srce-commerce-cart-repair .srce-cart-item__remove {
    grid-column: 2 / 4 !important;
    grid-row: 3 !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    width: auto !important;
    margin-top: -2px !important;
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  body.srce-commerce-cart-repair .srce-cart-item {
    display: grid !important;
    grid-template-columns: clamp(88px, 30vw, 96px) minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    gap: clamp(10px, 3vw, 14px) clamp(12px, 4vw, 18px) !important;
    align-items: center !important;
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    padding: clamp(15px, 4vw, 18px) 0 clamp(16px, 4vw, 20px) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb,
  body.srce-commerce-cart-repair .srce-cart-item__thumb a {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: start !important;
    width: clamp(72px, 26vw, 94px) !important;
    height: clamp(72px, 26vw, 94px) !important;
    border-radius: 10px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb img {
    max-width: 78% !important;
    max-height: 78% !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    display: block !important;
    max-width: 100% !important;
    font-size: clamp(18px, 5vw, 23px) !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__unit-price {
    display: none !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    width: clamp(88px, 30vw, 116px) !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: end !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: right !important;
    overflow: visible !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .amount,
  body.srce-commerce-cart-repair .srce-cart-item__line-total bdi,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .woocommerce-Price-currencySymbol {
    font-size: clamp(18px, 5vw, 25px) !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove {
    grid-column: 2 !important;
    grid-row: 3 !important;
    align-self: start !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    width: auto !important;
    max-width: 100% !important;
    margin: -2px 0 0 !important;
    text-align: right !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove-link {
    min-width: 0 !important;
    min-height: 24px !important;
    padding: 0 !important;
    justify-content: flex-end !important;
    color: var(--srce-muted) !important;
    font-size: clamp(12px, 3.2vw, 14px) !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: right !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control {
    --srce-qty-height: 42px;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    width: clamp(88px, 30vw, 116px) !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: var(--srce-qty-height) !important;
    min-height: var(--srce-qty-height) !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control > .quantity[data-type="type-1"],
  body.srce-commerce-cart-repair .srce-quantity-control > .quantity {
    grid-column: 2 !important;
    display: block !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    position: relative !important;
    overflow: hidden !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control > .quantity[data-type="type-1"] input.qty,
  body.srce-commerce-cart-repair .srce-quantity-control > .quantity input.qty {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: var(--srce-qty-height) !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control > .srce-quantity-control__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.cart-subtotal,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.order-total {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: baseline !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table td,
  body.srce-commerce-cart-repair .cart_totals .shop_table td .amount,
  body.srce-commerce-cart-repair .cart_totals .shop_table td bdi {
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.srce-commerce-cart-repair .srce-cart-summary,
  body.srce-commerce-cart-repair .srce-cart-mobile-followup,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile,
  body.srce-commerce-cart-repair .cart_totals {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td label,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td #shipping_method,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td #shipping_method li {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td .amount,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td bdi,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping td .woocommerce-Price-currencySymbol {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td,
  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi,
  body.srce-commerce-cart-repair .cart_totals .order-total td .woocommerce-Price-currencySymbol {
    font-size: clamp(20px, 5.8vw, 24px) !important;
    line-height: 1.1 !important;
  }

  body.srce-commerce-repair .srce-shipping-threshold {
    font-size: clamp(12px, 3.5vw, 13px) !important;
    line-height: 1.34 !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile {
    margin-top: 12px !important;
    padding-top: 14px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__head span {
    display: none !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-columns: none !important;
    grid-auto-columns: min(204px, calc(100vw - 52px)) !important;
    gap: 12px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 2px 16px !important;
    scroll-snap-type: x proximity !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__foot {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    min-width: 0 !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price .amount,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price bdi,
  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price .woocommerce-Price-currencySymbol {
    display: inline !important;
    max-width: 100% !important;
    font-size: 14.5px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card__price {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2px 4px !important;
    overflow: visible !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 360px) {
  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: clamp(88px, 32vw, 94px) minmax(0, 1fr) !important;
    gap: 10px 12px !important;
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb,
  body.srce-commerce-cart-repair .srce-cart-item__thumb a {
    width: clamp(70px, 26vw, 88px) !important;
    height: clamp(70px, 26vw, 88px) !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    font-size: clamp(17px, 5.2vw, 20px) !important;
    line-height: 1.18 !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .amount,
  body.srce-commerce-cart-repair .srce-cart-item__line-total bdi,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .woocommerce-Price-currencySymbol {
    font-size: clamp(18px, 5.8vw, 22px) !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control,
  body.srce-commerce-cart-repair .srce-cart-item__quantity {
    width: clamp(88px, 32vw, 108px) !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td,
  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi,
  body.srce-commerce-cart-repair .cart_totals .order-total td .woocommerce-Price-currencySymbol {
    font-size: clamp(20px, 5.8vw, 23px) !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__grid {
    grid-auto-columns: min(204px, calc(100vw - 52px)) !important;
  }
}

@media (max-width: 280px) {
  body.srce-commerce-cart-repair .cart_totals .shop_table .order-total {
    gap: 8px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td,
  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi,
  body.srce-commerce-cart-repair .cart_totals .order-total td .woocommerce-Price-currencySymbol {
    font-size: 19px !important;
  }
}

/* v0.5.56 checkout summary/cart parity pass */
body.srce-commerce-checkout-repair .ct-order-review {
  overflow: hidden !important;
  padding: clamp(18px, 2.4vw, 24px) !important;
  border-color: rgba(27, 31, 28, 0.16) !important;
  border-radius: 12px !important;
  background: var(--srce-cream) !important;
  box-shadow: 0 18px 46px rgba(27, 31, 28, 0.08) !important;
}

body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
  margin: 0 0 18px !important;
  color: var(--srce-text) !important;
  font-size: clamp(22px, 2.1vw, 28px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary {
  width: 100% !important;
  max-width: 100% !important;
  color: var(--srce-text) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__products {
  display: grid !important;
  gap: 10px !important;
}

body.srce-commerce-checkout-repair .srce-summary-product {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) max-content !important;
  gap: 10px 12px !important;
  align-items: center !important;
  min-width: 0 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
  width: 58px !important;
  height: 58px !important;
  border-color: var(--srce-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__quantity {
  top: 3px !important;
  right: 3px !important;
  width: 19px !important;
  height: 19px !important;
  border-width: 2px !important;
  font-size: 10px !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__meta {
  min-width: 0 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__name {
  margin: 0 !important;
  color: var(--srce-text) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__variant {
  margin-top: 3px !important;
  color: var(--srce-muted) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__price,
body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
  color: var(--srce-text) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__divider {
  margin: 14px 0 !important;
  background: var(--srce-warm-rule) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: auto !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  gap: 8px 12px !important;
  align-items: baseline !important;
  width: 100% !important;
  padding: 7px 0 !important;
  border: 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals th,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals td {
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--srce-muted) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals td {
  justify-self: end !important;
  color: var(--srce-text) !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .cart-subtotal {
  display: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .srce-summary-shipping {
  align-items: center !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .srce-summary-shipping th {
  display: grid !important;
  gap: 2px !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .srce-summary-shipping__label {
  color: var(--srce-text) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .srce-summary-shipping__method {
  color: var(--srce-muted) !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.22 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
  margin-top: 8px !important;
  padding-top: 13px !important;
  border-top: 1px solid var(--srce-warm-rule) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
  color: var(--srce-text) !important;
  font-size: clamp(20px, 2.4vw, 25px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair .srce-checkout-delivery-card {
  display: none !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-delivery-card__item {
  display: grid !important;
  grid-template-columns: 19px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  color: var(--srce-text) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-delivery-card__icon {
  display: grid !important;
  width: 18px !important;
  height: 18px !important;
  place-items: center !important;
  color: var(--srce-green) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-delivery-card__item strong,
body.srce-commerce-checkout-repair .srce-checkout-payment-card__title {
  display: block !important;
  color: var(--srce-text) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-delivery-card__item span:not(.srce-checkout-delivery-card__icon),
body.srce-commerce-checkout-repair .srce-checkout-payment-card__help {
  display: block !important;
  color: var(--srce-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-delivery-card__item b {
  display: none !important;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-payment {
  margin-top: 16px !important;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card {
  display: none !important;
  grid-template-columns: 19px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card::before {
  content: none !important;
  display: none !important;
}

body.srce-commerce-checkout-repair .form-row.place-order {
  margin-top: 16px !important;
  padding: 0 !important;
}

body.srce-commerce-checkout-repair .woocommerce-terms-and-conditions-wrapper {
  margin: 0 !important;
}

body.srce-commerce-checkout-repair .woocommerce-privacy-policy-text,
body.srce-commerce-checkout-repair .woocommerce-privacy-policy-text p {
  display: none !important;
  margin: 0 !important;
  color: var(--srce-muted) !important;
  font-size: 11.5px !important;
  line-height: 1.42 !important;
}

body.srce-commerce-checkout-repair #place_order {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 54px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  font-size: clamp(13.5px, 2.6vw, 16px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair #place_order::before,
body.srce-commerce-checkout-repair .srce-checkout-payment-card::before {
  content: none !important;
  display: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-reassurance {
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px dashed var(--srce-line) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-reassurance .srce-commerce-reassurance__item {
  grid-template-columns: 19px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .srce-checkout-coupon {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    margin-bottom: 14px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-coupon__row {
    grid-template-columns: 1fr;
  }

  body.srce-commerce-checkout-repair .srce-checkout-coupon button.button {
    width: 100% !important;
  }

  body.srce-commerce-checkout-repair .ct-order-review {
    padding: 16px !important;
  }

  body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
    margin-bottom: 14px !important;
    font-size: clamp(21px, 6.2vw, 24px) !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 9px 11px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 54px !important;
    height: 54px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price {
    grid-column: 2 !important;
    justify-self: start !important;
    text-align: left !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    gap: 6px 10px !important;
    padding: 6px 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals th,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals td {
    font-size: 13.5px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
    font-size: clamp(19px, 5.8vw, 23px) !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-delivery-card__item {
    grid-template-columns: 19px minmax(0, 1fr) !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-delivery-card__item b {
    display: none !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair .ct-order-review {
    padding: 14px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: 13px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
    font-size: clamp(18px, 5.7vw, 20px) !important;
  }

  body.srce-commerce-checkout-repair #place_order {
    min-height: 52px !important;
    padding-inline: 10px !important;
    font-size: clamp(12.5px, 4.4vw, 14px) !important;
  }
}

/* v0.5.57 ultra-narrow cart regression repair */
@media (max-width: 767px) {
  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__item {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    overflow: visible !important;
  }

  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__item > div {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__item > strong,
  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__item > span {
    grid-column: 1 / -1 !important;
  }

  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__item strong,
  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__item span {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__item strong {
    font-size: clamp(13px, 3.9vw, 15px) !important;
    line-height: 1.24 !important;
  }

  body.srce-commerce-cart-repair .cart_totals .srce-commerce-reassurance__item span {
    margin-top: 2px !important;
    font-size: clamp(12px, 3.5vw, 13px) !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 303px) {
  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: clamp(72px, 27vw, 82px) minmax(0, 1fr) !important;
    gap: 9px 10px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb,
  body.srce-commerce-cart-repair .srce-cart-item__thumb a {
    width: clamp(68px, 26vw, 76px) !important;
    height: clamp(68px, 26vw, 76px) !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    font-size: clamp(15.5px, 5.8vw, 18px) !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .amount,
  body.srce-commerce-cart-repair .srce-cart-item__line-total bdi,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .woocommerce-Price-currencySymbol {
    font-size: clamp(15.5px, 5.6vw, 17px) !important;
    line-height: 1.1 !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.cart-subtotal,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.order-total {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    gap: 5px 6px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table th,
  body.srce-commerce-cart-repair .cart_totals .shop_table td {
    font-size: 13px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table td .amount,
  body.srce-commerce-cart-repair .cart_totals .shop_table td bdi,
  body.srce-commerce-cart-repair .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td,
  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi,
  body.srce-commerce-cart-repair .cart_totals .order-total td .woocommerce-Price-currencySymbol {
    font-size: clamp(17px, 6.3vw, 19px) !important;
  }

  body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button {
    font-size: clamp(12px, 4.5vw, 13px) !important;
  }
}

/* v0.5.64 checkout hardening, native COD preservation, and launch CSS parity */
body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-032a849,
body.srce-commerce-repair .elementor-16333 .elementor-element-032a849 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.srce-commerce-checkout-repair #billing_email_field { order: 10 !important; }
body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field { order: 11 !important; grid-column: 1 / -1 !important; }
body.srce-commerce-checkout-repair #billing_phone_field { order: 20 !important; }
body.srce-commerce-checkout-repair #billing_first_name_field { order: 30 !important; }
body.srce-commerce-checkout-repair #billing_last_name_field { order: 40 !important; }
body.srce-commerce-checkout-repair #billing_country_field { order: 50 !important; }
body.srce-commerce-checkout-repair #billing_address_1_field { order: 60 !important; }
body.srce-commerce-checkout-repair #billing_address_2_field { order: 61 !important; grid-column: 1 / -1 !important; }
body.srce-commerce-checkout-repair #billing_city_field { order: 70 !important; }
body.srce-commerce-checkout-repair #billing_postcode_field { order: 80 !important; }

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary thead,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tbody,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tfoot,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tr,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary th,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary td {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary thead {
  display: none !important;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary::before,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary::after,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary *::before,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary *::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tfoot::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tfoot::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals th::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals th::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals td::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals td::after {
  content: none !important;
  display: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__products {
  display: grid !important;
  gap: 10px !important;
}

body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
body.srce-commerce-checkout-repair .srce-summary-product {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  gap: 10px 12px !important;
  align-items: center !important;
  min-width: 0 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product .product-name,
body.srce-commerce-checkout-repair .srce-summary-product .product-total {
  min-width: 0 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__content {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 10px 12px !important;
  align-items: center !important;
  min-width: 0 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product .product-total {
  justify-self: end !important;
  text-align: right !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
  display: grid !important;
  gap: 0 !important;
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--srce-warm-rule) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr:not(.srce-checkout-coupon-row) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  gap: 8px 12px !important;
  align-items: baseline !important;
  padding: 7px 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
  margin-top: 8px !important;
  padding-top: 13px !important;
  border-top: 1px solid var(--srce-warm-rule) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
  font-size: clamp(20px, 2.4vw, 25px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon-row {
  display: block !important;
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(27, 31, 28, 0.08) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon-row td {
  display: block !important;
  width: 100% !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary > .srce-checkout-coupon-row,
body.srce-commerce-checkout-repair .srce-checkout-coupon-row__cell {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid var(--srce-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon.is-loading {
  opacity: 0.72;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon__label {
  margin: 0 0 8px !important;
  color: var(--srce-text) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: center !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon input.input-text {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(27, 31, 28, 0.14) !important;
  border-radius: 9px !important;
  font-size: 14px !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon button.button {
  min-height: 42px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--srce-green) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon__notice {
  margin-top: 8px !important;
  color: var(--srce-muted) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon__notice:empty {
  display: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-coupon-row,
body.srce-commerce-checkout-repair .srce-checkout-coupon,
body.srce-commerce-checkout-repair form.checkout_coupon,
body.srce-commerce-checkout-repair .woocommerce-form-coupon-toggle {
  display: none !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
  body.srce-commerce-checkout-repair .srce-summary-product {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 8px 11px !important;
    align-items: start !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-name {
    grid-column: 1 / -1 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 9px 11px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    grid-column: 2 !important;
    justify-self: start !important;
    padding-left: 0 !important;
    text-align: left !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr:not(.srce-checkout-coupon-row) {
    gap: 6px 10px !important;
    padding: 6px 0 !important;
  }
}

/* v0.5.65 launch guard: keep the repaired flow usable at 255-303px. */
@media (max-width: 303px) {
  body.srce-commerce-repair {
    --srce-mobile-header-height: 60px;
    --srce-mobile-header-slot: 44px;
    overflow-x: hidden !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header.elementor-16333 .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header .elementor-element-c402ca5 > .elementor-container,
  body.srce-commerce-repair .elementor-location-header .elementor-16333 .elementor-element-c402ca5 > .elementor-container {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    padding-inline: 8px !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-c402ca5,
  body.srce-commerce-repair .elementor-location-header .elementor-element-c402ca5 {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 60px !important;
    overflow: hidden !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-c402ca5 > .elementor-container > .elementor-column,
  body.srce-commerce-repair .elementor-location-header .elementor-element-c402ca5 > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f2ba679,
  body.srce-commerce-repair .elementor-location-header .elementor-element-f2ba679 {
    grid-column: 1 !important;
    justify-self: center !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-844120b,
  body.srce-commerce-repair .elementor-location-header .elementor-element-844120b {
    grid-column: 2 !important;
    justify-self: center !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b,
  body.srce-commerce-repair .elementor-location-header .elementor-element-4fdf08b {
    grid-column: 3 !important;
    justify-self: center !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-f2ba679 > .elementor-widget-wrap,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-844120b > .elementor-widget-wrap,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b > .elementor-widget-wrap,
  body.srce-commerce-repair .elementor-location-header .elementor-element-f2ba679 > .elementor-widget-wrap,
  body.srce-commerce-repair .elementor-location-header .elementor-element-844120b > .elementor-widget-wrap,
  body.srce-commerce-repair .elementor-location-header .elementor-element-4fdf08b > .elementor-widget-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b > .elementor-element-populated,
  body.srce-commerce-repair .elementor-location-header .elementor-element-4fdf08b > .elementor-element-populated {
    gap: 3px !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle i,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle i,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-toggle svg,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-toggle svg {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__toggle_button,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-cart__toggle_button,
  body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-menu-cart__toggle .elementor-button-icon,
  body.srce-commerce-repair .elementor-location-header .elementor-menu-cart__toggle .elementor-button-icon {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
  }

  body.srce-commerce-repair .elementor-location-header .elementor-element-1e570bd img,
  body.srce-commerce-repair .elementor-location-header .srce-mobile-logo-upgraded img,
  body.srce-commerce-repair img.srce-mobile-header-logo {
    width: min(128px, 48vw) !important;
    max-width: min(128px, 48vw) !important;
  }

  body.srce-commerce-cart-repair .entry-content > .woocommerce,
  body.srce-commerce-cart-repair .srce-cart-heading,
  body.srce-commerce-cart-repair .srce-cart-layout,
  body.srce-commerce-cart-repair .srce-cart-summary,
  body.srce-commerce-cart-repair .srce-cart-form,
  body.srce-commerce-cart-repair .srce-cart-table,
  body.srce-commerce-cart-repair .srce-cart-table__body,
  body.srce-commerce-cart-repair .srce-cart-item,
  body.srce-commerce-cart-repair .cart_totals,
  body.srce-commerce-cart-repair .srce-cart-mobile-followup {
    width: min(100%, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    gap: 10px 9px !important;
    padding-block: 14px 16px !important;
    overflow: hidden !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__thumb,
  body.srce-commerce-cart-repair .srce-cart-item__thumb a {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    width: 74px !important;
    height: 74px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__name,
  body.srce-commerce-cart-repair .srce-cart-item__name a {
    font-size: 16px !important;
    line-height: 1.18 !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity,
  body.srce-commerce-cart-repair .srce-quantity-control {
    width: 88px !important;
    max-width: 88px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__quantity {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control {
    --srce-qty-height: 38px;
    height: 38px !important;
    min-height: 38px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control > .quantity,
  body.srce-commerce-cart-repair .srce-quantity-control > .quantity[data-type="type-1"],
  body.srce-commerce-cart-repair .srce-quantity-control > .srce-quantity-control__button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.srce-commerce-cart-repair .srce-quantity-control > .quantity input.qty,
  body.srce-commerce-cart-repair .srce-quantity-control > .quantity[data-type="type-1"] input.qty {
    line-height: 38px !important;
    font-size: 14px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .amount,
  body.srce-commerce-cart-repair .srce-cart-item__line-total bdi,
  body.srce-commerce-cart-repair .srce-cart-item__line-total .woocommerce-Price-currencySymbol {
    font-size: 17px !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__line-total {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    max-width: 100% !important;
    text-align: right !important;
  }

  body.srce-commerce-cart-repair .srce-cart-item__remove {
    grid-column: 2 !important;
    grid-row: 3 !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    margin-top: -2px !important;
  }

  body.srce-commerce-cart-repair .cart_totals {
    padding: 12px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table tr,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.cart-subtotal,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.shipping,
  body.srce-commerce-cart-repair .cart_totals .shop_table tr.order-total {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    gap: 6px 8px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table th,
  body.srce-commerce-cart-repair .cart_totals .shop_table td {
    font-size: 13px !important;
  }

  body.srce-commerce-cart-repair .cart_totals .shop_table td,
  body.srce-commerce-cart-repair .cart_totals .shop_table td .amount,
  body.srce-commerce-cart-repair .cart_totals .shop_table td bdi,
  body.srce-commerce-cart-repair .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    white-space: nowrap !important;
    text-align: right !important;
  }

  body.srce-commerce-cart-repair .cart_totals .order-total th,
  body.srce-commerce-cart-repair .cart_totals .order-total td,
  body.srce-commerce-cart-repair .cart_totals .order-total td .amount,
  body.srce-commerce-cart-repair .cart_totals .order-total td bdi,
  body.srce-commerce-cart-repair .cart_totals .order-total td .woocommerce-Price-currencySymbol {
    font-size: 19px !important;
    line-height: 1.1 !important;
  }

  body.srce-commerce-repair .srce-shipping-threshold {
    padding: 9px 10px !important;
    font-size: 12px !important;
  }

  body.srce-commerce-cart-repair .wc-proceed-to-checkout .checkout-button,
  body.srce-commerce-checkout-repair #place_order {
    min-height: 50px !important;
    padding-inline: 8px !important;
    font-size: 13px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile {
    margin-top: 8px !important;
    padding-top: 10px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsells__grid {
    grid-auto-columns: min(188px, calc(100vw - 48px)) !important;
    gap: 10px !important;
    padding-bottom: 14px !important;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--mobile .srce-cart-upsell-card {
    padding: 10px !important;
  }
}

/* v0.5.72: checkout mobile summary polish. */
body.srce-commerce-checkout-repair .ct-order-review::before,
body.srce-commerce-checkout-repair .ct-order-review::after,
body.srce-commerce-checkout-repair #order_review::before,
body.srce-commerce-checkout-repair #order_review::after,
body.srce-commerce-checkout-repair #payment::before,
body.srce-commerce-checkout-repair #payment::after,
body.srce-commerce-checkout-repair .woocommerce-checkout-payment::before,
body.srce-commerce-checkout-repair .woocommerce-checkout-payment::after,
body.srce-commerce-checkout-repair .form-row.place-order::before,
body.srce-commerce-checkout-repair .form-row.place-order::after,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary::before,
body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals *::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals *::after {
  content: none !important;
  display: none !important;
}

body.srce-commerce-checkout-repair #place_order {
  min-height: 58px !important;
  padding: 12px 16px !important;
  gap: 8px !important;
  font-size: clamp(16px, 3.8vw, 18px) !important;
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
  body.srce-commerce-checkout-repair .srce-summary-product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-name,
  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    grid-column: 1 / -1 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__content {
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 10px 14px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 68px !important;
    height: 68px !important;
    border-radius: 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: clamp(16px, 4.6vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    justify-self: start !important;
    padding-left: 82px !important;
    margin-top: -2px !important;
    text-align: left !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: clamp(17px, 4.8vw, 19px) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 60px minmax(0, 1fr) !important;
    gap: 9px 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 60px !important;
    height: 60px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    padding-left: 70px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: 15px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
  }

  body.srce-commerce-checkout-repair #place_order {
    min-height: 54px !important;
    padding-inline: 10px !important;
    font-size: clamp(15px, 4.8vw, 16px) !important;
  }
}

/* v0.5.73: staging checkout polish. */
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_methods,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_methods * {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod::before,
body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod::after,
body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod label::before,
body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod label::after,
body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod input::before,
body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod input::after,
body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod .payment_box::before,
body.srce-commerce-checkout-repair .wc_payment_method.payment_method_cod .payment_box::after,
body.srce-commerce-checkout-repair .wc_payment_methods::before,
body.srce-commerce-checkout-repair .wc_payment_methods::after,
body.srce-commerce-checkout-repair .wc_payment_methods *::before,
body.srce-commerce-checkout-repair .wc_payment_methods *::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals *::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals *::after {
  content: none !important;
  display: none !important;
}

body.srce-commerce-checkout-repair #place_order {
  min-height: 60px !important;
  padding: 13px 18px !important;
  gap: 9px !important;
  font-size: clamp(17px, 4.2vw, 19px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.srce-commerce-checkout-repair #place_order::after {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  background: var(--srce-cta-arrow) center / 18px 18px no-repeat !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
  body.srce-commerce-checkout-repair .srce-summary-product {
    gap: 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 10px 14px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 76px !important;
    height: 76px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: clamp(17px, 4.9vw, 20px) !important;
    line-height: 1.16 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    padding-left: 90px !important;
    margin-top: -3px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: clamp(19px, 5.1vw, 21px) !important;
    line-height: 1.1 !important;
  }

  body.srce-commerce-checkout-repair #place_order {
    min-height: 62px !important;
    padding: 13px 14px !important;
    font-size: clamp(18px, 4.8vw, 20px) !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 66px minmax(0, 1fr) !important;
    gap: 9px 11px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 66px !important;
    height: 66px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    padding-left: 77px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: 16px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: 18px !important;
  }

  body.srce-commerce-checkout-repair #place_order {
    min-height: 58px !important;
    padding-inline: 10px !important;
    font-size: clamp(16px, 5vw, 18px) !important;
  }
}

/* v0.5.74: remove native single-COD marker leakage while preserving submit data. */
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_methods,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod label,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod .payment_box {
  position: absolute !important;
  top: auto !important;
  left: -10000px !important;
  width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  max-height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  text-shadow: none !important;
  transform: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod input[type="radio"] {
  position: absolute !important;
  top: auto !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  accent-color: transparent !important;
}

body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_methods::before,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_methods::after,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_methods *::before,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_methods *::after,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod::before,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod::after,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod input::before,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod input::after,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod label::before,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod label::after,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod .payment_box::before,
body.srce-commerce-checkout-repair .srce-checkout-payment--single-cod .wc_payment_method.payment_method_cod .payment_box::after,
body.srce-commerce-checkout-repair .srce-checkout-payment-card::before,
body.srce-commerce-checkout-repair .srce-checkout-payment-card::after,
body.srce-commerce-checkout-repair .srce-checkout-delivery-card::before,
body.srce-commerce-checkout-repair .srce-checkout-delivery-card::after,
body.srce-commerce-checkout-repair .srce-checkout-delivery-card__item::before,
body.srce-commerce-checkout-repair .srce-checkout-delivery-card__item::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals th::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals th::after,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals td::before,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals td::after,
body.srce-commerce-checkout-repair #place_order::before {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

body.srce-commerce-checkout-repair #place_order::after {
  content: "" !important;
  display: block !important;
}

/* v0.5.76: staging checkout summary marker cleanup and mobile hierarchy polish. */
body.srce-commerce-checkout-repair .srce-checkout-payment-card,
body.srce-commerce-checkout-repair .srce-checkout-delivery-card {
  display: none !important;
}

body.srce-commerce-checkout-repair .srce-checkout-payment-card::before,
body.srce-commerce-checkout-repair .srce-checkout-payment-card::after,
body.srce-commerce-checkout-repair #payment::before,
body.srce-commerce-checkout-repair #payment::after,
body.srce-commerce-checkout-repair .form-row.place-order::before,
body.srce-commerce-checkout-repair .form-row.place-order::after {
  content: "" !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__quantity-filtered {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair #place_order {
  min-height: 64px !important;
  font-size: clamp(18px, 4vw, 21px) !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 12px 14px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 78px !important;
    height: 78px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: clamp(18px, 5.2vw, 21px) !important;
    line-height: 1.16 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    padding-left: 92px !important;
    margin-top: -2px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: clamp(20px, 5.4vw, 22px) !important;
    line-height: 1.1 !important;
  }

  body.srce-commerce-checkout-repair #place_order {
    min-height: 64px !important;
    font-size: clamp(18px, 5vw, 21px) !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 68px minmax(0, 1fr) !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 68px !important;
    height: 68px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    padding-left: 80px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: 17px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: 19px !important;
  }

  body.srce-commerce-checkout-repair #place_order {
    min-height: 60px !important;
    font-size: 17px !important;
  }
}

/* v0.5.77: keep Klaviyo opt-in checkbox in its own checkout field. */
body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field {
  position: static !important;
  isolation: isolate;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field label {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: grid !important;
  place-content: center !important;
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: auto !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: start !important;
  flex: 0 0 18px !important;
  float: none !important;
  clear: none !important;
  transform: none !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  border: 1.5px solid var(--srce-green) !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  background-image: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 13px 13px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  vertical-align: top !important;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in:checked {
  border-color: var(--srce-green) !important;
  background-color: var(--srce-green) !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2018'%20fill='none'%3E%3Cpath%20d='M4.25%209.3%207.45%2012.5%2013.9%205.7'%20stroke='%23fff'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in::before,
body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in::after,
body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field label::before,
body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field label::after {
  content: none !important;
  display: none !important;
}

body.srce-commerce-checkout-repair #srce_klaviyo_email_marketing_opt_in_field span {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
}

/* v0.5.78: calm the mobile checkout summary hierarchy. */
@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .ct-order-review {
    padding: 16px !important;
  }

  body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
    font-size: clamp(23px, 6vw, 27px) !important;
    line-height: 1.08 !important;
    margin: 0 0 16px !important;
    letter-spacing: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__products {
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
  body.srce-commerce-checkout-repair .srce-summary-product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
    align-items: start !important;
    margin: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-name {
    grid-column: 1 !important;
    min-width: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__content {
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 10px 12px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 68px !important;
    height: 68px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: clamp(16px, 4.5vw, 19px) !important;
    line-height: 1.16 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    grid-column: 1 !important;
    display: block !important;
    justify-self: start !important;
    width: auto !important;
    max-width: calc(100% - 80px) !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    margin: -3px 0 0 80px !important;
    text-align: left !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: clamp(17px, 4.5vw, 19px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
    margin-top: 8px !important;
    padding-top: 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr:not(.srce-checkout-coupon-row) {
    padding: 5px 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
    margin-top: 4px !important;
    padding-top: 10px !important;
  }
}

@media (max-width: 390px) {
  body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
    font-size: clamp(22px, 6vw, 25px) !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair .ct-order-review {
    padding: 14px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 60px minmax(0, 1fr) !important;
    gap: 9px 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 60px !important;
    height: 60px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    max-width: calc(100% - 70px) !important;
    margin-left: 70px !important;
    padding-left: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
  }
}

/* v0.5.81: stable mobile checkout product row without table-cell display contents. */
body.srce-commerce-checkout-repair .srce-summary-product__price--mobile {
  display: none !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
  body.srce-commerce-checkout-repair .srce-summary-product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    align-items: stretch !important;
    margin: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-name {
    display: block !important;
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__content {
    display: grid !important;
    grid-template-columns: clamp(64px, 18vw, 74px) minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    grid-column: 1 !important;
    align-self: center !important;
    width: clamp(64px, 18vw, 74px) !important;
    height: clamp(64px, 18vw, 74px) !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__meta {
    grid-column: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    display: block !important;
    margin: 0 !important;
    font-size: clamp(16px, 4.5vw, 18px) !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price--mobile {
    display: block !important;
    margin: 0 !important;
    text-align: left !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-total {
    display: none !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: clamp(15.5px, 4.1vw, 17px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 60px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 60px !important;
    height: 60px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: 15px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: 15px !important;
  }
}

/* v0.5.82: mobile checkout shows price inside the product text block only. */
body.srce-commerce-checkout-repair .srce-summary-product__price--mobile {
  display: none !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product > td.product-total,
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product > td.srce-summary-product__total-cell,
  body.srce-commerce-checkout-repair .srce-summary-product > td.product-total,
  body.srce-commerce-checkout-repair .srce-summary-product > td.srce-summary-product__total-cell {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price--mobile {
    display: block !important;
    margin: 0 !important;
    text-align: left !important;
  }
}

/* v0.5.83: desktop checkout summary product spacing and calmer line prices. */
@media (min-width: 768px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tbody.srce-checkout-summary__products,
  body.srce-commerce-checkout-repair .srce-checkout-summary__products {
    display: grid !important;
    gap: 14px !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }

  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
  body.srce-commerce-checkout-repair .srce-summary-product {
    min-height: 62px !important;
    gap: 10px 14px !important;
    align-items: center !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__total-cell .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__total-cell .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__total-cell .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__total-cell .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-weight: 500 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
    margin-top: 4px !important;
    padding-top: 6px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr:first-child {
    padding-top: 4px !important;
  }
}

/* v0.5.84: rebalance checkout summary spacing after staging review. */
@media (max-width: 767px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tbody.srce-checkout-summary__products,
  body.srce-commerce-checkout-repair .srce-checkout-summary__products {
    display: grid !important;
    gap: 16px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
  body.srce-commerce-checkout-repair .srce-summary-product {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tbody.srce-checkout-summary__products,
  body.srce-commerce-checkout-repair .srce-checkout-summary__products {
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr:first-child,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.woocommerce-shipping-totals.shipping,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.srce-summary-shipping {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* v0.5.85: align checkout order-summary scale with the cart receipt. */
body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
  margin: 0 0 14px !important;
  color: var(--srce-ink, var(--srce-text)) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
  margin-top: 8px !important;
  padding-top: 12px !important;
  border-top: 1px solid var(--srce-warm-rule, var(--srce-line)) !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair #place_order {
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 22px !important;
  gap: 8px !important;
  border-color: var(--srce-orange) !important;
  border-radius: 999px !important;
  background: var(--srce-orange) !important;
  box-shadow: var(--srce-cta-shadow) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
}

body.srce-commerce-checkout-repair #place_order:hover,
body.srce-commerce-checkout-repair #place_order:focus {
  border-color: var(--srce-green) !important;
  background: var(--srce-green) !important;
  color: #fff !important;
}

body.srce-commerce-checkout-repair #place_order::after {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  background-size: 18px 18px !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
    margin: 0 0 12px !important;
    font-size: 20px !important;
    line-height: 1.18 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
    margin-top: 7px !important;
    padding-top: 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
    font-size: 19px !important;
    line-height: 1.1 !important;
  }

  body.srce-commerce-checkout-repair #place_order {
    height: auto !important;
    min-height: 54px !important;
    padding: 9px 8px !important;
    gap: 4px !important;
    font-size: clamp(12.5px, 4vw, 16px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  body.srce-commerce-checkout-repair #place_order::after {
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 14px !important;
    background-size: 14px 14px !important;
  }
}

@media (max-width: 303px) {
  body.srce-commerce-checkout-repair .ct-order-review #order_review_heading {
    font-size: 19px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
    font-size: 17px !important;
  }

  body.srce-commerce-checkout-repair #place_order {
    min-height: 50px !important;
    font-size: 13px !important;
  }
}

/* v0.5.86: compact receipt hierarchy for checkout products and shipping. */
body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tbody.srce-checkout-summary__products,
body.srce-commerce-checkout-repair .srce-checkout-summary__products {
  display: grid !important;
  gap: 8px !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__name {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

body.srce-commerce-checkout-repair .srce-summary-product__price,
body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
  gap: 0 !important;
  margin-top: 0 !important;
  padding-top: 4px !important;
  border-top: 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr:not(.srce-checkout-coupon-row) {
  gap: 6px 10px !important;
  padding: 5px 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.srce-summary-shipping,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.woocommerce-shipping-totals.shipping {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .srce-summary-shipping__label {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .srce-summary-shipping__method {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

body.srce-commerce-checkout-repair .srce-summary-shipping__price,
body.srce-commerce-checkout-repair .srce-summary-shipping__price .amount,
body.srce-commerce-checkout-repair .srce-summary-shipping__price bdi,
body.srce-commerce-checkout-repair .srce-summary-shipping__price .woocommerce-Price-currencySymbol {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
  margin-top: 7px !important;
  padding-top: 10px !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tbody.srce-checkout-summary__products,
  body.srce-commerce-checkout-repair .srce-checkout-summary__products {
    gap: 10px !important;
    margin-bottom: 4px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
    margin-top: 0 !important;
    padding-top: 6px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr:not(.srce-checkout-coupon-row) {
    gap: 6px 10px !important;
    padding: 5px 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.srce-summary-shipping,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.woocommerce-shipping-totals.shipping {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-shipping__price,
  body.srce-commerce-checkout-repair .srce-summary-shipping__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-shipping__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-shipping__price .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
    margin-top: 7px !important;
    padding-top: 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
    font-size: 19px !important;
  }
}

@media (max-width: 303px) {
  body.srce-commerce-checkout-repair .srce-summary-product__name {
    font-size: 14px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__price,
  body.srce-commerce-checkout-repair .srce-summary-product__price .amount,
  body.srce-commerce-checkout-repair .srce-summary-product__price bdi,
  body.srce-commerce-checkout-repair .srce-summary-product__price .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total th,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total td,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .amount,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total bdi,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total .woocommerce-Price-currencySymbol {
    font-size: 17px !important;
  }
}

/* v0.5.86: keep mobile product rows compact without losing thumbnail recognition. */
@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 62px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 62px !important;
    height: 62px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__meta {
    gap: 4px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
    padding-top: 4px !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair .srce-summary-product__content {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    column-gap: 9px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__thumbnail {
    width: 58px !important;
    height: 58px !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product__meta {
    gap: 3px !important;
  }
}

/* v0.5.87: pull shipping and total into a tighter receipt stack. */
body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
  padding-top: 2px !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.srce-summary-shipping,
body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.woocommerce-shipping-totals.shipping {
  padding: 0 0 2px !important;
}

body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
  margin-top: 2px !important;
  padding-top: 4px !important;
}

@media (max-width: 767px) {
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
    padding-top: 3px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.srce-summary-shipping,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.woocommerce-shipping-totals.shipping {
    padding: 0 0 3px !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals .order-total {
    margin-top: 3px !important;
    padding-top: 6px !important;
  }
}

/* v0.5.88: collapse mobile product-to-shipping whitespace. */
@media (max-width: 767px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tbody.srce-checkout-summary__products,
  body.srce-commerce-checkout-repair .srce-checkout-summary__products {
    gap: 0 !important;
    margin-bottom: 0 !important;
  }

  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary tr.srce-summary-product,
  body.srce-commerce-checkout-repair .srce-summary-product {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-summary-product .product-name,
  body.srce-commerce-checkout-repair .srce-summary-product__content {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.srce-summary-shipping,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.woocommerce-shipping-totals.shipping {
    padding-top: 0 !important;
  }
}

/* v0.5.89: pull mobile totals directly under the final product row. */
@media (max-width: 767px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary > tfoot.srce-checkout-summary__totals,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary > .srce-checkout-summary__totals {
    display: block !important;
    margin-top: -18px !important;
    padding-top: 0 !important;
  }

  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary > tbody.srce-checkout-summary__products,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary > .srce-checkout-summary__products {
    padding-bottom: 0 !important;
  }

  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr:first-child,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.srce-summary-shipping,
  body.srce-commerce-checkout-repair .srce-checkout-summary__totals tr.woocommerce-shipping-totals.shipping {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary > tfoot.srce-checkout-summary__totals,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary > .srce-checkout-summary__totals {
    margin-top: -16px !important;
  }
}

/* v0.5.90: restore balanced mobile receipt spacing after the tighter totals pass. */
@media (max-width: 767px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary > tbody.srce-checkout-summary__products,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary > .srce-checkout-summary__products {
    gap: 8px !important;
    margin-bottom: 0 !important;
  }

  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary > tfoot.srce-checkout-summary__totals,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary > .srce-checkout-summary__totals {
    margin-top: -8px !important;
  }
}

@media (max-width: 340px) {
  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary > tbody.srce-checkout-summary__products,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary > .srce-checkout-summary__products {
    gap: 7px !important;
  }

  body.srce-commerce-checkout-repair table.woocommerce-checkout-review-order-table.srce-checkout-summary > tfoot.srce-checkout-summary__totals,
  body.srce-commerce-checkout-repair .woocommerce-checkout-review-order-table.srce-checkout-summary > .srce-checkout-summary__totals {
    margin-top: -6px !important;
  }
}

/* v0.5.91: carry header, RSD, and product-card centering repairs across storefront pages. */
body.srce-site-repair {
  --srce-green: #00693e;
  --srce-orange: #f7941d;
  --srce-text: #1f2a24;
  --srce-commerce-page-max: 1060px;
  --srce-mobile-header-height: 60px;
  --srce-mobile-header-slot: 72px;
}

body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-032a849,
body.srce-site-repair .elementor-16333 .elementor-element-032a849 {
  background: var(--srce-green) !important;
  box-shadow: 0 0 0 100vmax var(--srce-green) !important;
  clip-path: inset(0 -100vmax) !important;
}

body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-f8624fd > .elementor-container,
body.srce-site-repair .elementor-16333 .elementor-element-f8624fd > .elementor-container,
body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-032a849 > .elementor-container,
body.srce-site-repair .elementor-16333 .elementor-element-032a849 > .elementor-container {
  box-sizing: border-box;
  width: min(100%, calc(100vw - 32px));
  max-width: var(--srce-commerce-page-max);
  padding-inline: clamp(16px, 3vw, 28px) !important;
}

body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-f8624fd > .elementor-container,
body.srce-site-repair .elementor-16333 .elementor-element-f8624fd > .elementor-container {
  margin-inline: auto !important;
}

body.srce-site-repair .woocommerce-Price-amount,
body.srce-site-repair .woocommerce-Price-amount bdi,
body.srce-site-repair .woocommerce-Price-currencySymbol,
body.srce-site-repair .amount {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.srce-site-repair ul.products li.product {
  text-align: center !important;
}

body.srce-site-repair ul.products li.product figure,
body.srce-site-repair ul.products li.product .ct-media-container,
body.srce-site-repair ul.products li.product .ct-image-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  margin-inline: auto !important;
  text-align: center !important;
}

body.srce-site-repair ul.products li.product .ct-media-container img,
body.srce-site-repair ul.products li.product img.wp-post-image {
  display: block;
  margin-inline: auto !important;
}

body.srce-site-repair ul.products li.product .ct-woo-card-actions {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
  text-align: center !important;
}

body.srce-site-repair ul.products li.product .ct-woo-card-actions .button,
body.srce-site-repair ul.products li.product a.button.add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.srce-site-repair .jet-woo-products .jet-woo-products__inner-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

body.srce-site-repair .jet-woo-products .jet-woo-product-thumbnail,
body.srce-site-repair .jet-woo-products .jet-woo-product-thumbnail a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  margin-inline: auto !important;
}

body.srce-site-repair .jet-woo-products .jet-woo-product-thumbnail img {
  display: block;
  margin-inline: auto !important;
}

body.srce-site-repair .jet-woo-products .jet-woo-product-title,
body.srce-site-repair .jet-woo-products .jet-woo-product-price,
body.srce-site-repair .jet-woo-products .jet-woo-product-button {
  width: 100%;
  text-align: center !important;
}

body.srce-site-repair .jet-woo-products .jet-woo-product-button .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  body.srce-site-repair {
    overflow-x: hidden;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-f8624fd > .elementor-container,
  body.srce-site-repair .elementor-16333 .elementor-element-f8624fd > .elementor-container,
  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-032a849 > .elementor-container,
  body.srce-site-repair .elementor-16333 .elementor-element-032a849 > .elementor-container {
    width: 100%;
    max-width: none;
    padding-inline: 16px !important;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-c402ca5,
  body.srce-site-repair .elementor-location-header.elementor-16333 .elementor-element-c402ca5,
  body.srce-site-repair .elementor-location-header .elementor-element-c402ca5,
  body.srce-site-repair .elementor-location-header .elementor-16333 .elementor-element-c402ca5 {
    height: var(--srce-mobile-header-height);
    min-height: var(--srce-mobile-header-height);
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-c402ca5 > .elementor-container,
  body.srce-site-repair .elementor-location-header.elementor-16333 .elementor-element-c402ca5 > .elementor-container,
  body.srce-site-repair .elementor-location-header .elementor-element-c402ca5 > .elementor-container,
  body.srce-site-repair .elementor-location-header .elementor-16333 .elementor-element-c402ca5 > .elementor-container {
    display: grid !important;
    grid-template-columns: var(--srce-mobile-header-slot) minmax(0, 1fr) var(--srce-mobile-header-slot);
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    height: var(--srce-mobile-header-height);
    min-height: var(--srce-mobile-header-height);
    padding: 0 14px !important;
    overflow: visible;
    box-sizing: border-box;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-f2ba679,
  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-844120b,
  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b,
  body.srce-site-repair .elementor-location-header .elementor-element-f2ba679,
  body.srce-site-repair .elementor-location-header .elementor-element-844120b,
  body.srce-site-repair .elementor-location-header .elementor-element-4fdf08b {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    height: var(--srce-mobile-header-height);
    min-height: var(--srce-mobile-header-height);
    overflow: visible;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-f2ba679,
  body.srce-site-repair .elementor-location-header .elementor-element-f2ba679 {
    grid-column: 1;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-844120b,
  body.srce-site-repair .elementor-location-header .elementor-element-844120b {
    grid-column: 2;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b,
  body.srce-site-repair .elementor-location-header .elementor-element-4fdf08b {
    grid-column: 3;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-f2ba679 > .elementor-element-populated,
  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-844120b > .elementor-element-populated,
  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b > .elementor-element-populated,
  body.srce-site-repair .elementor-location-header .elementor-element-f2ba679 > .elementor-element-populated,
  body.srce-site-repair .elementor-location-header .elementor-element-844120b > .elementor-element-populated,
  body.srce-site-repair .elementor-location-header .elementor-element-4fdf08b > .elementor-element-populated {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    height: var(--srce-mobile-header-height);
    min-height: var(--srce-mobile-header-height);
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-f2ba679 > .elementor-element-populated,
  body.srce-site-repair .elementor-location-header .elementor-element-f2ba679 > .elementor-element-populated {
    justify-content: flex-start !important;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-844120b > .elementor-element-populated,
  body.srce-site-repair .elementor-location-header .elementor-element-844120b > .elementor-element-populated {
    justify-content: center !important;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-4fdf08b > .elementor-element-populated,
  body.srce-site-repair .elementor-location-header .elementor-element-4fdf08b > .elementor-element-populated {
    gap: 8px;
    justify-content: flex-end !important;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-8f4029e,
  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-0fbae91,
  body.srce-site-repair .elementor-location-header .elementor-element-8f4029e,
  body.srce-site-repair .elementor-location-header .elementor-element-0fbae91 {
    flex: 0 0 32px !important;
    width: 32px !important;
    margin: 0 !important;
    overflow: visible;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-8f4029e > .elementor-widget-container,
  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-0fbae91 > .elementor-widget-container,
  body.srce-site-repair .elementor-location-header .elementor-element-8f4029e > .elementor-widget-container,
  body.srce-site-repair .elementor-location-header .elementor-element-0fbae91 > .elementor-widget-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-1e570bd,
  body.srce-site-repair .elementor-location-header .elementor-element-1e570bd,
  body.srce-site-repair .elementor-location-header .srce-mobile-logo-upgraded {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    overflow: visible;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-1e570bd img,
  body.srce-site-repair header[data-elementor-id="16333"] img.srce-mobile-header-logo,
  body.srce-site-repair .elementor-location-header .elementor-element-1e570bd img,
  body.srce-site-repair .elementor-location-header img.srce-mobile-header-logo {
    display: block !important;
    width: min(164px, 44vw) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 42px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .ct-cart-content,
  body.srce-site-repair .elementor-location-header .ct-cart-content {
    display: none !important;
  }
}

@media (max-width: 303px) {
  body.srce-site-repair {
    --srce-mobile-header-slot: 44px;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-c402ca5 > .elementor-container,
  body.srce-site-repair .elementor-location-header .elementor-element-c402ca5 > .elementor-container {
    padding-inline: 10px !important;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-1e570bd img,
  body.srce-site-repair header[data-elementor-id="16333"] img.srce-mobile-header-logo,
  body.srce-site-repair .elementor-location-header .elementor-element-1e570bd img,
  body.srce-site-repair .elementor-location-header img.srce-mobile-header-logo {
    width: min(128px, 48vw) !important;
    max-height: 34px !important;
  }

  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-8f4029e,
  body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-0fbae91,
  body.srce-site-repair .elementor-location-header .elementor-element-8f4029e,
  body.srce-site-repair .elementor-location-header .elementor-element-0fbae91 {
    flex-basis: 28px !important;
    width: 28px !important;
  }
}

/* v0.5.92: match the CartCheckoutRepair v2 announcement bar across desktop and mobile/tablet headers. */
body.srce-site-repair,
body.srce-commerce-repair {
  --srce-announcement-bg: #ecdfc7;
  --srce-announcement-text: #3a3f3b;
  --srce-announcement-border: rgba(27, 31, 28, 0.08);
}

body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-032a849,
body.srce-site-repair .elementor-16333 .elementor-element-032a849,
body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-032a849,
body.srce-commerce-repair .elementor-16333 .elementor-element-032a849 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  background: var(--srce-announcement-bg) !important;
  box-shadow: 0 0 0 100vmax var(--srce-announcement-bg) !important;
  clip-path: inset(0 -100vmax) !important;
  border-bottom: 1px solid var(--srce-announcement-border) !important;
}

body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-032a849 > .elementor-container,
body.srce-site-repair .elementor-16333 .elementor-element-032a849 > .elementor-container,
body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-032a849 > .elementor-container,
body.srce-commerce-repair .elementor-16333 .elementor-element-032a849 > .elementor-container {
  display: none !important;
}

body.srce-site-repair header[data-elementor-id="16333"] .elementor-element-032a849::before,
body.srce-site-repair .elementor-16333 .elementor-element-032a849::before,
body.srce-commerce-repair header[data-elementor-id="16333"] .elementor-element-032a849::before,
body.srce-commerce-repair .elementor-16333 .elementor-element-032a849::before {
  content: "Besplatna dostava na 2 ili više proizvoda · AKS Express 2–3 radna dana · Plaćanje pouzećem";
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 16px;
  color: var(--srce-announcement-text);
  font-family: "DIN Next LT Pro", "DIN Pro", "DM Sans", "Roboto", ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: normal;
}

body.srce-site-repair .srce-announcement-bar,
body.srce-commerce-repair .srce-announcement-bar {
  display: none;
}

@media (max-width: 1024px) {
  body.srce-site-repair .srce-announcement-bar,
  body.srce-commerce-repair .srce-announcement-bar {
    display: block !important;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 16px;
    background: var(--srce-announcement-bg);
    color: var(--srce-announcement-text);
    border-bottom: 1px solid var(--srce-announcement-border);
    font-family: "DIN Next LT Pro", "DIN Pro", "DM Sans", "Roboto", ui-sans-serif, system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  body.srce-site-repair .srce-announcement-bar,
  body.srce-commerce-repair .srce-announcement-bar {
    padding-inline: 10px;
    font-size: 10.5px;
    letter-spacing: 0.03em;
  }
}

/* v0.5.100 empty cart merchandising */
body.srce-commerce-cart-repair .srce-empty-cart {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  width: min(var(--srce-commerce-page-max), calc(100vw - 48px)) !important;
  max-width: var(--srce-commerce-page-max);
  margin-inline: auto;
}

body.srce-commerce-cart-repair .srce-empty-cart__panel {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--srce-line);
  border-radius: 12px;
  background: var(--srce-cream);
  box-shadow: var(--srce-shadow);
  text-align: center;
}

body.srce-commerce-cart-repair .srce-empty-cart .wc-empty-cart-message,
body.srce-commerce-cart-repair .srce-empty-cart .cart-empty {
  width: 100%;
  margin: 0;
}

body.srce-commerce-cart-repair .srce-empty-cart .cart-empty.woocommerce-info {
  max-width: none;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  margin-inline: auto !important;
  color: var(--srce-text);
  font-size: clamp(25px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  box-shadow: none !important;
}

body.srce-commerce-cart-repair .srce-empty-cart .cart-empty.woocommerce-info::before {
  content: none !important;
}

body.srce-commerce-cart-repair .srce-empty-cart__copy {
  max-width: 520px;
  margin: 0;
  color: var(--srce-muted);
  font-size: 15px;
  line-height: 1.55;
}

body.srce-commerce-cart-repair .srce-empty-cart__button,
body.srce-commerce-cart-repair .woocommerce a.button.srce-empty-cart__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 210px;
  max-width: 100%;
  min-height: 50px;
  margin-top: 4px;
  padding: 0 24px !important;
  border: 1px solid var(--srce-orange) !important;
  border-radius: 999px !important;
  background: var(--srce-orange) !important;
  color: #fff !important;
  box-shadow: var(--srce-cta-shadow) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

body.srce-commerce-cart-repair .srce-empty-cart__button:hover,
body.srce-commerce-cart-repair .srce-empty-cart__button:focus,
body.srce-commerce-cart-repair .woocommerce a.button.srce-empty-cart__button:hover,
body.srce-commerce-cart-repair .woocommerce a.button.srce-empty-cart__button:focus {
  border-color: var(--srce-green) !important;
  background: var(--srce-green) !important;
  color: #fff !important;
}

body.srce-commerce-cart-repair .srce-cart-upsells--empty {
  width: 100%;
  max-width: 100%;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsells__head {
  justify-content: center;
  margin-bottom: 18px;
  text-align: center;
}

body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsells__grid {
  max-width: 820px;
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767px) {
  body.srce-commerce-cart-repair .srce-empty-cart {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    gap: 22px;
  }

  body.srce-commerce-cart-repair .srce-empty-cart__panel {
    gap: 14px;
    padding: 24px 16px;
  }

  body.srce-commerce-cart-repair .srce-empty-cart .cart-empty.woocommerce-info {
    font-size: clamp(22px, 7vw, 28px);
  }

  body.srce-commerce-cart-repair .srce-empty-cart__copy {
    font-size: 14px;
    line-height: 1.45;
  }

  body.srce-commerce-cart-repair .srce-empty-cart__button,
  body.srce-commerce-cart-repair .woocommerce a.button.srce-empty-cart__button {
    width: 100% !important;
    min-width: 0;
    min-height: 50px;
    padding-inline: 16px !important;
    white-space: normal;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsells__head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    text-align: left;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsells__head h3 {
    font-size: clamp(20px, 5.8vw, 25px);
    line-height: 1.1;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsells__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(190px, 76vw, 230px);
    grid-template-columns: none;
    gap: 14px;
    max-width: 100%;
    margin-inline: -2px;
    padding: 4px 2px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 2px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    scrollbar-color: rgba(0, 105, 62, 0.32) transparent;
    scrollbar-width: thin;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsells__grid::-webkit-scrollbar {
    display: block;
    height: 4px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsells__grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(0, 105, 62, 0.28);
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card {
    min-width: 0;
    gap: 8px;
    padding: 11px;
    scroll-snap-align: start;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__thumb {
    height: 112px;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__name {
    min-height: 36px;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__foot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: stretch;
    min-width: 0;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__price,
  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__price del,
  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__price ins {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2px 5px;
    min-width: 0;
    max-width: 100%;
    line-height: 1.15;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__price .amount,
  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__price bdi,
  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card__price .woocommerce-Price-currencySymbol {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.15;
    white-space: nowrap;
  }

  body.srce-commerce-cart-repair .srce-cart-upsells--empty .srce-cart-upsell-card button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap;
  }
}

/* v0.5.101 empty cart desktop headline alignment */
body.srce-commerce-cart-repair .srce-empty-cart .wc-empty-cart-message {
  max-width: 760px;
  margin-inline: auto !important;
}

body.srce-commerce-cart-repair .srce-empty-cart .cart-empty.woocommerce-info {
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

@media (min-width: 768px) {
  body.srce-commerce-cart-repair .srce-empty-cart__panel {
    padding-block: clamp(34px, 4.2vw, 48px);
  }

  body.srce-commerce-cart-repair .srce-empty-cart .cart-empty.woocommerce-info {
    font-size: clamp(28px, 3vw, 34px) !important;
    line-height: 1.16 !important;
  }
}
