/* Phase 2 extension: premium layer for index, promotions, orders, cart */
.premium-home,
.premium-promotions,
.premium-orders,
.premium-cart {
  background:
    radial-gradient(1200px 420px at 50% -120px, rgba(31, 53, 112, 0.14), rgba(243, 245, 249, 0)) no-repeat,
    var(--color-bg);
}

.premium-home .app-header,
.premium-promotions .app-header,
.premium-orders .app-header {
  border-radius: 20px;
  background: linear-gradient(140deg, #ffffff, #f7f9ff);
  border: 1px solid #dbe3ef;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.premium-home .home-first-impression {
  position: relative;
}

.premium-home .home-hero-combined {
  position: relative;
}

.premium-home .home-hero-shell {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #d8e1ef;
  background: linear-gradient(145deg, #ffffff, #f4f8ff);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.premium-home .home-first-impression::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 210px;
  background: radial-gradient(70% 90% at 50% 0%, rgba(31, 53, 112, 0.2), rgba(243, 245, 249, 0));
  pointer-events: none;
}

.premium-home .home-brand-card {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.premium-home .home-brand-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  top: -95px;
  right: -65px;
  background: radial-gradient(circle, rgba(255, 183, 66, 0.24), rgba(255, 183, 66, 0));
  pointer-events: none;
}

.premium-home .home-brand-logo {
  filter: drop-shadow(0 6px 10px rgba(15, 23, 42, 0.12));
}

.premium-home .home-brand-title {
  color: #0f1a33;
  font-size: 1.22rem !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.premium-home .home-brand-address {
  font-size: 0.86rem;
  color: #6f7d91 !important;
}

.premium-home .home-content-section {
  margin-top: 10px;
}

.premium-home .home-hero-promo {
  border-radius: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
  margin: 0;
}

.premium-home .home-combined-offer {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.premium-home .home-hero-promo .btn-offers {
  font-weight: 700;
  border-radius: 12px !important;
  box-shadow: 0 10px 20px rgba(242, 183, 66, 0.45);
}

.premium-home .promo-card,
.premium-promotions .promo-card {
  border-radius: 22px !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.24);
}

.premium-home .menu-card,
.premium-orders .menu-card,
.premium-promotions .menu-card,
.premium-cart .menu-card {
  border: 1px solid #dce4f0;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.premium-home .menu-icon,
.premium-orders .menu-icon {
  background: linear-gradient(140deg, #f1f5ff, #e8eefb);
  border-color: #d7e0ef;
}

.premium-home .fixed-bottom,
.premium-promotions .fixed-bottom,
.premium-orders .fixed-bottom {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px);
  border-top: 1px solid #dbe3ef;
}

.premium-home .position-fixed[aria-label="Open cart"],
.premium-promotions .position-fixed[aria-label="Open cart"],
.premium-orders .position-fixed[aria-label="Open cart"] {
  box-shadow: 0 10px 20px rgba(255, 123, 0, 0.32);
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.premium-cart-fab {
  position: fixed;
  right: 14px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, #ff9a1a, #ff6a00);
  border: 2px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(255, 106, 0, 0.34);
  z-index: 1040;
  transition: transform .16s ease, box-shadow .2s ease, filter .2s ease;
}

.premium-cart-fab:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(255, 106, 0, 0.4);
  filter: saturate(1.05);
}

.premium-cart-fab img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.premium-cart-fab .cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6ebf3;
  color: #0f1a33;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.2);
}

.premium-home .premium-cart-fab { bottom: 86px; }
.premium-promotions .premium-cart-fab,
.premium-orders .premium-cart-fab { bottom: 82px; }

.premium-promotions .container.p-3.border.rounded.my-2.shadow-lg {
  border-radius: 16px !important;
  border-color: #d9e1ee !important;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1) !important;
}

.premium-orders .w-100.bg-white.text-center.py-2 {
  border-radius: 14px;
  border: 1px solid #dbe3ef;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  margin-bottom: 12px;
}

.premium-cart .site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.premium-cart .cart-topbar {
  padding: 12px 4px;
}

.premium-cart .cart-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.premium-cart .cart-title-pill {
  flex: 1;
  min-width: 0;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #d3dbea;
  background: linear-gradient(180deg, #f6f8fc, #edf2f8);
  color: #1f2937;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.premium-cart .cart-main {
  margin-top: 0;
}

.premium-cart .btn-outline-secondary,
.premium-cart .border-danger.rounded {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
}

.premium-cart .fixed-bottom.px-2.pb-2 {
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0 !important;
}

.premium-cart .fixed-bottom .btn-basket,
.premium-promotions .fixed-bottom .btn-basket,
.premium-orders .fixed-bottom .btn-basket {
  border-radius: 14px;
  background: linear-gradient(140deg, #1f3570, #0f1a33);
  border: 0;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.28);
}

.premium-cart .text-center .btn.btn-sm.btn-dark {
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 575px) {
  .premium-home .app-header,
  .premium-promotions .app-header,
  .premium-orders .app-header {
    border-radius: 16px;
  }

  .premium-home .home-brand-title {
    font-size: 1.12rem !important;
  }

  .premium-home .home-brand-address {
    font-size: 0.8rem;
  }
}

/* Exact Home Design: Minimal luxe */
.premium-home.exact-home {
  background: #e8e8e8;
  min-height: 100vh;
}

.premium-home.exact-home .home-exact-screen {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 10px 24px;
}

.premium-home.exact-home .home-phone-frame {
  width: 390px;
  max-width: calc(100vw - 20px);
  min-height: 844px;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.18), 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-family: Arial, "Noto Sans Sinhala", "Noto Sans Tamil", "Segoe UI", sans-serif;
}

.premium-home.exact-home .home-exact-hero {
  position: relative;
  height: 245px;
  background: #ffffff;
  overflow: hidden;
}

.premium-home.exact-home .hero-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4) saturate(0.9);
}

.premium-home.exact-home .home-exact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.premium-home.exact-home .hero-content {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  padding: 0 28px;
  z-index: 2;
}

.premium-home.exact-home .logo-badge {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.premium-home.exact-home .hero-logo-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.premium-home.exact-home .restaurant-name {
  font-family: Arial, "Noto Sans Sinhala", "Noto Sans Tamil", "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.35px;
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 8px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.premium-home.exact-home .restaurant-address {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.premium-home.exact-home .body-content {
  background: #ffffff;
  padding: 22px 22px 92px;
}

.premium-home.exact-home .promo-section {
  padding: 0;
  margin: 0;
}

.premium-home.exact-home .promo-card {
  background: #f8f8f8;
  border-radius: 18px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  gap: 14px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.premium-home.exact-home .promo-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}

.premium-home.exact-home .promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}

.premium-home.exact-home .promo-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: home-pulse 1.5s infinite;
}

.premium-home.exact-home .promo-badge span {
  color: #22c55e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.premium-home.exact-home .promo-title {
  font-family: Arial, "Noto Sans Sinhala", "Noto Sans Tamil", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
}

.premium-home.exact-home .promo-subtitle {
  color: #aaa;
  font-size: 11px;
  margin-top: 2px;
  font-weight: 300;
}

.premium-home.exact-home .promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #111;
  border: none;
  border-radius: 12px;
  padding: 11px 16px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.4px;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.premium-home.exact-home .promo-btn:hover {
  color: #fff;
  background: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

.premium-home.exact-home .menu-section {
  padding: 0;
}

.premium-home.exact-home .section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.premium-home.exact-home .section-label {
  color: #bbb;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.premium-home.exact-home .section-line {
  flex: 1;
  height: 1px;
  background: #f0f0f0;
}

.premium-home.exact-home .menu-card {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
  cursor: pointer;
  transition: all 0.22s ease;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 12px;
}

.premium-home.exact-home .menu-card:hover {
  border-color: #d2d2d2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.premium-home.exact-home .menu-card-img {
  height: 110px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.premium-home.exact-home .food-img {
  filter: saturate(1.05);
}

.premium-home.exact-home .bar-img {
  filter: saturate(0.9) contrast(1.02);
}

.premium-home.exact-home .menu-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.2) 68%, rgba(0, 0, 0, 0.05) 100%);
}

.premium-home.exact-home .menu-card-img-label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-family: Arial, "Noto Sans Sinhala", "Noto Sans Tamil", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3px;
  z-index: 1;
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-home.exact-home .menu-card-body {
  padding: 12px 4px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.premium-home.exact-home .menu-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.premium-home.exact-home .tag {
  background: #f4efe3;
  border: 1px solid #dccca6;
  border-radius: 7px;
  padding: 3px 10px;
  color: #8a7a58;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.1px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-home.exact-home .arrow-btn {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.premium-home.exact-home .bottom-nav {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 346px;
  z-index: 100;
  background: #f9f9f9;
  border: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-radius: 22px 22px 0 0;
  display: flex;
  overflow: hidden;
}

.premium-home.exact-home .nav-btn {
  flex: 1;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  border: none;
  background: transparent;
  text-decoration: none;
}

.premium-home.exact-home .nav-btn.active {
  background: #111;
  border-radius: 18px;
}

.premium-home.exact-home .nav-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.premium-home.exact-home .nav-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.premium-home.exact-home .nav-label {
  font-size: 9.5px;
  font-weight: 500;
  color: #aaa;
  letter-spacing: 0.2px;
}

.premium-home.exact-home .nav-btn.active .nav-label {
  color: #fff;
}

.premium-home.exact-home .nav-divider {
  width: 1px;
  background: #efefef;
  margin: 10px 0;
}

.premium-home.exact-home .brand-footer {
  text-align: center;
  padding: 0 0 12px;
  color: #ddd;
  font-size: 9.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.premium-home.exact-home .home-cart-fab {
  position: fixed;
  right: calc(50vw - 173px);
  bottom: 52px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  z-index: 120;
}

.premium-home.exact-home .home-cart-fab img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.premium-home.exact-home .home-cart-fab .cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #111;
  border: 1px solid #e6e6e6;
  font-size: 0.62rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

@keyframes home-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@media (max-width: 575px) {
  .premium-home.exact-home .home-exact-screen {
    padding: 0;
  }

  .premium-home.exact-home .home-phone-frame {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }

  .premium-home.exact-home .bottom-nav {
    left: 22px;
    right: 22px;
    transform: none;
    width: auto;
    bottom: 0;
  }

  .premium-home.exact-home .home-cart-fab {
    right: 22px;
    bottom: 52px;
  }
}

/* ── Responsive: Tablet (768px+) ─────────────────────────────────── */
@media (min-width: 768px) {
  /* Home: frame fills screen */
  .premium-home.exact-home {
    background: #f3f5f9;
  }
  .premium-home.exact-home .home-exact-screen {
    display: block;
    padding: 0;
  }
  .premium-home.exact-home .home-phone-frame {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
  /* Taller hero */
  .premium-home.exact-home .home-exact-hero {
    height: 310px;
  }
  /* Hero text constrained & centered */
  .premium-home.exact-home .hero-content {
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 960px);
    padding: 0 36px;
    bottom: 36px;
  }
  /* Body content constrained & centered */
  .premium-home.exact-home .body-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 28px 32px 110px;
  }
  /* Menu cards: 2-col grid */
  .premium-home.exact-home .menu-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-items: start;
  }
  .premium-home.exact-home .menu-section .section-header {
    grid-column: 1 / -1;
  }
  .premium-home.exact-home .menu-card {
    margin-bottom: 0;
  }
  .premium-home.exact-home .menu-card-img {
    height: 130px;
  }
  /* Bottom nav: wider, not full edge-to-edge */
  .premium-home.exact-home .bottom-nav {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(calc(100% - 48px), 500px);
    border-radius: 22px 22px 0 0;
    bottom: 0;
  }
  /* Cart FAB: right edge of viewport */
  .premium-home.exact-home .home-cart-fab {
    right: 28px;
    bottom: 72px;
  }
  /* Restaurant name larger */
  .premium-home.exact-home .restaurant-name {
    font-size: 34px;
  }
}

/* ── Responsive: Desktop / TV (1200px+) ──────────────────────────── */
@media (min-width: 1200px) {
  .premium-home.exact-home .home-exact-hero {
    height: 400px;
  }
  .premium-home.exact-home .hero-content {
    width: min(100%, 1140px);
    padding: 0 48px;
    bottom: 48px;
  }
  .premium-home.exact-home .body-content {
    max-width: 1140px;
    padding: 36px 48px 120px;
  }
  .premium-home.exact-home .restaurant-name {
    font-size: 44px;
  }
  /* 3-column menu cards */
  .premium-home.exact-home .menu-section {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .premium-home.exact-home .menu-card-img {
    height: 160px;
  }
  .premium-home.exact-home .menu-card-img-label {
    font-size: 26px;
  }
  .premium-home.exact-home .bottom-nav {
    width: min(calc(100% - 48px), 580px);
  }
  .premium-home.exact-home .home-cart-fab {
    right: 40px;
    bottom: 80px;
  }
}

/* Exact Cart Design: Minimal white/black/grey */
.premium-cart.exact-cart {
  background: #ffffff;
}

.premium-cart.exact-cart .site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #efefef;
}

.premium-cart.exact-cart .cart-topbar {
  max-width: 434px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 12px;
}

.premium-cart.exact-cart .cart-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #ffffff;
  color: #333333;
}

.premium-cart.exact-cart .cart-bell-btn {
  border-color: #ececec;
}

.premium-cart.exact-cart .cart-bell-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.premium-cart.exact-cart .cart-title-pill {
  min-width: 0;
  border: 1px solid #e6e7eb;
  background: #f6f7fa;
  color: #1d2532;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  padding: 10px 18px;
}

.premium-cart.exact-cart .cart-shell {
  max-width: 434px;
  margin: 0 auto;
}

.premium-cart.exact-cart .cart-item-card {
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.premium-cart.exact-cart .cart-item-body {
  gap: 12px;
  padding: 14px;
}

.premium-cart.exact-cart .cart-item-img {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}

.premium-cart.exact-cart .cart-item-title {
  color: #111111;
  font-weight: 600;
  line-height: 1.3;
  font-size: 14px;
  padding-right: 40px;
}

.premium-cart.exact-cart .cart-item-lines {
  color: #999999;
  font-size: 11px;
  line-height: 1.45;
  margin-top: 5px;
  margin-bottom: 6px;
}

.premium-cart.exact-cart .cart-item-lines b {
  color: #111111;
  font-weight: 600;
}

.premium-cart.exact-cart .cart-item-note-wrap {
  border-top: 1px solid #efefef;
  margin-top: 4px;
  padding-top: 5px;
}

.premium-cart.exact-cart .cart-item-note {
  color: #7d7d7d;
  font-size: 11px;
}

.premium-cart.exact-cart .add-btn {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #1b1b1b;
  color: #ffffff;
  background: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
}

.premium-cart.exact-cart .add-btn:hover {
  background: #2a2a2a;
}

.premium-cart.exact-cart .modal-item-preview {
  width: 100%;
  height: 88px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  border: 1px solid #e8e8e8;
}

.premium-cart.exact-cart .cart-modal-title {
  color: #111111;
  font-weight: 600;
}

.premium-cart.exact-cart .cart-modal-sub {
  color: #9a9a9a;
  font-size: 11px;
}

.premium-cart.exact-cart .item-note {
  height: 100px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}

.premium-cart.exact-cart .fixed-bottom.px-2.pb-2 {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #efefef;
}

.premium-cart.exact-cart .fixed-bottom .btn-basket {
  width: 100%;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 10px 0;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  box-shadow: none;
}

.premium-cart.exact-cart .cart-total-table td {
  font-size: 12pt;
  color: #222;
}

.premium-cart.exact-cart .cart-total-table .cart-total-label,
.premium-cart.exact-cart .cart-total-table .cart-total-value {
  font-size: 14pt;
}

.premium-cart.exact-cart .cart-empty-state {
  margin-top: 70px;
}

.premium-cart.exact-cart .cart-empty-state .btn {
  border-radius: 12px;
  padding: 8px 16px;
}

@media (max-width: 575px) {
  .premium-cart.exact-cart .cart-shell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .premium-cart.exact-cart .cart-item-body {
    padding: 12px;
  }
}
