.stopit-cart-root {
  --tide-500: #39AED3;
  --tide-600: #0184AD;
  --tide-pale: #EAF3FA;
  --tide-50: #F0F9FC;
  --navy-900: #3D5B78;
  --navy-900-hover: #2C4A65;
  --gold-500: #C9A24B;
  --gold-600: #A6822F;
  --ink-900: #1C1C1C;
  --ink-700: #4E4E4E;
  --ink-500: #7C7C7C;
  --surface-0: #fff;
  --surface-100: #F6F5F8;
  --cream: #F6F3EC;
  --hairline: #E6E6E6;
  --danger: #C0473B;
  --success: #2E8B57;
  --font-display: "Playfair Display", serif;
  --font-body: "Quicksand", sans-serif;
  --max: 1200px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --shadow-sm: 0 4px 14px rgba(28, 28, 28, .06);
  --shadow-md: 0 12px 32px rgba(61, 91, 120, .14);
}

body {
  background-color: #F6F5F8;
}

.woocommerce-cart h1.entry-title {
  opacity: 0;
  visibility: hidden;
}

.stopit-cart-root {
  background: var(--surface-100);
}

.stopit-cart-root .inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 48px
}

.stopit-cart-root .eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-500)
}

.stopit-cart-root .heading {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.22;
  color: var(--ink-900);
  margin: 6px 0 0
}

.stopit-cart-root .heading em {
  font-style: italic;
  color: var(--tide-500);
  font-weight: 400
}

.stopit-cart-root .subtext {
  font-size: 14px;
  color: var(--ink-700);
  line-height: 1.7
}

.stopit-cart-root .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 30px !important;
  border-radius: 8px !important;
  cursor: pointer;
  border: 1px solid transparent !important;
  transition: all .2s;
  letter-spacing: .02em;
  white-space: nowrap
}

.stopit-cart-root .btn-primary {
  background: var(--navy-900);
  color: #fff
}

.stopit-cart-root .btn-primary:hover {
  background: var(--navy-900-hover)
}

.stopit-cart-root .btn-tide {
  background: var(--tide-500);
  color: #fff !important;
}

.stopit-cart-root .btn-tide:hover {
  background: var(--tide-600)
}

.stopit-cart-root .btn-outline {
  background: transparent !important;
  color: var(--ink-900) !important;
  border-color: #ccc !important;
}

.stopit-cart-root .btn-outline:hover {
  border-color: var(--tide-500) !important;
  color: var(--tide-500) !important;
}

.stopit-cart-root .btn-block {
  width: 100%
}

.stopit-cart-root .btn:disabled {
  opacity: .45;
  cursor: not-allowed
}

.stopit-cart-root .btn svg {
  width: 16px;
  height: 16px
}

.stopit-cart-root .btn svg path,
.stopit-cart-root .btn svg line {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

/* minimal checkout-style header */
.stopit-cart-root .mini-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hairline)
}

.stopit-cart-root .mini-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px;
  gap: 20px
}

.stopit-cart-root .mini-header .logo-img {
  height: 34px;
  width: auto
}

.stopit-cart-root .steps {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-500)
}

.stopit-cart-root .steps .step {
  display: flex;
  align-items: center;
  gap: 8px
}

.stopit-cart-root .steps .num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--surface-100);
  color: var(--ink-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700
}

.stopit-cart-root .steps .step.on {
  color: var(--ink-900)
}

.stopit-cart-root .steps .step.on .num {
  background: var(--tide-500);
  color: #fff
}

.stopit-cart-root .steps .sep {
  width: 26px;
  height: 1px;
  background: var(--hairline)
}

.stopit-cart-root .secure-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-500)
}

.stopit-cart-root .secure-tag svg {
  width: 14px;
  height: 14px
}

.stopit-cart-root .secure-tag svg path,
.stopit-cart-root .secure-tag svg rect {
  stroke: var(--ink-500);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

@media(max-width:760px) {
  .stopit-cart-root .steps {
    display: none
  }

  .stopit-cart-root .mini-header .inner {
    padding: 14px 20px
  }
}

/* layout */
.stopit-cart-root .cart-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px 48px 100px;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 36px;
  align-items: start
}

.stopit-cart-root .panel {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  padding: 20px
}

.stopit-cart-root .panel+.panel {
  margin-top: 20px
}

.stopit-cart-root .cart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 22px
}

.stopit-cart-root .cart-head .heading {
  margin: 0
}

.stopit-cart-root .cart-count {
  font-size: 13px;
  color: var(--ink-500)
}

.stopit-cart-root .continue-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tide-600) !important
}

.stopit-cart-root .continue-link svg {
  width: 14px;
  height: 14px
}

.stopit-cart-root .continue-link svg path {
  stroke: var(--tide-600);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

/* item row */
.stopit-cart-root .cart-item {
  display: grid;
  grid-template-columns: 84px 1fr auto auto auto;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--hairline)
}

.stopit-cart-root .cart-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.stopit-cart-root .item-thumb {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-100);
  position: relative;
  flex-shrink: 0
}

.stopit-cart-root .item-thumb .ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.stopit-cart-root .item-thumb .ph svg {
  width: 26px;
  height: 26px;
  opacity: .25
}

.stopit-cart-root .item-thumb .ph svg path,
.stopit-cart-root .item-thumb .ph svg rect,
.stopit-cart-root .item-thumb .ph svg circle {
  stroke: var(--ink-700);
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round
}

.stopit-cart-root .item-info h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  color: var(--ink-900);
  margin-bottom: 4px
}

.stopit-cart-root .item-info .variant {
  font-size: 12.5px;
  color: var(--ink-500);
  margin-bottom: 8px
}

.stopit-cart-root .item-remove {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--ink-500) !important;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 !important;
  background-color: transparent !important;
}

.stopit-cart-root .item-remove:hover {
  color: var(--danger)
}

.stopit-cart-root .item-remove svg {
  width: 13px;
  height: 13px
}

.stopit-cart-root .item-remove svg path,
.stopit-cart-root .item-remove svg line {
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round
}

.stopit-cart-root .qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  overflow: hidden
}

.stopit-cart-root .qty-stepper button {
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  font-size: 16px;
  color: var(--ink-900);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

.stopit-cart-root .qty-stepper button:hover {
  background: var(--surface-100)
}

.stopit-cart-root .qty-stepper input {
  width: 34px;
  height: 32px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--hairline) !important;
  border-right: 1px solid var(--hairline) !important;
  border-top: 1px solid var(--hairline) !important;
  border-bottom: 1px solid var(--hairline) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--ink-900) !important;
}

.stopit-cart-root .item-unit {
  font-size: 12.5px;
  color: var(--ink-500);
  text-align: right;
  white-space: nowrap
}

.stopit-cart-root .item-total {
  font-family: var(--font-display) !important;
  font-weight: 600;
  font-size: 16px;
  color: var(--ink-900);
  text-align: right;
  white-space: nowrap;
  min-width: 88px
}

@media(max-width:640px) {
  .stopit-cart-root .cart-item {
    grid-template-columns: 64px 1fr;
    grid-template-areas: "thumb info" "qty total";
    row-gap: 12px
  }

  .stopit-cart-root .item-thumb {
    grid-area: thumb;
    width: 64px;
    height: 64px
  }

  .stopit-cart-root .item-info {
    grid-area: info
  }

  .stopit-cart-root .qty-stepper {
    grid-area: qty
  }

  .stopit-cart-root .item-total {
    grid-area: total
  }

  .stopit-cart-root .item-unit {
    display: none
  }
}

/* empty state */
.stopit-cart-root .empty-cart {
  display: none;
  text-align: center;
  padding: 60px 20px
}

.stopit-cart-root .empty-cart.show {
  display: block
}

.stopit-cart-root .empty-cart svg {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  opacity: .3
}

.stopit-cart-root .empty-cart svg path,
.stopit-cart-root .empty-cart svg circle {
  stroke: var(--ink-700);
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.stopit-cart-root .empty-cart p {
  font-size: 14.5px;
  color: var(--ink-700);
  margin-bottom: 20px
}

/* coupon */
.stopit-cart-root .coupon-box {
  margin-top: 6px
}

.stopit-cart-root .coupon-box label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 10px
}

.stopit-cart-root .coupon-row {
  display: flex;
  gap: 10px
}

.stopit-cart-root .coupon-row input {
  flex: 1;
  padding: 13px 14px !important;
  border: 1px solid var(--hairline) !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  color: var(--ink-900) !important;
  background: #fff
}

.stopit-cart-root .coupon-row input:focus {
  outline: none;
  border-color: var(--tide-500)
}

.stopit-cart-root .coupon-row .btn {
  padding: 13px 22px;
  font-size: 13px
}

.stopit-cart-root .coupon-msg {
  font-size: 12.5px;
  margin-top: 9px;
  display: none
}

.stopit-cart-root .coupon-msg.err {
  display: block;
  color: var(--danger)
}

.stopit-cart-root .coupon-msg.ok {
  display: block;
  color: var(--success)
}

.stopit-cart-root .coupon-applied {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 10px 14px;
  background: var(--tide-50);
  border: 1px solid var(--tide-pale);
  border-radius: 8px
}

.stopit-cart-root .coupon-applied.show {
  display: flex
}

.stopit-cart-root .coupon-applied span {
  font-size: 13px;
  font-weight: 700;
  color: var(--tide-600);
  display: flex;
  align-items: center;
  gap: 8px
}

.stopit-cart-root .coupon-applied span svg {
  width: 14px;
  height: 14px
}

.stopit-cart-root .coupon-applied span svg path {
  stroke: var(--tide-600);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.stopit-cart-root .coupon-applied button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ink-500);
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline
}

/* summary */
.stopit-cart-root .summary-panel {
  position: sticky;
  top: 92px
}

.stopit-cart-root .summary-panel h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 20px
}

.stopit-cart-root .sum-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--ink-700);
  padding: 9px 0
}

.stopit-cart-root .sum-row.discount {
  color: var(--success)
}

.stopit-cart-root .sum-row .val {
  font-weight: 600;
  color: var(--ink-900)
}

.stopit-cart-root .sum-row.discount .val {
  color: var(--success)
}

.stopit-cart-root .sum-divider {
  height: 1px;
  background: var(--hairline);
  margin: 12px 0
}

.stopit-cart-root .sum-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0 4px
}

.stopit-cart-root .sum-total .lbl {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-900)
}

.stopit-cart-root .sum-total .val {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 26px;
  color: var(--ink-900)
}

.stopit-cart-root .sum-note {
  font-size: 11.5px;
  color: var(--ink-500);
  margin-bottom: 20px !important;
}

.stopit-cart-root .trust-list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 11px
}

.stopit-cart-root .trust-list .t {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: var(--ink-700)
}

.stopit-cart-root .trust-list .t svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.stopit-cart-root .trust-list .t svg path,
.stopit-cart-root .trust-list .t svg circle,
.stopit-cart-root .trust-list .t svg rect {
  stroke: var(--tide-600);
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.pay-icons {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.pay-icons-img {
  display: block;
  width: 100%;
  max-width: 384px;
  height: auto;
}

@media(max-width:900px) {
  .stopit-cart-root .cart-wrap {
    grid-template-columns: 1fr;
    padding: 28px 6px 80px
  }

  .stopit-cart-root .summary-panel {
    position: static
  }
}

/* minimal footer */
.stopit-cart-root .mini-footer {
  border-top: 1px solid var(--hairline);
  background: #fff;
  padding: 28px 0
}

.stopit-cart-root .mini-footer .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center
}

.stopit-cart-root .mini-footer span {
  font-size: 12px;
  color: var(--ink-500)
}

.stopit-cart-root .mini-footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap
}

.stopit-cart-root .mini-footer nav a {
  font-size: 12px;
  color: var(--ink-500)
}

.stopit-cart-root .mini-footer nav a:hover {
  color: var(--tide-600)
}

/* Integracja WooCommerce / Elementor */
.stopit-cart-root {
  font-family: var(--font-body);
  color: var(--ink-900);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.stopit-cart-root *,
.stopit-cart-root *::before,
.stopit-cart-root *::after {
  box-sizing: border-box;
}

.stopit-cart-root a {
  text-decoration: none;
  color: inherit;
}

.stopit-cart-root button,
.stopit-cart-root input {
  font-family: inherit;
}

.stopit-cart-root img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stopit-cart-root .item-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.stopit-cart-root .stopit-notices {
  max-width: var(--max);
  margin: 18px auto 0;
  padding: 0 48px;
}

.stopit-cart-root .woocommerce-message,
.stopit-cart-root .woocommerce-error,
.stopit-cart-root .woocommerce-info {
  list-style: none;
  margin: 0 0 18px;
  padding: 14px 18px;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
}

.stopit-cart-root .woocommerce-message {
  border-left: 4px solid var(--success);
}

.stopit-cart-root .woocommerce-error {
  border-left: 4px solid var(--danger);
}

.stopit-cart-root.is-loading {
  opacity: .6;
  pointer-events: none;
}

.stopit-cart-root .qty-stepper input[type=number] {
  -moz-appearance: textfield;
}

.stopit-cart-root .qty-stepper input[type=number]::-webkit-inner-spin-button,
.stopit-cart-root .qty-stepper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stopit-cart-root .coupon-applied+.coupon-applied {
  margin-top: 8px;
}

.stopit-cart-root .item-info h3 a:hover {
  color: var(--tide-600);
}

@media(max-width:760px) {
  .stopit-cart-root .stopit-notices {
    padding: 0 20px;
  }

  .stopit-cart-root .cart-head {
    align-items: flex-start;
    gap: 16px;
  }
}

/* Poprawka widoczności ilości — odporna na style Elementora i WooCommerce */
.stopit-cart-root .qty-stepper .qty-input,
.stopit-cart-root .qty-stepper input.qty-input[type="number"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid var(--hairline) !important;
  border-right: 1px solid var(--hairline) !important;
  background: #fff !important;
  color: var(--ink-900) !important;
  -webkit-text-fill-color: var(--ink-900) !important;
  caret-color: var(--ink-900) !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  text-align: center !important;
  text-indent: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.stopit-cart-root .qty-stepper .qty-input::-webkit-inner-spin-button,
.stopit-cart-root .qty-stepper .qty-input::-webkit-outer-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}


/* Widoczna ilość jako tekst — input pozostaje ukryty dla JS */
.stopit-cart-root .qty-stepper .qty-value {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: 1px solid var(--hairline) !important;
  border-right: 1px solid var(--hairline) !important;
  background: #fff !important;
  color: var(--ink-900) !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.stopit-cart-root .qty-stepper input.qty-input[type="hidden"] {
  display: none !important;
}

/* =========================================================
   PUSTY KOSZYK
   ========================================================= */

.stopit-cart-root.stopit-cart-empty-root {
  min-height: 60vh;
}

.stopit-cart-root .empty-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 48px 40px;
  text-align: center;
}

.stopit-cart-root .empty-panel {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  padding: 64px 40px;
}

.stopit-cart-root .empty-ico {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  opacity: .35;
}

.stopit-cart-root .empty-ico svg {
  width: 100%;
  height: 100%;
}

.stopit-cart-root .empty-ico svg path,
.stopit-cart-root .empty-ico svg circle {
  stroke: var(--ink-700);
  stroke-width: 1.3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stopit-cart-root .empty-panel h1 {
  margin: 6px 0 10px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.22;
  color: var(--ink-900);
}

.stopit-cart-root .empty-panel>p {
  max-width: 440px;
  margin: 0 auto 28px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-700);
}

.stopit-cart-root .empty-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.stopit-cart-root .empty-actions .btn svg {
  width: 16px;
  height: 16px;
}

.stopit-cart-root .empty-actions .btn svg path {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stopit-cart-root .reco-sec {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 48px 90px;
}

.stopit-cart-root .reco-head {
  max-width: 520px;
  margin: 0 auto 30px;
  text-align: center;
}

.stopit-cart-root .reco-head h2 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: var(--ink-900);
}

.stopit-cart-root .reco-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stopit-cart-root .reco-item {
  display: block;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  background: #fff;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
}

.stopit-cart-root .reco-item:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.stopit-cart-root .reco-ph {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
}

.stopit-cart-root .reco-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stopit-cart-root .reco-body {
  padding: 16px 18px 20px;
}

.stopit-cart-root .reco-body h3 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: var(--ink-900);
}

.stopit-cart-root .reco-body p {
  margin: 0;
  font-size: 13.5px;
  color: var(--ink-700);
}

@media(max-width:760px) {
  .stopit-cart-root .empty-wrap {
    padding: 44px 20px 20px;
  }

  .stopit-cart-root .empty-panel {
    padding: 48px 24px;
  }

  .stopit-cart-root .reco-sec {
    padding: 12px 20px 60px;
  }

  .stopit-cart-root .reco-grid {
    grid-template-columns: 1fr;
  }

  .qty-stepper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: max-content !important;
    min-width: 118px !important;
    height: 40px !important;

    flex: 0 0 auto !important;
    overflow: visible !important;
  }

  .qty-stepper .qty-minus,
  .qty-stepper .qty-plus {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;

    flex: 0 0 38px !important;
  }

  .qty-stepper .qty-value {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    min-width: 42px !important;
    height: 38px !important;

    flex: 0 0 42px !important;
  }
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  padding-left: 24px !important;
}