:root {
  --bg: #090909;
  --bg-soft: #151515;
  --card: #1e1e1e;
  --text: #f7f3e9;
  --muted: #c2bcaf;
  --line: #2c2c2c;
  --red: #f3362e;
  --red-deep: #b71717;
  --cream: #fff2d7;
  --gold: #f8b941;
  --shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: var(--text);
  background:
    radial-gradient(1000px 620px at 80% -15%, rgba(243, 54, 46, 0.24), transparent 45%),
    radial-gradient(780px 500px at 20% -20%, rgba(248, 185, 65, 0.12), transparent 50%),
    var(--bg);
  font-family: "Manrope", sans-serif;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 0.8px, transparent 0.8px);
  background-size: 3px 3px;
}

.nav {
  position: relative;
  z-index: 2;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-logo {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  box-shadow: var(--shadow);
}

.brand-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.85rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.brand-tagline {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 3.6rem 0 4.4rem;
  animation: fade-up 620ms ease both;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
}

.hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 8vw, 5.5rem);
  letter-spacing: 0.035em;
  line-height: 0.95;
  margin-top: 0.6rem;
  text-wrap: balance;
}

.hero-copy {
  max-width: 66ch;
  color: var(--muted);
  margin-top: 0.8rem;
}

.hero-buttons {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.business-meta {
  margin-top: 1rem;
  display: grid;
  gap: 0.45rem;
  max-width: 760px;
}

.business-meta p {
  margin: 0;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  border: 1px solid #3e3e3e;
  background: rgba(9, 9, 9, 0.48);
  color: var(--cream);
}

.business-meta strong {
  color: var(--gold);
}

.business-meta a {
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.solid-button,
.ghost-button,
.cart-button,
.option-button,
.checkout-form button {
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  border-radius: 10px;
  cursor: pointer;
}

.solid-button,
.checkout-form button {
  border: 1px solid transparent;
  background: linear-gradient(160deg, var(--red), var(--red-deep));
  color: white;
  padding: 0.62rem 1rem;
}

.ghost-button,
.cart-button {
  border: 1px solid #4a4a4a;
  color: var(--cream);
  background: #121212;
  padding: 0.58rem 0.95rem;
}

.cart-button span {
  color: var(--gold);
}

.highlights {
  padding: 2rem 0 1.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}

.highlights article {
  background: linear-gradient(165deg, #1a1a1a 0%, #121212 100%);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.highlights h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.6rem;
}

.highlights p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.menu-section {
  padding: 1.4rem 0 3rem;
}

.menu-header h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 6vw, 3rem);
}

.menu-header p {
  margin: 0.25rem 0 0;
  color: var(--muted);
}

.filters {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.filters button {
  border: 1px solid #3a3a3a;
  background: #151515;
  color: var(--text);
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  cursor: pointer;
}

.filters button.active {
  border-color: transparent;
  background: linear-gradient(160deg, var(--red), var(--red-deep));
  color: #fff;
  font-weight: 700;
}

.menu-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.85rem;
}

.card {
  background: linear-gradient(170deg, #232323 0%, #1a1a1a 100%);
  border: 1px solid #2f2f2f;
  border-radius: 14px;
  padding: 0.95rem;
  box-shadow: var(--shadow);
  animation: fade-up 380ms ease both;
}

.card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #343434;
  margin-bottom: 0.7rem;
}

.card-category {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.74rem;
  font-weight: 800;
}

.card h3 {
  margin-top: 0.28rem;
  font-size: 1.1rem;
}

.option-row {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.option-button {
  border: 1px solid #4a4a4a;
  background: #141414;
  color: var(--cream);
  padding: 0.44rem 0.58rem;
  font-size: 0.86rem;
}

.option-button strong {
  color: var(--gold);
}

.option-button:hover {
  border-color: var(--red);
  transform: translateY(-1px);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(450px, 100vw);
  height: 100vh;
  z-index: 20;
  background: #f6f0e6;
  color: #1c1c1c;
  border-left: 1px solid #dbcfbb;
  display: grid;
  grid-template-rows: auto 1fr auto;
  transition: right 240ms ease;
}

.cart-drawer.open {
  right: 0;
}

.cart-header,
.cart-footer {
  padding: 1rem;
}

.cart-header {
  border-bottom: 1px solid #dbcdb8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
  font-size: 2rem;
}

.cart-header button {
  border: none;
  background: transparent;
  font-size: 1.1rem;
  cursor: pointer;
}

.cart-items {
  padding: 0.6rem 1rem;
  overflow-y: auto;
}

.empty-cart {
  margin: 0;
  color: #625b52;
}

.cart-item {
  border-bottom: 1px dashed #cdbfa9;
  padding: 0.58rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem;
}

.cart-item-title {
  margin: 0;
  font-weight: 800;
}

.cart-item-variant {
  margin: 0.15rem 0 0;
  color: #645b51;
  font-size: 0.84rem;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.cart-item-controls button {
  width: 27px;
  height: 27px;
  border: 1px solid #baac96;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.cart-footer {
  border-top: 1px solid #dbcdb8;
}

.totals p {
  margin: 0.2rem 0;
}

.grand-total {
  font-size: 1.08rem;
}

.checkout-form {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.5rem;
}

.checkout-form input,
.checkout-form textarea {
  border: 1px solid #d8cab6;
  border-radius: 8px;
  padding: 0.55rem;
  font: inherit;
}

.payment-methods {
  margin: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid #d8cab6;
  border-radius: 8px;
  display: grid;
  gap: 0.42rem;
}

.payment-methods legend {
  padding: 0 0.2rem;
  color: #514c44;
  font-weight: 700;
  font-size: 0.85rem;
}

.payment-methods label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
}

.order-status {
  min-height: 1.2rem;
  margin: 0.6rem 0 0;
  color: #126028;
  font-weight: 700;
}

.contact-line {
  margin: 0.35rem 0 0;
  color: #514c44;
  font-size: 0.9rem;
}

.contact-line a {
  color: #8f1f1f;
  font-weight: 800;
  text-decoration: none;
}

.google-link {
  display: inline-block;
  margin-top: 0.65rem;
  color: #8f1f1f;
  font-weight: 700;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    padding-top: 2.2rem;
    padding-bottom: 2.8rem;
  }

  .cart-drawer {
    width: 100vw;
  }
}

/* Order Type Selector */
.order-type-selector {
  margin: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid #d8cab6;
  border-radius: 8px;
  display: grid;
  gap: 0.42rem;
}

.order-type-selector legend {
  padding: 0 0.2rem;
  color: #514c44;
  font-weight: 700;
  font-size: 0.85rem;
}

.order-type-selector label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
}

/* Order Status Section */
.order-status-section {
  background: #111;
  border-top: 1px solid #2f2f2f;
  padding: 2rem 0;
}

.order-status-section h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 1rem;
}

.status-lookup {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.status-lookup input {
  flex: 1;
  min-width: 200px;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  background: #1a1a1a;
  color: var(--text);
  padding: 0.6rem 0.8rem;
  font: inherit;
  font-size: 16px;
}

.status-lookup button {
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(160deg, var(--red), var(--red-deep));
  color: #fff;
  font: inherit;
  font-weight: 800;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
}

.order-track-result {
  margin-top: 0.5rem;
}

.track-order-id {
  color: var(--gold);
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.track-steps {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.track-step {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #2f2f2f;
  border-radius: 10px;
  background: #181818;
  opacity: 0.4;
  transition: all 200ms ease;
}

.track-step.done {
  opacity: 1;
  border-color: #3a5a3a;
  background: #1a2a1a;
}

.track-step.active {
  opacity: 1;
  border-color: var(--gold);
  background: #2a2a1a;
  box-shadow: 0 0 12px rgba(248, 185, 65, 0.15);
}

.track-icon {
  font-size: 1.4rem;
}

.track-label {
  font-weight: 700;
  color: var(--cream);
}

.track-step.active .track-label {
  color: var(--gold);
}

.track-meta {
  border: 1px solid #2f2f2f;
  border-radius: 10px;
  padding: 0.75rem;
  background: #161616;
}

.track-meta p {
  margin: 0.2rem 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.track-error {
  color: #ffb1ab;
  font-weight: 700;
}

.track-loading {
  color: var(--gold);
  font-weight: 700;
}

/* Track Order Button in Nav */
.track-button {
  border: 1px solid #4a4a4a;
  color: var(--cream);
  background: #121212;
  padding: 0.58rem 0.95rem;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}


/* === UPDATED FIXES === */


/* ── MENU CARD OPTION ROW FIXES ── */
.option-row {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.45rem;
}

.option-line {
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  background: #151515;
  padding: 0.45rem 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.option-price {
  color: #f7f3e9;
  font-size: 0.88rem;
  font-weight: 600;
}

.option-price strong {
  color: #f8b941;
}

.option-add {
  border: none;
  background: #fff2d7;
  color: #1c1c1c;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.32rem 0.65rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 150ms ease, transform 100ms ease;
  flex-shrink: 0;
}

.option-add:hover {
  background: #ffe4a0;
  transform: scale(1.04);
}

.option-add:active {
  transform: scale(0.97);
}

/* ── CART DRAWER FIX ── */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(450px, 100vw);
  height: 100dvh;
  z-index: 20;
  background: #f6f0e6;
  color: #1c1c1c;
  border-left: 1px solid #dbcfbb;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: right 240ms ease;
}

.cart-drawer.open {
  right: 0;
}

.cart-header {
  padding: 1rem;
  border-bottom: 1px solid #dbcdb8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 0.6rem 1rem;
  -webkit-overflow-scrolling: touch;
}

.cart-footer {
  border-top: 1px solid #dbcdb8;
  overflow-y: auto;
  max-height: 60vh;
  padding: 0.85rem 1rem 1.2rem;
  flex-shrink: 0;
}

/* ── ORDER TYPE SELECTOR ── */
.order-type-selector {
  margin: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid #d8cab6;
  border-radius: 8px;
  display: grid;
  gap: 0.42rem;
}

.order-type-selector legend {
  padding: 0 0.2rem;
  color: #514c44;
  font-weight: 700;
  font-size: 0.85rem;
}

.order-type-selector label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  cursor: pointer;
}

/* ── ORDER TRACKING SECTION ── */
.order-status-section {
  background: linear-gradient(180deg, #111 0%, #0d0d0d 100%);
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding: 2.5rem 0;
}

.order-status-section h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  letter-spacing: 0.04em;
  color: #f8b941;
  margin-bottom: 0.3rem;
}

.track-subtitle {
  color: #b6afa3;
  margin: 0 0 1.2rem;
  font-size: 0.92rem;
}

.status-lookup {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}

.status-lookup input {
  flex: 1;
  min-width: 200px;
  border: 1px solid #3a3a3a;
  border-radius: 9px;
  background: #1a1a1a;
  color: #f7f3e9;
  padding: 0.65rem 0.85rem;
  font: inherit;
  font-size: 15px;
}

.status-lookup input::placeholder {
  color: #666;
}

.status-lookup button {
  border: none;
  border-radius: 9px;
  background: linear-gradient(160deg, #f3362e, #b71717);
  color: #fff;
  font: inherit;
  font-weight: 800;
  padding: 0.65rem 1.4rem;
  cursor: pointer;
  transition: filter 150ms;
}

.status-lookup button:hover {
  filter: brightness(1.1);
}

.track-steps {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.track-step {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid #2a2a2a;
  border-radius: 11px;
  background: #141414;
  opacity: 0.35;
  transition: all 250ms ease;
}

.track-step.done {
  opacity: 0.75;
  border-color: #2d4a2d;
  background: #141f14;
}

.track-step.active {
  opacity: 1;
  border-color: #f8b941;
  background: #1e1a0e;
  box-shadow: 0 0 16px rgba(248,185,65,0.18);
}

.track-icon { font-size: 1.5rem; }

.track-label {
  font-weight: 700;
  color: #f7f3e9;
  font-size: 0.92rem;
}

.track-step.active .track-label { color: #f8b941; }

.track-order-id {
  color: #f8b941;
  font-weight: 800;
  font-size: 0.88rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.05em;
}

.track-meta {
  border: 1px solid #2a2a2a;
  border-radius: 11px;
  padding: 0.8rem 0.9rem;
  background: #141414;
  margin-top: 0.5rem;
}

.track-meta p {
  margin: 0.22rem 0;
  color: #b6afa3;
  font-size: 0.86rem;
}

.track-error { color: #ffb1ab; font-weight: 700; }
.track-loading { color: #f8b941; font-weight: 700; }

/* ── BOTTOM ACTION BAR FIX ── */
.bottom-action-bar {
  position: fixed;
  left: 50%;
  bottom: calc(0.6rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  width: min(780px, 94vw);
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 0.45rem;
  padding: 0.45rem;
  border: 1px solid #3b3b3b;
  border-radius: 14px;
  background: rgba(10, 10, 10, 0.97);
  box-shadow: 0 -4px 30px rgba(0,0,0,0.5), 0 16px 30px rgba(0,0,0,0.42);
  z-index: 12;
  backdrop-filter: blur(12px);
}

.bottom-action {
  width: 100%;
  text-align: center;
  padding: 0.65rem 0.55rem;
  font-size: 0.88rem;
  font-weight: 800;
  border-radius: 10px;
  cursor: pointer;
}

.bottom-action.ghost-button {
  border: 1px solid #404040;
  background: #1a1a1a;
  color: #f7f3e9;
}

.bottom-action.solid-button {
  border: none;
  background: linear-gradient(160deg, #f3362e, #b71717);
  color: #fff;
  font-size: 0.92rem;
}

.bottom-action span {
  color: #f8b941;
  margin-left: 0.2rem;
}

/* ── TRACK BUTTON IN NAV ── */
.ghost-button {
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #4a4a4a;
  color: #fff2d7;
  background: #121212;
  padding: 0.58rem 0.95rem;
  display: inline-block;
}

@media (max-width: 760px) {
  .cart-footer {
    max-height: 55vh;
  }
  .bottom-action-bar {
    width: 96vw;
  }
}


/* === DESIGN FIXES === */

/* Fix SK fallback - only show when logo fails */
.brand-logo-fallback {
  display: none !important;
}
.brand-wrap.logo-missing .brand-logo-fallback {
  display: grid !important;
}
.brand-wrap.logo-missing .brand-logo {
  display: none !important;
}

/* Logo 3D scroll effect */
.brand-logo {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  transform-style: preserve-3d;
}

.brand-logo.scrolled-3d {
  transform: perspective(400px) rotateY(8deg) rotateX(-4deg) scale(1.05);
  box-shadow: -6px 10px 28px rgba(0,0,0,0.6), 4px 4px 16px rgba(248,185,65,0.15);
}

/* Fix bottom bar spacing - push chatbot above it */
.chatbot-toggle {
  position: fixed;
  right: 1rem;
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  width: 48px;
  height: 48px;
  border: 1px solid #911515;
  border-radius: 50%;
  background: linear-gradient(160deg, #f3362e, #b71717);
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  z-index: 14;
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
}


  .bottom-action-bar {
    width: 96vw;
    border-radius: 13px;
  }
}

/* Final bottom bar fix */
.chatbot-toggle { display: none !important; }
.chatbot-panel { display: none !important; }

body {
  padding-bottom: 5.5rem !important;
}

.bottom-action-bar {
  position: fixed;
  left: 50%;
  bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  width: min(780px, 94vw);
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 0.4rem;
  padding: 0.45rem;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  background: rgba(8,8,8,0.97);
  box-shadow: 0 -2px 24px rgba(0,0,0,0.7), 0 8px 32px rgba(0,0,0,0.5);
  z-index: 100;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Cart drawer full height fix */
.cart-drawer {
  position: fixed !important;
  top: 0 !important;
  right: -100% !important;
  width: min(450px, 100vw) !important;
  height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  z-index: 20 !important;
  background: #f6f0e6 !important;
  border-left: 1px solid #dbcfbb !important;
  transition: right 240ms ease !important;
}

.cart-drawer.open {
  right: 0 !important;
}

.cart-header {
  flex-shrink: 0 !important;
  padding: 1rem !important;
  border-bottom: 1px solid #dbcdb8 !important;
}

.cart-items {
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  padding: 0.6rem 1rem !important;
  min-height: 0 !important;
}

.cart-footer {
  flex-shrink: 0 !important;
  overflow-y: auto !important;
  max-height: 58vh !important;
  padding: 0.85rem 1rem 1rem !important;
  border-top: 1px solid #dbcdb8 !important;
}

/* Remove delivery line from totals */
.totals p:nth-child(2) { display: none !important; }

/* Hide bottom bar when cart is open */
.cart-drawer.open ~ * .bottom-action-bar,
body.cart-open .bottom-action-bar {
  display: none !important;
}

/* Bottom bar hidden when cart open */
body.cart-open .bottom-action-bar {
  visibility: hidden !important;
  opacity: 0 !important;
}
