body.tz-cart-lux-skin {
  --tz-cart-bg: #041019;
  --tz-cart-bg-soft: #071621;
  --tz-cart-panel: rgba(9, 26, 37, 0.9);
  --tz-cart-panel-strong: rgba(7, 22, 31, 0.96);
  --tz-cart-panel-soft: rgba(11, 31, 43, 0.76);
  --tz-cart-border: rgba(59, 167, 181, 0.22);
  --tz-cart-border-strong: rgba(59, 167, 181, 0.42);
  --tz-cart-border-gold: rgba(216, 177, 108, 0.42);
  --tz-cart-accent: #11b0bf;
  --tz-cart-accent-soft: rgba(17, 176, 191, 0.14);
  --tz-cart-gold: #d8b16c;
  --tz-cart-gold-strong: #efcf92;
  --tz-cart-text: #ebf8fa;
  --tz-cart-muted: #9fc2cc;
  --tz-cart-shadow: 0 24px 52px rgba(1, 8, 13, 0.34);
  color: var(--tz-cart-text);
  background-color: var(--tz-cart-bg);
}

body.tz-cart-lux-skin #content.site-content {
  background:
    radial-gradient(circle at 10% 0%, rgba(17, 176, 191, 0.09), transparent 33%),
    radial-gradient(circle at 88% 0%, rgba(216, 177, 108, 0.07), transparent 28%),
    linear-gradient(180deg, var(--tz-cart-bg-soft) 0%, var(--tz-cart-bg) 76%);
}

body.tz-cart-lux-skin .site-main {
  padding-top: clamp(20px, 3vw, 34px);
}

body.tz-cart-lux-skin .content-area {
  width: 100%;
  padding-bottom: clamp(36px, 4vw, 60px);
}

body.tz-cart-lux-skin h1.entry-title {
  display: none;
}

body.tz-cart-lux-skin .entry-content > .woocommerce {
  width: min(1409px, calc(100% - 48px));
  margin: 0 auto;
}

body.tz-cart-lux-skin .woocommerce-notices-wrapper:empty {
  display: none;
}

body.tz-cart-lux-skin .woocommerce-error,
body.tz-cart-lux-skin .woocommerce-info,
body.tz-cart-lux-skin .woocommerce-message {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid var(--tz-cart-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 0%, rgba(17, 176, 191, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(9, 28, 39, 0.94) 0%, rgba(6, 20, 29, 0.98) 100%);
  box-shadow: 0 18px 34px rgba(2, 10, 16, 0.22);
  color: var(--tz-cart-text);
}

body.tz-cart-lux-skin .woocommerce-error::before,
body.tz-cart-lux-skin .woocommerce-info::before,
body.tz-cart-lux-skin .woocommerce-message::before {
  color: var(--tz-cart-gold);
}

body.tz-cart-lux-skin .shoptimizer-cart-wrapper {
  position: relative;
}

body.tz-cart-lux-skin .shoptimizer-cart-wrapper:has(.woocommerce-cart-form.processing, .cart_totals.processing)::after {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 999px;
  content: "";
  pointer-events: none;
  background: conic-gradient(from 180deg, rgba(17, 176, 191, 0.08) 0deg, rgba(17, 176, 191, 0.94) 122deg, rgba(239, 207, 146, 0.98) 224deg, rgba(17, 176, 191, 0.06) 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px));
  box-shadow:
    0 18px 34px rgba(2, 10, 16, 0.34),
    0 0 0 10px rgba(17, 176, 191, 0.05);
  animation: tzCartProcessingSpin 1.05s linear infinite, tzCartProcessingPulse 1.75s ease-in-out infinite;
}

@keyframes tzCartProcessingSpin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tzCartProcessingPulse {
  0%,
  100% {
    box-shadow:
      0 18px 34px rgba(2, 10, 16, 0.36),
      0 0 0 8px rgba(17, 176, 191, 0.04);
  }

  50% {
    box-shadow:
      0 20px 38px rgba(2, 10, 16, 0.4),
      0 0 0 12px rgba(216, 177, 108, 0.08);
  }
}

body.tz-cart-lux-filled .shoptimizer-cart-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 430px);
  gap: 24px;
  align-items: start;
}

body.tz-cart-lux-filled .shoptimizer-cart-wrapper > .checkout-wrap,
body.tz-cart-lux-filled .shoptimizer-cart-wrapper > .woocommerce-notices-wrapper,
body.tz-cart-lux-filled .shoptimizer-cart-wrapper > .woocommerce-cart-notice,
body.tz-cart-lux-filled .shoptimizer-cart-wrapper > .tz-cart-hero {
  grid-column: 1 / -1;
}

body.tz-cart-lux-filled .woocommerce-cart-form,
body.tz-cart-lux-filled .cart-collaterals {
  float: none;
  width: auto;
  margin: 0;
}

body.tz-cart-lux-filled .cart-collaterals {
  position: sticky;
  top: 28px;
}

body.tz-cart-lux-skin .checkout-wrap {
  margin: 0 0 20px;
  padding: 24px 28px 28px;
  border: 1px solid var(--tz-cart-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(17, 176, 191, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(9, 27, 38, 0.94) 0%, rgba(5, 17, 25, 0.98) 100%);
  box-shadow: var(--tz-cart-shadow);
}

body.tz-cart-lux-empty .checkout-wrap {
  margin-bottom: 22px;
  padding-bottom: 38px;
}

body.tz-cart-lux-skin ul.checkout-bar {
  position: relative;
  top: 3px;
  width: 100%;
  height: 3px;
  margin: 0;
  background: none;
}

body.tz-cart-lux-skin ul.checkout-bar::after {
  position: absolute;
  top: -2px;
  left: calc(16.666% - 6px);
  width: 66.666%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79, 183, 199, 0.18) 0%, rgba(79, 183, 199, 0.1) 100%);
  content: "";
}

body.tz-cart-lux-skin ul.checkout-bar::before {
  top: -2px;
  left: calc(16.666% - 6px);
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 177, 108, 0.95) 0%, rgba(240, 211, 154, 0.95) 100%);
  box-shadow: 0 0 14px rgba(216, 177, 108, 0.3);
}

body.tz-cart-lux-skin ul.checkout-bar li {
  margin-top: 26px;
  color: rgba(203, 227, 232, 0.72);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tz-cart-lux-skin ul.checkout-bar li::before {
  top: -44px;
  width: 28px;
  height: 28px;
  margin-left: -20px;
  border: 6px solid rgba(7, 22, 31, 0.96);
  background: rgba(132, 165, 172, 0.28);
  color: rgba(231, 247, 250, 0.76);
  box-shadow: 0 0 0 1px rgba(79, 183, 199, 0.16);
}

body.tz-cart-lux-skin .checkout-bar li.active,
body.tz-cart-lux-skin .checkout-bar li[aria-current="step"] {
  color: var(--tz-cart-text);
}

body.tz-cart-lux-skin .checkout-bar li.active::before,
body.tz-cart-lux-skin .checkout-bar li[aria-current="step"]::before {
  background: linear-gradient(180deg, rgba(216, 177, 108, 0.98) 0%, rgba(190, 142, 67, 0.98) 100%);
  color: #071117;
  box-shadow: 0 0 0 1px rgba(216, 177, 108, 0.3), 0 12px 24px rgba(216, 177, 108, 0.24);
}

body.tz-cart-lux-skin .checkout-bar li.active::after {
  display: none;
  content: none;
}

body.tz-cart-lux-skin.woocommerce-checkout:not(.woocommerce-order-received) ul.checkout-bar::before {
  width: 33.333%;
}

body.tz-cart-lux-skin.woocommerce-order-received ul.checkout-bar::before {
  width: 66.666%;
}

body.tz-cart-lux-skin ul.checkout-bar a {
  color: inherit;
}

body.tz-cart-lux-skin .woocommerce-cart-notice {
  margin: 0;
  padding: 18px 22px;
  border: 1px solid rgba(92, 193, 236, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(52, 131, 188, 0.96) 0%, rgba(64, 160, 211, 0.95) 100%);
  box-shadow: 0 18px 34px rgba(18, 77, 115, 0.24);
  color: #f6fbff;
  font-size: 17px;
}

body.tz-cart-lux-skin .woocommerce-cart-notice strong,
body.tz-cart-lux-skin .woocommerce-cart-notice .woocommerce-Price-amount {
  color: #ffffff;
}

body.tz-cart-lux-filled .shoptimizer-cart-wrapper > #yith-par-message-reward-cart,
body.tz-cart-lux-filled .shoptimizer-cart-wrapper > #yith-par-message-cart {
  grid-column: 1 / -1;
}

body.tz-cart-lux-skin #yith-par-message-reward-cart,
body.tz-cart-lux-skin #yith-par-message-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin: 0;
  padding: 18px 22px;
  border: 1px solid var(--tz-cart-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 0%, rgba(216, 177, 108, 0.16), transparent 32%),
    radial-gradient(circle at 0% 0%, rgba(17, 176, 191, 0.14), transparent 38%),
    linear-gradient(160deg, rgba(10, 30, 41, 0.94) 0%, rgba(6, 20, 29, 0.98) 100%);
  box-shadow: 0 18px 34px rgba(2, 10, 16, 0.22);
  color: var(--tz-cart-text);
  font-size: 16px;
  line-height: 1.55;
}

body.tz-cart-lux-skin #yith-par-message-reward-cart strong,
body.tz-cart-lux-skin #yith-par-message-cart strong,
body.tz-cart-lux-skin #yith-par-message-reward-cart .woocommerce-Price-amount,
body.tz-cart-lux-skin #yith-par-message-cart .woocommerce-Price-amount {
  color: var(--tz-cart-gold-strong);
}

body.tz-cart-lux-skin #yith-par-message-reward-cart a,
body.tz-cart-lux-skin #yith-par-message-cart a {
  color: inherit;
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar-button-message {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(216, 177, 108, 0.38);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(216, 177, 108, 0.98) 0%, rgba(242, 212, 151, 0.98) 100%);
  color: #081117;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar-button-message:hover,
body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar-button-message:focus-visible {
  color: #081117;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(216, 177, 108, 0.22);
  filter: brightness(1.03);
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .clear {
  display: none;
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts_container {
  display: none;
  flex-basis: 100%;
  margin-top: 2px;
  padding-top: 14px;
  border-top: 1px solid rgba(59, 167, 181, 0.16);
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts .form-row {
  float: none;
  width: auto;
  margin: 0;
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts .input-text {
  min-height: 46px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 14px;
  background: rgba(7, 19, 28, 0.82);
  color: #eef8fb;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(159, 226, 234, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts .input-text::placeholder {
  color: rgba(184, 214, 221, 0.66);
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts .input-text:focus {
  border-color: var(--tz-cart-border-strong);
  outline: none;
  box-shadow: 0 0 0 3px rgba(17, 176, 191, 0.12);
}

body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts .button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(216, 177, 108, 0.38);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(216, 177, 108, 0.98) 0%, rgba(242, 212, 151, 0.98) 100%);
  color: #081117;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 24px rgba(216, 177, 108, 0.2);
}

body.tz-cart-lux-skin .tz-cart-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 30px;
  border: 1px solid var(--tz-cart-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 16%, rgba(216, 177, 108, 0.14), transparent 28%),
    radial-gradient(circle at 12% 0%, rgba(17, 176, 191, 0.12), transparent 34%),
    linear-gradient(160deg, rgba(10, 30, 41, 0.94) 0%, rgba(6, 20, 29, 0.98) 100%);
  box-shadow: var(--tz-cart-shadow);
}

body.tz-cart-lux-skin .tz-cart-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  max-width: 780px;
}

body.tz-cart-lux-skin .tz-cart-hero__eyebrow,
body.tz-cart-lux-skin .tz-cart-summary-intro__eyebrow,
body.tz-cart-lux-skin .tz-cart-summary-support__eyebrow,
body.tz-cart-lux-skin .tz-cart-empty-shell__eyebrow,
body.tz-cart-lux-skin .tz-cart-pillar__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tz-cart-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.tz-cart-lux-skin .tz-cart-hero__title {
  margin: 0;
  color: #f3fcfd;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.tz-cart-lux-skin .tz-cart-hero__text,
body.tz-cart-lux-skin .tz-cart-summary-intro__text,
body.tz-cart-lux-skin .tz-cart-empty-shell__text,
body.tz-cart-lux-skin .tz-cart-pillar__text,
body.tz-cart-lux-skin .tz-cart-summary-support__text {
  margin: 0;
  color: var(--tz-cart-muted);
  font-size: 15px;
  line-height: 1.65;
}

body.tz-cart-lux-skin .tz-cart-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.tz-cart-lux-skin .tz-cart-hero__chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(59, 167, 181, 0.28);
  border-radius: 999px;
  background: rgba(6, 20, 29, 0.76);
  color: #dcf4f7;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

body.tz-cart-lux-skin .tz-cart-hero__actions {
  margin-top: 4px;
}

body.tz-cart-lux-skin .tz-cart-hero__link,
body.tz-cart-lux-skin .tz-cart-empty-shell__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(59, 167, 181, 0.34);
  border-radius: 999px;
  background: rgba(6, 20, 29, 0.72);
  color: #ebf8fa;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease, color 0.24s ease;
}

body.tz-cart-lux-skin .tz-cart-hero__link:hover,
body.tz-cart-lux-skin .tz-cart-empty-shell__secondary:hover {
  border-color: rgba(216, 177, 108, 0.54);
  color: #ffffff;
  transform: translateY(-1px);
}

body.tz-cart-lux-skin .tz-cart-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 14px;
}

body.tz-cart-lux-skin .tz-cart-hero__stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 142px;
  padding: 18px 16px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(17, 176, 191, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(8, 24, 34, 0.94) 0%, rgba(6, 19, 28, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.tz-cart-lux-skin .tz-cart-hero__stat-value {
  color: #f6fcfd;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

body.tz-cart-lux-skin .tz-cart-hero__stat-label {
  color: rgba(205, 231, 236, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.tz-cart-lux-skin .woocommerce-cart-form {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 0;
}

body.tz-cart-lux-skin .woocommerce-cart-form.processing > .blockUI.blockOverlay,
body.tz-cart-lux-skin .cart_totals.processing > .blockUI.blockOverlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 24 !important;
  opacity: 1 !important;
  border: 0 !important;
  background: transparent !important;
}

body.tz-cart-lux-skin .woocommerce-cart-form.processing > .blockUI.blockOverlay::before,
body.tz-cart-lux-skin .cart_totals.processing > .blockUI.blockOverlay::before {
  display: none !important;
  content: none !important;
}

body.tz-cart-lux-skin .woocommerce-cart-form.processing > .blockUI.blockMsg,
body.tz-cart-lux-skin .cart_totals.processing > .blockUI.blockMsg {
  display: none !important;
}

body.tz-cart-lux-skin .woocommerce-cart-form.processing::before,
body.tz-cart-lux-skin .cart_totals.processing::before {
  position: absolute;
  inset: 0;
  z-index: 26;
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 0%, rgba(17, 176, 191, 0.16), transparent 34%),
    radial-gradient(circle at 84% 0%, rgba(216, 177, 108, 0.14), transparent 28%),
    rgba(4, 16, 25, 0.72);
  backdrop-filter: blur(10px) saturate(122%);
  box-shadow: inset 0 0 0 1px rgba(59, 167, 181, 0.08);
  content: "";
  pointer-events: none;
}

body.tz-cart-lux-skin table.cart {
  margin: 0;
  border: 1px solid var(--tz-cart-border);
  border-radius: 28px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 0%, rgba(17, 176, 191, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(8, 24, 34, 0.94) 0%, rgba(5, 17, 25, 0.98) 100%);
  box-shadow: var(--tz-cart-shadow);
}

body.tz-cart-lux-skin table.cart td,
body.tz-cart-lux-skin table.cart th {
  padding: 20px 0;
  border-bottom: 1px solid rgba(59, 167, 181, 0.16);
  color: var(--tz-cart-text);
}

body.tz-cart-lux-skin table.cart tr:last-child td,
body.tz-cart-lux-skin table.cart tr:last-child th {
  border-bottom: 0;
}

body.tz-cart-lux-skin table.cart tr.woocommerce-cart-form__cart-item td:first-child,
body.tz-cart-lux-skin table.cart tr.woocommerce-cart-form__cart-item th:first-child {
  padding-left: 24px;
}

body.tz-cart-lux-skin table.cart tr.woocommerce-cart-form__cart-item td:last-child {
  padding-right: 24px;
}

body.tz-cart-lux-skin table.cart td.product-remove {
  width: 42px;
}

body.tz-cart-lux-skin table.cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 999px;
  background: rgba(6, 18, 27, 0.76);
  font-size: 0;
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

body.tz-cart-lux-skin table.cart td.product-remove a.remove::before {
  width: 14px;
  height: 14px;
  background-color: rgba(231, 247, 250, 0.92);
}

body.tz-cart-lux-skin table.cart td.product-remove a.remove:hover {
  border-color: rgba(216, 177, 108, 0.46);
  background: rgba(20, 32, 44, 0.92);
  transform: translateY(-1px);
}

body.tz-cart-lux-skin table.cart td.product-remove a.remove:hover::before {
  background-color: #ffffff;
}

body.tz-cart-lux-skin table.cart td.product-thumbnail {
  width: 92px;
  padding-right: 16px;
}

body.tz-cart-lux-skin table.cart .product-thumbnail img {
  width: 78px;
  max-width: 78px;
  height: 78px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(17, 176, 191, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(10, 28, 39, 0.96) 0%, rgba(7, 20, 29, 0.98) 100%);
  box-shadow: 0 16px 26px rgba(1, 8, 13, 0.22);
  object-fit: contain;
}

body.tz-cart-lux-skin table.cart td.product-name {
  padding-right: 20px;
}

body.tz-cart-lux-skin table.cart td.product-name a {
  color: #f6fcfd;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

body.tz-cart-lux-skin table.cart td.product-name a:hover {
  color: #ffffff;
}

body.tz-cart-lux-skin table.cart td.product-name dl.variation,
body.tz-cart-lux-skin table.cart td.product-name .backorder_notification {
  margin-top: 8px;
  color: var(--tz-cart-muted);
}

body.tz-cart-lux-skin table.cart td.product-price,
body.tz-cart-lux-skin table.cart th.product-price {
  display: none;
}

body.tz-cart-lux-skin table.cart td.product-quantity {
  width: 148px;
  padding-right: 20px;
}

body.tz-cart-lux-skin table.cart .quantity.buttons_added {
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 50px;
  padding: 0 52px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 18px;
  background: rgba(6, 18, 27, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.tz-cart-lux-skin table.cart .quantity.buttons_added input.qty {
  width: 34px;
  min-width: 34px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f2fbfd;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  box-shadow: none;
}

body.tz-cart-lux-skin table.cart .quantity.buttons_added .quantity-nav {
  left: 0;
  right: 0;
}

body.tz-cart-lux-skin table.cart .quantity.buttons_added .quantity-button {
  width: 42px;
  border-left: 0;
  border-right: 0;
  background: transparent;
  color: #f6fcfd;
  text-shadow: 0 0 18px rgba(17, 176, 191, 0.12);
}

body.tz-cart-lux-skin table.cart .quantity.buttons_added .quantity-button::before {
  background: #f6fcfd;
}

body.tz-cart-lux-skin table.cart .quantity.buttons_added .quantity-button:hover {
  color: #ffffff;
}

body.tz-cart-lux-skin table.cart .quantity.buttons_added .quantity-button:hover::before {
  background: #ffffff;
}

body.tz-cart-lux-skin table.cart td.product-subtotal {
  width: 120px;
  text-align: right;
}

body.tz-cart-lux-skin table.cart td.product-subtotal .amount {
  color: #f8fdfe;
  font-size: 21px;
  font-weight: 700;
}

body.tz-cart-lux-skin table.cart td.actions {
  padding: 24px;
}

body.tz-cart-lux-skin table.cart td.actions .coupon {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.tz-cart-lux-skin table.cart td.actions .input-text {
  min-width: 220px;
  height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 16px;
  background: rgba(7, 19, 28, 0.82);
  color: #eef9fb;
  box-shadow: none;
}

body.tz-cart-lux-skin table.cart td.actions .input-text::placeholder {
  color: rgba(184, 214, 221, 0.66);
}

body.tz-cart-lux-skin table.cart td.actions .input-text:focus {
  border-color: rgba(79, 183, 199, 0.52);
  box-shadow: 0 0 0 3px rgba(17, 176, 191, 0.12);
}

body.tz-cart-lux-skin table.cart td.actions button,
body.tz-cart-lux-skin .cart_totals .shipping-calculator-form button,
body.tz-cart-lux-skin .tz-cart-empty-shell__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(59, 167, 181, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(11, 31, 43, 0.98) 0%, rgba(7, 20, 29, 0.98) 100%);
  color: var(--tz-cart-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 20px rgba(1, 8, 13, 0.18);
  transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

body.tz-cart-lux-skin table.cart td.actions button:hover,
body.tz-cart-lux-skin .cart_totals .shipping-calculator-form button:hover,
body.tz-cart-lux-skin .tz-cart-empty-shell__primary:hover {
  border-color: rgba(216, 177, 108, 0.48);
  color: #ffffff;
  transform: translateY(-1px);
}

body.tz-cart-lux-skin table.cart td.actions button[name="update_cart"] {
  margin-left: auto;
}

body.tz-cart-lux-skin .cart-summary {
  margin-top: 16px;
  padding: 20px 22px;
  border: 1px solid var(--tz-cart-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 0%, rgba(17, 176, 191, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(9, 27, 38, 0.92) 0%, rgba(6, 19, 28, 0.98) 100%);
}

body.tz-cart-lux-skin .cart_totals {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 24px;
  border: 1px solid var(--tz-cart-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 8%, rgba(216, 177, 108, 0.1), transparent 26%),
    radial-gradient(circle at 12% 0%, rgba(17, 176, 191, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(9, 27, 38, 0.94) 0%, rgba(5, 17, 25, 0.98) 100%);
  box-shadow: var(--tz-cart-shadow);
}

body.tz-cart-lux-skin .cart_totals > h2 {
  display: none;
}

body.tz-cart-lux-skin .tz-cart-summary-intro {
  margin-bottom: 18px;
}

body.tz-cart-lux-skin .tz-cart-summary-intro__title {
  margin: 6px 0 8px;
  color: #f6fcfd;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

body.tz-cart-lux-skin .cart_totals .shop_table {
  margin-bottom: 18px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(5, 17, 25, 0.5);
}

body.tz-cart-lux-skin .cart_totals .shop_table td,
body.tz-cart-lux-skin .cart_totals .shop_table th {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(59, 167, 181, 0.14);
  color: var(--tz-cart-text);
}

body.tz-cart-lux-skin .cart_totals .shop_table th {
  color: rgba(216, 237, 241, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.tz-cart-lux-skin .cart_totals .shop_table tr:last-child td,
body.tz-cart-lux-skin .cart_totals .shop_table tr:last-child th {
  border-bottom: 0;
}

body.tz-cart-lux-skin .cart_totals .shop_table .order-total th,
body.tz-cart-lux-skin .cart_totals .shop_table .order-total td {
  padding-top: 20px;
  padding-bottom: 20px;
}

body.tz-cart-lux-skin .cart_totals .shop_table .order-total strong {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li {
  position: relative;
  display: block;
  padding: 18px 18px 18px 48px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(17, 176, 191, 0.05), transparent 36%),
    linear-gradient(180deg, rgba(10, 28, 39, 0.76) 0%, rgba(6, 19, 28, 0.9) 100%);
  cursor: pointer;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li:hover,
body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li:has(input:checked) {
  border-color: rgba(216, 177, 108, 0.42);
  box-shadow: 0 16px 30px rgba(1, 8, 13, 0.18), 0 0 0 1px rgba(216, 177, 108, 0.12);
  transform: translateY(-1px);
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > input {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > label {
  position: relative;
  display: block;
  margin: 0;
  color: #f1fbfd;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > input.shipping_method + label::before {
  position: absolute;
  top: 2px;
  left: -30px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(241, 251, 253, 0.82) !important;
  border-radius: 50%;
  background: transparent !important;
  box-shadow: 0 0 0 1px rgba(7, 22, 31, 0.22) !important;
  content: "";
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > input.shipping_method + label::after {
  position: absolute;
  top: 6px;
  left: -26px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(7, 17, 23, 0.98) !important;
  box-shadow: 0 0 0 1px rgba(7, 17, 23, 0.3);
  content: "";
  opacity: 0;
  transform: scale(0.35);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > input.shipping_method:checked + label::before {
  border-color: rgba(241, 251, 253, 0.96) !important;
  background: transparent !important;
  box-shadow: 0 0 0 1px rgba(216, 177, 108, 0.18) !important;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > input.shipping_method:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > input.shipping_method:focus-visible + label::before {
  box-shadow: 0 0 0 3px rgba(79, 183, 199, 0.18), 0 0 0 1px rgba(241, 251, 253, 0.78);
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li:hover > label::before,
body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li:has(input:checked) > label::before {
  transform: scale(1.04);
}

body.tz-cart-lux-skin ul#shipping_method li > label::before {
  display: block !important;
  position: absolute !important;
  top: 3px !important;
  left: -28px !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  border: 1px solid rgba(241, 251, 253, 0.82) !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  background-color: rgba(241, 251, 253, 0.96) !important;
  box-shadow: 0 0 0 1px rgba(7, 22, 31, 0.22) !important;
}

body.tz-cart-lux-skin ul#shipping_method > li > input[type="radio"].shipping_method:checked + label::before {
  border-color: rgba(241, 251, 253, 0.96) !important;
  background-color: rgba(241, 251, 253, 0.96) !important;
  box-shadow: 0 0 0 1px rgba(216, 177, 108, 0.18) !important;
}

body.tz-cart-lux-skin ul#shipping_method li > label::after {
  position: absolute !important;
  top: 7px !important;
  left: -24px !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background-color: rgba(7, 17, 23, 0.98) !important;
  box-shadow: 0 0 0 1px rgba(7, 17, 23, 0.3) !important;
  content: "" !important;
  opacity: 0 !important;
  transform: scale(0.35) !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

body.tz-cart-lux-skin ul#shipping_method > li > input[type="radio"].shipping_method:checked + label::after {
  opacity: 1 !important;
  transform: scale(1) !important;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > label .amount {
  margin-left: 6px;
  color: rgba(223, 235, 238, 0.78);
  font-weight: 500;
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > input.shipping_method:checked + label .amount {
  color: var(--tz-cart-gold-strong);
  font-weight: 700;
}

body.tz-cart-lux-skin .cart_totals .shipping_method_description {
  margin-top: 10px;
}

body.tz-cart-lux-skin .cart_totals .shipping_method_description small {
  display: block;
  color: rgba(201, 224, 229, 0.76);
  font-size: 12.5px;
  line-height: 1.55;
}

body.tz-cart-lux-skin .cart_totals .shipping_method_description a {
  position: relative;
  z-index: 1;
  color: #8fdff0 !important;
  text-decoration-color: rgba(143, 223, 240, 0.42);
}

body.tz-cart-lux-skin .cart_totals .shipping_method_description a:hover,
body.tz-cart-lux-skin .cart_totals .shipping_method_description a:focus-visible {
  color: #d7f6fb !important;
  text-decoration-color: rgba(215, 246, 251, 0.72);
}

body.tz-cart-lux-skin .cart_totals .shipping_method_description img {
  display: block;
  width: 42px;
  height: auto;
  margin: 0 0 10px;
  vertical-align: top;
}

body.tz-cart-lux-skin .cart_totals .shipping-calculator-button {
  color: #d4f3f7;
  text-decoration: underline;
  text-decoration-color: rgba(79, 183, 199, 0.46);
}

body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-destination,
body.tz-cart-lux-skin .cart_totals .shipping-calculator-button,
body.tz-cart-lux-skin .cart_totals .shipping-calculator-form {
  display: none !important;
}

body.tz-cart-lux-skin .cart_totals .shipping-calculator-form {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(59, 167, 181, 0.14);
}

body.tz-cart-lux-skin .cart_totals .shipping-calculator-form .input-text,
body.tz-cart-lux-skin .cart_totals .shipping-calculator-form select {
  min-height: 46px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 14px;
  background: rgba(7, 19, 28, 0.82);
  color: #eef8fb;
}

body.tz-cart-lux-skin .cart_totals .wc-proceed-to-checkout {
  margin-top: 12px;
}

body.tz-cart-lux-skin .cart-collaterals .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0;
  border: 1px solid rgba(216, 177, 108, 0.38);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(216, 177, 108, 0.98) 0%, rgba(242, 212, 151, 0.98) 100%);
  color: #081117;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 30px rgba(216, 177, 108, 0.24);
}

body.tz-cart-lux-skin .cart-collaterals .checkout-button::before {
  background-color: #081117;
}

body.tz-cart-lux-skin .cart-collaterals .checkout-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 38px rgba(216, 177, 108, 0.28);
}

body.tz-cart-lux-skin .cart-custom-field {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 18px;
  background: rgba(7, 20, 29, 0.72);
}

body.tz-cart-lux-skin .cart-custom-field img {
  margin-bottom: 10px;
}

body.tz-cart-lux-skin .tz-cart-summary-support {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

body.tz-cart-lux-skin .tz-cart-summary-support__item {
  padding: 16px 16px 17px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(17, 176, 191, 0.05), transparent 38%),
    linear-gradient(180deg, rgba(10, 29, 40, 0.78) 0%, rgba(6, 19, 28, 0.92) 100%);
}

body.tz-cart-lux-skin .tz-cart-summary-support__title,
body.tz-cart-lux-skin .tz-cart-pillar__title,
body.tz-cart-lux-skin .tz-cart-empty-link__title {
  display: block;
  margin-top: 6px;
  color: #f2fcfd;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

body.tz-cart-lux-skin .tz-cart-empty-shell {
  display: grid;
  gap: 18px;
}

body.tz-cart-lux-skin .tz-cart-empty-shell__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
  gap: 22px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--tz-cart-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 14%, rgba(216, 177, 108, 0.14), transparent 26%),
    radial-gradient(circle at 12% 0%, rgba(17, 176, 191, 0.12), transparent 34%),
    linear-gradient(160deg, rgba(10, 30, 41, 0.94) 0%, rgba(6, 20, 29, 0.98) 100%);
  box-shadow: var(--tz-cart-shadow);
}

body.tz-cart-lux-skin .tz-cart-empty-shell__hero-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.tz-cart-lux-skin .tz-cart-empty-shell__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(59, 167, 181, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(17, 176, 191, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(8, 24, 34, 0.96) 0%, rgba(6, 19, 28, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.tz-cart-lux-skin .tz-cart-empty-shell__icon svg {
  width: 34px;
  height: 34px;
  stroke: var(--tz-cart-gold);
}

body.tz-cart-lux-skin .tz-cart-empty-shell__title {
  margin: 0;
  color: #f3fcfd;
  font-size: clamp(34px, 3.8vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.tz-cart-lux-skin .tz-cart-empty-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

body.tz-cart-lux-skin .tz-cart-empty-shell__primary {
  text-decoration: none;
}

body.tz-cart-lux-skin .tz-cart-empty-shell__quick-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

body.tz-cart-lux-skin .tz-cart-empty-link {
  display: block;
  padding: 18px 18px 20px;
  border: 1px solid rgba(59, 167, 181, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(17, 176, 191, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(8, 24, 34, 0.9) 0%, rgba(6, 19, 28, 0.96) 100%);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

body.tz-cart-lux-skin .tz-cart-empty-link:hover {
  border-color: rgba(216, 177, 108, 0.44);
  box-shadow: 0 18px 30px rgba(1, 8, 13, 0.22);
  transform: translateY(-2px);
}

body.tz-cart-lux-skin .tz-cart-empty-link__text {
  display: block;
  margin-top: 8px;
  color: rgba(201, 224, 229, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

body.tz-cart-lux-skin .tz-cart-empty-shell__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.tz-cart-lux-skin .tz-cart-pillar {
  padding: 20px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(17, 176, 191, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(8, 24, 34, 0.94) 0%, rgba(5, 17, 25, 0.98) 100%);
  box-shadow: 0 18px 30px rgba(1, 8, 13, 0.2);
}

body.tz-cart-lux-skin .tz-cart-pillar--featured {
  border-color: rgba(216, 177, 108, 0.28);
}

body.tz-cart-lux-skin .tz-cart-pillar__title {
  margin-bottom: 6px;
}

body.tz-cart-lux-skin #___ratingbadge_0 {
  opacity: 0.96;
}

@media (max-width: 1200px) {
  body.tz-cart-lux-skin .tz-cart-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  body.tz-cart-lux-skin .entry-content > .woocommerce {
    width: min(100%, calc(100% - 28px));
  }

  body.tz-cart-lux-filled .shoptimizer-cart-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tz-cart-lux-filled .cart-collaterals {
    position: static;
  }

  body.tz-cart-lux-skin .checkout-wrap {
    padding: 22px 18px 18px;
  }

  body.tz-cart-lux-skin .tz-cart-hero,
  body.tz-cart-lux-skin .cart_totals,
  body.tz-cart-lux-skin table.cart,
  body.tz-cart-lux-skin .tz-cart-empty-shell__hero {
    border-radius: 24px;
  }

  body.tz-cart-lux-skin .tz-cart-hero,
  body.tz-cart-lux-skin .tz-cart-empty-shell__hero {
    padding: 24px;
  }

  body.tz-cart-lux-skin .tz-cart-empty-shell__quick-links {
    grid-template-columns: 1fr;
  }

  body.tz-cart-lux-skin .tz-cart-empty-shell__pillars {
    grid-template-columns: 1fr;
  }

  body.tz-cart-lux-skin .tz-cart-hero__stats {
    grid-template-columns: 1fr;
  }

  body.tz-cart-lux-skin table.cart tr.woocommerce-cart-form__cart-item td:first-child,
  body.tz-cart-lux-skin table.cart tr.woocommerce-cart-form__cart-item th:first-child,
  body.tz-cart-lux-skin table.cart tr.woocommerce-cart-form__cart-item td:last-child,
  body.tz-cart-lux-skin table.cart td.actions {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 768px) {
  body.tz-cart-lux-skin .checkout-wrap {
    margin-bottom: 10px;
    padding-bottom: 26px;
  }

  body.tz-cart-lux-empty .checkout-wrap {
    margin-bottom: 18px;
    padding-bottom: 34px;
  }

  body.tz-cart-lux-skin ul.checkout-bar {
    top: 3px;
    width: 100%;
    margin-left: 0;
  }

  body.tz-cart-lux-skin .site ul.checkout-bar li,
  body.tz-cart-lux-skin .site ul.checkout-bar li a {
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  body.tz-cart-lux-skin .site ul.checkout-bar li span {
    visibility: visible !important;
  }

  body.tz-cart-lux-skin .site ul.checkout-bar li span,
  body.tz-cart-lux-skin .site ul.checkout-bar li span a {
    display: block;
    max-width: 108px;
    margin: 0 auto;
    line-height: 1.35;
  }

  body.tz-cart-lux-skin ul.checkout-bar::before,
  body.tz-cart-lux-skin ul.checkout-bar::after {
    top: -4px;
  }

  body.tz-cart-lux-skin ul.checkout-bar li {
    font-size: 11px;
  }

  body.tz-cart-lux-skin .woocommerce-cart-notice {
    padding: 16px 18px;
    font-size: 15px;
  }

  body.tz-cart-lux-skin #yith-par-message-reward-cart,
  body.tz-cart-lux-skin #yith-par-message-cart {
    padding: 16px 18px;
    font-size: 15px;
  }

  body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar-button-message,
  body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts .button {
    width: 100%;
  }

  body.tz-cart-lux-skin #yith-par-message-reward-cart .ywpar_apply_discounts {
    grid-template-columns: 1fr;
  }

  body.tz-cart-lux-skin .tz-cart-hero__stats {
    grid-template-columns: 1fr;
  }

  body.tz-cart-lux-skin .tz-cart-hero__stat {
    min-height: 0;
  }

  body.tz-cart-lux-skin .m-cart table.cart tr.woocommerce-cart-form__cart-item {
    padding: 18px 18px 18px 118px;
    margin-bottom: 0;
    border-bottom-color: rgba(59, 167, 181, 0.16);
    min-height: 176px;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-thumbnail {
    top: 18px;
    left: 18px;
    width: 84px;
    padding: 0;
  }

  body.tz-cart-lux-skin .m-cart table.cart .product-thumbnail img {
    width: 84px;
    max-width: 84px;
    height: 84px;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-name {
    width: 100%;
    padding-top: 0;
    padding-right: 34px;
    padding-bottom: 10px;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-name a {
    padding-right: 0;
    font-size: 18px;
    line-height: 1.35;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-price,
  body.tz-cart-lux-skin .m-cart table.cart th.product-price {
    display: none !important;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-quantity,
  body.tz-cart-lux-skin .m-cart table.cart td.product-subtotal {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-quantity .quantity.buttons_added {
    margin-left: auto;
    height: 44px;
    padding: 0 46px;
    border-radius: 16px;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-quantity .quantity.buttons_added input.qty {
    height: 44px;
    font-size: 16px;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-quantity .quantity.buttons_added .quantity-button {
    width: 38px;
  }

  body.tz-cart-lux-skin .m-cart table.cart td {
    color: var(--tz-cart-text);
  }

  body.tz-cart-lux-skin .m-cart table.cart td::before {
    color: rgba(197, 225, 231, 0.58);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  body.tz-cart-lux-skin .m-cart table.cart td.product-remove {
    top: 14px;
    right: 14px;
  }

  body.tz-cart-lux-skin .m-cart table.cart tbody tr td.product-subtotal {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(59, 167, 181, 0.14);
  }

  body.tz-cart-lux-skin .m-cart table.cart tbody tr td.product-subtotal .amount {
    margin-left: auto;
    font-size: 20px;
  }

  body.tz-cart-lux-skin table.cart td.actions .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  body.tz-cart-lux-skin table.cart td.actions .input-text,
  body.tz-cart-lux-skin table.cart td.actions button,
  body.tz-cart-lux-skin table.cart td.actions button[name="update_cart"] {
    width: 100%;
    min-width: 0;
  }

  body.tz-cart-lux-skin table.cart td.actions button[name="update_cart"] {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  body.tz-cart-lux-skin .entry-content > .woocommerce {
    width: min(100%, calc(100% - 20px));
  }

  body.tz-cart-lux-skin .checkout-wrap,
  body.tz-cart-lux-skin .tz-cart-hero,
  body.tz-cart-lux-skin .cart_totals,
  body.tz-cart-lux-skin .tz-cart-empty-shell__hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.tz-cart-lux-skin .checkout-wrap {
    padding-bottom: 24px;
  }

  body.tz-cart-lux-empty .checkout-wrap {
    padding-bottom: 34px;
  }

  body.tz-cart-lux-skin ul.checkout-bar li::before {
    width: 24px;
    height: 24px;
    margin-left: -18px;
    border-width: 5px;
    font-size: 12px;
    line-height: 24px;
  }

  body.tz-cart-lux-skin .tz-cart-hero__title,
  body.tz-cart-lux-skin .tz-cart-empty-shell__title {
    font-size: 30px;
  }

  body.tz-cart-lux-skin .tz-cart-summary-intro__title {
    font-size: 24px;
  }

  body.tz-cart-lux-skin .cart_totals .shop_table td,
  body.tz-cart-lux-skin .cart_totals .shop_table th {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li {
    padding: 14px;
    padding-left: 42px;
  }

  body.tz-cart-lux-skin .cart_totals .woocommerce-shipping-methods li > input {
    top: 16px;
    left: 14px;
  }
}
