body.jsw-cart {
  --jsw-cart-red: #df4143;
  --jsw-cart-red-dark: #b83335;
  --jsw-cart-navy: #2d466f;
  --jsw-cart-navy-dark: #1b2d48;
  --jsw-cart-navy-light: #3d5a8a;
  --jsw-cart-sky: #6fc6e6;
  --jsw-cart-ink: #0d1520;
  --jsw-cart-muted: #68778f;
  --jsw-cart-line: #e2e8f2;
  --jsw-cart-bg: #f4f7fc;
  --jsw-cart-white: #ffffff;
  background: var(--jsw-cart-bg);
  color: var(--jsw-cart-ink);
}

body.jsw-cart .site-main {
  max-width: none;
  margin: 0;
  padding: 0 0 72px;
}

body.jsw-cart .jsw-cart-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

body.jsw-cart .elementor.elementor-8 .elementor-widget-heading {
  display: none;
}

body.jsw-cart .woocommerce-notices-wrapper,
body.jsw-cart .woocommerce-message,
body.jsw-cart .woocommerce-info,
body.jsw-cart .woocommerce-error {
  color: var(--jsw-cart-ink);
}

body.jsw-cart .jsw-cart-wrap .woocommerce-notices-wrapper {
  margin: 20px 0 0;
}

body.jsw-cart .woocommerce-message,
body.jsw-cart .woocommerce-info,
body.jsw-cart .woocommerce-error {
  margin: 0 0 18px;
  border: 1px solid var(--jsw-cart-line);
  border-top: 3px solid var(--jsw-cart-sky);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(13, 21, 32, 0.06);
}

body.jsw-cart .woocommerce-message::before,
body.jsw-cart .woocommerce-info::before,
body.jsw-cart .woocommerce-error::before {
  color: var(--jsw-cart-sky);
}

body.jsw-cart .woocommerce-message a,
body.jsw-cart .woocommerce-info a,
body.jsw-cart .woocommerce-error a {
  color: var(--jsw-cart-navy);
  font-weight: 700;
}

body.jsw-cart .jsw-cart-shell {
  color: var(--jsw-cart-ink);
}

body.jsw-cart .jsw-cart-shell br {
  display: none;
}

body.jsw-cart .jsw-cart-shell .jsw-cart-qty > p,
body.jsw-cart .jsw-cart-shell .jsw-cart-actions > p,
body.jsw-cart .jsw-cart-shell .jsw-cart-summary__cta > p {
  display: contents;
  margin: 0;
}

body.jsw-cart .jsw-cart-breadcrumb {
  background: var(--jsw-cart-white);
  border-bottom: 1px solid var(--jsw-cart-line);
  padding: 12px 0;
}

body.jsw-cart .jsw-cart-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--jsw-cart-muted);
}

body.jsw-cart .jsw-cart-steps > p {
  display: contents;
  margin: 0;
}

body.jsw-cart .jsw-cart-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 700;
}

body.jsw-cart .jsw-cart-step.is-active {
  background: var(--jsw-cart-bg);
  color: var(--jsw-cart-navy);
}

body.jsw-cart .jsw-cart-step.is-todo {
  opacity: 0.5;
}

body.jsw-cart .jsw-cart-step svg,
body.jsw-cart .jsw-cart-arrow svg,
body.jsw-cart .jsw-cart-note__icon svg,
body.jsw-cart .jsw-cart-trust__icon svg,
body.jsw-cart .jsw-cart-back__link svg,
body.jsw-cart .jsw-cart-primary-button svg {
  display: block;
}

body.jsw-cart .jsw-cart-arrow {
  color: var(--jsw-cart-line);
}

body.jsw-cart .jsw-cart-page-header {
  background: var(--jsw-cart-white);
  border-bottom: 1px solid var(--jsw-cart-line);
  padding: 32px 0 24px;
}

body.jsw-cart .jsw-cart-page-header h1 {
  margin: 0;
  color: var(--jsw-cart-navy);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.15;
}

body.jsw-cart .jsw-cart-page-header p {
  margin: 4px 0 0;
  color: var(--jsw-cart-muted);
  font-size: 0.875rem;
}

body.jsw-cart .jsw-cart-form {
  margin: 0;
}

body.jsw-cart .jsw-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  padding-top: 32px;
}

body.jsw-cart .jsw-cart-panel,
body.jsw-cart .jsw-cart-summary,
body.jsw-cart .jsw-cart-empty {
  background: var(--jsw-cart-white);
  border: 1px solid var(--jsw-cart-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(13, 21, 32, 0.05);
}

body.jsw-cart .jsw-cart-table-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px 98px 24px;
  gap: 16px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--jsw-cart-line);
  background: var(--jsw-cart-bg);
  color: var(--jsw-cart-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.jsw-cart .jsw-cart-table-head__qty {
  text-align: center;
}

body.jsw-cart .jsw-cart-table-head__price {
  text-align: right;
}

body.jsw-cart .jsw-cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px 98px 24px;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--jsw-cart-line);
}

body.jsw-cart .jsw-cart-item:last-of-type {
  border-bottom: none;
}

body.jsw-cart .jsw-cart-item__product {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.jsw-cart .jsw-cart-item__product:hover .jsw-cart-item__name {
  color: var(--jsw-cart-red);
}

body.jsw-cart .jsw-cart-item__thumb {
  width: 52px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(155deg, var(--jsw-cart-navy-light), var(--jsw-cart-navy-dark));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

body.jsw-cart .jsw-cart-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.jsw-cart .jsw-cart-item__thumb-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.54);
}

body.jsw-cart .jsw-cart-item__thumb-fallback svg {
  display: block;
}

body.jsw-cart .jsw-cart-item__content {
  flex: 1 1 auto;
  min-width: 0;
}

body.jsw-cart .jsw-cart-item__eyebrow {
  margin-bottom: 3px;
  color: var(--jsw-cart-sky);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.jsw-cart .jsw-cart-item__name {
  margin: 0 0 3px;
  color: var(--jsw-cart-navy);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.15s ease;
}

body.jsw-cart .jsw-cart-item__name a {
  color: inherit;
  text-decoration: none;
}

body.jsw-cart .jsw-cart-item__meta,
body.jsw-cart .jsw-cart-item__meta p,
body.jsw-cart .jsw-cart-item__meta dd {
  margin: 0;
  color: var(--jsw-cart-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

body.jsw-cart .jsw-cart-item__meta dl.variation {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 0;
}

body.jsw-cart .jsw-cart-item__meta dl.variation dt {
  clear: none;
  margin: 0;
  color: var(--jsw-cart-navy);
  font-weight: 700;
}

body.jsw-cart .jsw-cart-item__meta dl.variation dd {
  margin: 0;
}

body.jsw-cart .jsw-cart-item__qty {
  display: flex;
  justify-content: center;
  min-width: 92px;
}

body.jsw-cart .jsw-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 84px;
  justify-content: center;
}

body.jsw-cart .jsw-cart-qty__btn {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1.5px solid var(--jsw-cart-line);
  border-radius: 6px;
  background: var(--jsw-cart-white);
  color: var(--jsw-cart-navy);
  padding: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.jsw-cart .jsw-cart-qty__btn:hover {
  border-color: var(--jsw-cart-navy);
  background: var(--jsw-cart-bg);
}

body.jsw-cart .jsw-cart-qty__btn[data-action="decrease"] {
  padding-bottom: 1px;
}

body.jsw-cart .jsw-cart-qty__btn.is-static,
body.jsw-cart .jsw-cart-qty__btn:disabled {
  opacity: 0.9;
  cursor: default;
}

body.jsw-cart .jsw-cart-qty input.qty {
  display: inline-block;
  width: 24px !important;
  min-width: 24px !important;
  height: 26px !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--jsw-cart-ink);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  line-height: 26px !important;
  vertical-align: middle;
  appearance: textfield;
  -moz-appearance: textfield;
}

body.jsw-cart .jsw-cart-qty__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-height: 26px;
  color: var(--jsw-cart-ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}

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

body.jsw-cart .jsw-cart-item__price {
  color: var(--jsw-cart-ink);
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

body.jsw-cart .jsw-cart-item__remove {
  display: flex;
  justify-content: flex-end;
}

body.jsw-cart .jsw-cart-item__remove-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: var(--jsw-cart-muted);
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}

body.jsw-cart .jsw-cart-item__remove-link:hover {
  color: var(--jsw-cart-red);
  background: rgba(223, 65, 67, 0.08);
}

body.jsw-cart .jsw-cart-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid var(--jsw-cart-line);
}

body.jsw-cart .jsw-cart-coupon {
  display: flex;
  flex: 1 1 360px;
  align-items: center;
  gap: 10px;
}

body.jsw-cart .jsw-cart-coupon__icon {
  color: var(--jsw-cart-muted);
  flex-shrink: 0;
}

body.jsw-cart .jsw-cart-coupon input.input-text {
  flex: 1 1 auto;
  min-height: 40px;
  margin: 0;
  border: 1.5px solid var(--jsw-cart-line);
  border-radius: 8px;
  background: var(--jsw-cart-white);
  color: var(--jsw-cart-ink);
  font-size: 0.85rem;
  padding: 0 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.jsw-cart .jsw-cart-coupon input.input-text:focus {
  border-color: var(--jsw-cart-sky);
  box-shadow: 0 0 0 3px rgba(111, 198, 230, 0.15);
  outline: none;
}

body.jsw-cart .jsw-cart-actions__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

body.jsw-cart .jsw-cart-outline-button,
body.jsw-cart .jsw-cart-primary-button,
body.jsw-cart .jsw-cart-back__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-family: "Lato", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}

body.jsw-cart .jsw-cart-outline-button {
  min-height: 40px;
  padding: 0 18px;
  border: 1.5px solid var(--jsw-cart-line);
  background: transparent;
  color: var(--jsw-cart-navy);
}

body.jsw-cart .jsw-cart-outline-button:hover {
  background: var(--jsw-cart-white);
  border-color: var(--jsw-cart-navy);
}

body.jsw-cart .jsw-cart-outline-button[name="update_cart"] {
  min-width: 160px;
}

body.jsw-cart .jsw-cart-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid var(--jsw-cart-line);
  background: rgba(111, 198, 230, 0.06);
  color: #3a4560;
  font-size: 0.82rem;
}

body.jsw-cart .jsw-cart-note__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(111, 198, 230, 0.15);
  color: var(--jsw-cart-sky);
  flex-shrink: 0;
}

body.jsw-cart .jsw-cart-back {
  margin-top: 14px;
}

body.jsw-cart .jsw-cart-back__link {
  min-height: 40px;
  padding: 0 18px;
  border: 1.5px solid var(--jsw-cart-line);
  background: transparent;
  color: var(--jsw-cart-navy);
}

body.jsw-cart .jsw-cart-back__link:hover {
  border-color: var(--jsw-cart-navy);
  background: var(--jsw-cart-white);
}

body.jsw-cart .jsw-cart-sidebar {
  position: sticky;
  top: 84px;
  min-width: 0;
  width: 100%;
}

body.jsw-cart .cart-collaterals {
  width: 100%;
  margin: 0;
}

body.jsw-cart .cart-collaterals::before,
body.jsw-cart .cart-collaterals::after {
  content: none;
  display: none;
}

body.jsw-cart .jsw-cart-summary {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
}

body.jsw-cart.woocommerce-cart .jsw-cart-sidebar .cart-collaterals > .cart_totals.jsw-cart-summary,
body.jsw-cart.woocommerce-page .jsw-cart-sidebar .cart-collaterals > .cart_totals.jsw-cart-summary {
  display: block;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.jsw-cart .jsw-cart-summary__header {
  padding: 18px 22px;
  background: linear-gradient(135deg, var(--jsw-cart-navy-dark), var(--jsw-cart-navy-light));
  color: var(--jsw-cart-white);
}

body.jsw-cart .jsw-cart-summary__title {
  margin: 0 0 2px;
  color: var(--jsw-cart-white) !important;
  font-size: 0.95rem;
  font-weight: 700;
}

body.jsw-cart .jsw-cart-summary__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

body.jsw-cart .jsw-cart-summary__body {
  padding: 20px 22px;
}

body.jsw-cart .jsw-cart-summary__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid var(--jsw-cart-line);
  color: var(--jsw-cart-muted);
  font-size: 0.875rem;
}

body.jsw-cart .jsw-cart-summary__line > span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

body.jsw-cart .jsw-cart-summary__line--item > span:first-child {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.jsw-cart .jsw-cart-summary__line:last-child {
  border-bottom: none;
}

body.jsw-cart .jsw-cart-summary__line strong,
body.jsw-cart .jsw-cart-summary__line bdi,
body.jsw-cart .jsw-cart-summary__value {
  color: var(--jsw-cart-ink);
  font-weight: 700;
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

body.jsw-cart .jsw-cart-summary__line.is-saving,
body.jsw-cart .jsw-cart-summary__line.is-accent {
  color: #16a34a;
}

body.jsw-cart .jsw-cart-summary__line.is-saving strong,
body.jsw-cart .jsw-cart-summary__line.is-saving bdi,
body.jsw-cart .jsw-cart-summary__line.is-saving .jsw-cart-summary__value,
body.jsw-cart .jsw-cart-summary__line.is-accent strong,
body.jsw-cart .jsw-cart-summary__line.is-accent bdi,
body.jsw-cart .jsw-cart-summary__line.is-accent .jsw-cart-summary__value {
  color: inherit;
}

body.jsw-cart .jsw-cart-summary__line.is-total {
  padding-top: 12px;
  color: var(--jsw-cart-ink);
  font-size: 1rem;
  font-weight: 700;
}

body.jsw-cart .jsw-cart-summary__line.is-total strong,
body.jsw-cart .jsw-cart-summary__line.is-total bdi,
body.jsw-cart .jsw-cart-summary__line.is-total .jsw-cart-summary__value {
  color: var(--jsw-cart-red);
  font-size: 1.3rem;
  line-height: 1.1;
}

body.jsw-cart .jsw-cart-summary__line.is-total .includes_tax {
  display: none;
}

body.jsw-cart .jsw-cart-summary__cta {
  padding: 0 22px 22px;
}

body.jsw-cart .jsw-cart-primary-button {
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border: none;
  background: var(--jsw-cart-red);
  color: var(--jsw-cart-white);
  box-shadow: 0 2px 0 var(--jsw-cart-red-dark), 0 6px 24px rgba(223, 65, 67, 0.28);
  font-size: 0.95rem;
  white-space: nowrap;
}

body.jsw-cart .jsw-cart-summary__cta .wc-proceed-to-checkout .checkout-button.jsw-cart-primary-button,
body.jsw-cart.woocommerce-cart .jsw-cart-summary__cta .wc-proceed-to-checkout .checkout-button.jsw-cart-primary-button,
body.jsw-cart.woocommerce-page .jsw-cart-summary__cta .wc-proceed-to-checkout .checkout-button.jsw-cart-primary-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.jsw-cart .jsw-cart-summary__cta .wc-proceed-to-checkout .checkout-button.jsw-cart-primary-button::after {
  content: none !important;
  display: none !important;
}

body.jsw-cart .jsw-cart-summary__cta .wc-proceed-to-checkout .checkout-button.jsw-cart-primary-button > span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

body.jsw-cart .jsw-cart-summary__cta .wc-proceed-to-checkout .checkout-button.jsw-cart-primary-button > svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  transform: translateY(1px);
}

body.jsw-cart .jsw-cart-primary-button:hover {
  background: var(--jsw-cart-red-dark);
  transform: translateY(-2px);
}

body.jsw-cart .jsw-cart-summary__note {
  display: block;
  margin-top: 8px;
  color: var(--jsw-cart-muted);
  font-size: 0.7rem;
  text-align: center;
}

body.jsw-cart .jsw-cart-payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--jsw-cart-line);
}

body.jsw-cart .jsw-cart-payment-logos span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid var(--jsw-cart-line);
  border-radius: 5px;
  background: var(--jsw-cart-bg);
  color: var(--jsw-cart-navy);
  font-size: 0.62rem;
  font-weight: 700;
}

body.jsw-cart .jsw-cart-trust {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 22px 20px;
}

body.jsw-cart .jsw-cart-trust__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--jsw-cart-muted);
  font-size: 0.78rem;
}

body.jsw-cart .jsw-cart-trust__icon {
  color: var(--jsw-cart-sky);
  flex-shrink: 0;
}

body.jsw-cart .jsw-cart-empty {
  margin-top: 32px;
  padding: 56px 32px;
  text-align: center;
}

body.jsw-cart .wc-empty-cart-message {
  display: none;
}

body.jsw-cart .jsw-cart-empty__icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: var(--jsw-cart-bg);
  color: var(--jsw-cart-muted);
}

body.jsw-cart .jsw-cart-empty__title {
  margin: 0 0 6px;
  color: var(--jsw-cart-navy);
  font-size: 1.05rem;
  font-weight: 700;
}

body.jsw-cart .jsw-cart-empty__text {
  margin: 0 0 24px;
  color: var(--jsw-cart-muted);
  font-size: 0.875rem;
}

body.jsw-cart .jsw-cart-empty .return-to-shop {
  margin: 0;
}

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

  body.jsw-cart .jsw-cart-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  body.jsw-cart .jsw-cart-wrap {
    padding: 0 18px;
  }

  body.jsw-cart .jsw-cart-page-header {
    padding: 26px 0 20px;
  }

  body.jsw-cart .jsw-cart-page-header h1 {
    font-size: 1.35rem;
  }

  body.jsw-cart .jsw-cart-table-head {
    display: none;
  }

  body.jsw-cart .jsw-cart-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  body.jsw-cart .jsw-cart-item__product {
    grid-column: 1 / -1;
  }

  body.jsw-cart .jsw-cart-item__qty {
    justify-content: flex-start;
  }

  body.jsw-cart .jsw-cart-item__price {
    text-align: left;
  }

  body.jsw-cart .jsw-cart-item__remove {
    grid-column: 2;
    grid-row: 2;
  }

  body.jsw-cart .jsw-cart-actions__buttons {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  body.jsw-cart .jsw-cart-coupon {
    flex-basis: 100%;
    flex-wrap: wrap;
  }

  body.jsw-cart .jsw-cart-coupon input.input-text {
    width: 100%;
  }

  body.jsw-cart .jsw-cart-empty {
    padding: 40px 24px;
  }
}
