html {
  font-size: 14px;
  min-height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
  --teal: #09aabd;
  --teal-dark: #007f94;
  --pink: #e41f68;
  --red: #ef1d1d;
  --ink: #202936;
  --muted: #6f7782;
  --line: #e2e8ef;
  --soft: #eefbfe;
  --panel: #ffffff;
  --shadow: 0 12px 32px rgba(27, 54, 93, 0.12);
}

body {
  background: #f7fbfd;
  color: var(--ink);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.btn {
  border-radius: 8px;
  font-weight: 700;
}

.btn-primary {
  background: var(--teal);
  border-color: var(--teal);
}

.btn-primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 170, 189, 0.18);
}

.app-shell {
  max-width: none;
}

main {
  padding-top: 0;
}

.home-order-page .page-container {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.home-order-page main {
  padding: 0;
}

.alert {
  border-radius: 0;
  margin: 0;
}

.toast-container {
  z-index: 1080;
}

.app-toast {
  background: #ffffff;
  border: 1px solid #b9ecf3;
  border-left: 5px solid var(--teal);
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(21, 50, 87, 0.18);
  color: #05384c;
  font-weight: 750;
  min-width: 260px;
}

.order-layout {
  display: grid;
  gap: 1.45rem;
  grid-template-columns: 250px minmax(0, 1fr) 360px;
  min-height: 100vh;
  padding: 0 0.55rem 0.75rem 0;
}

.products-only-layout {
  gap: 0.85rem;
  grid-template-columns: 210px minmax(0, 1fr) 272px;
  padding: 0 0.55rem 0.75rem 0;
}

.side-menu {
  align-self: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 0;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 210px;
  z-index: 10;
}

.products-only-layout > .order-main {
  grid-column: 2;
}

.products-only-layout > .cart-panel {
  grid-column: 3;
}

.side-logo {
    height: 100px;
    min-height: 100px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--line);

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.side-logo img {
    display: block;
    width: 92%;
    height: auto;
    max-width: none;

    transform: scale(1.0);
    transform-origin: center;
}

.side-nav {
  display: grid;
  flex: 1;
  gap: 0.3rem;
  min-height: 0;
  overflow-y: auto;
  padding: 0.75rem 0 1rem;
}

.side-nav-divider {
  border-top: 1px solid var(--line);
  margin: 0.35rem 1rem 0.15rem;
}

.side-nav-caption {
  color: #8a929d;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.15rem 1rem 0;
  text-transform: uppercase;
}

.side-nav i {
    font-size: 1.45rem;
    line-height: 1;
}

.side-nav a {
  align-items: center;
  color: #666d76;
  display: flex;
  font-size: 0.96rem;
  font-weight: 700;
  gap: 0.95rem;
  min-height: 44px;
  padding: 0 1rem;
}

.side-nav a span {
  align-items: center;
  color: #5d6570;
  display: inline-flex;
  font-size: 1.35rem;
  justify-content: center;
  width: 30px;
}

.nav-cart-icon,
.panel-cart-icon,
.button-cart-icon {
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  display: inline-block;
  height: 13px;
  position: relative;
  transform: skewX(-10deg);
  width: 17px;
}

.nav-cart-icon::before,
.panel-cart-icon::before,
.button-cart-icon::before {
  background: currentColor;
  content: "";
  height: 2px;
  left: -4px;
  position: absolute;
  top: -2px;
  transform: skewX(10deg);
  width: 7px;
}

.nav-cart-icon::after,
.panel-cart-icon::after,
.button-cart-icon::after {
  background:
    radial-gradient(circle, currentColor 0 2px, transparent 2.5px) left bottom / 8px 5px no-repeat,
    radial-gradient(circle, currentColor 0 2px, transparent 2.5px) right bottom / 8px 5px no-repeat;
  bottom: -7px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  transform: skewX(10deg);
  width: 18px;
}

.button-cart-icon {
  color: #ffffff;
  height: 11px;
  margin-right: 0.28rem;
  width: 15px;
}

.side-nav a.active {
  background: var(--teal);
  border-radius: 0 999px 999px 0;
  color: #ffffff;
  margin-right: 0.7rem;
}

.side-nav a.active span {
  color: #ffffff;
}

.side-nav a:hover {
  background: #effbfe;
  color: var(--teal-dark);
}

.side-nav a:nth-last-child(-n + 7) {
  font-size: 0.78rem;
  gap: 0.65rem;
  min-height: 38px;
}

.side-nav a:nth-last-child(-n + 7) i {
  font-size: 1.05rem;
}

.information-layout {
  display: block;
  gap: 0;
  padding: 0;
  padding-left: 210px;
}

.information-side-menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.information-main {
  grid-column: auto;
  margin: 0 auto;
  max-width: 1040px;
  padding: 2rem 2.2rem 4rem;
  width: 100%;
}

.information-hero {
  align-items: center;
  background: linear-gradient(135deg, #064a82, #08a9bd);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(5, 63, 116, 0.2);
  color: #fff;
  display: flex;
  gap: 1.2rem;
  margin: 1.15rem 0 1.1rem;
  padding: 1.6rem 1.8rem;
}

.information-hero > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  display: inline-flex;
  flex: 0 0 58px;
  font-size: 1.65rem;
  height: 58px;
  justify-content: center;
}

.information-hero p {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 0.3rem;
  opacity: 0.82;
  text-transform: uppercase;
}

.information-hero h1 {
  font-size: 1.65rem;
  font-weight: 900;
  margin: 0 0 0.4rem;
}

.information-hero div div {
  font-size: 0.88rem;
  line-height: 1.5;
  opacity: 0.92;
}

.information-draft {
  align-items: flex-start;
  background: #fff8e6;
  border: 1px solid #f1d58c;
  border-radius: 12px;
  color: #714f00;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
}

.information-draft i { font-size: 1.15rem; }
.information-draft strong, .information-draft span { display: block; }
.information-draft span { font-size: 0.78rem; margin-top: 0.18rem; }

.company-info-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: auto;
  width: 100%;
}

.company-only-main {
  align-items: center;
  display: flex;
  min-height: 100vh;
}

.company-page .page-container > main {
  padding-bottom: 0 !important;
}

.company-info-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
}

.company-info-grid span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.company-info-grid strong, .company-info-grid a {
  color: #12335d;
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.information-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 0.5rem 1.6rem;
}

.information-content section {
  border-bottom: 1px solid #edf1f5;
  padding: 1.2rem 0;
}

.information-content section:last-child { border-bottom: 0; }
.information-content h2 { color: #0b3f74; font-size: 1.05rem; font-weight: 900; margin: 0 0 0.65rem; }
.information-content p, .information-content li { color: #42536a; font-size: 0.86rem; line-height: 1.7; }
.information-content p:last-child { margin-bottom: 0; }
.information-content ul { margin-bottom: 0; padding-left: 1.2rem; }
.information-content li + li { margin-top: 0.3rem; }

.information-references {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  padding: 1rem 0.2rem;
}

.information-references strong { color: #607086; font-size: 0.75rem; text-transform: uppercase; }
.information-references a { color: var(--teal-dark); font-size: 0.8rem; font-weight: 800; }

.contact-dashboard {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.75fr);
  height: calc(100vh - 2rem);
  margin: auto;
  min-height: 0;
  width: 100%;
}

.contact-only-main {
  align-items: center;
  display: flex;
  height: 100vh;
  max-width: 1320px;
  min-height: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.contact-information-layout {
  padding-left: 226px;
}

.contact-page {
  overflow: hidden;
}

.contact-page .page-container > main {
  padding-bottom: 0 !important;
}

.contact-map-card {
  background: #dcecf4;
  border: 1px solid #cfe0e9;
  border-radius: 16px;
  box-shadow: var(--shadow);
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.contact-map-card iframe {
  border: 0;
  height: 100%;
  inset: 0;
  min-height: 0;
  position: absolute;
  width: 100%;
}

.contact-map-overlay {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(216, 230, 238, 0.9);
  border-radius: 13px;
  bottom: 1rem;
  box-shadow: 0 12px 30px rgba(14, 54, 84, 0.18);
  display: grid;
  gap: 0.7rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  left: 1rem;
  padding: 0.75rem;
  position: absolute;
  right: 1rem;
}

.contact-map-overlay > span {
  align-items: center;
  background: #e5f8fb;
  border-radius: 10px;
  color: var(--teal-dark);
  display: inline-flex;
  font-size: 1.15rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.contact-map-overlay small,
.contact-map-overlay strong {
  display: block;
}

.contact-map-overlay small {
  color: #708094;
  font-size: 0.67rem;
  font-weight: 800;
  margin-bottom: 0.12rem;
  text-transform: uppercase;
}

.contact-map-overlay strong {
  color: #163756;
  font-size: 0.78rem;
  line-height: 1.35;
}

.contact-map-overlay > a {
  background: #0b6ba4;
  border-radius: 9px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 0.65rem 0.8rem;
  white-space: nowrap;
}

.contact-map-overlay > a:hover {
  background: #075684;
  color: #fff;
}

.contact-cards {
  align-content: center;
  display: grid;
  gap: 0.5rem;
  grid-template-rows: repeat(7, auto);
}

.contact-primary-card {
  background: linear-gradient(145deg, #073f76, #087f99);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(7, 73, 118, 0.22);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 1.15rem 1.25rem;
}

.contact-brand-logo-wrap {
  align-items: center;
  align-self: center;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(3, 47, 82, 0.2);
  display: flex;
  justify-content: center;
  margin: 0 0 0.15rem;
  max-width: none;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

.contact-brand-logo-wrap img {
  display: block;
  height: auto;
  max-height: 135px;
  max-width: 100%;
  object-fit: contain;
}

.contact-card-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 40px;
  justify-content: center;
  margin-bottom: 0.7rem;
  width: 40px;
}

.contact-primary-card > small {
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.76;
  text-transform: uppercase;
}

.contact-primary-card > strong {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin: 0.2rem 0 0.45rem;
}

.contact-primary-card > p {
  font-size: 0.76rem;
  line-height: 1.5;
  margin: 0 0 0.75rem;
  opacity: 0.84;
}

.contact-actions {
  display: flex;
  gap: 0.5rem;
}

.contact-actions a {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  gap: 0.35rem;
  justify-content: center;
  padding: 0.65rem 0.75rem;
}

.contact-action-primary {
  background: #fff;
  color: #075684;
}

.contact-action-primary:hover { background: #eaf8fb; color: #06466d; }
.contact-action-whatsapp { background: #25d366; color: #fff; }
.contact-action-whatsapp:hover { background: #1cb657; color: #fff; }

.contact-detail-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: flex;
  gap: 0.8rem;
  min-height: 64px;
  padding: 0.65rem 0.85rem;
}

.contact-detail-card > span {
  align-items: center;
  background: #e8f8fb;
  border-radius: 10px;
  color: var(--teal-dark);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
}

.contact-detail-card small,
.contact-detail-card strong,
.contact-detail-card a {
  display: block;
}

.contact-detail-card small {
  color: #78879a;
  font-size: 0.67rem;
  font-weight: 800;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}

.contact-detail-card strong,
.contact-detail-card a {
  color: #173856;
  font-size: 0.79rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-address-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.contact-address-card > a {
  background: #0b6ba4;
  border-radius: 8px;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.55rem 0.65rem;
  white-space: nowrap;
}

.contact-address-card > a:hover {
  background: #075684;
  color: #fff;
}

.side-nav a.active:hover {
  background: var(--teal);
  color: #ffffff;
}

.order-main {
  min-width: 0;
  padding-top: 1.35rem;
}

.product-list-main {
  padding: 0.75rem 0.8rem 1rem 0;
}

.order-topbar {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(27, 54, 93, 0.06);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.9rem 1.05rem;
}

.service-note {
  color: var(--red);
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.order-topbar h1 {
  font-size: 1.5rem;
  font-weight: 850;
  margin: 0;
}

.topbar-actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.customer-chip,
.cart-tile {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  min-width: 118px;
  padding: 0.65rem 0.8rem;
  text-align: center;
}

.customer-chip {
  color: var(--muted);
  line-height: 1.2;
}

.customer-chip strong {
  color: var(--teal-dark);
}

.cart-tile {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  justify-content: center;
}

.cart-tile strong {
  align-items: center;
  background: var(--teal);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  padding: 0 0.45rem;
}

.menu-tabs {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  margin-bottom: 1rem;
}

.menu-tabs a {
  align-items: center;
  background: var(--teal);
  border-radius: 7px;
  color: #ffffff;
  display: flex;
  font-size: 0.98rem;
  font-weight: 800;
  justify-content: center;
  min-height: 62px;
  padding: 0.55rem;
  text-align: center;
}

.menu-tabs a.active,
.menu-tabs a:hover {
  background: var(--teal-dark);
  color: #ffffff;
}

.hamidiye-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hamidiye-card {
  background: #ffffff;
  border: 1px solid #dce5ec;
  border-radius: 7px;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 38px;
  min-height: 154px;
  overflow: hidden;
  position: relative;
}

.hamidiye-card:hover {
  box-shadow: 0 12px 26px rgba(27, 54, 93, 0.11);
}

.detail-link {
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 900;
  left: 0.4rem;
  position: absolute;
  top: 0.35rem;
  z-index: 2;
}

.card-plus,
.card-minus {
  align-items: center;
  background: var(--teal);
  border: 0;
  color: #ffffff;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.card-plus {
  border-radius: 0 0 0 7px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.card-minus-form {
  align-self: end;
  grid-column: 3;
  grid-row: 1;
}

.card-minus {
  border-radius: 7px 0 0 0;
}

.card-image-wrap {
  align-items: center;
  display: flex;
  grid-column: 1;
  justify-content: center;
  padding: 1.45rem 0.45rem 0.65rem;
}

.card-image-wrap img {
  height: 102px;
  max-width: 100%;
  object-fit: contain;
}

.card-content {
  grid-column: 2;
  padding: 0.9rem 0.55rem 0.65rem;
}

.card-content h2 {
  color: #30343b;
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.22;
  margin: 0.25rem 0 0.25rem;
  padding-right: 0.35rem;
}

.piece-label {
  color: #ff0000;
  display: block;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1;
}

.card-content strong {
  color: var(--teal-dark);
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 0.25rem;
}

.promo-panel {
  display: grid;
  gap: 1rem;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  padding-top: 1.35rem;
}

.quick-order-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.94)),
    linear-gradient(135deg, #d8fbff, #9ae4ed);
  border: 1px solid #b8ecf3;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.3rem;
  text-align: center;
}

.quick-order-card span {
  color: var(--teal-dark);
  display: block;
  font-size: 1.7rem;
  font-weight: 900;
}

.quick-order-card strong {
  color: #0196aa;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.quick-order-card .btn {
  background: #ff0000;
  border: 0;
  border-radius: 7px;
  font-size: 1rem;
  padding: 0.9rem 2.2rem;
}

.campaign-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.campaign-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.campaign-header strong {
  font-size: 1.35rem;
}

.campaign-header button {
  background: #ffffff;
  border: 1px solid #8ad9e4;
  border-radius: 50%;
  color: var(--teal-dark);
  font-size: 1.5rem;
  height: 40px;
  width: 40px;
}

.campaign-body {
  background: linear-gradient(180deg, #b9eef4, #ffffff);
  min-height: 330px;
  padding: 1.6rem 1.2rem;
  text-align: center;
}

.campaign-body span {
  color: var(--teal-dark);
  display: block;
  font-weight: 900;
}

.campaign-body strong {
  color: var(--teal-dark);
  display: block;
  font-size: 1.7rem;
  line-height: 1.15;
  margin: 1rem auto;
  max-width: 260px;
}

.campaign-body small {
  color: var(--muted);
  display: block;
  font-weight: 700;
}

.empty-state {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 2rem;
}

.modern-product-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(5, minmax(128px, 1fr));
  max-height: calc((226px * 3) + (0.55rem * 2));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.2rem;
}

.modern-product-grid::-webkit-scrollbar {
  width: 6px;
}

.modern-product-grid::-webkit-scrollbar-thumb {
  background: #c5d3e2;
  border-radius: 999px;
}

.modern-product-card {
  background: #ffffff;
  border: 1px solid #e1e9f2;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(21, 50, 87, 0.06);
  display: flex;
  flex-direction: column;
  height: 238px;
  overflow: hidden;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.modern-product-card:hover {
  box-shadow: 0 20px 38px rgba(21, 50, 87, 0.15);
  transform: translateY(-2px);
}

.modern-product-media {
  align-items: center;
  background:
    radial-gradient(circle at 18% 32%, rgba(74, 168, 224, 0.32) 0 3px, transparent 4px),
    radial-gradient(circle at 28% 56%, rgba(74, 168, 224, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 28%, rgba(74, 168, 224, 0.24) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 52%, rgba(74, 168, 224, 0.18) 0 2px, transparent 3px),
    linear-gradient(135deg, #dff5ff 0%, #f6fcff 48%, #d9f1fb 100%);
  border-bottom: 1px solid #edf2f6;
  display: flex;
  flex: 0 0 132px;
  height: 132px;
  justify-content: center;
  overflow: hidden;
  padding: 0.35rem 0.45rem;
}

.modern-product-media img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.modern-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  padding: 0;
}

.product-title-row {
  align-items: stretch;
  border-bottom: 1px solid #edf2f6;
  display: grid;
  gap: 0.08rem;
  grid-template-columns: 1fr;
  min-height: 45px;
  padding: 0.28rem 0.52rem 0.18rem;
}

.modern-product-body h2 {
  color: #152345;
  display: -webkit-box;
  font-family: Poppins, "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  min-height: 2.2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.package-row {
  color: #697184;
  display: block;
  font-family: Poppins, "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.empty-bottle-option {
  align-items: center;
  border-top: 0;
  color: #283244;
  cursor: pointer;
  display: flex;
  font-family: Poppins, "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  gap: 0.24rem;
  line-height: 1;
  margin: 0;
  min-height: 15px;
  padding: 0 0.52rem;
}

.empty-bottle-option input {
  accent-color: var(--teal);
  height: 11px;
  width: 11px;
}

.modern-card-bottom {
  align-items: stretch;
  border-top: 1px solid #edf2f6;
  display: flex;
  gap: 0;
  justify-content: space-between;
  margin-top: auto;
  min-height: 38px;
  padding: 0;
}

.product-total-price {
  align-items: center;
  color: #0b3f91;
  display: inline-flex;
  flex: 0 0 47%;
  font-family: Poppins, "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: flex-start;
  line-height: 1;
  padding-left: 0.52rem;
  white-space: nowrap;
}

.add-to-cart-button {
  align-items: center;
  background: var(--teal);
  border: 0;
  border-radius: 0 0 12px 0;
  color: #ffffff;
  display: inline-flex;
  font-family: Poppins, "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.56rem;
  font-weight: 900;
  gap: 0.34rem;
  height: 100%;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  padding: 0 0.35rem;
  white-space: nowrap;
  width: 100%;
}

.add-to-cart-button span {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.add-to-cart-button i {
  font-size: 0.86rem;
  line-height: 1;
}

.modern-card-bottom form {
  flex: 1 1 53%;
  margin: 0;
}

.modern-card-bottom > .quantity-control {
  flex: 1 1 53%;
}

.quantity-control {
  align-items: center;
  background: var(--teal);
  border-radius: 0 0 12px 0;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.quantity-control form {
  display: flex;
  margin: 0;
}

.quantity-button {
  align-items: center;
  background: var(--teal);
  border: 0;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.quantity-value {
  align-items: center;
  background: var(--teal);
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
  display: inline-flex;
  font-family: Poppins, "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  min-width: 30px;
}

.quantity-control form:first-child .quantity-button,
.quantity-control form:last-child .quantity-button {
  background: var(--teal);
}

.product-banner {
  background: #e8f8fd;
  border: 1px solid #cfeaf1;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(21, 50, 87, 0.08);
  margin-bottom: 0.62rem;
  overflow: hidden;
  position: relative;
}

.banner-carousel,
.banner-carousel .carousel-inner,
.banner-carousel .carousel-item {
  aspect-ratio: 1774 / 295;
  height: auto;
  min-height: 0;
  width: 100%;
}

.banner-carousel img {
  display: block;
  height: 100%;
  object-fit: fill;
  width: 100%;
}

.banner-carousel .carousel-control-prev,
.banner-carousel .carousel-control-next {
  opacity: 1;
  width: 48px;
}

.banner-carousel .carousel-control-prev-icon,
.banner-carousel .carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.94);
  background-size: 56%;
  border-radius: 50%;
  filter: none;
  height: 32px;
  width: 32px;
}

.banner-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath d='M11.8 3.2 6 9l5.8 5.8' fill='none' stroke='%230b3f91' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4'/%3e%3c/svg%3e");
}

.banner-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath d='M6.2 3.2 12 9l-5.8 5.8' fill='none' stroke='%230b3f91' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4'/%3e%3c/svg%3e");
}

.banner-carousel .carousel-indicators {
  bottom: 0.3rem;
  margin-bottom: 0;
}

.banner-carousel .carousel-indicators button {
  background-color: #8097b5;
  border: 0;
  border-radius: 50%;
  height: 7px;
  margin: 0 3px;
  opacity: 0.75;
  width: 7px;
}

.banner-carousel .carousel-indicators .active {
  background-color: var(--teal-dark);
  opacity: 1;
}

.banner-placeholder {
  align-items: center;
  color: #071a4a;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  height: 192px;
  justify-content: center;
  text-align: center;
}

.banner-placeholder span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
  margin-top: 0.3rem;
}

.add-to-cart-button:hover,
.quantity-button:hover {
  background: var(--teal);
  color: #ffffff;
}

.cart-panel {
  display: grid;
  gap: 0.6rem;
  grid-auto-rows: max-content;
  max-height: calc(100vh - 0.55rem);
  min-width: 0;
  padding-top: 0.55rem;
  position: sticky;
  top: 0.55rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.15rem;
}

.cart-panel::-webkit-scrollbar {
  width: 6px;
}

.cart-panel::-webkit-scrollbar-thumb {
  background: #c5d3e2;
  border-radius: 999px;
}

.cart-card,
.checkout-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(21, 50, 87, 0.05);
  overflow: hidden;
}

.cart-panel-title {
  align-items: center;
  color: #071a4a;
  display: flex;
  gap: 0.55rem;
  padding: 0.72rem 0.85rem;
}

.cart-panel-title > span {
  color: #65748c;
  flex: 0 0 auto;
  font-size: 1.1rem;
}

.cart-panel-title strong {
  font-size: 0.86rem;
  font-weight: 900;
}

.cart-empty {
  color: var(--muted);
  font-weight: 700;
  padding: 1rem 0.85rem 1.2rem;
}

.cart-items {
  display: grid;
  max-height: none;
  overflow: visible;
}

.cart-line {
  border-top: 1px solid #edf2f6;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 0.72rem 0.85rem;
}

.cart-line-image {
  align-items: center;
  background:
    radial-gradient(circle at 20% 28%, rgba(74, 168, 224, 0.25) 0 2px, transparent 3px),
    linear-gradient(135deg, #e5f8ff, #ffffff);
  border: 1px solid #edf2f6;
  border-radius: 9px;
  display: flex;
  height: 74px;
  justify-content: center;
  overflow: hidden;
}

.cart-line-image img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.cart-line-info {
  min-width: 0;
}

.cart-line-top {
  align-items: start;
  display: flex;
  gap: 0.35rem;
  justify-content: space-between;
}

.cart-line-top strong {
  color: #071a4a;
  display: -webkit-box;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.18;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cart-line-top form {
  margin: 0;
}

.cart-line-top button {
  background: transparent;
  border: 0;
  color: #071a4a;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0;
}

.cart-line-info small {
  color: #3e526f;
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  margin: 0.18rem 0 0.35rem;
}

.cart-empty-check {
  align-items: center;
  color: #071a4a;
  display: flex;
  font-size: 0.55rem;
  font-weight: 750;
  gap: 0.28rem;
  margin-bottom: 0.38rem;
}

.cart-empty-check input {
  height: 12px;
  width: 12px;
}

.cart-empty-check + small {
  display: none;
}

.cart-container-controls {
  display: grid;
  gap: 0.34rem;
  margin: 0.15rem 0 0.45rem;
}

.cart-container-controls label {
  align-items: center;
  display: flex;
  gap: 0.35rem;
  justify-content: space-between;
  margin: 0;
}

.cart-container-controls label span {
  color: #071a4a;
  font-size: 0.56rem;
  font-weight: 850;
}

.cart-container-controls input[type="number"] {
  border: 1px solid #dce8f1;
  border-radius: 6px;
  color: #071a4a;
  font-size: 0.62rem;
  font-weight: 850;
  height: 24px;
  text-align: center;
  width: 52px;
}

.cart-container-controls button {
  background: #eef7fb;
  border: 1px solid #cfe7f0;
  border-radius: 6px;
  color: var(--teal-dark);
  font-size: 0.58rem;
  font-weight: 900;
  min-height: 24px;
}

.cart-line-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-line-bottom .quantity-control.small {
  border-radius: 6px;
  height: 22px;
  width: 76px;
}

.cart-line-bottom .quantity-control.small .quantity-button,
.cart-line-bottom .quantity-control.small .quantity-value {
  height: 22px;
}

.cart-line-bottom .quantity-control.small .quantity-button {
  font-size: 0.78rem;
  width: 24px;
}

.cart-line-bottom .quantity-control.small .quantity-value {
  font-size: 0.62rem;
  min-width: 28px;
}

.cart-line-bottom > strong {
  color: #0b3f91;
  font-size: 0.68rem;
  font-weight: 900;
  white-space: nowrap;
}

.cart-totals {
  border-top: 1px solid #edf2f6;
  padding: 0.7rem 0.85rem 0.85rem;
}

.cart-totals div {
  align-items: center;
  color: #071a4a;
  display: flex;
  font-size: 0.68rem;
  justify-content: space-between;
  margin-bottom: 0.38rem;
}

.cart-totals .grand {
  border-top: 1px solid #edf2f6;
  font-size: 0.82rem;
  font-weight: 900;
  margin: 0.58rem 0 0;
  padding-top: 0.7rem;
}

.checkout-card {
  padding: 0.8rem 0.85rem;
}

.checkout-card h2 {
  color: #071a4a;
  font-size: 0.78rem;
  font-weight: 900;
  margin: 0 0 0.65rem;
}

.checkout-card label {
  align-items: center;
  color: #071a4a;
  display: flex;
  font-size: 0.68rem;
  font-weight: 650;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.checkout-card label span {
  background: #16bd5f;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.48rem;
  font-weight: 850;
  padding: 0.08rem 0.35rem;
}

.address-select {
  background: #ffffff;
  border: 1px solid #edf2f6;
  border-radius: 9px;
  color: #071a4a;
  display: block;
  padding: 0.65rem 0.75rem;
  text-align: left;
  width: 100%;
}

.address-select strong,
.address-select small {
  display: block;
}

.address-select strong {
  font-size: 0.68rem;
  font-weight: 900;
}

.address-select small {
  color: #53637b;
  font-size: 0.62rem;
}

.new-address-link {
  color: #005fd0;
  display: block;
  font-size: 0.66rem;
  font-weight: 850;
  margin-top: 0.6rem;
  text-align: center;
}

.checkout-card textarea {
  border: 1px solid #edf2f6;
  border-radius: 9px;
  color: #071a4a;
  font-size: 0.68rem;
  padding: 0.7rem;
  resize: vertical;
  width: 100%;
}

.checkout-submit-form {
  margin: 0;
}

.checkout-submit {
  align-items: center;
  background: var(--teal-dark);
  border: 0;
  border-radius: 9px;
  color: #ffffff;
  display: flex;
  font-size: 0.76rem;
  font-weight: 900;
  justify-content: space-between;
  padding: 0.85rem 0.9rem;
  width: 100%;
}

.checkout-submit:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.help-support-modal .modal-dialog {
  max-width: 520px;
}

.help-support-modal .modal-content {
  border: 1px solid #d7e7f1;
  border-radius: 18px;
  box-shadow: 0 26px 75px rgba(5, 35, 72, 0.3);
  overflow: hidden;
  padding: 1.25rem;
}

.help-support-header {
  align-items: center;
  background: linear-gradient(135deg, #07558b, #09aabd);
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  gap: 0.9rem;
  margin-bottom: 0.85rem;
  padding: 1.15rem 3rem 1.15rem 1.15rem;
}

.help-support-header > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
}

.help-support-header small {
  display: block;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
  opacity: 0.8;
}

.help-support-header h2 {
  font-size: 1.15rem;
  font-weight: 900;
  margin: 0 0 0.25rem;
}

.help-support-header p {
  font-size: 0.74rem;
  line-height: 1.45;
  margin: 0;
  opacity: 0.9;
}

.help-support-options {
  display: grid;
  gap: 0.65rem;
}

.help-support-option {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfeaf1;
  border-radius: 13px;
  color: #173856;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 0.9rem;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.help-support-option:hover {
  border-color: #96dce6;
  box-shadow: 0 10px 24px rgba(12, 83, 118, 0.12);
  color: #0a5277;
  transform: translateY(-1px);
}

.help-support-option > span {
  align-items: center;
  background: #e6f8fb;
  border-radius: 11px;
  color: var(--teal-dark);
  display: inline-flex;
  font-size: 1.05rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.help-support-option.email > span {
  background: #edf3ff;
  color: #205ca8;
}

.help-support-option.whatsapp > span {
  background: #e5f9ed;
  color: #159447;
}

.help-support-option small,
.help-support-option strong,
.help-support-option p {
  display: block;
}

.help-support-option small {
  color: #7b8998;
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
}

.help-support-option strong {
  color: #12385c;
  font-size: 0.9rem;
  margin: 0.1rem 0;
  overflow-wrap: anywhere;
}

.help-support-option p {
  color: #68788b;
  font-size: 0.69rem;
  line-height: 1.35;
  margin: 0;
}

.help-support-option > i {
  color: #91a0ae;
  font-size: 0.8rem;
}

.help-support-note {
  color: #718094;
  font-size: 0.69rem;
  font-weight: 700;
  margin: 0.85rem 0 0;
  text-align: center;
}

.help-support-note i {
  color: var(--teal-dark);
  margin-right: 0.25rem;
}

.login-prompt-modal .modal-dialog {
  max-width: 430px;
  transition: max-width 160ms ease;
}

.login-prompt-modal.is-register-mode .modal-dialog {
  max-width: 560px;
}

.login-prompt-modal .modal-content {
  border: 1px solid #d9e8f3;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(5, 35, 72, 0.28);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: 1.05rem;
}

.login-prompt-close {
  align-items: center;
  background: #eef7fb;
  border: 1px solid #d8e9f2;
  border-radius: 50%;
  color: #244369;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 34px;
}

.login-prompt-header {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  padding: 0.2rem 2.4rem 0.85rem 0;
}

.login-prompt-header > span {
  align-items: center;
  background: #e7f9fc;
  border-radius: 12px;
  color: var(--teal-dark);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 1.55rem;
  height: 44px;
  justify-content: center;
}

.login-prompt-header h2 {
  color: #071a4a;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0.28rem;
}

.login-prompt-header p {
  color: #61708a;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.25;
  margin: 0;
}

.login-prompt-tabs {
  background: #eef6fa;
  border-radius: 9px;
  display: grid;
  gap: 0.28rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0.8rem;
  padding: 0.25rem;
}

.login-prompt-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #42536d;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 34px;
  width: 100%;
}

.login-prompt-tabs button.active {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(21, 50, 87, 0.1);
  color: var(--teal-dark);
}

.login-prompt-form {
  display: grid;
  gap: 0.68rem;
}

.login-prompt-form label {
  color: #071a4a;
  display: grid;
  font-size: 0.72rem;
  font-weight: 850;
  gap: 0.32rem;
}

.login-prompt-grid {
  display: grid;
  gap: 0.68rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.login-prompt-grid > label {
  grid-column: span 3;
}

.login-prompt-grid > .login-prompt-third {
  grid-column: span 2;
}

.login-prompt-form .form-control,
.login-prompt-form .form-select {
  border: 1px solid #dce8f1;
  border-radius: 9px;
  font-size: 0.82rem;
  min-height: 42px;
}

.login-prompt-grid > .login-prompt-full {
  grid-column: 1 / -1;
}

.login-prompt-form textarea.form-control {
  min-height: 68px;
  resize: vertical;
}

.login-prompt-form button,
.continue-without-login {
  border: 0;
  border-radius: 9px;
  font-size: 0.82rem;
  font-weight: 900;
  min-height: 42px;
}

.login-prompt-form button {
  background: var(--teal);
  color: #ffffff;
}

.continue-without-login {
  background: transparent;
  color: #005fd0;
  margin-top: 0.55rem;
  width: 100%;
}

.container-detail-modal .modal-dialog {
  max-width: 520px;
}

.container-detail-modal .modal-content {
  border: 1px solid #d9e8f3;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(5, 35, 72, 0.28);
  padding: 1.05rem;
}

.container-detail-header {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  padding: 0.2rem 2.4rem 0.85rem 0;
}

.container-detail-header > span {
  align-items: center;
  background: #e7f9fc;
  border-radius: 12px;
  color: var(--teal-dark);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 1.55rem;
  height: 44px;
  justify-content: center;
}

.container-detail-header h2 {
  color: #071a4a;
  font-size: 1.08rem;
  font-weight: 900;
  margin: 0 0 0.22rem;
}

.container-detail-header p {
  color: #61708a;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.25;
  margin: 0;
}

.container-detail-summary {
  align-items: center;
  background: #eef6fa;
  border-radius: 9px;
  color: #071a4a;
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  justify-content: space-between;
  margin-bottom: 0.78rem;
  padding: 0.62rem 0.75rem;
}

.container-detail-summary strong {
  color: var(--teal-dark);
  font-size: 1rem;
}

.container-detail-options {
  display: grid;
  gap: 0.62rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.container-detail-options label {
  border: 1px solid #dce8f1;
  border-radius: 10px;
  color: #071a4a;
  display: grid;
  gap: 0.32rem;
  padding: 0.65rem;
}

.container-detail-options span {
  font-size: 0.72rem;
  font-weight: 900;
}

.container-detail-options small {
  color: #63738d;
  font-size: 0.58rem;
  font-weight: 650;
  min-height: 2.2em;
}

.container-detail-options .form-control {
  border: 1px solid #dce8f1;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 850;
  min-height: 38px;
  text-align: center;
}

.container-detail-price {
  border-top: 1px solid #edf2f6;
  display: grid;
  gap: 0.35rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
}

.container-detail-price div {
  align-items: center;
  color: #071a4a;
  display: flex;
  font-size: 0.72rem;
  justify-content: space-between;
}

.container-detail-price strong {
  color: #0b3f91;
  font-weight: 900;
}

.container-detail-price .grand {
  border-top: 1px solid #edf2f6;
  font-size: 0.86rem;
  font-weight: 900;
  margin-top: 0.25rem;
  padding-top: 0.55rem;
}

.container-detail-submit {
  background: var(--teal);
  border: 0;
  border-radius: 9px;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  margin-top: 0.8rem;
  min-height: 42px;
  width: 100%;
}

.profile-page-layout > .profile-main {
  grid-column: 2 / 4;
}

.profile-main {
  padding: 0.75rem 0.8rem 1rem 0;
}

.profile-shell {
  display: grid;
  gap: 0.85rem;
}

.profile-hero,
.profile-card,
.profile-locked {
  background: #ffffff;
  border: 1px solid #dbe7f1;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(5, 35, 72, 0.06);
}

.profile-hero {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 1rem;
}

.profile-avatar,
.profile-card-title i,
.profile-locked > span {
  align-items: center;
  background: #e7f9fc;
  border-radius: 14px;
  color: var(--teal-dark);
  display: inline-flex;
  justify-content: center;
}

.profile-avatar {
  font-size: 1.55rem;
  height: 58px;
  width: 58px;
}

.profile-hero span {
  color: #61708a;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
}

.profile-hero h1,
.profile-locked h1 {
  color: #071a4a;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0.12rem 0;
}

.profile-hero p,
.profile-locked p {
  color: #61708a;
  font-size: 0.86rem;
  font-weight: 650;
  margin: 0;
}

.profile-logout-form button,
.profile-primary-action {
  align-items: center;
  background: var(--teal);
  border: 0;
  border-radius: 9px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 0.45rem;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
}

.profile-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1.08fr 0.92fr;
}

.profile-card {
  padding: 1rem;
}

.profile-card-title {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.profile-card-title i {
  font-size: 1rem;
  height: 38px;
  width: 38px;
}

.profile-card-title h2 {
  color: #071a4a;
  font-size: 0.98rem;
  font-weight: 900;
  margin: 0;
}

.profile-list,
.profile-address-list {
  display: grid;
  gap: 0.6rem;
}

.profile-row,
.profile-summary div,
.profile-address-item {
  background: #f7fbfd;
  border: 1px solid #e1edf4;
  border-radius: 10px;
  padding: 0.78rem 0.85rem;
}

.profile-row,
.profile-summary div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.profile-row span,
.profile-summary span,
.profile-address-item span,
.profile-empty-row {
  color: #61708a;
  font-size: 0.78rem;
  font-weight: 700;
}

.profile-row strong,
.profile-summary strong {
  color: #0b3f91;
  font-size: 0.92rem;
  font-weight: 900;
}

.profile-summary {
  display: grid;
  gap: 0.6rem;
}

.profile-address-item {
  display: grid;
  gap: 0.4rem;
}

.profile-address-item h3 {
  color: #071a4a;
  font-size: 0.9rem;
  font-weight: 900;
  margin: 0 0 0.18rem;
}

.profile-address-item p {
  color: #42536d;
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.profile-empty-row {
  background: #f7fbfd;
  border: 1px dashed #d7e5ef;
  border-radius: 10px;
  padding: 0.9rem;
}

.profile-locked {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 430px;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.profile-locked > span {
  font-size: 2rem;
  height: 72px;
  width: 72px;
}

.profile-login-modal .tab-content {
  padding-top: 0.75rem;
}

.customer-profile-modal .modal-dialog {
  max-width: 660px;
}

.customer-profile-modal .modal-content {
  border: 1px solid #aab6c2;
  border-radius: 7px;
  box-shadow: 0 18px 50px rgba(8, 25, 44, 0.34);
  padding: 0.34rem;
}

.customer-profile-tabs {
  display: flex;
  gap: 0.26rem;
  padding: 0;
}

.customer-profile-tabs .nav-item {
  flex: 1 1 0;
}

.customer-profile-tabs button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  color: #969696;
  font-size: 1rem;
  font-weight: 800;
  min-height: 44px;
  padding: 0 0.65rem;
  width: 100%;
}

.customer-profile-tabs button.active {
  background: #416fa8;
  border-color: #416fa8;
  color: #ffffff;
}

.customer-profile-content {
  padding-top: 0.7rem;
}

.customer-profile-form {
  display: grid;
  gap: 0.55rem;
}

.customer-profile-form label {
  display: grid;
  position: relative;
}

.customer-profile-form label > span {
  background: #ffffff;
  color: #777777;
  font-size: 0.75rem;
  left: 0.48rem;
  line-height: 1;
  max-width: calc(100% - 1rem);
  overflow: hidden;
  padding: 0 0.16rem;
  position: absolute;
  text-overflow: ellipsis;
  top: -0.36rem;
  white-space: nowrap;
  z-index: 1;
}

.customer-profile-form .form-control {
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  color: #2f2f2f;
  font-size: 1rem;
  min-height: 40px;
  padding: 0.45rem 0.55rem;
}

.customer-profile-two {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-profile-section-title {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.customer-profile-section-title h2 {
  color: #222222;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0;
}

.customer-profile-section-title button {
  align-items: center;
  background: #389444;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.55rem;
  justify-content: center;
  min-height: 35px;
  min-width: 145px;
  padding: 0 0.85rem;
}

.customer-profile-section-title button i {
  font-size: 1.2rem;
}

.customer-profile-table-wrap {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  max-height: 150px;
  overflow: auto;
}

.customer-profile-table {
  border-collapse: collapse;
  color: #202020;
  font-size: 0.78rem;
  table-layout: fixed;
  width: 100%;
}

.customer-profile-table th,
.customer-profile-table td {
  border-left: 1px solid #dddddd;
  padding: 0.45rem 0.55rem;
  text-align: center;
  vertical-align: middle;
}

.customer-profile-table th:first-child,
.customer-profile-table td:first-child {
  border-left: 0;
}

.customer-profile-table th {
  background: #ececec;
  color: #202020;
  font-weight: 900;
  min-height: 30px;
}

.customer-profile-table td {
  background: #ffffff;
  min-height: 42px;
}

.customer-profile-table td:nth-child(2) {
  text-align: center;
}

.customer-profile-table th:last-child,
.customer-profile-table td:last-child,
.customer-profile-table th:nth-last-child(2),
.customer-profile-table td:nth-last-child(2) {
  width: 44px;
}

.customer-profile-icon {
  background: transparent;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 0.18rem;
}

.customer-profile-icon.edit {
  color: #2196f3;
}

.customer-profile-icon.delete {
  color: #f44336;
}

.customer-profile-empty,
.customer-profile-placeholder {
  color: #777777;
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.customer-profile-placeholder {
  border: 1px dashed #c9c9c9;
  border-radius: 5px;
  padding: 2rem 1rem;
}

.customer-profile-save {
  background: #416fa8;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  min-height: 48px;
  width: 100%;
}

.customer-profile-modal .modal-dialog {
  max-width: 620px;
}

.customer-profile-modal .modal-content {
  background: #ffffff;
  border: 1px solid #d9e8f3;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(5, 35, 72, 0.28);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: 1.15rem;
}

.customer-profile-tabs {
  background: #eef6fa;
  border-radius: 9px;
  display: grid;
  gap: 0.28rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 2.7rem 0.75rem 0;
  padding: 0.28rem;
}

.customer-profile-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #42536d;
  font-size: 0.76rem;
  font-weight: 900;
  min-height: 40px;
  overflow: hidden;
  padding: 0 0.45rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-profile-tabs button.active {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(21, 50, 87, 0.1);
  color: var(--teal-dark);
}

.customer-profile-content {
  padding-top: 0;
}

.customer-profile-form {
  gap: 0.65rem;
}

.customer-profile-form label > span {
  color: #071a4a;
  font-size: 0.72rem;
  font-weight: 850;
  left: 0;
  margin-bottom: 0.28rem;
  max-width: 100%;
  overflow: visible;
  padding: 0;
  position: static;
  text-overflow: clip;
  white-space: normal;
}

.customer-profile-form .form-control {
  border: 1px solid #dce8f1;
  border-radius: 9px;
  color: #071a4a;
  font-size: 0.86rem;
  min-height: 42px;
  padding: 0.52rem 0.7rem;
}

.customer-profile-form .form-control:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 0.18rem rgba(22, 177, 191, 0.12);
}

.customer-profile-section-title h2 {
  color: #071a4a;
  font-size: 0.98rem;
  letter-spacing: 0;
}

.customer-profile-section-title button {
  background: var(--teal);
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(0, 131, 145, 0.16);
  font-size: 0.78rem;
  min-height: 38px;
  min-width: 132px;
}

.customer-profile-table-wrap {
  border: 1px solid #dce8f1;
  border-radius: 10px;
  max-height: 132px;
}

.customer-profile-table {
  color: #071a4a;
  font-size: 0.75rem;
}

.customer-profile-address-table th:nth-child(1),
.customer-profile-address-table td:nth-child(1) {
  width: 72px;
}

.customer-profile-address-table th:nth-child(2),
.customer-profile-address-table td:nth-child(2) {
  width: auto;
}

.customer-profile-address-table th:nth-child(3),
.customer-profile-address-table td:nth-child(3) {
  width: 120px;
}

.customer-profile-phone-table th:nth-child(1),
.customer-profile-phone-table td:nth-child(1) {
  width: 82px;
}

.customer-profile-phone-table th:nth-child(2),
.customer-profile-phone-table td:nth-child(2) {
  width: auto;
}

.customer-profile-table th,
.customer-profile-table td {
  border-left: 1px solid #e7eff5;
  padding: 0.48rem 0.5rem;
}

.customer-profile-table th {
  background: #eef6fa;
  color: #071a4a;
}

.customer-profile-table td {
  color: #263a5c;
}

.customer-profile-table th:last-child,
.customer-profile-table td:last-child,
.customer-profile-table th:nth-last-child(2),
.customer-profile-table td:nth-last-child(2) {
  width: 36px;
}

.customer-profile-address-table td:nth-child(2) {
  line-height: 1.35;
  text-align: left;
}

.customer-profile-clamp {
  display: -webkit-box;
  max-height: 4.1em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.customer-profile-phone-table td:nth-child(2) {
  overflow-wrap: anywhere;
}

.customer-profile-icon {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.customer-profile-icon.edit {
  background: #e7f9fc;
  color: var(--teal-dark);
}

.customer-profile-icon.delete {
  background: #fff0f0;
  color: #f04444;
}

.customer-profile-save {
  background: var(--teal);
  border-radius: 9px;
  box-shadow: 0 10px 20px rgba(0, 131, 145, 0.17);
  min-height: 44px;
}

.customer-profile-placeholder {
  background: #f7fbfd;
  border: 1px dashed #d7e5ef;
  border-radius: 10px;
  color: #61708a;
}

.customer-profile-modal .modal-content .customer-profile-form {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.customer-profile-modal .modal-content .customer-profile-form:focus,
.customer-profile-modal .modal-content .customer-profile-form:focus-visible,
.customer-profile-modal .modal-content .customer-profile-form:focus-within {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.customer-profile-actions-only {
  justify-content: flex-end;
  margin-top: 0.1rem;
}

.customer-profile-actions-only h2 {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.customer-profile-modal .customer-profile-table-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}

.customer-profile-address-table {
  min-width: 0;
}

.customer-profile-address-table th:nth-child(1),
.customer-profile-address-table td:nth-child(1) {
  width: 62px;
}

.customer-profile-address-table th:nth-child(3),
.customer-profile-address-table td:nth-child(3) {
  width: 92px;
}

.customer-profile-address-table th:nth-child(4),
.customer-profile-address-table td:nth-child(4),
.customer-profile-address-table th:nth-child(5),
.customer-profile-address-table td:nth-child(5) {
  width: 42px;
}

.customer-profile-phone-table th:nth-child(1),
.customer-profile-phone-table td:nth-child(1) {
  width: 70px;
}

.customer-profile-phone-table th:nth-child(3),
.customer-profile-phone-table td:nth-child(3) {
  width: 44px;
}

.customer-profile-table th,
.customer-profile-table td {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.customer-profile-modal input,
.customer-profile-modal .tab-pane,
.customer-profile-modal .tab-content {
  outline: 0 !important;
}

.transaction-history-modal .modal-dialog {
  max-width: 760px;
}

.transaction-history-modal .modal-content {
  background: #ffffff;
  border: 1px solid #d9e8f3;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(5, 35, 72, 0.28);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: 1.15rem;
}

.transaction-history-header {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin: 0 2.7rem 0.85rem 0;
}

.transaction-history-header > span {
  align-items: center;
  background: #e7f9fc;
  border-radius: 12px;
  color: var(--teal-dark);
  display: inline-flex;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.transaction-history-header h2 {
  color: #071a4a;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0.28rem;
}

.transaction-history-header p {
  color: #61708a;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.transaction-history-summary {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0.75rem;
}

.transaction-history-summary div {
  background: #eef6fa;
  border: 1px solid #dce8f1;
  border-radius: 10px;
  display: grid;
  gap: 0.2rem;
  padding: 0.72rem 0.8rem;
}

.transaction-history-summary span {
  color: #61708a;
  font-size: 0.72rem;
  font-weight: 800;
}

.transaction-history-summary strong {
  color: #0b3f91;
  font-size: 0.96rem;
  font-weight: 900;
}

.transaction-history-table-wrap {
  border: 1px solid #dce8f1;
  border-radius: 10px;
  max-height: 380px;
  overflow: auto;
}

.transaction-history-table {
  border-collapse: collapse;
  color: #071a4a;
  font-size: 0.74rem;
  table-layout: fixed;
  width: 100%;
}

.transaction-history-table th,
.transaction-history-table td {
  border-left: 1px solid #e7eff5;
  padding: 0.56rem 0.5rem;
  vertical-align: middle;
}

.transaction-history-table th:first-child,
.transaction-history-table td:first-child {
  border-left: 0;
}

.transaction-history-table th {
  background: #eef6fa;
  color: #071a4a;
  font-weight: 900;
  position: sticky;
  top: 0;
  z-index: 1;
}

.transaction-history-table th:nth-child(1),
.transaction-history-table td:nth-child(1) {
  width: 82px;
}

.transaction-history-table th:nth-child(2),
.transaction-history-table td:nth-child(2) {
  width: 100px;
}

.transaction-history-table th:nth-child(4),
.transaction-history-table td:nth-child(4),
.transaction-history-table th:nth-child(5),
.transaction-history-table td:nth-child(5),
.transaction-history-table th:nth-child(6),
.transaction-history-table td:nth-child(6) {
  text-align: right;
  width: 92px;
}

.transaction-history-table th:nth-child(7),
.transaction-history-table td:nth-child(7) {
  text-align: center;
  width: 72px;
}

.transaction-history-table td {
  background: #ffffff;
  border-top: 1px solid #edf3f7;
}

.transaction-history-table td strong,
.transaction-history-table td span {
  display: block;
}

.transaction-history-table td strong {
  color: #071a4a;
  font-weight: 900;
  line-height: 1.25;
}

.transaction-history-table td span {
  color: #61708a;
  font-size: 0.68rem;
  font-weight: 700;
  margin-top: 0.18rem;
}

.transaction-history-empty {
  color: #61708a;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 1.4rem !important;
  text-align: center;
}

.transaction-detail-toggle {
  background: #e7f9fc;
  border: 1px solid #caedf4;
  border-radius: 8px;
  color: var(--teal-dark);
  font-size: 0.7rem;
  font-weight: 900;
  min-height: 30px;
  padding: 0 0.62rem;
}

.transaction-detail-toggle:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #ffffff;
}

.transaction-detail-row > td {
  background: #f7fbfd !important;
  padding: 0 !important;
}

.transaction-detail-panel {
  border-top: 1px solid #edf3f7;
  padding: 0.7rem;
}

.transaction-detail-table {
  border-collapse: collapse;
  font-size: 0.72rem;
  table-layout: fixed;
  width: 100%;
}

.transaction-detail-table th,
.transaction-detail-table td {
  border-left: 1px solid #e7eff5;
  padding: 0.46rem 0.5rem;
  vertical-align: middle;
}

.transaction-detail-table th:first-child,
.transaction-detail-table td:first-child {
  border-left: 0;
}

.transaction-detail-table th {
  background: #eef6fa;
  color: #071a4a;
  font-weight: 900;
}

.transaction-detail-table td {
  background: #ffffff;
  border-top: 1px solid #edf3f7;
  color: #263a5c;
}

.transaction-detail-table th:nth-child(1),
.transaction-detail-table td:nth-child(1) {
  width: 96px;
}

.transaction-detail-table th:nth-child(3),
.transaction-detail-table td:nth-child(3) {
  text-align: center;
  width: 46px;
}

.transaction-detail-table th:nth-child(4),
.transaction-detail-table td:nth-child(4) {
  text-align: right;
  width: 74px;
}

.transaction-detail-table th:nth-child(5),
.transaction-detail-table td:nth-child(5) {
  text-align: right;
  width: 78px;
}

.transaction-detail-empty {
  color: #61708a;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.6rem;
  text-align: center;
}

.mobile-cart-bar {
  display: none;
}

.mobile-site-header,
.mobile-menu-backdrop,
.mobile-side-close {
  display: none;
}

.quantity-input {
  max-width: 84px;
}

.footer {
  display: none;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

@media (max-width: 1399.98px) {
  .order-layout {
    grid-template-columns: 220px minmax(0, 1fr) 300px;
  }

  .products-only-layout {
    grid-template-columns: 192px minmax(0, 1fr) 252px;
  }

  .information-layout {
    padding-left: 192px;
  }

  .contact-information-layout {
    padding-left: 208px;
  }

  .side-menu {
    width: 192px;
  }

  .hamidiye-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-tabs {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }

  .modern-product-grid {
    grid-template-columns: repeat(4, minmax(128px, 1fr));
  }
}

@media (max-width: 1099.98px) {
  .order-layout {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .promo-panel {
    display: none;
  }

  .products-only-layout {
    grid-template-columns: 216px minmax(0, 1fr);
  }

  .information-layout {
    padding-left: 216px;
  }

  .contact-information-layout {
    padding-left: 232px;
  }

  .contact-dashboard {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .contact-only-main {
    display: block;
    height: auto;
  }

  .contact-page {
    overflow: auto;
  }

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 480px;
  }

  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }

  .contact-brand-logo-wrap {
    grid-column: 1 / -1;
  }

  .contact-primary-card {
    grid-column: 1 / -1;
  }

  .side-menu {
    width: 216px;
  }

  .products-only-layout > .order-main {
    grid-column: 2;
  }

  .profile-page-layout > .profile-main {
    grid-column: 2;
  }

  .cart-panel {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body {
    margin-bottom: 0;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .mobile-site-header {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #dce8ef;
    box-shadow: 0 7px 22px rgba(17, 54, 86, 0.1);
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 64px;
    padding: 0.45rem 0.8rem;
    position: sticky;
    top: 0;
    z-index: 1040;
  }

  .mobile-header-button {
    align-items: center;
    background: #e9f8fb;
    border: 1px solid #d0edf2;
    border-radius: 12px;
    color: var(--teal-dark);
    display: inline-flex;
    font-size: 1.35rem;
    height: 44px;
    justify-content: center;
    position: relative;
    width: 44px;
  }

  .mobile-header-brand {
    color: #073d69;
    display: grid;
    justify-items: center;
    line-height: 1.1;
  }

  .mobile-header-brand strong {
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.06em;
  }

  .mobile-header-brand small {
    color: #778696;
    font-size: 0.62rem;
    font-weight: 750;
    margin-top: 0.18rem;
  }

  .mobile-header-cart span {
    align-items: center;
    background: #ef3f4c;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.58rem;
    font-weight: 900;
    height: 19px;
    justify-content: center;
    min-width: 19px;
    padding: 0 0.22rem;
    position: absolute;
    right: -5px;
    top: -5px;
  }

  .mobile-menu-backdrop {
    background: rgba(4, 24, 45, 0.48);
    border: 0;
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    visibility: hidden;
    z-index: 1045;
  }

  body.mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .order-layout {
    display: block;
    padding: 0;
  }

  .side-menu {
    border: 0;
    border-radius: 0 18px 18px 0;
    height: 100dvh;
    left: 0;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform 190ms ease;
    width: min(86vw, 320px);
    z-index: 1050;
  }

  body.mobile-menu-open .side-menu {
    transform: translateX(0);
  }

  .mobile-side-close {
    align-items: center;
    background: #edf7fa;
    border: 1px solid #d9e9ef;
    border-radius: 50%;
    color: #244369;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    width: 36px;
    z-index: 2;
  }

  .order-main {
    padding: 0 0.8rem 0.8rem;
  }

  .profile-main {
    padding: 0 0.8rem 0.8rem;
  }

  .profile-hero {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .profile-logout-form {
    grid-column: 1 / -1;
  }

  .profile-logout-form button {
    width: 100%;
  }

  .profile-grid {
    grid-template-columns: 1fr;
  }

  .product-list-main {
    padding: 0.8rem 0.9rem 2.5rem;
  }

  .side-logo {
    display: flex;
    flex: 0 0 92px;
    height: 92px;
    min-height: 92px;
    padding-right: 2.5rem;
  }

  .side-nav {
    display: grid;
    gap: 0.22rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.65rem 0 1rem;
  }

  .side-nav a {
    border: 0;
    border-radius: 0 999px 999px 0;
    flex: none;
    font-size: 0.86rem;
    gap: 0.7rem;
    margin-right: 0.75rem;
    min-height: 44px;
    padding: 0 1rem;
  }

  .side-nav a.active {
    border-radius: 0 999px 999px 0;
    margin-right: 0.75rem;
  }

  .side-nav a span {
    display: inline-flex;
    flex: 0 0 28px;
    width: 28px;
  }

  .side-nav-divider,
  .side-nav-caption {
    display: block;
  }

  .side-nav a:nth-last-child(-n + 7) {
    font-size: 0.82rem;
    min-height: 42px;
  }

  .information-main {
    grid-column: auto;
    padding: 0.9rem 1rem 2.5rem;
  }

  .contact-only-main {
    height: auto;
    min-height: auto;
    padding-top: 0.8rem;
  }

  .information-layout {
    padding-left: 0;
  }

  .contact-information-layout {
    padding-left: 0;
  }

  .information-hero {
    align-items: flex-start;
    border-radius: 14px;
    padding: 1.15rem;
  }

  .information-hero > span {
    flex-basis: 44px;
    font-size: 1.25rem;
    height: 44px;
  }

  .information-hero h1 {
    font-size: 1.25rem;
  }

  .company-info-grid {
    grid-template-columns: 1fr;
  }

  .company-only-main {
    display: block;
    min-height: auto;
    padding-top: 0.8rem;
  }

  .information-content {
    padding: 0.35rem 1.05rem;
  }

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 360px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-primary-card {
    grid-column: auto;
  }

  .contact-address-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .contact-address-card > a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .order-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-actions {
    width: 100%;
  }

  .customer-chip,
  .cart-tile {
    flex: 1;
  }

  .menu-tabs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
  }

  .menu-tabs a {
    flex: 0 0 155px;
    min-height: 52px;
  }

  .hamidiye-grid {
    grid-template-columns: 1fr;
  }

  .modern-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modern-product-media {
    flex-basis: 126px;
    height: 126px;
  }

  .modern-product-body {
    padding: 0;
  }

  .modern-product-body h2 {
    min-height: auto;
  }

  .login-prompt-modal .modal-dialog {
    margin: 0.7rem;
  }

  .login-prompt-grid {
    grid-template-columns: 1fr;
  }

  .customer-profile-modal .modal-dialog {
    margin: 0.7rem;
  }

  .customer-profile-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-profile-tabs button {
    font-size: 0.82rem;
    min-height: 38px;
  }

  .customer-profile-two {
    grid-template-columns: 1fr;
  }

  .customer-profile-section-title {
    align-items: stretch;
    flex-direction: column;
    gap: 0.45rem;
  }

  .customer-profile-section-title button {
    width: 100%;
  }

  .transaction-history-modal .modal-dialog {
    margin: 0.7rem;
  }

  .transaction-history-summary {
    grid-template-columns: 1fr;
  }

  .transaction-history-table {
    min-width: 680px;
  }

  .container-detail-modal .modal-dialog {
    margin: 0.7rem;
  }

  .container-detail-options {
    grid-template-columns: 1fr;
  }

  .product-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
    min-height: auto;
  }

  .banner-carousel,
  .banner-carousel .carousel-inner,
  .banner-carousel .carousel-item {
    aspect-ratio: 1774 / 590;
  }

  .banner-carousel img {
    object-fit: cover;
  }

  .modern-product-grid {
    max-height: none;
    overflow-y: visible;
    overscroll-behavior: auto;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }

  .hamidiye-card {
    grid-template-columns: 104px minmax(0, 1fr) 38px;
  }

  .card-content h2 {
    font-size: 1.08rem;
  }

  .mobile-cart-bar {
    display: none;
  }
}
