@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap');

/* =========================================================
   FCS CART PAGE — CLEAN FINAL
   File: assets/css/cart.css
   Desktop bg: assets/img/bg.webp
   Mobile bg: assets/img/mob.webp
========================================================= */

/* =========================================================
   BASE / THEME RESET
========================================================= */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #02060a !important;
  color: #ffffff !important;
  overflow-x: hidden !important;
  font-family: "Manrope", Arial, sans-serif !important;
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

#page,
#main,
.page-wrapper,
.content-area,
.site-main,
.entry-content,
.woocommerce,
.container,
.row,
.col {
  background: transparent !important;
}

/* =========================================================
   PAGE BACKGROUND / SPACING
========================================================= */

.fcs-cart-page {
  min-height: 100vh !important;
  background-color: #02060a !important;
  background-image: url("../img/bg.webp") !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

.fcs-cart-section {
  min-height: 100vh !important;
  padding: 30px 0 130px !important;
}

.fcs-cart-shell {
  width: min(100% - 56px, 1260px) !important;
  margin: 0 auto !important;
}

/* =========================================================
   TITLE / STEPS
========================================================= */

.fcs-cart-title {
  margin: 0 0 28px !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: clamp(48px, 4vw, 74px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -3px !important;
}

.fcs-cart-title span {
  color: #ffc229 !important;
}

.fcs-cart-steps {
  width: min(100%, 680px) !important;
  margin: 0 auto 36px !important;

  display: grid !important;
  grid-template-columns: auto 1fr auto 1fr auto !important;
  align-items: start !important;
  gap: 12px !important;
}

.fcs-step {
  width: 62px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;

  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.fcs-step b {
  width: 29px !important;
  height: 29px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.04) !important;

  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.fcs-step.is-done,
.fcs-step.is-active {
  color: #ffc229 !important;
}

.fcs-step.is-done b,
.fcs-step.is-active b {
  background: linear-gradient(180deg, #ffcf44 0%, #f4aa0f 100%) !important;
  border-color: rgba(255, 194, 41, 0.8) !important;
  color: #050505 !important;
  box-shadow: 0 0 24px rgba(255, 194, 41, 0.25) !important;
}

.fcs-step-line {
  height: 1px !important;
  margin-top: 15px !important;
  background: linear-gradient(90deg, rgba(255, 194, 41, 0.8), rgba(255, 255, 255, 0.12)) !important;
}

/* =========================================================
   DESKTOP LAYOUT
========================================================= */

.fcs-cart-content {
  width: 100% !important;
  margin-bottom: 40px !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 430px !important;
  gap: 24px !important;
  align-items: start !important;
}

.fcs-cart-left {
  width: 100% !important;
  min-width: 0 !important;

  padding: 26px 28px 30px !important;

  border: 1px solid rgba(255, 194, 41, 0.18) !important;
  border-radius: 16px !important;

  background: linear-gradient(180deg, rgba(8, 13, 18, 0.88), rgba(2, 7, 11, 0.96)) !important;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

.fcs-cart-right {
  width: 430px !important;
  min-width: 430px !important;
}

.fcs-card-head {
  margin-bottom: 22px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.fcs-card-head strong {
  color: #ffc229 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.fcs-head-icon {
  margin-right: 8px !important;
  color: #ffc229 !important;
}

/* =========================================================
   CART TABLE
========================================================= */

.fcs-cart-table {
  width: 100% !important;
}

.fcs-cart-table-head,
.fcs-cart-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 90px 120px 95px !important;
  gap: 16px !important;
}

.fcs-cart-table-head {
  padding: 15px 16px !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  background: rgba(255, 255, 255, 0.025) !important;

  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.fcs-cart-table-head div:nth-child(3) {
  text-align: center !important;
}

.fcs-cart-table-head div:nth-child(4) {
  text-align: right !important;
}

.fcs-cart-item {
  align-items: center !important;
  padding: 24px 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.fcs-product-cell {
  min-width: 0 !important;

  display: grid !important;
  grid-template-columns: 24px 58px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
}

.fcs-remove {
  width: 24px !important;
  height: 24px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(0, 0, 0, 0.28) !important;

  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.fcs-remove:hover {
  color: #ffc229 !important;
  border-color: rgba(255, 194, 41, 0.75) !important;
}

.fcs-product-thumb img {
  width: 58px !important;
  height: 58px !important;

  display: block !important;
  object-fit: contain !important;
  border-radius: 14px !important;

  filter: drop-shadow(0 0 16px rgba(0, 132, 255, 0.24)) !important;
}

.fcs-product-info {
  min-width: 0 !important;
}

.fcs-product-name {
  display: inline-block !important;

  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-decoration: none !important;

  overflow-wrap: anywhere !important;
}

.fcs-product-name:hover {
  color: #ffc229 !important;
}

.fcs-product-meta {
  margin-top: 7px !important;

  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.fcs-product-meta dl,
.fcs-product-meta dt,
.fcs-product-meta dd,
.fcs-product-meta p {
  margin: 0 !important;
  padding: 0 !important;
}

.fcs-product-meta dt,
.fcs-product-meta dd {
  display: inline !important;
}

.fcs-product-meta dt {
  font-weight: 700 !important;
}

.fcs-product-meta dd::after {
  content: "\A" !important;
  white-space: pre !important;
}

.fcs-price-cell,
.fcs-subtotal-cell {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.fcs-price-cell .amount,
.fcs-subtotal-cell .amount {
  color: inherit !important;
  font-weight: 900 !important;
}

.fcs-subtotal-cell {
  color: #ffc229 !important;
  text-align: right !important;
}

/* =========================================================
   QUANTITY
========================================================= */

.fcs-qty-cell {
  display: flex !important;
  justify-content: center !important;
}

.fcs-qty {
  width: 112px !important;
  height: 40px !important;

  display: grid !important;
  grid-template-columns: 32px 1fr 32px !important;

  overflow: hidden !important;

  border: 1px solid rgba(255, 194, 41, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 0.32) !important;
}

.fcs-qty-btn {
  width: 32px !important;
  height: 38px !important;

  border: 0 !important;
  background: transparent !important;

  color: #ffc229 !important;
  font-size: 16px !important;
  font-weight: 900 !important;

  cursor: pointer !important;
}

.fcs-qty-input {
  width: 46px !important;
  height: 38px !important;
  padding: 0 !important;

  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.06) !important;

  background: rgba(255, 255, 255, 0.025) !important;
  color: #ffffff !important;

  text-align: center !important;
  font-size: 14px !important;
  font-weight: 900 !important;

  outline: none !important;
  box-shadow: none !important;
  -moz-appearance: textfield !important;
}

.fcs-qty-input::-webkit-outer-spin-button,
.fcs-qty-input::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}

.fcs-qty-single {
  color: #ffffff !important;
  font-weight: 900 !important;
}

/* =========================================================
   ACTIONS / BUTTONS
========================================================= */

.fcs-cart-actions {
  margin-top: 24px !important;

  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.fcs-secondary-btn {
  min-width: 170px !important;
  height: 48px !important;
  padding: 0 22px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 8px !important;
  border: 1px solid rgba(255, 194, 41, 0.35) !important;
  background: rgba(0, 0, 0, 0.25) !important;

  color: #ffc229 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;

  box-shadow: none !important;
  cursor: pointer !important;
}

.fcs-secondary-btn:hover {
  background: rgba(255, 194, 41, 0.08) !important;
  border-color: rgba(255, 194, 41, 0.75) !important;
  color: #ffc229 !important;
}

.fcs-checkout-actions {
  padding-top: 24px !important;
}

.fcs-checkout-actions .checkout-button,
.fcs-main-btn {
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 20px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;

  border: 0 !important;
  border-radius: 9px !important;

  background: linear-gradient(180deg, #ffcf44 0%, #f5ad12 100%) !important;
  color: #060606 !important;

  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;

  box-shadow:
    0 16px 34px rgba(255, 194, 41, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.fcs-checkout-actions .checkout-button::after {
  content: "→" !important;
  font-size: 21px !important;
  line-height: 1 !important;
}

/* =========================================================
   SUMMARY / COUPON / REWARDS
========================================================= */

.fcs-summary-card,
.fcs-coupon-card {
  width: 100% !important;

  border: 1px solid rgba(255, 194, 41, 0.18) !important;
  border-radius: 16px !important;

  background: linear-gradient(180deg, rgba(8, 13, 18, 0.9), rgba(2, 7, 11, 0.96)) !important;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

.fcs-summary-card {
  padding: 28px 26px !important;
}

.fcs-summary-card h2 {
  margin: 0 0 22px !important;
  padding: 0 0 18px !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;

  color: #ffc229 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.fcs-summary-card h2::before,
.fcs-card-head .fcs-head-icon {
  display: none !important;
  content: none !important;
}

.fcs-summary-row {
  padding: 13px 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.fcs-summary-row span {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.fcs-summary-row strong,
.fcs-summary-row strong .amount {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.fcs-discount-row strong,
.fcs-discount-row strong .amount {
  color: #00d86f !important;
}

.fcs-total-row {
  padding-top: 18px !important;
}

.fcs-total-row span,
.fcs-total-row strong,
.fcs-total-row strong .amount {
  color: #ffc229 !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

.fcs-coupon-card-left {
  width: 100% !important;
  max-width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fcs-coupon-card-left label {
  display: block !important;
  margin: 0 0 12px !important;

  color: #ffffff !important;
  opacity: 1 !important;

  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.fcs-coupon-card-left .fcs-coupon-row {
  width: 100% !important;
  max-width: 100% !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 120px !important;
  gap: 10px !important;
}

.fcs-coupon-card-left .fcs-coupon-row input {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;

  border: 1px solid rgba(255, 194, 41, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 0.32) !important;

  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;

  outline: none !important;
  box-shadow: none !important;
}

.fcs-coupon-card-left .fcs-coupon-row input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.fcs-coupon-card-left .fcs-coupon-row button {
  width: 120px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;

  border-radius: 8px !important;
  border: 1px solid rgba(255, 194, 41, 0.48) !important;
  background: rgba(255, 194, 41, 0.08) !important;

  color: #ffc229 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;

  cursor: pointer !important;
}

.fcs-coupon-card-left .fcs-coupon-row button:hover {
  background: rgba(255, 194, 41, 0.16) !important;
}

.fcs-rewards-box {
  width: 100% !important;
  max-width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 14px 18px !important;

  display: flex !important;
  align-items: center !important;
  gap: 14px !important;

  border: 1px solid rgba(255, 194, 41, 0.18) !important;
  border-radius: 14px !important;
  background: rgba(0, 0, 0, 0.22) !important;
  box-shadow: none !important;
}

.fcs-rewards-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  flex: 0 0 42px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #ffc229 !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.fcs-rewards-text {
  flex: 1 1 auto !important;
  width: 100% !important;

  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.fcs-rewards-text strong {
  color: #ffc229 !important;
  font-weight: 900 !important;
}

.fcs-rewards-text span {
  color: #00d86f !important;
  font-weight: 900 !important;
}

/* =========================================================
   STRIPE / GOOGLE PAY
========================================================= */

.fcs-checkout-actions #wc-stripe-payment-request-wrapper,
.fcs-checkout-actions .wc-stripe-payment-request-wrapper,
.fcs-checkout-actions .payment-request-button,
.fcs-checkout-actions .google-pay-button {
  margin-top: 18px !important;
  border-radius: 9px !important;
  overflow: hidden !important;
}

.fcs-checkout-actions #wc-stripe-payment-request-button-separator,
.fcs-checkout-actions .wc-stripe-payment-request-button-separator {
  margin: 18px 0 12px !important;

  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

/* =========================================================
   NOTICES / EMPTY CART
========================================================= */

.fcs-cart-content .woocommerce-message,
.fcs-cart-content .woocommerce-info,
.fcs-cart-content .woocommerce-error {
  grid-column: 1 / -1 !important;

  margin: 0 0 18px !important;
  padding: 16px 18px !important;

  border: 1px solid rgba(255, 194, 41, 0.22) !important;
  border-radius: 14px !important;

  background: rgba(3, 8, 13, 0.90) !important;
  color: #ffffff !important;

  font-size: 14px !important;
}

.fcs-empty-cart {
  grid-column: 1 / -1 !important;

  max-width: 640px !important;
  margin: 0 auto !important;
  padding: 34px 28px !important;

  border: 1px solid rgba(255, 194, 41, 0.18) !important;
  border-radius: 16px !important;

  background: linear-gradient(180deg, rgba(8, 13, 18, 0.9), rgba(2, 7, 11, 0.96)) !important;

  text-align: center !important;
}

.fcs-empty-cart h2 {
  margin: 0 0 12px !important;

  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 900 !important;
}

.fcs-empty-cart p {
  margin: 0 0 24px !important;
  color: rgba(255, 255, 255, 0.65) !important;
}

/* =========================================================
   MOBILE APP CART
========================================================= */

.fcs-mobile-order {
  display: none !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .fcs-cart-content {
    grid-template-columns: 1fr !important;
  }

  .fcs-cart-right {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 820px) {
  body .fcs-cart-page {
    background-color: #02060a !important;
    background-image: url("../img/mob.webp") !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
  }

  .fcs-cart-section {
    padding: 78px 0 42px !important;
  }

  .fcs-cart-shell {
    width: calc(100% - 24px) !important;
  }

  .fcs-cart-title {
    display: block !important;
    margin: 0 0 24px !important;

    text-align: center !important;
    color: #ffffff !important;

    font-size: 42px !important;
    line-height: 0.95 !important;
    font-weight: 900 !important;
    letter-spacing: -2.5px !important;
  }

  .fcs-cart-title span {
    color: #ffc229 !important;
  }

  .fcs-cart-content {
    display: block !important;
    width: 100% !important;
  }

  .fcs-cart-content > .fcs-cart-left,
  .fcs-cart-content > .fcs-cart-right {
    display: none !important;
  }

  .fcs-mobile-order {
    display: block !important;
    width: 100% !important;
    margin-top: 0 !important;

    position: relative !important;
    z-index: 5 !important;
  }

  /* Steps */
  .fcs-cart-steps {
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto 18px !important;

    display: grid !important;
    grid-template-columns: 58px minmax(34px, 1fr) 58px minmax(34px, 1fr) 58px !important;
    align-items: start !important;
    gap: 0 !important;

    position: relative !important;
    z-index: 20 !important;
  }

  .fcs-cart-steps .fcs-step {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;

    position: static !important;
    inset: auto !important;
    transform: none !important;

    text-align: center !important;
    line-height: 1 !important;
  }

  .fcs-cart-steps .fcs-step b {
    width: 30px !important;
    height: 30px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 auto !important;
    padding: 0 !important;

    border-radius: 50% !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  .fcs-cart-steps .fcs-step span {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

    position: static !important;
    transform: none !important;

    font-size: 0 !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .fcs-cart-steps .fcs-step:nth-child(1) span::after {
    content: "Select" !important;
    font-size: 11px !important;
  }

  .fcs-cart-steps .fcs-step:nth-child(3) span::after {
    content: "Cart" !important;
    font-size: 11px !important;
  }

  .fcs-cart-steps .fcs-step:nth-child(5) span::after {
    content: "Checkout" !important;
    font-size: 11px !important;
  }

  .fcs-cart-steps .fcs-step-line {
    width: 100% !important;
    height: 1px !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;

    display: block !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;

    background: linear-gradient(90deg, rgba(255, 194, 41, 0.85), rgba(255, 255, 255, 0.14)) !important;
  }

  /* Main mobile card */
  .fcs-mobile-card {
    width: 100% !important;
    margin-top: 10px !important;
    padding: 18px 16px !important;

    border: 1px solid rgba(255, 194, 41, 0.16) !important;
    border-radius: 14px !important;

    background: linear-gradient(180deg, rgba(8, 13, 18, 0.92), rgba(2, 7, 11, 0.97)) !important;

    box-shadow:
      0 22px 60px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
  }

  .fcs-mobile-order-title {
    margin: 0 0 16px !important;

    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
  }

  .fcs-mobile-product {
    margin: 0 0 16px !important;
    padding: 14px !important;

    display: grid !important;
    grid-template-columns: 24px 48px minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;

    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.025) !important;
  }

  .fcs-mobile-remove {
    width: 22px !important;
    height: 22px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(0, 0, 0, 0.32) !important;

    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .fcs-mobile-remove:hover {
    color: #ffc229 !important;
    border-color: rgba(255, 194, 41, 0.65) !important;
  }

  .fcs-mobile-product-img img {
    width: 48px !important;
    height: 48px !important;

    display: block !important;
    object-fit: contain !important;
    border-radius: 10px !important;
  }

  .fcs-mobile-product-name {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
  }

  .fcs-mobile-product-meta {
    margin-top: 5px !important;

    color: rgba(255, 255, 255, 0.48) !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
  }

  .fcs-mobile-product-meta dl,
  .fcs-mobile-product-meta dt,
  .fcs-mobile-product-meta dd,
  .fcs-mobile-product-meta p {
    margin: 0 !important;
    padding: 0 !important;
  }

  .fcs-mobile-product-meta dt,
  .fcs-mobile-product-meta dd {
    display: inline !important;
  }

  .fcs-mobile-product-meta dd::after {
    content: "\A" !important;
    white-space: pre !important;
  }

  .fcs-mobile-product-price,
  .fcs-mobile-product-price .amount {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .fcs-mobile-summary {
    margin: 0 0 14px !important;
  }

  .fcs-mobile-summary-row,
  .fcs-mobile-total-row {
    padding: 7px 2px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .fcs-mobile-summary-row span,
  .fcs-mobile-summary-row strong,
  .fcs-mobile-summary-row strong .amount {
    color: rgba(255, 255, 255, 0.70) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  .fcs-mobile-summary-row strong,
  .fcs-mobile-summary-row strong .amount {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 800 !important;
  }

  .fcs-mobile-discount-row strong,
  .fcs-mobile-discount-row strong .amount {
    color: #00d86f !important;
  }

  .fcs-mobile-total-row {
    margin-top: 8px !important;
    padding: 14px 2px 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .fcs-mobile-total-row span,
  .fcs-mobile-total-row strong,
  .fcs-mobile-total-row strong .amount {
    color: #ffc229 !important;
    font-size: 19px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
  }

  .fcs-mobile-rewards {
    width: 100% !important;
    margin: 8px 0 18px !important;
    padding: 14px 16px !important;

    display: flex !important;
    align-items: center !important;
    gap: 12px !important;

    border: 1px solid rgba(255, 194, 41, 0.22) !important;
    border-radius: 9px !important;
    background: rgba(255, 194, 41, 0.055) !important;

    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }

  .fcs-mobile-rewards-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    flex: 0 0 24px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    color: #ffc229 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .fcs-mobile-rewards-text {
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 auto !important;
    white-space: normal !important;
  }

  .fcs-mobile-rewards strong {
    color: #ffc229 !important;
    font-weight: 900 !important;
  }

  .fcs-mobile-rewards span {
    color: #00d86f !important;
    font-weight: 900 !important;
  }

  .fcs-mobile-coupon {
    margin: 0 0 20px !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
  }

  .fcs-mobile-coupon label {
    display: block !important;
    margin: 0 0 9px !important;

    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
  }

  .fcs-mobile-coupon-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 88px !important;
    gap: 8px !important;
  }

  .fcs-mobile-coupon-row input {
    width: 100% !important;
    height: 48px !important;
    padding: 0 12px !important;

    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(0, 0, 0, 0.28) !important;

    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;

    outline: none !important;
    box-shadow: none !important;
  }

  .fcs-mobile-coupon-row input::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
  }

  .fcs-mobile-coupon-row button {
    width: 88px !important;
    height: 48px !important;

    border-radius: 8px !important;
    border: 1px solid rgba(255, 194, 41, 0.75) !important;
    background: rgba(255, 194, 41, 0.05) !important;

    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;

    cursor: pointer !important;
  }

  .fcs-mobile-checkout-btn {
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;

    border: 0 !important;
    border-radius: 8px !important;

    background: linear-gradient(180deg, #ffcf44 0%, #f5ad12 100%) !important;
    color: #080808 !important;

    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-decoration: none !important;

    box-shadow:
      0 14px 30px rgba(255, 194, 41, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
  }

  .fcs-mobile-checkout-btn span {
    margin-left: auto !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }
}

@media (max-width: 480px) {
  .fcs-cart-title {
    font-size: 36px !important;
  }

  .fcs-cart-steps {
    max-width: 330px !important;
    grid-template-columns: 52px minmax(28px, 1fr) 52px minmax(28px, 1fr) 52px !important;
  }

  .fcs-cart-steps .fcs-step {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    font-size: 10px !important;
  }

  .fcs-cart-steps .fcs-step b {
    width: 26px !important;
    height: 26px !important;
    font-size: 12px !important;
  }

  .fcs-cart-steps .fcs-step:nth-child(1) span::after,
  .fcs-cart-steps .fcs-step:nth-child(3) span::after,
  .fcs-cart-steps .fcs-step:nth-child(5) span::after {
    font-size: 10px !important;
  }

  .fcs-summary-card {
    padding: 24px 18px !important;
  }

  .fcs-coupon-card-left .fcs-coupon-row,
  .fcs-mobile-coupon-row {
    grid-template-columns: 1fr !important;
  }

  .fcs-coupon-card-left .fcs-coupon-row button,
  .fcs-mobile-coupon-row button {
    width: 100% !important;
  }
}
