/* Force T-TWO / storet2.com tokens AFTER Salla app.css */
:root,
::after,
::before,
[color-scheme="light"] {
  --font-main: "PingARLT", Tahoma, sans-serif !important;
  --light-main-color: #000000 !important;
  --light-secondary-color: #383838 !important;
  --light-main-background: #ffffff !important;
  --light-secondary-background: #dddddd !important;
  --light-danger-color: #e60000 !important;
  --light-color-primary: #580000 !important;
  --light-color-primary-faded: #580000cc !important;
  --light-bg-secondary: #ffffff !important;
  --light-foreground-color: #ffffff !important;
  --light-color-primary-darker: #320000 !important;
  --light-color-primary-lighter: #7e2626 !important;
  --light-header-background: #580000 !important;
  --light-header-foreground: #ffffff !important;
  --promo-background: #e60000 !important;
  --promo-foreground: #ffffff !important;

  --main-color: #000000 !important;
  --secondary-color: #383838 !important;
  --main-background: #ffffff !important;
  --secondary-background: #dddddd !important;
  --color-primary: #580000 !important;
  --color-primary-faded: #580000cc !important;
  --bg-secondary: #ffffff !important;
  --foreground-color: #ffffff !important;
  --color-primary-reverse: #ffffff !important;
  --color-primary-dark: #320000 !important;
  --color-primary-light: #7e2626 !important;
  --header-background: #580000 !important;
  --header-foreground: #ffffff !important;
}

html,
body {
  font-family: var(--font-main) !important;
  background: var(--main-background) !important;
  color: var(--main-color) !important;
}

.store-header,
#mainnav,
.main-nav-container {
  background: var(--header-background) !important;
  color: var(--header-foreground) !important;
}

.thin-header .main-nav-container {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.store-header .btn--circle-gray {
  background-color: #fff !important;
  color: #111 !important;
}
/* Only mainnav icons are white â NOT the fixed bottom menu */
#mainnav .fi-menu,
#mainnav .sicon-user-circle,
#mainnav .sicon-shopping-bag,
#mainnav .sicon-cart2,
#mainnav .header-btn__icon,
#mainnav .fi-search,
#mainnav .sicon-whatsapp2 {
  color: var(--header-foreground) !important;
}
.f_bottom-menu,
.f_bottom-menu a,
.f_bottom-menu i,
.f_bottom-menu span,
.f_bottom-menu i::before,
.f_bottom-menu .fi-search::before,
.f_bottom-menu .sicon-cart2::before {
  color: var(--header-foreground, #ffffff) !important;
}

#ATB_sec_0 .anim-txt-bar,
#ATB_sec_0 a.anim-txt-bar {
  background-color: var(--color-primary) !important;
}

/* Product entry fallbacks when Salla web-components are absent */
.product-entry {
  text-align: center;
}
.product-entry__image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: transparent;
}
.product-entry__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-entry__title,
.product-title {
  margin: 0.5rem 0 0.25rem;
  font-weight: 600;
}

/*
  Theme .slide--one-sixth shrinks title to 10px / price to 12px â unreadable.
  Force readable sizes (user-requested); match intended text-lg / text-xl price.
*/
.product-entry__title a,
.slide--one-sixth .product-entry__title a {
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  -webkit-line-clamp: 2;
}
@media (min-width: 640px) {
  .product-entry__title a,
  .slide--one-sixth .product-entry__title a {
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
  }
}
@media (min-width: 1024px) {
  .product-entry__title a,
  .slide--one-sixth .product-entry__title a {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
}

.product-entry .f_price-container h4,
.slide--one-sixth .product-entry .f_price-container h4 {
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--main-color, #000) !important;
}
@media (min-width: 1024px) {
  .product-entry .f_price-container h4,
  .slide--one-sixth .product-entry .f_price-container h4 {
    font-size: 1.25rem !important;
  }
}

.product-entry .f_price-container .txt-danger,
.slide--one-sixth .product-entry .f_price-container span.txt-danger,
.slide--one-sixth .product-entry .f_price-container .txt-danger {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 1024px) {
  .product-entry .f_price-container .txt-danger,
  .slide--one-sixth .product-entry .f_price-container .txt-danger {
    font-size: 1.125rem !important;
  }
}

.product-entry .f_price-container .sicon-sar {
  font-size: 0.7em;
  vertical-align: middle;
}

.product-entry__price .price,
.price-wrapper .price {
  color: var(--color-primary);
  font-weight: 700;
}
.product-entry__price .old-price,
.price-wrapper .old-price {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 0.85rem;
}

.f_testimonial-card {
  margin: 0;
  padding: 1rem;
  border: 1px solid #eee;
  background: #fff;
  color: var(--secondary-color);
  line-height: 1.7;
  min-width: 220px;
}

/* Testimonials: real Swiper handles track; keep stars gold */
.testimonials-slider .s-rating-stars-selected {
  color: #eab308;
}
.testimonials-slider .s-rating-stars-selected svg {
  fill: currentColor;
  width: 0.85rem;
  height: 0.85rem;
}
/* Theme CSS sets inactive slide width 20% â Swiper needs equal auto widths */
.testimonials-slider .swiper-slide {
  width: auto;
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
}

.s-block__title {
  font-size: 1.2rem;
  font-weight: 600;
}
.underlined-title > div:not(.swiper) h2:after,
.underlined-title h2.s-block__title:after {
  background-color: currentColor;
  display: block;
  height: 0.125rem;
  margin-top: 0.5rem;
  max-width: 100%;
  width: 60%;
  content: "";
}

.s-social-list {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.s-social-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}
.s-contacts-list-horizontal {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}
.s-contacts-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.s-contacts-icon svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: currentColor;
}

/*
  Footer identity panel â brand continuity with the maroon header.
  Logo seal + name on one side; WhatsApp (primary CTA) + email as labeled actions.
  Built for Saudi ecommerce: contact is the conversion path, not decoration.
*/
.store-footer__inner .about-us-block {
  --about-panel: var(--color-primary, #580000);
  --about-panel-deep: var(--color-primary-dark, #320000);
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: space-between;
  gap: 1rem 1.25rem !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1rem 1.15rem !important;
  border-radius: 1.25rem !important;
  border: none !important;
  border-bottom: none !important;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(255, 255, 255, 0.1), transparent 42%),
    linear-gradient(135deg, var(--about-panel) 0%, var(--about-panel-deep) 100%) !important;
  box-shadow: 0 10px 28px rgba(50, 0, 0, 0.18);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.store-footer__inner .about-us-block::before {
  content: "";
  position: absolute;
  inset-inline-end: -18%;
  top: -40%;
  width: 55%;
  height: 180%;
  background: rgba(255, 255, 255, 0.04);
  transform: rotate(18deg);
  pointer-events: none;
}
.store-footer__inner .about-us-block .about-us-block__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.store-footer__inner .about-us-block .about-us-block__seal {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  flex-shrink: 0;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
}
.store-footer__inner .about-us-block .f_store-name {
  margin: 0 !important;
  font-size: 1.1rem !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: start !important;
  color: #fff !important;
}
.store-footer__inner .about-us-block .about-us-block__contacts {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.55rem !important;
  margin: 0 !important;
  justify-content: flex-end !important;
  width: auto !important;
  flex: 1 1 16rem;
  position: relative;
  z-index: 1;
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-item {
  flex: 1 1 10.5rem;
  flex-direction: row !important;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 0.85rem;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-item--wa {
  background: #fff;
  color: var(--about-panel-deep);
  border: 1px solid transparent;
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-item--wa:hover {
  transform: translateY(-1px);
  background: #fff;
  color: var(--about-panel);
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-item--mail {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-item--mail:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.store-footer__inner .about-us-block .about-us-block__contact-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.store-footer__inner .about-us-block .about-us-block__contact-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.72;
  line-height: 1.1;
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-item .unicode {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-icon {
  width: 1.35rem !important;
  height: 1.35rem !important;
  flex-shrink: 0;
  margin: 0 !important;
  border: none !important;
  display: grid;
  place-items: center;
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-item--wa .s-contacts-icon {
  color: #128c7e;
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-item--mail .s-contacts-icon {
  color: #fff;
}
.store-footer__inner .about-us-block .s-contacts-list .s-contacts-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}
@media (max-width: 639px) {
  .store-footer__inner .about-us-block {
    padding: 0.95rem !important;
    gap: 0.9rem !important;
  }
  .store-footer__inner .about-us-block .about-us-block__contacts {
    width: 100% !important;
    justify-content: stretch !important;
  }
  .store-footer__inner .about-us-block .s-contacts-list .s-contacts-item {
    flex: 1 1 100%;
  }
}
.s-payments-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Prefer Salla theme sizing for .s-payments-list-item */
.s-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-menu-item {
  margin-bottom: 0.35rem;
}
.f_product-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 3rem;
}
.s-breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  font-size: 0.875rem;
  color: var(--secondary-color);
}

.f_block__display-all {
  align-items: center;
  color: var(--color-primary) !important;
  display: flex !important;
  font-size: 0.875rem !important;
  font-weight: 700;
  gap: 0.35rem;
  line-height: 1.2;
  margin: 0.35rem auto 0.75rem !important;
  padding: 0.45rem 1rem 0.55rem;
  text-align: center;
  width: fit-content;
  border: 1px solid rgba(88, 0, 0, 0.22);
  border-radius: 9999px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.f_block__display-all:hover {
  background: rgba(88, 0, 0, 0.06);
}
.f_block__display-all .sicon-arrow-left {
  font-family: "sallaicons" !important;
  font-style: normal;
  speak: never;
  line-height: 1;
}

/*
  Logo lives inside the glass seal on the maroon panel â no extra maroon plate.
*/
.store-footer__inner .about-us-block .f_logo {
  width: 2.35rem !important;
  max-width: 2.35rem !important;
  height: 2.35rem !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

/*
  Theme hardcodes .copyright-text p to #374151 on primary maroon bar â unreadable.
  Force light text for contrast (user-requested clarity).
*/
.store-footer__bottom .copyright-text,
.store-footer__bottom .copyright-text p,
.store-footer__bottom .copyright-text a {
  color: #ffffff !important;
}
.store-footer__bottom .copyright-text a:hover {
  color: #ffffff !important;
  opacity: 0.85;
}

/* Policy pages â match storet2 content-entry typography */
.t2-policy-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.4 !important;
}
.t2-policy-body {
  font-size: 15px !important;
  line-height: 26px !important;
  color: #000 !important;
  font-family: var(--font-main), PingARLT, Tahoma, sans-serif !important;
}
.t2-policy-body p,
.t2-policy-body li {
  font-size: 15px !important;
  line-height: 26px !important;
}
.t2-policy-body .ql-direction-rtl,
.t2-policy-body .ql-align-right,
.t2-policy-body .text-right {
  direction: rtl;
  text-align: right;
}
.t2-policy-body ul,
.t2-policy-body ol {
  padding-inline-start: 1.5rem;
  margin: 0.5rem 0 1rem;
}
.t2-policy-body a {
  text-decoration: underline;
}

/* ââ Store nav drawer (ported to body â escapes header overflow) ââ */
.store-nav-scrim {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9998 !important;
  background: rgba(20, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.store-nav-scrim.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.store-nav-drawer {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  z-index: 9999 !important;
  width: min(88vw, 22rem);
  max-width: 100vw;
  background: #fff !important;
  color: #111 !important;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.18);
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.24s ease;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.1rem 1.35rem;
  pointer-events: none;
  visibility: hidden;
}
[dir="rtl"] .store-nav-drawer {
  transform: translate3d(105%, 0, 0);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18);
}
.store-nav-drawer.is-open {
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto;
  visibility: visible;
}
.store-nav-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.store-nav-drawer__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-primary, #580000);
}
.store-nav-drawer__close {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 9999px;
  background: rgba(88, 0, 0, 0.08);
  color: var(--color-primary, #580000);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.store-nav-drawer__brands {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  overflow: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.store-nav-drawer__brand {
  display: block;
  padding: 0.7rem 0.55rem;
  border-radius: 0.65rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1a1a1a;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.store-nav-drawer__brand:hover {
  background: rgba(88, 0, 0, 0.06);
  color: var(--color-primary, #580000);
}
.store-nav-drawer__quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.store-nav-drawer__quick a {
  text-align: center;
  padding: 0.65rem 0.4rem;
  border-radius: 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(88, 0, 0, 0.06);
  color: var(--color-primary, #580000);
  text-decoration: none;
}

.store-header-cart {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--header-foreground, #fff) !important;
  text-decoration: none;
}
.store-header-cart .sicon-shopping-bag,
.store-header-cart .sicon-cart2,
.store-header-cart .header-btn__icon {
  font-family: "sallaicons" !important;
  font-style: normal !important;
  font-size: 1.45rem !important;
  line-height: 1 !important;
  color: var(--header-foreground, #fff) !important;
  speak: never;
  display: inline-block;
}
.store-header-cart .sicon-shopping-bag:before,
.store-header-cart .sicon-cart2:before,
.store-header-cart .header-btn__icon:before {
  color: inherit !important;
}
#mainnav .sicon-cart2 {
  color: var(--header-foreground, #fff) !important;
}
.store-cart-badge {
  position: absolute;
  top: 0.15rem;
  inset-inline-end: 0.1rem;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.28rem;
  border-radius: 9999px;
  background: #fff;
  color: var(--color-primary, #580000);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.15rem;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.f_bottom-menu .store-cart-badge {
  background: var(--color-primary, #580000);
  color: #fff;
  top: 0.15rem;
  inset-inline-end: 0.35rem;
}
#mainnav .store-nav-trigger {
  color: var(--header-foreground, #fff) !important;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#mainnav .store-nav-trigger .fi-menu {
  color: var(--header-foreground, #fff) !important;
  pointer-events: none;
}

/* ââ Product card: keep theme-simple; only enforce sale = red + strike ââ */
.product-entry .f_price-container .txt-danger,
.slide--one-sixth .product-entry .f_price-container span.txt-danger,
.slide--one-sixth .product-entry .f_price-container .txt-danger,
.product-entry__compare {
  color: #e60000 !important;
  text-decoration: line-through !important;
  font-weight: 600;
  opacity: 1 !important;
}

/* ââ Home brand framing ââ */
.home-brand-heading {
  margin-bottom: 0.35rem;
}
.home-brand-subtitle {
  margin: 0.25rem 0 0 !important;
  opacity: 0.78;
  font-size: 0.875rem !important;
  line-height: 1.45;
  color: var(--secondary-color, #383838);
}
.home-banner-link {
  display: block;
  transition: opacity 0.2s ease;
}
.home-banner-link:hover {
  opacity: 0.94;
}

/* ââ Cart page ââ */
.t2-cart-page {
  padding: 1.5rem 1rem 3rem;
}
@media (min-width: 768px) {
  .t2-cart-page {
    padding: 2rem 1rem 3.5rem;
  }
}
.t2-cart-page__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.t2-cart-page__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}
.t2-cart-page__count {
  margin: 0;
  font-size: 0.875rem;
  color: var(--secondary-color, #383838);
}
.t2-cart {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .t2-cart {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 2rem;
  }
}
.t2-cart--empty {
  justify-items: start;
  padding: 2rem 0;
}
.t2-cart__empty-text {
  margin: 0 0 1rem;
  color: var(--secondary-color, #383838);
}
.t2-cart__lines {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
}
.t2-cart__line {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.t2-cart__line:last-child {
  border-bottom: none;
}
@media (min-width: 640px) {
  .t2-cart__line {
    grid-template-columns: 6.5rem minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
  }
}
.t2-cart__thumb {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #f3f1f1;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .t2-cart__thumb {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.t2-cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.t2-cart__thumb-fallback {
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
}
.t2-cart__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.t2-cart__name {
  font-size: 0.92rem;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t2-cart__name:hover {
  color: var(--color-primary, #580000);
}
.t2-cart__unit {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
}
.t2-cart__was {
  color: #e60000;
  text-decoration: line-through;
  font-size: 0.85rem;
  font-weight: 600;
}
.t2-cart__price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
}
.t2-cart__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.15rem;
}
.t2-cart__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 0.55rem;
  overflow: hidden;
  background: #fff;
}
.t2-cart__qty-btn {
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  color: #111;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.t2-cart__qty-btn:hover:not(:disabled) {
  background: rgba(88, 0, 0, 0.06);
}
.t2-cart__qty-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.t2-cart__qty-val {
  min-width: 1.75rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}
.t2-cart__remove {
  border: none;
  background: none;
  padding: 0;
  color: var(--secondary-color, #383838);
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
}
.t2-cart__remove:hover {
  color: #e60000;
}
.t2-cart__line-total {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  padding-top: 0.15rem;
}
.t2-cart__summary {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: sticky;
  top: 5.5rem;
}
.t2-cart__summary-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
.t2-cart__coupon {
  display: flex;
  gap: 0.45rem;
}
.t2-cart__coupon-input {
  flex: 1;
  min-width: 0;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 0.55rem;
  font-size: 0.875rem;
  background: #fff;
}
.t2-cart__coupon-btn {
  height: 2.5rem;
  padding: 0 0.9rem;
  border: 1px solid var(--color-primary, #580000);
  border-radius: 0.55rem;
  background: #fff;
  color: var(--color-primary, #580000);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.t2-cart__coupon-btn:hover:not(:disabled) {
  background: rgba(88, 0, 0, 0.06);
}
.t2-cart__coupon-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.t2-cart__note {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 0.5rem;
  background: rgba(88, 0, 0, 0.06);
  color: var(--color-primary, #580000);
  font-size: 0.8rem;
  line-height: 1.4;
}
.t2-cart__rows {
  margin: 0.15rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.t2-cart__row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--secondary-color, #383838);
}
.t2-cart__row dd {
  margin: 0;
  color: #111;
  font-weight: 600;
}
.t2-cart__row--total {
  margin-top: 0.35rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  color: #111;
  font-weight: 700;
}
.t2-cart__row--total dd {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-primary, #580000);
}
.t2-cart__error {
  margin: 0;
  color: #e60000;
  font-size: 0.85rem;
}
.t2-cart__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  margin-top: 0.25rem;
  border-radius: 0.7rem;
  background: var(--color-primary, #580000);
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
}
.t2-cart__cta:hover {
  background: var(--color-primary-dark, #320000);
  color: #fff !important;
}
.t2-cart__continue {
  display: block;
  text-align: center;
  font-size: 0.85rem;
  color: var(--secondary-color, #383838);
  text-decoration: underline;
}
.t2-cart__continue:hover {
  color: var(--color-primary, #580000);
}



/*  Checkout + order confirmation  */
.t2-checkout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .t2-checkout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 2rem;
  }
}
.t2-checkout--empty {
  justify-items: start;
  gap: 1rem;
}
.t2-checkout__main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.t2-checkout__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1.15rem 1.2rem 1.25rem;
}
.t2-checkout__card-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111;
}
.t2-checkout__fields {
  display: grid;
  gap: 0.85rem;
}
.t2-checkout__field {
  display: grid;
  gap: 0.35rem;
}
.t2-checkout__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--secondary-color, #383838);
}
.t2-checkout__input {
  width: 100%;
  min-height: 2.65rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 0.6rem;
  background: #fff;
  font-size: 0.92rem;
  color: #111;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.t2-checkout__input:focus {
  border-color: var(--color-primary, #580000);
  box-shadow: 0 0 0 3px rgba(88, 0, 0, 0.1);
}
.t2-checkout__textarea {
  min-height: 5.5rem;
  resize: vertical;
  line-height: 1.5;
}
.t2-checkout__pay-list {
  display: grid;
  gap: 0.5rem;
}
.t2-checkout__pay {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.7rem;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.t2-checkout__pay input {
  accent-color: var(--color-primary, #580000);
}
.t2-checkout__pay.is-active {
  border-color: var(--color-primary, #580000);
  background: rgba(88, 0, 0, 0.04);
}
.t2-checkout__pay-label {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 600;
}
.t2-checkout__pay-icon {
  height: 1.35rem;
  width: auto;
  object-fit: contain;
}
.t2-checkout__hint {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--secondary-color, #383838);
}
.t2-checkout__summary {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: sticky;
  top: 5.5rem;
}
.t2-checkout__summary-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
.t2-checkout__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.t2-checkout__item {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
}
.t2-checkout__item-thumb {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f3f1f1;
}
.t2-checkout__item-thumb img,
.t2-checkout__item-thumb span {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #eee;
}
.t2-checkout__item-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.t2-checkout__item-name {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t2-checkout__item-qty {
  font-size: 0.75rem;
  color: var(--secondary-color, #383838);
}
.t2-checkout__item-price {
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.t2-order-page {
  max-width: 820px;
}
.t2-order__hero {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.t2-order__badge {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: rgba(88, 0, 0, 0.08);
  color: var(--color-primary, #580000);
  font-size: 0.75rem;
  font-weight: 700;
}
.t2-order__lead {
  margin: 0.4rem 0 0;
  color: var(--secondary-color, #383838);
  font-size: 0.9rem;
}
.t2-order__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .t2-order__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.t2-order__rows {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.t2-order__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
}
.t2-order__row dt {
  color: var(--secondary-color, #383838);
}
.t2-order__row dd {
  margin: 0;
  font-weight: 600;
  text-align: start;
  color: #111;
}
.t2-order__row.is-strong dd {
  color: var(--color-primary, #580000);
  font-weight: 800;
}
.t2-order__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
  max-width: 24rem;
}
.t2-order__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(88, 0, 0, 0.25);
  color: var(--color-primary, #580000);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}
.t2-order__wa:hover {
  background: rgba(88, 0, 0, 0.05);
}

/*  Checkout journey (stepped UX)  */
.t2-journey-page {
  padding: 1.25rem 1rem 3rem;
  max-width: 1100px;
}
.t2-journey-page__head {
  margin-bottom: 1.25rem;
}
.t2-journey-page__kicker {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-primary, #580000);
}
.t2-journey-page__title {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}
.t2-journey-page__trail {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  color: var(--secondary-color, #383838);
}
.t2-journey-page__trail a {
  color: var(--color-primary, #580000);
  text-decoration: none;
  font-weight: 600;
}

.t2-journey__steps {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0.55rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 9999px;
}
.t2-journey__step-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 0.35rem;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: var(--secondary-color, #383838);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}
.t2-journey__step.is-current .t2-journey__step-btn {
  background: var(--color-primary, #580000);
  color: #fff;
}
.t2-journey__step.is-done .t2-journey__step-btn {
  color: var(--color-primary, #580000);
}
.t2-journey__step-btn:disabled {
  cursor: default;
  opacity: 0.55;
}
.t2-journey__step.is-current .t2-journey__step-btn:disabled {
  opacity: 1;
}
.t2-journey__step-num {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.72rem;
}
.t2-journey__step.is-current .t2-journey__step-num {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 480px) {
  .t2-journey__step-label {
    font-size: 0.72rem;
  }
}

.t2-journey__layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}
@media (min-width: 900px) {
  .t2-journey__layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 1.75rem;
  }
}
.t2-journey__main {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}
.t2-journey__panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.1rem;
  padding: 1.2rem 1.15rem 1.3rem;
}
.t2-journey__panel-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
}
.t2-journey__panel-sub {
  margin: 0.35rem 0 1.1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--secondary-color, #383838);
}
.t2-journey__grid2 {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .t2-journey__grid2 {
    grid-template-columns: 1fr 1fr;
  }
}
.t2-checkout__field + .t2-checkout__field,
.t2-journey__panel .t2-checkout__field {
  margin-top: 0.85rem;
}
.t2-journey__grid2 .t2-checkout__field {
  margin-top: 0;
}
.t2-checkout__field.has-error .t2-checkout__input {
  border-color: #e60000;
}
.t2-journey__field-error {
  font-size: 0.75rem;
  color: #e60000;
  margin-top: 0.2rem;
}
.t2-journey__ship-chip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: 0.85rem 0;
  padding: 0.7rem 0.85rem;
  border-radius: 0.75rem;
  background: rgba(88, 0, 0, 0.05);
  font-size: 0.85rem;
  color: #333;
}
.t2-journey__ship-chip strong {
  color: var(--color-primary, #580000);
}
.t2-journey__ship-eta {
  color: var(--secondary-color, #383838);
}
.t2-journey__review {
  display: grid;
  gap: 0.75rem;
}
.t2-journey__review-block {
  padding: 0.85rem 0.9rem;
  border-radius: 0.75rem;
  background: #faf8f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.t2-journey__review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}
.t2-journey__review-head h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}
.t2-journey__review-head button {
  border: none;
  background: none;
  color: var(--color-primary, #580000);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.t2-journey__review-block p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #222;
}
.t2-journey__muted {
  color: var(--secondary-color, #383838);
  font-size: 0.82rem;
}
.t2-journey__nav {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.t2-journey__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.t2-journey__next {
  flex: 1;
  max-width: 18rem;
  margin-inline-start: auto;
}
.t2-journey__summary {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.1rem;
  padding: 1.15rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: sticky;
  top: 5.5rem;
}
.t2-journey--empty {
  display: grid;
  gap: 1rem;
  justify-items: start;
  padding: 1.5rem 0;
}

.t2-order__success-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  border-radius: 9999px;
  background: var(--color-primary, #580000);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
}
.t2-order__hero {
  margin-bottom: 1.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* ===== Compact checkout (t2-co)  replaces broken unstyled form ===== */
.t2-co-page {
  padding: 1rem 1rem 2.5rem;
  max-width: 980px;
}
.t2-co-page__head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}
.t2-co-page__back {
  width: fit-content;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-primary, #580000);
  text-decoration: none;
}
.t2-co-page__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111;
}

.t2-co {
  display: grid;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 860px) {
  .t2-co {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.85fr);
    gap: 1.25rem;
  }
}

.t2-co-main {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.t2-co-block,
.t2-co-side {
  background: #fff;
  border: 1px solid #e8e4e4;
  border-radius: 12px;
  padding: 1rem 1rem 1.1rem;
}

.t2-co-h {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}

.t2-co-fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.t2-co-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.t2-co-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #444;
}

.t2-co-input,
.t2-co-block input,
.t2-co-block select,
.t2-co-block textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 0.55rem 0.75rem;
  border: 1px solid #d5d0d0;
  border-radius: 8px;
  background: #fff;
  font-size: 0.95rem;
  font-family: inherit;
  color: #111;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.t2-co-block select {
  background-image: linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(1.1rem), calc(100% - 13px) calc(1.1rem);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-inline-end: 2rem;
}
[dir="rtl"] .t2-co-block select {
  background-position: 18px calc(1.1rem), 13px calc(1.1rem);
  padding-inline-end: 0.75rem;
  padding-inline-start: 2rem;
}
.t2-co-input:focus,
.t2-co-block input:focus,
.t2-co-block select:focus,
.t2-co-block textarea:focus {
  border-color: #580000;
  box-shadow: 0 0 0 3px rgba(88, 0, 0, 0.12);
}
.t2-co-textarea,
.t2-co-block textarea {
  min-height: 88px;
  resize: vertical;
  line-height: 1.5;
}

.t2-co-ship {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #f7f2f2;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.4;
}
.t2-co-ship b {
  color: #580000;
}

.t2-co-pay {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.t2-co-pay-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.55rem 0.7rem;
  border: 1px solid #d5d0d0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  color: #222;
}
.t2-co-pay-item input {
  width: auto;
  min-height: 0;
  margin: 0;
  accent-color: #580000;
}
.t2-co-pay-item.is-on {
  border-color: #580000;
  background: #faf5f5;
  color: #580000;
}

.t2-co-side {
  position: sticky;
  top: 5rem;
}
.t2-co-items {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-height: 280px;
  overflow: auto;
}
.t2-co-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
}
.t2-co-thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0ecec;
}
.t2-co-thumb img,
.t2-co-ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.t2-co-ph {
  background: #e6e1e1;
}
.t2-co-item-meta {
  min-width: 0;
}
.t2-co-item-name {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t2-co-item-qty {
  font-size: 0.75rem;
  color: #666;
}
.t2-co-item-price {
  font-size: 0.85rem;
  white-space: nowrap;
}

.t2-co-totals {
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.t2-co-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: #555;
}
.t2-co-totals dd {
  margin: 0;
  color: #111;
  font-weight: 600;
}
.t2-co-grand {
  margin-top: 0.35rem !important;
  padding-top: 0.65rem;
  border-top: 1px solid #eee;
  font-size: 1rem !important;
  color: #111 !important;
  font-weight: 700;
}
.t2-co-grand dd {
  color: #580000 !important;
  font-size: 1.1rem;
  font-weight: 800;
}

.t2-co-err {
  margin: 0.5rem 0 0;
  color: #e60000;
  font-size: 0.85rem;
}

.t2-co-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 0.85rem;
  border: none;
  border-radius: 10px;
  background: #580000;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none !important;
  cursor: pointer;
}
.t2-co-btn:hover {
  background: #320000;
}
.t2-co-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
.t2-co-link {
  display: block;
  margin-top: 0.65rem;
  text-align: center;
  font-size: 0.85rem;
  color: #555;
  text-decoration: underline;
}
.t2-co-empty {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
  padding: 1.5rem 0;
}

@media (max-width: 859px) {
  .t2-co-side {
    position: static;
  }
  .t2-co-pay {
    grid-template-columns: 1fr;
  }
}
