.shop-page {

  margin: 0;

  font-family: system-ui, "Segoe UI", Tahoma, sans-serif;

  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-accent, #eef2f7) 22%, #fff 78%) 0%,
    color-mix(in srgb, var(--brand-accent, #f8fafc) 14%, #faf8f5 86%) 28%,
    color-mix(in srgb, var(--brand-accent, #f4f6f8) 10%, #f4f6f8 90%) 100%
  );

  color: #111827;

  min-height: 100dvh;

}



/* —— Hero banners —— */

.shop-hero {

  margin-bottom: 1rem;

}



.shop-hero-viewport {

  position: relative;

  border-radius: 16px;

  overflow: hidden;

  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);

  background: #0f172a;

}



.shop-hero-track {

  position: relative;

  aspect-ratio: 3 / 1;

  min-height: 96px;

  max-height: 160px;

}



@media (min-width: 640px) {

  .shop-hero-track {

    aspect-ratio: 3.5 / 1;

    max-height: 180px;

  }

}



.shop-hero-slide {

  position: absolute;

  inset: 0;

  opacity: 0;

  transition: opacity 0.55s ease;

  pointer-events: none;

}



.shop-hero-slide.is-active {

  opacity: 1;

  pointer-events: auto;

  z-index: 1;

}



.shop-hero-slide img,

.shop-hero-link {

  display: block;

  width: 100%;

  height: 100%;

}



.shop-hero-link img,

.shop-hero-slide > img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.shop-hero-nav {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  z-index: 2;

  border: 0;

  width: 2.25rem;

  height: 2.25rem;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.88);

  color: #111827;

  font-size: 1.35rem;

  line-height: 1;

  cursor: pointer;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);

}



.shop-hero-prev { right: 0.55rem; }

.shop-hero-next { left: 0.55rem; }



.shop-hero-dots {

  display: flex;

  justify-content: center;

  gap: 0.4rem;

  margin-top: 0.55rem;

}



.shop-hero-dot {

  width: 0.55rem;

  height: 0.55rem;

  border-radius: 999px;

  border: 0;

  padding: 0;

  background: #cbd5e1;

  cursor: pointer;

  transition: width 0.2s, background 0.2s;

}



.shop-hero-dot.is-active {

  width: 1.35rem;

  background: var(--brand-primary, #1e5631);

}



/* —— Header (ROOF-style) —— */

.shop-header {

  position: sticky;

  top: 0;

  z-index: 20;

  background: linear-gradient(

    90deg,

    var(--shop-header-from, var(--brand-primary, #1e5631)) 0%,

    color-mix(in srgb, var(--shop-header-from, var(--brand-primary, #1e5631)) 55%, var(--shop-header-to, var(--brand-accent, #e8f5e9)) 45%) 55%,

    var(--shop-header-to, var(--brand-accent, #f0fdf4)) 100%

  );

  color: var(--shop-header-fg, #fff);

  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);

}



.shop-header-inner {

  max-width: 1100px;

  margin: 0 auto;

  padding: 0.5rem 0.85rem;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 0.65rem;

  flex-wrap: wrap;

}



.shop-header-brand {

  display: flex;

  align-items: center;

  gap: 0.65rem;

  min-width: 0;

  flex: 0 1 auto;

}



.shop-header-icon {

  width: 46px;

  height: 46px;

  object-fit: contain;

  border-radius: 10px;

  background: rgba(255, 255, 255, 0.15);

  padding: 3px;

  flex-shrink: 0;

}



@media (min-width: 720px) {

  .shop-header-icon {

    width: 52px;

    height: 52px;

  }

}



.shop-header-titles h1 {

  margin: 0;

  font-size: 1.05rem;

  font-weight: 700;

  line-height: 1.2;

}



.shop-sub {

  margin: 0.15rem 0 0;

  font-size: 0.72rem;

  opacity: 0.88;

}



.shop-header-nav {

  display: none;

  align-items: center;

  gap: 0;

  font-size: 0.88rem;

}



.shop-nav-link {

  color: inherit;

  text-decoration: none;

  padding: 0.25rem 0.45rem;

  opacity: 0.92;

}



.shop-nav-link:hover,

.shop-nav-link.active {

  font-weight: 700;

  opacity: 1;

}



.shop-nav-sep {

  display: inline-block;

  width: 1px;

  height: 1rem;

  background: currentColor;

  opacity: 0.35;

  margin: 0 0.35rem;

}



.shop-header-social {

  display: none;

  align-items: center;

  gap: 0.45rem;

}



.shop-social-btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 2rem;

  height: 2rem;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.22);

  color: inherit;

  text-decoration: none;

  transition: background 0.15s;

}



.shop-social-btn:hover {

  background: rgba(255, 255, 255, 0.35);

}



.shop-social-btn svg {

  width: 1.05rem;

  height: 1.05rem;

}



.shop-header-util {

  --shop-util-icon-size: 2.125rem;

  display: flex;

  align-items: center;

  gap: 0.35rem;

  margin-right: auto;

}



.shop-util-link:not(.shop-login-link) {

  color: inherit;

  text-decoration: none;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: var(--shop-util-icon-size);

  height: var(--shop-util-icon-size);

  font-size: var(--shop-util-icon-size);

  line-height: 1;

  padding: 0;

  opacity: 0.95;

}



.shop-util-link.shop-login-link {

  color: inherit;

  text-decoration: none;

  padding: 0.25rem 0.35rem;

  opacity: 0.95;

}



.shop-util-cart {

  border: 0;

  background: transparent;

  color: inherit;

  cursor: pointer;

  display: inline-flex;

  align-items: center;

  gap: 0.35rem;

  padding: 0;

  font-size: 1rem;

  line-height: 1;

}



.shop-cart-icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: var(--shop-util-icon-size);

  height: var(--shop-util-icon-size);

  font-size: var(--shop-util-icon-size);

  line-height: 1;

}



#shop-cart-badge {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: calc(var(--shop-util-icon-size) - 2px);

  height: calc(var(--shop-util-icon-size) - 2px);

  min-width: calc(var(--shop-util-icon-size) - 2px);

  background: #ef4444;

  color: #fff;

  border-radius: 50%;

  font-size: calc(var(--shop-util-icon-size) * 0.42 + 2px);

  font-weight: 700;

  line-height: 1;

  padding: 0;

  flex-shrink: 0;

  box-sizing: border-box;

}



/* display أعلاه يتجاوز خاصية hidden — أخفِ الشارة صراحة عند الفراغ */
#shop-cart-badge[hidden] {
  display: none !important;
}



@media (min-width: 720px) {

  .shop-header-nav,

  .shop-header-social {

    display: flex;

  }



  .shop-header-inner {

    flex-wrap: nowrap;

  }



  .shop-header-util {

    margin-right: 0;

  }

}



/* —— Main catalog —— */

.shop-main {

  max-width: 1100px;

  margin: 0 auto;

  padding: 0.75rem 0.85rem 5rem;

}



.shop-sections {

  display: flex;

  gap: 0.55rem;

  overflow-x: auto;

  padding-bottom: 0.35rem;

  margin-bottom: 0.65rem;

  scrollbar-width: none;

}



.shop-sections::-webkit-scrollbar {

  display: none;

}



@media (min-width: 720px) {

  .shop-sections {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));

    overflow: visible;

    gap: 0.65rem;

  }

}



.shop-sections[hidden] {

  display: none !important;

}



.shop-section-btn {

  flex: 0 0 auto;

  min-width: 8.5rem;

  border: 1px solid rgba(255, 255, 255, 0.6);

  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);

  border-radius: 14px;

  padding: 0.72rem 1rem;

  font-size: 0.92rem;

  font-weight: 700;

  cursor: pointer;

  text-align: center;

  color: #334155;

  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);

  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;

}



.shop-section-btn:hover {

  transform: translateY(-1px);

  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);

}



.shop-section-btn.active {

  border-color: var(--brand-primary, #1e5631);

  background: linear-gradient(145deg, color-mix(in srgb, var(--brand-accent, #f0fdf4) 75%, #fff 25%) 0%, #fff 100%);

  color: var(--brand-primary, #1e5631);

  box-shadow: 0 4px 14px color-mix(in srgb, var(--brand-primary, #1e5631) 18%, transparent 82%);

}



.shop-categories {

  display: flex;

  gap: 0.45rem;

  overflow-x: auto;

  padding: 0.35rem 0 0.85rem;

  scrollbar-width: none;

}



.shop-categories::-webkit-scrollbar {

  display: none;

}



.shop-cat-btn {

  flex: 0 0 auto;

  border: 1px solid #e2e8f0;

  background: #fff;

  border-radius: 999px;

  padding: 0.42rem 0.95rem;

  font-size: 0.84rem;

  cursor: pointer;

  white-space: nowrap;

  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);

  transition: background 0.15s, border-color 0.15s;

}



.shop-cat-btn.active {

  background: var(--brand-primary, #1e5631);

  border-color: var(--brand-primary, #1e5631);

  color: #fff;

  font-weight: 600;

  box-shadow: 0 3px 10px color-mix(in srgb, var(--brand-primary, #1e5631) 25%, transparent 75%);

}



.shop-products {

  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(10.75rem, 1fr));

  gap: 0.9rem;

}



@media (min-width: 640px) {

  .shop-products {

    grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));

    gap: 1rem;

  }

}



.shop-card {

  background: #fff;

  border-radius: 16px;

  overflow: hidden;

  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.07);

  display: flex;

  flex-direction: column;

  border: 1px solid rgba(226, 232, 240, 0.9);

  transition: transform 0.18s, box-shadow 0.18s;

}



.shop-card:hover {

  transform: translateY(-2px);

  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.11);

}



.shop-card-highlight {

  outline: 2px solid var(--brand-primary, #1e5631);

  outline-offset: 2px;

}



.shop-card-img {

  aspect-ratio: 4 / 3;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 2rem;

  background: transparent;

  overflow: visible;

}



.shop-card-img::before {

  content: "";

  position: absolute;

  inset: -6% -4%;

  pointer-events: none;

  background: radial-gradient(

    ellipse 70% 64% at 50% 46%,

    color-mix(in srgb, var(--brand-accent, #e2e8f0) 72%, #fff 28%) 0%,

    color-mix(in srgb, var(--brand-accent, #e2e8f0) 38%, transparent 62%) 38%,

    transparent 68%

  );

  -webkit-mask-image: radial-gradient(

    ellipse 96% 94% at 50% 48%,

    #000 28%,

    transparent 76%

  );

  mask-image: radial-gradient(

    ellipse 96% 94% at 50% 48%,

    #000 28%,

    transparent 76%

  );

}



.shop-card-img img {

  position: relative;

  z-index: 1;

  width: 100%;

  height: 100%;

  object-fit: contain;

  padding: 0.85rem 1rem;

  box-sizing: border-box;

  -webkit-mask-image: radial-gradient(

    ellipse 92% 90% at 50% 50%,

    #000 58%,

    transparent 100%

  );

  mask-image: radial-gradient(

    ellipse 92% 90% at 50% 50%,

    #000 58%,

    transparent 100%

  );

}



.shop-card-body {

  padding: 0.7rem 0.75rem 0.75rem;

  flex: 1;

  display: flex;

  flex-direction: column;

  gap: 0.3rem;

}



.shop-card-title {

  margin: 0;

  font-size: 0.92rem;

  line-height: 1.35;

  font-weight: 700;

}



.shop-card-desc {

  margin: 0;

  font-size: 0.78rem;

  color: #6b7280;

  line-height: 1.4;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



.shop-card-meta {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 0.35rem;

  flex-wrap: wrap;

}



.shop-card-price {

  margin: 0;

  font-weight: 700;

  color: var(--brand-primary, #1e5631);

  font-size: 0.9rem;

}



.shop-card-rating {

  font-size: 0.75rem;

  color: #6b7280;

}



.shop-card-actions {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 0.4rem;

  margin-top: 0.35rem;

}



.shop-card-secondary {

  border: 1px solid #d1d5db;

  background: #fff;

  border-radius: 8px;

  padding: 0.38rem 0.35rem;

  cursor: pointer;

  font-size: 0.78rem;

  color: #374151;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 0.25rem;

}



.shop-card-add {

  margin-top: 0.35rem;

  border: 0;

  background: linear-gradient(135deg, var(--brand-primary, #1e5631), color-mix(in srgb, var(--brand-primary, #1e5631) 82%, #000 18%));

  color: #fff;

  border-radius: 11px;

  padding: 0.58rem;

  cursor: pointer;

  font-size: 0.88rem;

  font-weight: 700;

  box-shadow: 0 3px 10px color-mix(in srgb, var(--brand-primary, #1e5631) 28%, transparent 72%);

}



.shop-card-add.is-disabled,
.shop-card-add:disabled {
  background: #94a3b8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.85;
}

.shop-closed-banner {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0.75rem 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid #fcd34d;
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  color: #78350f;
  line-height: 1.55;
}

.shop-closed-banner__icon {
  font-size: 1.45rem;
  line-height: 1;
}

.shop-closed-banner__title {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.shop-closed-banner__text {
  margin: 0;
  font-size: 0.9rem;
}

.shop-closed-banner__hours {
  margin: 0.4rem 0 0;
  font-size: 0.86rem;
}

.shop-open-hours-hint {
  margin: 0.55rem 0 0.75rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #065f46;
  font-size: 0.82rem;
  font-weight: 600;
  width: fit-content;
  max-width: 100%;
}

.shop-closed-note {
  margin: 0 0 0.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 0.86rem;
  line-height: 1.5;
}

.shop-disabled {

  max-width: 480px;

  margin: 3rem auto;

  text-align: center;

  padding: 1rem;

}



/* —— Drawer —— */

.shop-drawer[hidden] {

  display: none !important;

}



.shop-drawer {

  position: fixed;

  inset: 0;

  z-index: 50;

}



.shop-drawer-backdrop {

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, 0.45);

}



.shop-drawer-panel {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  max-height: 92dvh;

  background: #fff;

  border-radius: 16px 16px 0 0;

  display: flex;

  flex-direction: column;

  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.15);

}



.shop-drawer-head {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0.85rem 1rem;

  border-bottom: 1px solid #e5e7eb;

}



.shop-drawer-head h2 {

  margin: 0;

  font-size: 1rem;

}



.shop-drawer-head button {

  border: 0;

  background: transparent;

  font-size: 1.2rem;

  cursor: pointer;

}



.shop-drawer-body {

  overflow-y: auto;

  padding: 0.85rem 1rem;

  flex: 1;

}



.shop-drawer-foot {

  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));

  border-top: 1px solid #e5e7eb;

  background: #fafafa;

}



.shop-line {

  display: flex;

  gap: 0.65rem;

  align-items: center;

  padding: 0.55rem 0;

  border-bottom: 1px solid #f3f4f6;

}



.shop-line-info {

  flex: 1;

  min-width: 0;

}



.shop-line-name {

  margin: 0;

  font-size: 0.9rem;

}



.shop-line-price {

  margin: 0.15rem 0 0;

  font-size: 0.82rem;

  color: #6b7280;

}



.shop-qty {

  display: flex;

  align-items: center;

  gap: 0.35rem;

}



.shop-qty button {

  width: 1.75rem;

  height: 1.75rem;

  border: 1px solid #d1d5db;

  background: #fff;

  border-radius: 6px;

  cursor: pointer;

}



.shop-field {

  margin-bottom: 0.75rem;

}



.shop-field label {

  display: block;

  font-size: 0.85rem;

  margin-bottom: 0.3rem;

}



.shop-field input,

.shop-field textarea,

.shop-field select {

  width: 100%;

  box-sizing: border-box;

  border: 1px solid #d1d5db;

  border-radius: 8px;

  padding: 0.55rem 0.65rem;

  font: inherit;

}



.shop-field textarea {

  min-height: 4.5rem;

  resize: vertical;

}



.shop-choice-row {

  display: flex;

  gap: 0.5rem;

}



.shop-choice {

  flex: 1;

  border: 1px solid #d1d5db;

  background: #fff;

  border-radius: 10px;

  padding: 0.65rem;

  cursor: pointer;

  text-align: center;

  font-size: 0.88rem;

}



.shop-choice.selected {

  border-color: var(--brand-primary, #1e5631);

  background: #f0fdf4;

}



.shop-pay-list {

  display: flex;

  flex-direction: column;

  gap: 0.45rem;

}



.shop-pay-item {

  border: 1px solid #d1d5db;

  border-radius: 10px;

  padding: 0.65rem 0.75rem;

  cursor: pointer;

  background: #fff;

}



.shop-pay-item.selected {

  border-color: var(--brand-primary, #1e5631);

  background: #f0fdf4;

}



.shop-summary {

  font-size: 0.9rem;

  line-height: 1.6;

  margin-bottom: 0.65rem;

}



.shop-btn-primary {

  width: 100%;

  border: 0;

  background: var(--brand-primary, #1e5631);

  color: #fff;

  border-radius: 10px;

  padding: 0.7rem;

  font-size: 0.95rem;

  cursor: pointer;

}



.shop-btn-secondary {

  width: 100%;

  border: 1px solid #d1d5db;

  background: #fff;

  border-radius: 10px;

  padding: 0.65rem;

  margin-top: 0.45rem;

  cursor: pointer;

}



.shop-bank-box {

  background: #f8fafc;

  border: 1px solid #e2e8f0;

  border-radius: 10px;

  padding: 0.65rem;

  font-size: 0.85rem;

  white-space: pre-wrap;

  margin: 0.65rem 0;

}



.shop-success {

  text-align: center;

  padding: 1rem 0.5rem;

  line-height: 1.65;

}



/* —— Modals —— */

.shop-modal[hidden] {

  display: none !important;

}



.shop-modal {

  position: fixed;

  inset: 0;

  z-index: 55;

  display: flex;

  align-items: flex-end;

  justify-content: center;

}



@media (min-width: 520px) {

  .shop-modal {

    align-items: center;

  }

}



.shop-modal-backdrop {

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, 0.45);

}



.shop-modal-panel {

  position: relative;

  z-index: 1;

  width: min(100%, 420px);

  background: #fff;

  border-radius: 16px 16px 0 0;

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);

  margin: 0;

}



@media (min-width: 520px) {

  .shop-modal-panel {

    border-radius: 16px;

    margin: 1rem;

  }

}



.shop-modal-head {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0.85rem 1rem;

  border-bottom: 1px solid #e5e7eb;

}



.shop-modal-head h3 {

  margin: 0;

  font-size: 1rem;

}



.shop-modal-head button {

  border: 0;

  background: transparent;

  font-size: 1.2rem;

  cursor: pointer;

}



.shop-modal-body {

  padding: 0.85rem 1rem 1rem;

}



.shop-modal-product {

  margin: 0 0 0.75rem;

  font-weight: 600;

}



.shop-stars {

  display: flex;

  justify-content: center;

  gap: 0.35rem;

  margin-bottom: 0.85rem;

}



.shop-stars button {

  border: 0;

  background: transparent;

  font-size: 1.75rem;

  color: #d1d5db;

  cursor: pointer;

  padding: 0.15rem;

  line-height: 1;

}



.shop-stars button.selected,

.shop-stars button:hover {

  color: #f59e0b;

}



.shop-share-consent {

  font-size: 0.82rem;

  line-height: 1.45;

  margin: 0.35rem 0 0;

  opacity: 0.88;

}



.shop-share-text {

  width: 100%;

  box-sizing: border-box;

  border: 1px solid #d1d5db;

  border-radius: 8px;

  padding: 0.55rem;

  font: inherit;

  font-size: 0.85rem;

  margin-bottom: 0.65rem;

  resize: none;

}



.shop-share-actions {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 0.45rem;

}



.shop-share-actions .shop-btn-secondary {

  margin-top: 0;

}



.shop-share-picker {

  margin-top: 0.75rem;

  padding-top: 0.75rem;

  border-top: 1px solid #e5e7eb;

}



.shop-share-picker-label {

  margin: 0 0 0.55rem;

  font-size: 0.82rem;

  text-align: center;

}



.shop-share-picker-grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 0.45rem;

}



.shop-share-picker-btn {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 0.2rem;

  min-height: 4.25rem;

  padding: 0.55rem 0.35rem;

  border: 1px solid #d1d5db;

  border-radius: 10px;

  background: #fff;

  color: #111827;

  font: inherit;

  font-size: 0.8rem;

  cursor: pointer;

}



.shop-share-picker-btn:hover {

  background: #f9fafb;

  border-color: #9ca3af;

}



.shop-share-picker-icon {

  font-size: 1.25rem;

  line-height: 1;

}



.shop-toast {

  position: fixed;

  bottom: 1rem;

  left: 50%;

  transform: translateX(-50%);

  background: #111827;

  color: #fff;

  padding: 0.55rem 1rem;

  border-radius: 999px;

  font-size: 0.85rem;

  z-index: 60;

  max-width: 90vw;

}



/* —— صفحات معلومات (العروض / من نحن) —— */

.shop-info-main {

  max-width: 720px;

  margin: 0 auto;

  padding: 1.25rem 1rem 2.5rem;

}



.shop-info-card {

  background: #fff;

  border: 1px solid #e5e7eb;

  border-radius: 16px;

  padding: 1.25rem 1.35rem 1.5rem;

  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);

}



.shop-info-title {

  margin: 0 0 0.85rem;

  font-size: 1.35rem;

  color: #0f172a;

}



.shop-info-body {

  margin: 0;

  white-space: pre-wrap;

  line-height: 1.75;

  color: #334155;

  font-size: 0.98rem;

}



.shop-info-back {

  margin: 1.25rem 0 0;

}



.shop-info-back-link {

  color: var(--brand-primary, #0f766e);

  font-weight: 600;

  text-decoration: none;

}



.shop-info-back-link:hover {

  text-decoration: underline;

}



.shop-info-unavailable .shop-info-body {

  color: #64748b;

}

