.custom-woo-cart,
.custom-woo-cart * {
  box-sizing: border-box;
}

.custom-woo-cart {
  --cwcg-text: #23201c;
  --cwcg-muted: #6f675c;
  --cwcg-soft-text: #55503f;
  --cwcg-brown: #8a7357;
  --cwcg-green: #6e8b4b;
  --cwcg-green-hover: #55703a;
  --cwcg-green-dark: #3f5227;
  --cwcg-green-soft: #eef2e6;
  --cwcg-red: #8a3b32;
  --cwcg-border: #e8e1d6;
  --cwcg-divider: #efeae1;
  --cwcg-surface-soft: #f4f1ec;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 180px 48px 88px;
  color: var(--cwcg-text);
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
}

.custom-woo-cart [hidden] {
  display: none !important;
}

.custom-woo-cart__screen-reader-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.custom-woo-cart__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--cwcg-muted);
  font-size: 13px;
  line-height: 1.4;
}

.custom-woo-cart__breadcrumbs a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin: -10px 0;
  color: var(--cwcg-green-hover);
  text-decoration: none;
}

.custom-woo-cart__breadcrumbs a:hover {
  color: var(--cwcg-green-dark);
  text-decoration: underline;
}

.custom-woo-cart__breadcrumbs > span {
  color: #d8cfc2;
}

.custom-woo-cart__breadcrumbs strong {
  color: var(--cwcg-text);
  font-weight: 600;
}

.custom-woo-cart__header {
  display: flex;
  max-width: 720px;
  flex-direction: column;
  gap: 12px;
}

.custom-woo-cart__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cwcg-brown);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.custom-woo-cart__eyebrow [aria-hidden="true"] {
  color: #d8cfc2;
}

.custom-woo-cart__title {
  margin: 0;
  padding: 0;
  color: var(--cwcg-text);
  font: inherit;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-wrap: pretty;
}

.custom-woo-cart__description {
  margin: 0;
  color: var(--cwcg-muted);
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}

.custom-woo-cart__steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  color: var(--cwcg-muted);
  font-size: 12px;
  font-weight: 600;
  list-style: none;
}

.custom-woo-cart__steps li:not(.custom-woo-cart__step-connector) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body .custom-woo-cart .custom-woo-cart__steps > li {
  align-self: center !important;
  min-height: 22px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 22px !important;
}

body
  .custom-woo-cart
  .custom-woo-cart__steps
  > li.custom-woo-cart__step-connector {
  min-height: 0;
  line-height: 0 !important;
}

.custom-woo-cart__steps .is-active {
  color: var(--cwcg-green-dark);
}

.custom-woo-cart__step-number {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cwcg-divider);
  color: var(--cwcg-brown);
  font-size: 11px;
  font-weight: 700;
}

.custom-woo-cart__steps .is-active .custom-woo-cart__step-number {
  background: var(--cwcg-green-dark);
  color: #fff;
}

.custom-woo-cart__step-connector {
  width: 28px;
  height: 1px;
  background: #dcd2c4;
}

.custom-woo-cart__notices:empty {
  display: none;
}

.custom-woo-cart__notices {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.custom-woo-cart__notice {
  padding: 13px 16px;
  border: 1px solid var(--cwcg-border);
  border-radius: 11px;
  background: #fff;
  color: var(--cwcg-soft-text);
  font-size: 13px;
  line-height: 1.5;
}

.custom-woo-cart__notice--error {
  border-color: rgba(138, 59, 50, 0.35);
  background: #fff8f7;
  color: var(--cwcg-red);
}

.custom-woo-cart__notice--success,
.custom-woo-cart__notice--notice {
  border-color: rgba(110, 139, 75, 0.35);
  background: #f7faf3;
  color: var(--cwcg-green-dark);
}

.custom-woo-cart__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
}

.custom-woo-cart__items-column,
.custom-woo-cart__summary-column {
  min-width: 0;
}

.custom-woo-cart__items-card,
.custom-woo-cart__summary,
.custom-woo-cart__coupon,
.custom-woo-cart__state-card {
  border: 1px solid var(--cwcg-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(35, 32, 28, 0.05);
}

.custom-woo-cart__items-card {
  overflow: hidden;
}

.custom-woo-cart__items-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--cwcg-divider);
}

.custom-woo-cart__items-heading span:first-child,
.custom-woo-cart__coupon-label,
.custom-woo-cart__payments > span {
  color: var(--cwcg-brown);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.custom-woo-cart__items-heading span:last-child {
  color: var(--cwcg-muted);
  font-size: 13px;
}

.custom-woo-cart__item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border-bottom: 1px solid var(--cwcg-divider);
}

.custom-woo-cart__item-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--cwcg-border);
  border-radius: 12px;
  background: radial-gradient(
    circle at 50% 80%,
    #e3d3be 0%,
    #efe4d4 45%,
    #faf6f0 75%
  );
  color: inherit;
  text-decoration: none !important;
}

.custom-woo-cart__item-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
  object-fit: contain;
}

.custom-woo-cart__item-information {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.custom-woo-cart__item-category {
  color: var(--cwcg-brown);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.custom-woo-cart a.custom-woo-cart__item-name,
.custom-woo-cart span.custom-woo-cart__item-name {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: var(--cwcg-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  text-wrap: pretty;
}

.custom-woo-cart a.custom-woo-cart__item-name:hover {
  color: var(--cwcg-green-dark);
}

.custom-woo-cart__item-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.custom-woo-cart__item-chip {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border: 1px solid var(--cwcg-border);
  border-radius: 999px;
  background: var(--cwcg-surface-soft);
  color: var(--cwcg-soft-text);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.custom-woo-cart__item-chip--sku > span {
  color: var(--cwcg-brown);
}

.custom-woo-cart__item-chip--sku strong {
  font-weight: 600;
}

.custom-woo-cart__item-chip--natzero {
  border-color: var(--cwcg-green);
  background: var(--cwcg-green-soft);
  color: var(--cwcg-green-dark);
  font-weight: 700;
}

.custom-woo-cart__item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: var(--cwcg-muted);
  font-size: 12px;
  line-height: 1.45;
}

.custom-woo-cart__item-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  color: var(--cwcg-muted);
  font-size: 12px;
  line-height: 1.45;
}

.custom-woo-cart__item-details > span:not(:last-child)::after {
  margin: 0 8px;
  color: #cfc5b7;
  content: "|";
}

.custom-woo-cart__item-details strong {
  color: var(--cwcg-soft-text);
  font-weight: 700;
}

.custom-woo-cart__item-meta > span:not(:first-child)::before {
  margin-right: 7px;
  color: #d8cfc2;
  content: "·";
}

.custom-woo-cart__item-meta .custom-woo-cart__availability {
  color: var(--cwcg-green-dark);
  font-weight: 600;
}

.custom-woo-cart__item-meta .custom-woo-cart__availability.out-of-stock,
.custom-woo-cart__item-meta
  .custom-woo-cart__availability.available-on-backorder {
  color: var(--cwcg-brown);
}

.custom-woo-cart__minimum-note {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border: 1px solid var(--cwcg-divider);
  border-radius: 8px;
  background: #faf8f4;
  color: var(--cwcg-brown);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.custom-woo-cart__minimum-note svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.custom-woo-cart__item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}

.custom-woo-cart__quantity {
  display: grid;
  grid-template-columns: 42px 44px 42px;
  align-items: stretch;
  height: 51px;
  overflow: hidden;
  border: 1.5px solid var(--cwcg-border);
  border-radius: 11px;
  background: #fff;
}

body .custom-woo-cart .custom-woo-cart__quantity button {
  display: flex !important;
  width: 42px !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--cwcg-soft-text) !important;
  font: inherit !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer;
}

body .custom-woo-cart .custom-woo-cart__quantity button:hover:not(:disabled) {
  background: var(--cwcg-surface-soft) !important;
}

body .custom-woo-cart .custom-woo-cart__quantity button:disabled {
  color: #c4bcaf !important;
  cursor: not-allowed;
}

body .custom-woo-cart .custom-woo-cart__quantity input {
  display: block !important;
  align-self: stretch !important;
  width: 44px !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--cwcg-text) !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  appearance: textfield;
  -moz-appearance: textfield;
}

.custom-woo-cart__quantity input::-webkit-inner-spin-button,
.custom-woo-cart__quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.custom-woo-cart__fixed-quantity {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 13px;
  border: 1.5px solid var(--cwcg-border);
  border-radius: 11px;
  color: var(--cwcg-soft-text);
  font-size: 13px;
  font-weight: 600;
}

body .custom-woo-cart button.custom-woo-cart__remove {
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 44px !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: var(--cwcg-muted) !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  cursor: pointer;
}

body .custom-woo-cart button.custom-woo-cart__remove:hover {
  color: var(--cwcg-red) !important;
}

.custom-woo-cart__remove svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.custom-woo-cart__item-total {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 3px;
  white-space: nowrap;
}

.custom-woo-cart__item-total > strong {
  color: var(--cwcg-text);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.custom-woo-cart__item-total > span {
  color: var(--cwcg-muted);
  font-size: 10px;
  line-height: 1.35;
}

.custom-woo-cart__items-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: #faf8f4;
}

.custom-woo-cart__items-footer a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  color: var(--cwcg-green-hover);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.custom-woo-cart__items-footer a:hover {
  color: var(--cwcg-green-dark);
  text-decoration: underline;
}

.custom-woo-cart__items-footer svg,
.custom-woo-cart__checkout svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.custom-woo-cart__items-footer > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cwcg-muted);
  font-size: 13px;
}

.custom-woo-cart__items-footer strong {
  color: var(--cwcg-text);
  font-weight: 700;
}

.custom-woo-cart__summary-column {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-woo-cart__summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.custom-woo-cart__summary h2 {
  margin: 0;
  padding: 0;
  color: var(--cwcg-text);
  font: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.custom-woo-cart__totals {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.custom-woo-cart__total-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: var(--cwcg-muted);
  font-size: 14px;
  line-height: 1.4;
}

.custom-woo-cart__total-row > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.custom-woo-cart__total-row small {
  color: var(--cwcg-brown);
  font-size: 10px;
}

.custom-woo-cart__total-row strong {
  color: var(--cwcg-text);
  font-weight: 600;
  white-space: nowrap;
}

body .custom-woo-cart .custom-woo-cart__total-row--coupon button {
  align-self: flex-start;
  min-height: 40px !important;
  margin: -8px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: var(--cwcg-green-hover) !important;
  font: inherit !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-decoration: underline;
  text-transform: none !important;
  cursor: pointer;
}

.custom-woo-cart__divider {
  width: 100%;
  height: 1px;
  background: var(--cwcg-divider);
}

.custom-woo-cart__shipping {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-woo-cart__shipping-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.custom-woo-cart__shipping-heading > span,
.custom-woo-cart__grand-total > span > strong {
  color: var(--cwcg-brown);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body .custom-woo-cart button[data-cart-shipping-toggle] {
  min-width: 0 !important;
  min-height: 40px !important;
  margin: -8px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: var(--cwcg-green-hover) !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  cursor: pointer;
}

.custom-woo-cart__address {
  margin: 0;
  color: var(--cwcg-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-wrap: pretty;
}

.custom-woo-cart__eta {
  color: var(--cwcg-muted);
  font-size: 12px;
  line-height: 1.4;
}

.custom-woo-cart__shipping-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
  padding: 16px;
  border: 1px solid var(--cwcg-divider);
  border-radius: 12px;
  background: #faf8f4;
}

.custom-woo-cart__shipping-form label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.custom-woo-cart__shipping-form label > span {
  color: var(--cwcg-soft-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.custom-woo-cart__shipping-fields-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body .custom-woo-cart .custom-woo-cart__shipping-form input,
body .custom-woo-cart .custom-woo-cart__shipping-form select,
body .custom-woo-cart .custom-woo-cart__coupon input {
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1.5px solid var(--cwcg-border) !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--cwcg-text) !important;
  font: inherit !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  outline: none;
}

body .custom-woo-cart .custom-woo-cart__shipping-form select {
  padding-right: 38px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%236f675c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px 7px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body .custom-woo-cart .custom-woo-cart__shipping-form input:focus,
body .custom-woo-cart .custom-woo-cart__shipping-form select:focus,
body .custom-woo-cart .custom-woo-cart__coupon input:focus {
  border-color: var(--cwcg-green) !important;
}

body .custom-woo-cart .custom-woo-cart__shipping-form button[type="submit"] {
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1.5px solid var(--cwcg-green-dark) !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--cwcg-green-dark) !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  cursor: pointer;
}

body
  .custom-woo-cart
  .custom-woo-cart__shipping-form
  button[type="submit"]:hover {
  background: var(--cwcg-green-soft) !important;
}

.custom-woo-cart__shipping-form > small {
  color: var(--cwcg-brown);
  font-size: 11px;
  line-height: 1.5;
}

.custom-woo-cart__grand-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.custom-woo-cart__grand-total > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.custom-woo-cart__grand-total > span > small {
  color: var(--cwcg-muted);
  font-size: 12px;
}

.custom-woo-cart__grand-total > strong {
  color: var(--cwcg-text);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

body .custom-woo-cart a.custom-woo-cart__checkout,
body .custom-woo-cart a.custom-woo-cart__primary-button {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--cwcg-green) !important;
  box-shadow: none !important;
  color: #fff !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body .custom-woo-cart a.custom-woo-cart__checkout:hover,
body .custom-woo-cart a.custom-woo-cart__primary-button:hover {
  background: var(--cwcg-green-hover) !important;
}

.custom-woo-cart__checkout svg {
  width: 18px;
  height: 18px;
}

.custom-woo-cart__reassurance {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 4px;
}

.custom-woo-cart__reassurance > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--cwcg-muted);
  font-size: 12px;
  line-height: 1.4;
}

.custom-woo-cart__reassurance svg,
.custom-woo-cart__payment-method > svg,
.custom-woo-cart__coupon-label svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: none;
  stroke: var(--cwcg-brown);
  stroke-width: 1.8;
}

.custom-woo-cart__payments {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 12px;
  border-top: 1px solid var(--cwcg-divider);
}

.custom-woo-cart__payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.custom-woo-cart__payment-method {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 4px 11px;
  border: 1px solid var(--cwcg-border);
  border-radius: 9px;
  background: #fff;
  color: var(--cwcg-soft-text);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.25;
}

.custom-woo-cart__payment-icon,
.custom-woo-cart__payment-icon img,
.custom-woo-cart__payment-icon svg {
  display: inline-flex;
  width: auto;
  max-width: 42px;
  min-width: 24px;
  height: 18px;
  align-items: center;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.custom-woo-cart__payment-icon * {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.custom-woo-cart__coupon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.custom-woo-cart__coupon-label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.custom-woo-cart__coupon-label svg {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}

.custom-woo-cart__coupon-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-woo-cart__coupon-controls input,
.custom-woo-cart__coupon-controls button {
  flex: 1 1 120px;
}

body .custom-woo-cart .custom-woo-cart__coupon button[type="submit"] {
  min-width: 110px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 1.5px solid var(--cwcg-green-dark) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--cwcg-green-dark) !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  cursor: pointer;
}

body .custom-woo-cart .custom-woo-cart__coupon button[type="submit"]:hover {
  background: var(--cwcg-green-soft) !important;
}

.custom-woo-cart__state-card {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 52px 24px;
  text-align: center;
}

.custom-woo-cart__state-icon {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cwcg-surface-soft);
  color: var(--cwcg-brown);
}

.custom-woo-cart__state-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.custom-woo-cart__state-card h2 {
  margin: 0;
  padding: 0;
  color: var(--cwcg-text);
  font: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.custom-woo-cart__state-card p {
  max-width: 520px;
  margin: 0;
  color: var(--cwcg-muted);
  font-size: 14px;
  line-height: 1.55;
}

body .custom-woo-cart a.custom-woo-cart__primary-button {
  width: auto !important;
  min-width: 200px !important;
  min-height: 50px !important;
  margin-top: 6px;
  font-size: 14px !important;
}

.custom-woo-cart__toast-host {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
}

.custom-woo-cart__toast {
  display: flex;
  min-width: 280px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--cwcg-text);
  box-shadow: 0 14px 32px rgba(35, 32, 28, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

body .custom-woo-cart .custom-woo-cart__toast button {
  min-width: 0 !important;
  min-height: 40px !important;
  margin: -8px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #dce8ce !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: underline;
  text-transform: none !important;
  cursor: pointer;
}

.custom-woo-cart.is-loading [data-custom-cart-content] {
  opacity: 0.68;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.custom-woo-cart button:focus-visible,
.custom-woo-cart a:focus-visible,
.custom-woo-cart input:focus-visible,
.custom-woo-cart select:focus-visible {
  outline: 3px solid rgba(110, 139, 75, 0.35) !important;
  outline-offset: 3px;
}

@media (min-width: 1140px) {
  .custom-woo-cart__layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
  }
}

@media (max-width: 1024px) {
  .custom-woo-cart {
    padding-right: 32px;
    padding-bottom: 72px;
    padding-left: 32px;
  }

  .custom-woo-cart__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .custom-woo-cart__summary-column {
    position: static;
  }
}

@media (max-width: 768px) {
  .custom-woo-cart {
    padding: 170px 24px 64px;
  }

  .custom-woo-cart__title {
    font-size: 34px;
  }

  .custom-woo-cart__item {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .custom-woo-cart__item-total {
    grid-column: 2;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .custom-woo-cart {
    padding: 155px 16px 52px;
  }

  .custom-woo-cart__breadcrumbs {
    margin-bottom: 22px;
  }

  .custom-woo-cart__title {
    font-size: 30px;
  }

  .custom-woo-cart__description {
    font-size: 14px;
  }

  .custom-woo-cart__steps {
    gap: 7px;
  }

  .custom-woo-cart__step-connector {
    width: 16px;
  }

  .custom-woo-cart__steps
    li:not(.is-active):not(.custom-woo-cart__step-connector)
    > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .custom-woo-cart__items-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
  }

  .custom-woo-cart__item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .custom-woo-cart__item-media {
    grid-row: span 2;
  }

  .custom-woo-cart__item-information {
    display: contents;
  }

  .custom-woo-cart__item-category,
  .custom-woo-cart__item-name {
    grid-column: 2;
  }

  .custom-woo-cart a.custom-woo-cart__item-name,
  .custom-woo-cart span.custom-woo-cart__item-name {
    font-size: 15px;
  }

  .custom-woo-cart__item-chips,
  .custom-woo-cart__item-details,
  .custom-woo-cart__item-meta,
  .custom-woo-cart__minimum-note,
  .custom-woo-cart__item-actions {
    grid-column: 1 / -1;
  }

  .custom-woo-cart__item-total {
    grid-column: 1 / -1;
    align-items: flex-start;
    padding-left: 102px;
  }

  .custom-woo-cart__items-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .custom-woo-cart__summary,
  .custom-woo-cart__coupon {
    padding: 18px;
  }

  .custom-woo-cart__shipping-fields-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .custom-woo-cart__grand-total > strong {
    font-size: 26px;
  }

  .custom-woo-cart__toast-host {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .custom-woo-cart__toast {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-woo-cart *,
  .custom-woo-cart *::before,
  .custom-woo-cart *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
