/* Madina Food Service (MFS) — red / black / white brand tokens */
body.cake-storefront {
  --sc-primary: #e53935;
  --sc-primary-hover: #c62828;
  --sc-primary-rgb: 229, 57, 53;
  --sc-accent: #ff5252;
  --sc-accent-light: #ff8a80;
  --sc-dark: #000000;
  --sc-dark-surface: #0d0d0d;
  --sc-tab-inactive: #ffebee;
  --sc-tab-active: #ffcdd2;
  --sc-bg-top: #fafafa;
  --sc-bg-bottom: #f5f5f5;
  --sc-border: #eeeeee;
  --sc-border-accent: #ffcdd2;
  --sc-text-muted: #757575;
  --font-body-family: "Assistant", sans-serif;
  --font-heading-family: "Assistant", sans-serif;
  --font-category-overlay: "Lobster", cursive;
  --font-heading-weight: 400;
  --font-heading-scale: 1;
  background: linear-gradient(180deg, var(--sc-bg-top) 0%, var(--sc-bg-bottom) 100%);
  font-family: var(--font-body-family);
}
.cake-storefront,
.cake-storefront body {
  font-family: var(--font-body-family);
}
.cake-storefront h1,
.cake-storefront h2,
.cake-storefront h3,
.cake-storefront h4,
.cake-storefront h5,
.cake-storefront h6 {
  font-family: var(--font-heading-family);
}

.cake-storefront .btn-primary {
  background-color: var(--sc-primary);
  color: #ffffff;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.cake-storefront .btn-primary:hover {
  background-color: var(--sc-primary-hover);
}
.cake-storefront .btn-primary:focus-visible {
  outline: 2px solid var(--sc-primary);
  outline-offset: 2px;
}
.cake-storefront .btn-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
.cake-storefront .sc-btn-loading {
  pointer-events: none;
}
.cake-storefront .sc-btn-loading-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.cake-storefront .sc-btn-spinner {
  width: 0.95em;
  height: 0.95em;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: sc-btn-spin 0.65s linear infinite;
}
.cake-storefront .sc-card-cta.sc-btn-loading {
  min-width: 6.75rem;
}
@keyframes sc-btn-spin {
  to {
    transform: rotate(360deg);
  }
}

.cake-storefront .text-sc-primary {
  color: var(--sc-primary);
}
.cake-storefront .bg-sc-primary {
  background-color: var(--sc-primary);
}
.cake-storefront .border-sc-primary {
  border-color: var(--sc-primary);
}
.cake-storefront .ring-sc-primary {
  --tw-ring-color: var(--sc-primary);
}

/* Top announcement bar — dual promo + policy messages */
.cake-storefront .sc-top-announcement {
  background: var(--sc-primary);
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.35;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cake-storefront .sc-top-announcement__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 1.25rem;
  max-width: 80rem;
  margin-inline: auto;
  padding: 0.5rem 1rem;
}
@media (min-width: 640px) {
  .cake-storefront .sc-top-announcement__inner {
    padding: 0.55rem 1.5rem;
    font-size: 0.875rem;
  }
}
.cake-storefront .sc-top-announcement__promo {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .cake-storefront .sc-top-announcement__promo {
    text-align: left;
  }
}
.cake-storefront .sc-top-announcement__link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.cake-storefront .sc-top-announcement__link:hover {
  opacity: 0.92;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cake-storefront .sc-top-announcement__policy {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  flex: 1 1 16rem;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 500;
}
@media (min-width: 768px) {
  .cake-storefront .sc-top-announcement__policy {
    flex: 0 1 auto;
    max-width: min(52%, 36rem);
    text-align: right;
    justify-content: flex-end;
  }
}
.cake-storefront .sc-top-announcement__policy-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.9);
}
.cake-storefront .sc-top-announcement__policy-icon svg {
  width: 100%;
  height: 100%;
}
.cake-storefront .sc-top-announcement__policy-text {
  display: inline;
}
.cake-storefront .sc-top-announcement__dismiss {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.cake-storefront .sc-top-announcement__dismiss:hover {
  background: rgba(255, 255, 255, 0.24);
}
.cake-storefront .sc-top-announcement__dismiss svg {
  width: 0.9rem;
  height: 0.9rem;
}
@media (min-width: 768px) {
  .cake-storefront .sc-top-announcement__dismiss {
    position: static;
    flex-shrink: 0;
    margin-left: 0.25rem;
  }
}

.cake-storefront .sc-header {
  background: #ffffff;
  border-bottom: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  overflow: visible;
}
.cake-storefront .sc-header-row--primary {
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}
.cake-storefront .sc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  gap: 0.75rem;
}
.cake-storefront .sc-header-primary-left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}
.cake-storefront .sc-header-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
.cake-storefront .sc-header-logo__mark {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  max-width: 6rem;
  overflow: hidden;
  line-height: 0;
  background: transparent;
}
.cake-storefront .sc-header-logo__mark.is-hidden {
  display: none;
}
.cake-storefront .sc-header-logo__img {
  display: block;
  height: 3.125rem;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}
.cake-storefront .sc-header-logo__wordmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.05;
  gap: 0.1rem;
}
.cake-storefront .sc-header-logo__title {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--sc-primary);
  white-space: nowrap;
}
.cake-storefront .sc-header-logo__subtitle {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sc-dark);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cake-storefront .sc-header-logo {
    gap: 0.75rem;
  }
  .cake-storefront .sc-header-logo__mark {
    max-width: 7.5rem;
  }
  .cake-storefront .sc-header-logo__img {
    height: 3.75rem;
  }
  .cake-storefront .sc-header-logo__title {
    font-size: 1.375rem;
  }
  .cake-storefront .sc-header-logo__subtitle {
    font-size: 0.875rem;
  }
}
.cake-storefront .sc-header-search-wrap {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 32rem;
  margin: 0 0.75rem;
}
.cake-storefront .sc-header-search-inline {
  position: relative;
  width: 100%;
}
.cake-storefront .sc-header-search-inline__icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  color: #9ca3af;
  pointer-events: none;
}
.cake-storefront .sc-header-search-inline__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  padding: 0.55rem 1rem 0.55rem 2.5rem;
  font-size: 0.875rem;
  color: #111827;
  background: #f3f4f6;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cake-storefront .sc-header-search-inline__input:focus {
  border-color: var(--sc-primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(var(--sc-primary-rgb), 0.14);
}
.cake-storefront .sc-header-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 90;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  max-height: min(60vh, 420px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cake-storefront .sc-header-search-dropdown.hidden {
  display: none !important;
}
.cake-storefront .sc-header-search-dropdown__status {
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.cake-storefront .sc-header-search-dropdown__status:empty {
  display: none;
}
.cake-storefront .sc-header-search-dropdown__results {
  list-style: none;
  margin: 0;
  padding: 0.25rem;
  overflow-y: auto;
  flex: 1 1 auto;
}
.cake-storefront .sc-header-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.125rem;
  z-index: 2;
}
@media (min-width: 640px) {
  .cake-storefront .sc-header-actions {
    gap: 0.375rem;
  }
}
.cake-storefront .sc-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 2.25rem;
  padding: 0 0.65rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid var(--sc-primary);
  background: var(--sc-primary);
  color: #ffffff;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-header-cta:hover {
  background: var(--sc-primary-hover);
  border-color: var(--sc-primary-hover);
  color: #ffffff;
}
.cake-storefront .sc-header-cta--plain,
.cake-storefront .sc-header-favorites-btn.sc-header-cta,
.cake-storefront .sc-header-cart-btn.sc-header-cta {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--sc-primary);
  text-decoration: none;
}
.cake-storefront .sc-header-cta--plain:hover,
.cake-storefront .sc-header-favorites-btn.sc-header-cta:hover,
.cake-storefront .sc-header-cart-btn.sc-header-cta:hover {
  background: var(--sc-bg-top);
  border: none;
  box-shadow: none;
  color: var(--sc-primary-hover);
}
.cake-storefront .sc-header-favorites-btn.sc-header-cta,
.cake-storefront .sc-header-cart-btn.sc-header-cta {
  height: auto;
  min-height: 2.25rem;
  overflow: visible;
}
.cake-storefront .sc-header-favorites-btn .sc-header-cta__icon,
.cake-storefront .sc-header-cart-btn .sc-header-cta__icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.cake-storefront .sc-header-cta__icon-wrap {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  padding-top: 0.15rem;
  padding-right: 0.3rem;
  margin-right: -0.1rem;
  overflow: visible;
  box-sizing: content-box;
}
.cake-storefront .sc-header-cta__icon-wrap .sc-header-badge {
  position: absolute;
  top: -0.35rem;
  right: -0.4rem;
  left: auto;
  z-index: 2;
  min-width: 0.95rem;
  height: auto;
  min-height: 0.95rem;
  padding: 0.125rem 0.3rem;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  border: 1.5px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.cake-storefront .sc-header-account-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: var(--sc-primary);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.cake-storefront .sc-header-delivery-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  max-width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  color: #111827;
  text-align: left;
  cursor: pointer;
}
.cake-storefront .sc-header-delivery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--sc-primary);
}
.cake-storefront .sc-header-delivery-text {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.15;
}
.cake-storefront .sc-header-delivery-top {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--sc-primary);
  line-height: 1.2;
  white-space: nowrap;
}
.cake-storefront .sc-header-delivery-bottom {
  display: block;
  min-width: 0;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cake-storefront .sc-header-delivery-chevron {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
  color: var(--sc-primary);
}
.cake-storefront .sc-header-delivery-chevron svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cake-storefront .sc-header-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  color: var(--sc-primary);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-header-icon-btn:hover {
  background: var(--sc-bg-top);
}
@media (min-width: 768px) {
  .cake-storefront #header-search-trigger {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .cake-storefront #cake-nav-toggle.sc-header-menu-btn {
    display: none;
  }
}
.cake-storefront .sc-header-cart-btn:not(.sc-header-cta) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  color: var(--sc-primary);
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.cake-storefront .sc-header-cart-btn:not(.sc-header-cta):hover {
  background: var(--sc-bg-top);
}
.cake-storefront .sc-header-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: auto;
  min-height: 1.25rem;
  padding: 0.15rem 0.4rem;
  border-radius: 9999px;
  background: var(--sc-primary);
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
.cake-storefront .sc-header-badge--cart {
  background: var(--sc-primary);
  color: #ffffff;
}
.cake-storefront .sc-header-drawer-link {
  display: block;
  padding: 0.625rem 0.5rem;
  border-radius: 0.5rem;
  color: #212529;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-header-drawer-link:hover,
.cake-storefront .sc-header-drawer-link.is-active {
  background: var(--sc-tab-inactive);
  color: var(--sc-primary-hover);
}

/* Product search overlay */
.cake-storefront .sc-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 105;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: max(0.75rem, env(safe-area-inset-top))
           max(0.75rem, env(safe-area-inset-right))
           max(0.75rem, env(safe-area-inset-bottom))
           max(0.75rem, env(safe-area-inset-left));
}
.cake-storefront .sc-search-overlay.hidden {
  display: none !important;
}
.cake-storefront .sc-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(2px);
}
.cake-storefront .sc-search-overlay__panel {
  position: relative;
  width: min(100%, 32rem);
  max-height: min(85vh, 640px);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.cake-storefront .sc-search-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.5rem;
}
.cake-storefront .sc-search-overlay__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-search-overlay__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}
.cake-storefront .sc-search-overlay__close:hover {
  background: #f3f4f6;
  color: #111827;
}
.cake-storefront .sc-search-overlay__close svg {
  width: 1.25rem;
  height: 1.25rem;
}
.cake-storefront .sc-search-overlay__input-wrap {
  position: relative;
  margin: 0 1rem 0.75rem;
}
.cake-storefront .sc-search-overlay__input-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  color: #9ca3af;
  pointer-events: none;
}
.cake-storefront .sc-search-overlay__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  padding: 0.7rem 1rem 0.7rem 2.5rem;
  font-size: 1rem;
  color: #111827;
  background: #f9fafb;
  outline: none;
}
.cake-storefront .sc-search-overlay__input:focus {
  border-color: var(--sc-primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(var(--sc-primary-rgb), 0.14);
}
.cake-storefront .sc-search-overlay__status {
  padding: 0 1rem 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.cake-storefront .sc-search-overlay__status.is-hidden {
  display: none;
}
.cake-storefront .sc-search-overlay__results {
  list-style: none;
  margin: 0;
  padding: 0 0.5rem 0.75rem;
  overflow-y: auto;
  flex: 1 1 auto;
}
.cake-storefront .sc-search-result {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  border: none;
  border-radius: 0.75rem;
  padding: 0.55rem;
  background: transparent;
  text-align: left;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.cake-storefront .sc-search-result:hover,
.cake-storefront .sc-search-result:focus-visible {
  background: #fdf2f8;
  outline: none;
}
.cake-storefront .sc-search-result__thumb {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #f3f4f6;
}
.cake-storefront .sc-search-result__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cake-storefront .sc-search-result__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.cake-storefront .sc-search-result__name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
}
.cake-storefront .sc-search-result__meta {
  font-size: 0.75rem;
  color: #6b7280;
}
.cake-storefront .sc-search-result__price {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sc-primary);
}
@media (min-width: 640px) {
  .cake-storefront .sc-header-delivery-top {
    font-size: 0.8125rem;
  }
  .cake-storefront .sc-header-delivery-bottom {
    font-size: 0.8125rem;
  }
  .cake-storefront .sc-header-delivery-chevron {
    width: 0.875rem;
    height: 0.875rem;
  }
  .cake-storefront .sc-header-cta--track {
    height: 2.375rem;
    padding: 0 0.85rem;
    font-size: 0.8125rem;
  }
  .cake-storefront .sc-header-favorites-btn.sc-header-cta,
  .cake-storefront .sc-header-cart-btn.sc-header-cta {
    width: auto;
    height: auto;
    min-height: 2.375rem;
    padding: 0 0.35rem;
    gap: 0.45rem;
    align-items: center;
    overflow: visible;
  }
  .cake-storefront .sc-header-cta__label {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cake-storefront .sc-header-delivery-text--desktop {
    display: none;
  }
  .cake-storefront .sc-header-inner {
    gap: 0.35rem;
    min-height: 3.25rem;
  }
  .cake-storefront .sc-header-primary-left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }
  .cake-storefront .sc-header-logo {
    gap: 0.4rem;
    min-width: 0;
  }
  .cake-storefront .sc-header-logo__mark {
    max-width: 4.25rem;
  }
  .cake-storefront .sc-header-logo__img {
    height: 2.75rem;
  }
  .cake-storefront .sc-header-logo__wordmark {
    min-width: 0;
  }
  .cake-storefront .sc-header-logo__title {
    font-size: 0.9375rem;
  }
  .cake-storefront .sc-header-logo__subtitle {
    font-size: 0.5625rem;
    letter-spacing: 0.06em;
  }
  .cake-storefront .sc-header-actions {
    gap: 0;
  }
  .cake-storefront .sc-header-cta__label {
    display: none !important;
  }
  .cake-storefront .sc-header-cta--track,
  .cake-storefront .sc-header-icon-btn {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    padding: 0;
    border-radius: 0.375rem;
  }
  .cake-storefront .sc-header-favorites-btn.sc-header-cta,
  .cake-storefront .sc-header-cart-btn.sc-header-cta {
    width: auto;
    min-width: 2rem;
    height: auto;
    min-height: 2rem;
    padding: 0 0.2rem;
    border-radius: 0.375rem;
  }
  .cake-storefront .sc-header-icon-btn svg,
  .cake-storefront .sc-header-cta__icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .cake-storefront .sc-header-favorites-btn.sc-header-cta,
  .cake-storefront .sc-header-cart-btn.sc-header-cta {
    min-height: 2rem;
    overflow: visible;
  }
  .cake-storefront .sc-header-cta__icon-wrap {
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .cake-storefront .sc-header-cta__icon-wrap .sc-header-badge {
    top: -0.28rem;
    right: -0.38rem;
    min-width: 0.9rem;
    min-height: 0.9rem;
    padding: 0.1rem 0.25rem;
    font-size: 0.4375rem;
    border-width: 1px;
  }
}
@media (max-width: 380px) {
  .cake-storefront .sc-header-logo__mark {
    max-width: 3.5rem;
  }
  .cake-storefront .sc-header-logo__img {
    height: 2.35rem;
  }
  .cake-storefront .sc-header-logo__title {
    font-size: 0.8125rem;
  }
  .cake-storefront .sc-header-logo__subtitle {
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }
  .cake-storefront .sc-header-cta--track,
  .cake-storefront .sc-header-icon-btn {
    width: 1.875rem;
    height: 1.875rem;
    min-width: 1.875rem;
  }
  .cake-storefront .sc-header-favorites-btn.sc-header-cta,
  .cake-storefront .sc-header-cart-btn.sc-header-cta {
    min-width: 1.875rem;
    min-height: 1.875rem;
  }
  .cake-storefront .sc-header-icon-btn svg,
  .cake-storefront .sc-header-cta__icon {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.cake-storefront .sc-footer {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 3px solid var(--sc-primary);
  color: rgba(255, 255, 255, 0.82);
}
.cake-storefront .sc-footer h4 {
  color: #ffffff;
}
.cake-storefront .sc-footer a {
  color: rgba(255, 255, 255, 0.78);
}
.cake-storefront .sc-footer a:hover {
  color: var(--sc-accent);
}
.cake-storefront .sc-footer .text-brand {
  color: var(--sc-accent) !important;
}
.cake-storefront .sc-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-footer__social-link:hover {
  background: var(--sc-primary);
  border-color: var(--sc-primary);
  color: #ffffff;
}
.cake-storefront .sc-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
}
.cake-storefront .sc-footer-logo {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
}
.cake-storefront .sc-footer-logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
.cake-storefront .sc-secondary-nav {
  position: relative;
  z-index: 2;
  background: #fafafa;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  overflow: visible;
}
.cake-storefront .sc-secondary-nav.is-categories-open {
  z-index: 40;
}
.cake-storefront .sc-secondary-nav__inner {
  position: relative;
  overflow: visible;
}
.cake-storefront .sc-secondary-nav__scroll {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0.35rem 0;
  scrollbar-width: none;
}
.cake-storefront .sc-secondary-nav__scroll::-webkit-scrollbar {
  display: none;
}
.cake-storefront .sc-secondary-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  padding: 0.45rem 0.65rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.cake-storefront .sc-secondary-nav__link:hover,
.cake-storefront .sc-secondary-nav__link.is-active {
  color: var(--sc-primary);
  background: rgba(229, 57, 53, 0.08);
}
.cake-storefront .sc-secondary-nav__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.cake-storefront .sc-secondary-nav__chevron {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.cake-storefront .sc-secondary-nav__dropdown {
  position: relative;
  flex-shrink: 0;
}
.cake-storefront .sc-secondary-nav__dropdown.is-open .sc-secondary-nav__chevron {
  transform: rotate(180deg);
}
.cake-storefront .sc-secondary-nav__menu {
  position: static;
  width: 100%;
  min-width: 0;
  max-width: none;
  max-height: none;
  overflow-y: visible;
  overflow-x: hidden;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.cake-storefront .sc-secondary-nav__categories-panel {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 0 0.25rem 0.5rem;
}
.cake-storefront .sc-secondary-nav__categories-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.35rem 0.4rem;
}
.cake-storefront .sc-secondary-nav__categories-heading-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}
.cake-storefront .sc-secondary-nav__categories-heading-icon {
  width: 0.875rem;
  height: 0.875rem;
  color: var(--sc-primary);
}
.cake-storefront .sc-secondary-nav__categories-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  border-radius: 9999px;
  background: rgba(229, 57, 53, 0.1);
  color: var(--sc-primary);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
}
.cake-storefront .sc-secondary-nav__categories-panel.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .cake-storefront .sc-secondary-nav__categories-panel:not(.hidden) {
    max-height: min(18rem, 50vh);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0.5rem 0.65rem;
  }
  .cake-storefront .sc-secondary-nav__categories-panel:not(.hidden) .sc-secondary-nav__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.15rem 0 0;
  }
  .cake-storefront .sc-secondary-nav__menu-link {
    min-height: 2.75rem;
    padding: 0.55rem 0.6rem;
    border: 1px solid #e5e7eb;
    background: #fafafa;
    border-radius: 0.625rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }
  .cake-storefront .sc-secondary-nav__menu-link.is-active {
    border-color: rgba(229, 57, 53, 0.35);
    background: rgba(229, 57, 53, 0.06);
  }
  .cake-storefront .sc-secondary-nav__menu-label {
    font-size: 0.75rem;
  }
  .cake-storefront .sc-secondary-nav__menu-icon {
    display: none !important;
  }
  .cake-storefront .sc-secondary-nav__menu-index {
    display: inline-flex;
  }
  .cake-storefront .sc-secondary-nav__menu-arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .cake-storefront .sc-secondary-nav__categories-heading {
    display: none;
  }
  .cake-storefront .sc-secondary-nav__menu-index {
    display: none !important;
  }
  .cake-storefront .sc-secondary-nav__menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    color: #9ca3af;
  }
  .cake-storefront .sc-secondary-nav__menu-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .cake-storefront .sc-secondary-nav__menu-icon-active {
    display: none;
  }
  .cake-storefront .sc-secondary-nav__menu-link.is-active .sc-secondary-nav__menu-icon {
    color: var(--sc-primary);
  }
  .cake-storefront .sc-secondary-nav__menu-link.is-active .sc-secondary-nav__menu-icon-default {
    display: none;
  }
  .cake-storefront .sc-secondary-nav__menu-link.is-active .sc-secondary-nav__menu-icon-active {
    display: block;
  }
  .cake-storefront .sc-secondary-nav__menu-link:hover .sc-secondary-nav__menu-icon {
    color: var(--sc-primary);
  }
  .cake-storefront .sc-secondary-nav__categories-panel:not(.hidden) {
    position: absolute;
    top: calc(100% - 0.35rem);
    left: var(--sc-categories-panel-left, 0);
    z-index: 120;
    width: min(18rem, calc(100% - 1.5rem));
    max-height: min(18rem, 60vh);
    overflow-y: auto;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 0.35rem 0;
  }
  .cake-storefront .sc-secondary-nav__categories-panel:not(.hidden) .sc-secondary-nav__menu {
    padding: 0.35rem;
    background: #ffffff;
  }
  .cake-storefront .sc-secondary-nav__menu-link {
    border: none;
    background: transparent;
    box-shadow: none;
    min-height: 0;
  }
}
.cake-storefront .sc-secondary-nav__menu-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.65rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.cake-storefront .sc-secondary-nav__menu-index {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 9999px;
  background: rgba(229, 57, 53, 0.1);
  color: var(--sc-primary);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
}
.cake-storefront .sc-secondary-nav__menu-icon {
  display: none;
  flex-shrink: 0;
}
.cake-storefront .sc-secondary-nav__menu-label {
  flex: 1;
  min-width: 0;
  line-height: 1.25;
  word-break: break-word;
}
.cake-storefront .sc-secondary-nav__menu-arrow {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  color: #9ca3af;
  transition: color 0.15s ease, transform 0.15s ease;
}
.cake-storefront .sc-secondary-nav__menu-link:hover .sc-secondary-nav__menu-arrow,
.cake-storefront .sc-secondary-nav__menu-link.is-active .sc-secondary-nav__menu-arrow {
  color: var(--sc-primary);
}
.cake-storefront .sc-secondary-nav__menu-link:hover,
.cake-storefront .sc-secondary-nav__menu-link.is-active {
  color: var(--sc-primary);
  background: rgba(229, 57, 53, 0.08);
}
.cake-storefront .sc-secondary-nav__menu-empty {
  padding: 0.5rem 0.65rem;
  font-size: 0.8125rem;
  color: #9ca3af;
}
.cake-storefront .sc-secondary-nav__divider {
  display: none;
  flex-shrink: 0;
  width: 1px;
  height: 1.25rem;
  margin: 0 0.25rem;
  background: #e5e7eb;
}
@media (min-width: 768px) {
  .cake-storefront .sc-secondary-nav__scroll {
    flex-wrap: wrap;
    gap: 0.25rem;
    padding: 0.5rem 0;
  }
  .cake-storefront .sc-secondary-nav__link {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
  .cake-storefront .sc-secondary-nav__divider {
    display: inline-block;
  }
}
.cake-storefront .sc-header-categories {
  background: var(--sc-dark);
  border-bottom: 1px solid rgba(229, 57, 53, 0.35);
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
  max-height: 3.5rem;
}
.cake-storefront .sc-header-categories.sc-header-categories--hidden {
  max-height: 0;
  opacity: 0;
  transform: translateY(-100%);
  border-bottom-width: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .cake-storefront .sc-header-categories {
    transition: none;
  }
}
.cake-storefront .sc-tabs-bar {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}
.cake-storefront .sc-tab {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid transparent;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.8125rem;
  padding: 0.65rem 0.85rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.cake-storefront .sc-tab:hover:not(.sc-tab--active) {
  background: transparent;
  color: #ffffff;
  border-color: transparent;
}
.cake-storefront .sc-tab--active,
.cake-storefront .sc-tab--active:hover,
.cake-storefront .sc-tab--active:focus-visible {
  background: transparent !important;
  color: #ffffff !important;
  border-color: var(--sc-primary) !important;
  box-shadow: none;
  font-weight: 600;
}
.cake-storefront .menu-nav-link.sc-tab {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.cake-storefront .sc-account-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 95;
  min-width: 11.5rem;
  padding: 0.5rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.cake-storefront .sc-account-panel.hidden {
  display: none !important;
}
.cake-storefront .sc-account-panel__greeting {
  margin: 0.25rem 0.5rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
}
.cake-storefront .sc-account-panel__link {
  display: block;
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
  text-align: left;
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.cake-storefront .sc-account-panel__link:hover {
  background: var(--sc-bg-top);
  color: var(--sc-primary);
}
.cake-storefront .sc-account-panel__link--primary {
  font-weight: 600;
  color: var(--sc-primary);
}
.cake-storefront .sc-account-panel__link--danger {
  color: #b91c1c;
}
.cake-storefront .sc-account-panel__logout {
  margin: 0;
  border-top: 1px solid #f3f4f6;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
}

.cake-storefront .sc-track-overlay {
  position: fixed;
  inset: 0;
  z-index: 106;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
}
.cake-storefront .sc-track-overlay.hidden {
  display: none !important;
}
.cake-storefront .sc-track-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(2px);
}
.cake-storefront .sc-track-overlay__panel {
  position: relative;
  width: min(100%, 28rem);
  max-height: min(85vh, 560px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  padding: 1rem 1rem 1.25rem;
}
.cake-storefront .sc-track-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.cake-storefront .sc-track-overlay__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-track-overlay__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}
.cake-storefront .sc-track-overlay__close:hover {
  background: #f3f4f6;
}
.cake-storefront .sc-track-overlay__close svg {
  width: 1.25rem;
  height: 1.25rem;
}
.cake-storefront .sc-track-form__hint {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.cake-storefront .sc-track-form__field {
  display: block;
  margin-bottom: 0.75rem;
}
.cake-storefront .sc-track-form__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151;
}
.cake-storefront .sc-track-form__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.875rem;
}
.cake-storefront .sc-track-form__error {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  color: #b91c1c;
}
.cake-storefront .sc-track-form__error.hidden {
  display: none;
}
.cake-storefront .sc-track-recent__label {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}
.cake-storefront .sc-track-recent__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 0.75rem;
}
.cake-storefront .sc-track-recent__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.55rem 0.5rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.cake-storefront .sc-track-recent__item:hover {
  background: var(--sc-bg-top);
}
.cake-storefront .sc-track-recent__num {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111827;
}
.cake-storefront .sc-track-recent__status {
  font-size: 0.75rem;
  color: var(--sc-primary);
}
.cake-storefront .sc-track-detail__back {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sc-primary);
  cursor: pointer;
}
.cake-storefront .sc-track-detail__card {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
}
.cake-storefront .sc-track-detail__number {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-track-detail__meta {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.cake-storefront .sc-track-detail__items {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.8125rem;
  color: #374151;
}
.cake-storefront .sc-track-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}
.cake-storefront .sc-track-timeline__step {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  color: #9ca3af;
}
.cake-storefront .sc-track-timeline__step.is-done,
.cake-storefront .sc-track-timeline__step.is-current {
  color: var(--sc-primary);
  font-weight: 600;
}
.cake-storefront .sc-track-timeline__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #d1d5db;
}
.cake-storefront .sc-track-timeline__step.is-done .sc-track-timeline__dot,
.cake-storefront .sc-track-timeline__step.is-current .sc-track-timeline__dot {
  background: var(--sc-primary);
}
.cake-storefront .sc-track-timeline__cancelled {
  width: 100%;
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: #b91c1c;
}

.cake-storefront .sc-product-card {
  background: #ffffff;
  border: 1px solid rgba(var(--sc-primary-rgb), 0.22);
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  height: 100%;
}
.cake-storefront .sc-product-card:hover {
  border-color: rgba(var(--sc-primary-rgb), 0.45);
  box-shadow: 0 8px 24px rgba(var(--sc-primary-rgb), 0.14);
  transform: translateY(-2px);
}
.cake-storefront .sc-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-align: center;
  padding: 0.625rem 0.75rem 0.875rem;
}
.cake-storefront .sc-product-card .sc-card-title {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
}
.cake-storefront .sc-product-card .sc-card-desc {
  color: var(--sc-text-muted);
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-top: 0.25rem;
}
.cake-storefront .sc-product-card .sc-card-desc-slot {
  min-height: 2.5em;
}
.cake-storefront .sc-card-separator {
  border: 0;
  border-top: 1px solid #e9ecef;
  margin: 0.5rem 0 0.5rem;
}
.cake-storefront .sc-product-card .sc-card-price {
  font-size: 9px;
  font-weight: 700;
  color: var(--sc-primary);
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .cake-storefront .sc-product-card .sc-card-price {
    font-size: 11px;
  }
}
.cake-storefront .sc-product-card .sc-card-price-was {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #adb5bd;
  text-decoration: line-through;
  margin-left: 0.3rem;
}
.cake-storefront .sc-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: auto;
  margin-top: 0.625rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  white-space: nowrap;
}
.cake-storefront .favorite-heart-btn.is-favorite,
.cake-storefront .favorite-heart-btn[aria-pressed="true"] {
  color: var(--sc-primary);
}

.cake-storefront .welcome-hero-section {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

.cake-storefront .sc-menu-header {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.cake-storefront .sc-menu-header__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sc-accent);
}

.cake-storefront .sc-menu-header__title {
  margin: 0;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--sc-primary);
}

.cake-storefront .sc-menu-header__subtitle {
  margin: 0.75rem auto 0;
  max-width: 28rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  font-weight: 500;
  color: #6b7280;
}

.cake-storefront .sc-menu-header__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.cake-storefront .sc-menu-header__line {
  display: block;
  height: 2px;
  width: min(4.5rem, 18vw);
  border-radius: 9999px;
  background: linear-gradient(90deg, transparent, var(--sc-primary) 45%, var(--sc-accent) 100%);
}

.cake-storefront .sc-menu-header__line:last-child {
  background: linear-gradient(270deg, transparent, var(--sc-primary) 45%, var(--sc-accent) 100%);
}

.cake-storefront .sc-menu-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: linear-gradient(145deg, #fff5f5 0%, #ffebee 100%);
  color: var(--sc-primary);
  box-shadow: 0 2px 12px rgba(var(--sc-primary-rgb), 0.2), inset 0 0 0 1px rgba(var(--sc-primary-rgb), 0.14);
}
.cake-storefront .glass-card {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
}
/* Pizza Master–style hero: compact frame + dots row (no side arrows) */
.cake-storefront .slider-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  row-gap: 0.35rem;
}
.cake-storefront .slider.slider-frame {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 1rem;
  box-shadow: none;
  height: auto;
  min-height: 0;
  max-height: none;
  box-sizing: border-box;
}
.cake-storefront .slider-inner {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
}
/* Active slide sets frame height; inactive slides overlay for crossfade */
.cake-storefront .slide {
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 0.85s ease;
  pointer-events: none;
  z-index: 0;
}
.cake-storefront .slide.active {
  position: relative;
  inset: auto;
  height: auto;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.cake-storefront .slide:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.cake-storefront .slide-images {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  line-height: 0;
}
.cake-storefront .main-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: transparent;
  line-height: 0;
  border-radius: 1rem;
}
.cake-storefront .slider-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 1rem;
}
.cake-storefront .slider-hero-fallback {
  display: flex;
  min-height: 200px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sc-primary);
  background: #ffffff;
}
.cake-storefront .slider-dots-wrap {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.15rem 0 0;
}
.cake-storefront .slider-dots-wrap .dot {
  appearance: none;
  -webkit-appearance: none;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cake-storefront .slider-dots-wrap .dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e7eb;
  border: 1px solid #d1d5db;
  transition: transform 0.2s ease, background 0.2s ease;
}
.cake-storefront .slider-dots-wrap .dot.active::after {
  background: var(--sc-primary);
  border-color: var(--sc-primary);
  transform: scale(1.25);
}
@media (min-width: 1024px) {
  .cake-storefront .slider.slider-frame {
    border-radius: 1rem;
  }
  .cake-storefront .main-image,
  .cake-storefront .slider-hero-img {
    border-radius: 1rem;
  }
  .cake-storefront .slider-section {
    row-gap: 0;
  }
  .cake-storefront .slider-dots-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .cake-storefront .slider.slider-frame {
    border-radius: 0;
    box-shadow: none;
  }
  .cake-storefront .slider-hero-img {
    max-height: none;
  }
  .cake-storefront .slider-hero-fallback {
    min-height: 140px;
    font-size: 1.25rem;
  }
  .cake-storefront .slider-section {
    row-gap: 0;
  }
  .cake-storefront .slider-dots-wrap {
    padding: 0.25rem 0 0;
  }
  .cake-storefront .slider-dots-wrap .dot {
    min-width: 1.5rem;
    min-height: 1.5rem;
  }
  .cake-storefront .slider-dots-wrap .dot::after {
    width: 7px;
    height: 7px;
  }
}

/* Homepage sections (Bakehouse.pk — Dawn theme .title.h1) */
.cake-storefront .sc-home-section {
  background: #ffffff;
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (min-width: 750px) {
  .cake-storefront .sc-home-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.cake-storefront .sc-home-section__title {
  margin: 0 0 3rem;
  padding: 0;
  font-family: var(--font-heading-family);
  font-style: normal;
  font-weight: var(--font-heading-weight);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.06rem;
  color: #121212;
}
@media (min-width: 750px) {
  .cake-storefront .sc-home-section__title {
    font-size: 40px;
  }
}
.cake-storefront .sc-home-view-all-wrap {
  margin: 1.5rem 0 0;
  text-align: center;
}
.cake-storefront .sc-home-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--sc-primary);
  text-decoration: none;
  border: 1px solid rgba(var(--sc-primary-rgb), 0.35);
  border-radius: 9999px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-home-view-all:hover {
  background: rgba(var(--sc-primary-rgb), 0.08);
  color: var(--sc-primary);
}

/* Deal cards (Bakehouse-style) */
.cake-storefront .sc-deal-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.cake-storefront .sc-deal-card:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.cake-storefront .sc-deal-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f9fafb;
}
.cake-storefront .sc-deal-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cake-storefront .sc-deal-card__badge {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
  display: inline-flex;
  padding: 0.2rem 0.45rem;
  border-radius: 0.25rem;
  background: #111827;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.cake-storefront .sc-deal-card__favorite {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 3;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.95);
  color: #9ca3af;
  cursor: pointer;
}
.cake-storefront .sc-deal-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.75rem;
}
.cake-storefront .sc-deal-card__title {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cake-storefront .sc-deal-card__price-block {
  margin-bottom: 0.75rem;
}
.cake-storefront .sc-deal-card__price-label {
  margin: 0 0 0.15rem;
  font-size: 0.6875rem;
  color: #6b7280;
}
.cake-storefront .sc-deal-card__price-line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
}
.cake-storefront .sc-deal-card__price {
  font-size: 0.875rem;
  font-weight: 400;
  color: #111827;
}
.cake-storefront .sc-deal-card__price-was {
  font-size: 0.75rem;
  color: #9ca3af;
  text-decoration: line-through;
}
.cake-storefront .sc-deal-card__sale-tag {
  margin: 0.25rem 0 0;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cake-storefront .sc-deal-card__cta {
  margin-top: auto;
  width: 100%;
  border: 1px solid #111827;
  border-radius: 0;
  padding: 0.6rem 0.75rem;
  background: #fff;
  color: #111827;
  font-size: 0.8125rem;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-deal-card__cta:hover {
  background: #111827;
  color: #fff;
}

.cake-storefront .sc-deal-card__media-wrap {
  position: relative;
}
.cake-storefront .sc-deal-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.cake-storefront .sc-deal-card__title-link {
  color: #111827;
  text-decoration: none;
}
.cake-storefront .sc-deal-card__title-link:hover {
  text-decoration: underline;
}
.cake-storefront .sc-deal-card--home:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.cake-storefront .sc-product__main-image-btn--static {
  cursor: default;
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
}

.cake-storefront .sc-home-section__title--inline {
  margin: 0;
  padding: 0;
  font-family: var(--font-heading-family);
  font-style: normal;
  font-weight: var(--font-heading-weight);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.06rem;
  color: #121212;
}
@media (min-width: 750px) {
  .cake-storefront .sc-home-section__title--inline {
    font-size: 40px;
  }
}
.cake-storefront .sc-home-categories-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin-bottom: 3rem;
}
.cake-storefront .sc-home-categories-subtitle {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
}
.cake-storefront .sc-home-categories-filter {
  position: relative;
}
.cake-storefront .sc-home-categories-title-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
}
.cake-storefront .sc-home-categories-title-btn__chevron {
  width: 1.125rem;
  height: 1.125rem;
  color: #374151;
  transition: transform 0.15s ease;
}
.cake-storefront .sc-home-categories-filter.is-open .sc-home-categories-title-btn__chevron {
  transform: rotate(180deg);
}
.cake-storefront .sc-home-categories-filter__menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 50;
  min-width: 10rem;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cake-storefront .sc-home-categories-filter__option {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.375rem;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-home-categories-filter__option:hover,
.cake-storefront .sc-home-categories-filter__option.is-active {
  background: rgba(var(--sc-primary-rgb), 0.08);
  color: var(--sc-primary);
}
.cake-storefront .sc-home-categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 0.75rem;
}
@media (min-width: 640px) {
  .cake-storefront .sc-home-categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1rem;
  }
}
@media (min-width: 1024px) {
  .cake-storefront .sc-home-categories-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
  }
}
.cake-storefront .sc-category-card.is-hidden {
  display: none;
}
.cake-storefront .sc-category-card__visual {
  display: block;
  text-decoration: none;
  color: inherit;
}
.cake-storefront .sc-card-nav,
.cake-storefront .sc-card-nav .sc-category-card__visual,
.cake-storefront .sc-card-nav .sc-category-card__image-wrap,
.cake-storefront .sc-card-nav .sc-category-card__image,
.cake-storefront .sc-card-nav .sc-category-card__overlay-name,
.cake-storefront .sc-card-nav .sc-collection-card__media,
.cake-storefront .sc-card-nav .sc-collection-card__image-wrap,
.cake-storefront .sc-card-nav .sc-collection-card__image,
.cake-storefront .sc-card-nav .sc-collection-card__body,
.cake-storefront .sc-card-nav .sc-collection-card__title,
.cake-storefront .sc-card-nav .sc-collection-card__title-link,
.cake-storefront .sc-card-nav .sc-collection-card__price-block,
.cake-storefront .sc-card-nav .sc-collection-card__price-label,
.cake-storefront .sc-card-nav .sc-collection-card__price-line,
.cake-storefront .sc-card-nav .sc-collection-card__price,
.cake-storefront .sc-card-nav .sc-collection-card__price-was,
.cake-storefront .sc-card-nav .sc-collection-card__sale-tag {
  cursor: pointer;
}
.cake-storefront .sc-card-nav button {
  cursor: pointer;
}
.cake-storefront .sc-card-nav:focus {
  outline: none;
}
.cake-storefront .sc-card-nav:focus-visible {
  outline: 2px solid var(--sc-primary);
  outline-offset: 2px;
}
.cake-storefront .sc-category-card.sc-card-nav:hover .sc-category-card__image {
  transform: scale(1.04);
}
.cake-storefront .sc-category-card__image-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.25rem;
  background: #f3f4f6;
}
.cake-storefront .sc-category-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.cake-storefront .sc-category-card__visual:hover .sc-category-card__image {
  transform: scale(1.04);
}
.cake-storefront .sc-category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}
.cake-storefront .sc-category-card__overlay-name {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  font-family: var(--font-category-overlay);
  font-size: clamp(1.25rem, 4vw, 2.125rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.15;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

/* Collection page (Bakehouse-style) */
.cake-storefront .sc-collection {
  overflow: visible;
}
.cake-storefront .sc-collection__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
  color: #111827;
  text-align: left;
}
.cake-storefront .sc-collection-controls {
  position: relative;
  z-index: 40;
  margin-bottom: 1.5rem;
  overflow: visible;
}
.cake-storefront .sc-collection-controls.is-filter-open,
.cake-storefront .sc-collection-controls.is-price-open,
.cake-storefront .sc-collection-controls.is-material-open {
  z-index: 300;
}
.cake-storefront .sc-collection-controls__filter-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 280;
  background: transparent;
  cursor: default;
}
.cake-storefront .sc-collection-controls.is-filter-open .sc-collection-controls__filter-backdrop:not(.hidden) {
  display: block;
}
.cake-storefront .sc-collection-controls__filter-backdrop.hidden {
  display: none !important;
}
.cake-storefront .sc-collection-controls__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.45);
}
.cake-storefront .sc-collection-controls.is-drawer-open .sc-collection-controls__backdrop {
  display: block;
}
.cake-storefront .sc-collection-controls__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
  overflow: visible;
  position: relative;
  z-index: 305;
}
.cake-storefront .sc-collection-controls__mobile-btn {
  width: 100%;
  padding: 0.55rem 1rem;
  border: 1px solid #111827;
  border-radius: 0;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}
.cake-storefront .sc-collection-controls__filters {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
  flex-wrap: nowrap;
}
.cake-storefront .sc-collection-controls__filter-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.cake-storefront .sc-collection-controls__filter-group .sc-collection-filter-dropdown {
  flex: 0 0 auto;
}
.cake-storefront .sc-collection-controls__filter-label {
  font-size: 0.875rem;
  color: #6b7280;
}
.cake-storefront .sc-collection-filter-dropdown {
  position: relative;
  z-index: 1;
}
.cake-storefront .sc-collection-filter-dropdown.is-open {
  z-index: 310;
}
.cake-storefront .sc-collection-filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  cursor: pointer;
}
.cake-storefront .sc-collection-filter-trigger__chevron {
  width: 0.875rem;
  height: 0.875rem;
  transition: transform 0.15s ease;
}
.cake-storefront .sc-collection-filter-dropdown.is-open .sc-collection-filter-trigger__chevron {
  transform: rotate(180deg);
}
.cake-storefront .sc-collection-price-popover {
  position: fixed;
  z-index: 320;
  width: min(20rem, calc(100vw - 2rem));
  padding: 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}
.cake-storefront .sc-collection-price-popover.hidden {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden;
}
.cake-storefront .sc-collection-material-popover {
  position: fixed;
  z-index: 320;
  width: min(18rem, calc(100vw - 2rem));
  padding: 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}
.cake-storefront .sc-collection-material-popover.hidden {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden;
}
.cake-storefront .sc-collection-material-form__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.cake-storefront .sc-collection-material-form__legend {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111827;
}
.cake-storefront .sc-collection-material-form__options {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-height: 14rem;
  overflow-y: auto;
  margin-bottom: 0.85rem;
}
.cake-storefront .sc-collection-material-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #111827;
  cursor: pointer;
}
.cake-storefront .sc-collection-material-option input {
  accent-color: var(--brand, #e53935);
}
.cake-storefront .sc-collection-material-panel--drawer {
  margin-bottom: 1rem;
}
.cake-storefront .sc-collection-controls__filter-label--inline {
  margin: 0 0 0.5rem;
}
.cake-storefront .sc-collection-price-form__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.cake-storefront .sc-collection-price-form__hint {
  margin: 0;
  flex: 1;
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.4;
}
.cake-storefront .sc-collection-price-form__reset {
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: #111827;
  text-decoration: underline;
}
.cake-storefront .sc-collection-price-form__legend {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111827;
}
.cake-storefront .sc-collection-price-form__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.cake-storefront .sc-collection-price-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.cake-storefront .sc-collection-price-field {
  display: block;
}
.cake-storefront .sc-collection-price-field__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.6875rem;
  color: #6b7280;
}
.cake-storefront .sc-collection-price-field__control {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid #111827;
  background: #fff;
}
.cake-storefront .sc-collection-price-field__prefix {
  font-size: 0.8125rem;
  color: #111827;
  white-space: nowrap;
}
.cake-storefront .sc-collection-price-field__input {
  width: 100%;
  min-width: 0;
  border: none;
  padding: 0;
  font-size: 0.875rem;
  outline: none;
  background: transparent;
}
.cake-storefront .sc-collection-price-popover .sc-collection-price-form__apply {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.5rem;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  font-size: 0.8125rem;
  cursor: pointer;
}
.cake-storefront .sc-collection-controls__right {
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-left: auto;
  flex-wrap: wrap;
}
.cake-storefront .sc-collection-controls__sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cake-storefront .sc-collection-controls__sort-label {
  font-size: 0.875rem;
  color: #6b7280;
  white-space: nowrap;
}
.cake-storefront .sc-collection-controls__sort-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cake-storefront .sc-collection-controls__sort-select {
  appearance: none;
  min-width: 9rem;
  padding: 0.35rem 1.75rem 0.35rem 0;
  border: none;
  border-bottom: 1px solid #111827;
  border-radius: 0;
  background: transparent;
  font-size: 0.875rem;
  color: #111827;
  cursor: pointer;
}
.cake-storefront .sc-collection-controls__sort-chevron {
  position: absolute;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  pointer-events: none;
}
.cake-storefront .sc-collection-controls__count {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
  white-space: nowrap;
}
.cake-storefront .sc-collection-controls__drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: min(22rem, 92vw);
  height: 100%;
  padding: 1rem 1.25rem 1.5rem;
  overflow-y: auto;
  background: #fff;
  transform: translateX(-105%);
  transition: transform 0.2s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.cake-storefront .sc-collection-controls.is-drawer-open .sc-collection-controls__drawer {
  transform: translateX(0);
}
.cake-storefront .sc-collection-controls__drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}
.cake-storefront .sc-collection-controls__drawer-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.cake-storefront .sc-collection-controls__drawer-close {
  display: inline-flex;
  padding: 0.25rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
.cake-storefront .sc-collection-controls__filter-label--drawer {
  margin-bottom: 0.75rem;
}
.cake-storefront .sc-collection-price-panel--drawer {
  position: static;
  width: 100%;
  padding: 0;
  border: none;
  box-shadow: none;
}
.cake-storefront .sc-collection-price-form__apply--full {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.65rem 1rem;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}
.cake-storefront .sc-collection-controls__drawer-sort {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
@media (min-width: 1024px) {
  .cake-storefront .sc-collection-controls__drawer,
  .cake-storefront .sc-collection-controls__mobile-btn {
    display: none;
  }
  .cake-storefront .sc-collection-controls__filters {
    display: flex !important;
  }
}
.cake-storefront .sc-collection-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .cake-storefront .sc-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .cake-storefront .sc-collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}
.cake-storefront .sc-collection-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #111827;
  background: #fff;
}
.cake-storefront .sc-collection-card__media {
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: inherit;
}
.cake-storefront .sc-collection-card__image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #111827;
}
.cake-storefront .sc-collection-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  transition: transform 0.2s ease;
}
.cake-storefront .sc-collection-card__media:hover .sc-collection-card__image,
.cake-storefront .sc-collection-card.sc-card-nav:hover .sc-collection-card__image {
  transform: scale(1.02);
}
.cake-storefront .sc-collection-card__favorite {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 3;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.95);
  color: #9ca3af;
  cursor: pointer;
}
.cake-storefront .sc-collection-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.75rem;
}
.cake-storefront .sc-collection-card__title {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
.cake-storefront .sc-collection-card__title-link {
  color: #111827;
  text-decoration: none;
}
.cake-storefront .sc-collection-card__title-link:hover,
.cake-storefront .sc-collection-card.sc-card-nav:hover .sc-collection-card__title-link {
  text-decoration: underline;
}
.cake-storefront .sc-collection-card__price-block {
  margin-bottom: 0.75rem;
}
.cake-storefront .sc-collection-card__price-label {
  margin: 0 0 0.15rem;
  font-size: 0.6875rem;
  color: #6b7280;
}
.cake-storefront .sc-collection-card__price-line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
}
.cake-storefront .sc-collection-card__price {
  font-size: 0.875rem;
  font-weight: 400;
  color: #111827;
}
.cake-storefront .sc-collection-card__price-was {
  font-size: 0.75rem;
  color: #9ca3af;
  text-decoration: line-through;
}
.cake-storefront .sc-collection-card__sale-tag {
  margin: 0.25rem 0 0;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cake-storefront .sc-collection-card__cta {
  margin-top: auto;
  width: 100%;
  border: 1px solid var(--sc-primary);
  border-radius: 0;
  padding: 0.6rem 0.75rem;
  background: var(--sc-primary);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-collection-card__cta:hover {
  background: var(--sc-primary-hover);
  border-color: var(--sc-primary-hover);
  color: #ffffff;
}
.cake-storefront .sc-collection-pagination {
  margin-top: 2rem;
}
.cake-storefront .sc-collection-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cake-storefront .sc-collection-pagination__link {
  display: inline-flex;
  min-width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  background: #fff;
}
.cake-storefront .sc-collection-pagination__link--nav {
  min-width: 2.25rem;
  color: #111827;
}
.cake-storefront .sc-collection-pagination__icon {
  width: 1rem;
  height: 1rem;
  display: block;
  flex-shrink: 0;
}
.cake-storefront .sc-collection-pagination__link:hover:not(.is-disabled):not(.is-current) {
  border-color: var(--sc-primary);
  color: var(--sc-primary);
}
.cake-storefront .sc-collection-pagination__link.is-current {
  border-color: #111827;
  background: #111827;
  color: #fff;
}
.cake-storefront .sc-collection-pagination__link.is-disabled {
  cursor: default;
  color: #6b7280;
  background: #f3f4f6;
  border-color: #d1d5db;
}
.cake-storefront .sc-collection-pagination__link--nav.is-disabled .sc-collection-pagination__icon {
  opacity: 1;
}
.cake-storefront .sc-collection-pagination__ellipsis {
  padding: 0 0.25rem;
  color: #6b7280;
  font-size: 0.8125rem;
}
body.sc-collection-filters-open {
  overflow: hidden;
}

/* Product detail page (Bakehouse-style) */
.cake-storefront .sc-product__skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cake-storefront .sc-product__skip:focus {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-size: 0.8125rem;
  color: #374151;
}
.cake-storefront .sc-product__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.cake-storefront .sc-product__breadcrumb a {
  color: #374151;
  text-decoration: none;
}
.cake-storefront .sc-product__breadcrumb a:hover {
  color: var(--sc-primary);
  text-decoration: underline;
}
.cake-storefront .sc-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
@media (min-width: 1024px) {
  .cake-storefront .sc-product__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
    align-items: start;
  }
}
.cake-storefront .sc-product__gallery-col {
  min-width: 0;
}
.cake-storefront .sc-product__gallery {
  min-width: 0;
}
.cake-storefront .sc-product__description-block {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
}
.cake-storefront .sc-product__description-preview,
.cake-storefront .sc-product__description-full {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #374151;
}
.cake-storefront .sc-product__description-preview {
  margin: 0;
}
.cake-storefront .sc-product__description-full {
  margin-top: 0;
}
.cake-storefront .sc-product__related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.cake-storefront .sc-product__related-title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-product__main-image-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: zoom-in;
}
.cake-storefront .sc-product__main-image-wrap {
  position: relative;
  display: block;
}
.cake-storefront .sc-product__brand {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cake-storefront .sc-product__brand-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cake-storefront .sc-product__main-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 1rem;
  background: #fff;
}
.cake-storefront .sc-product__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
  padding-bottom: 0.15rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.cake-storefront .sc-product__thumb {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  padding: 0;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  appearance: none;
}
.cake-storefront .sc-product__thumb.is-active {
  border-color: #111827;
  box-shadow: 0 0 0 1px #111827;
}
.cake-storefront .sc-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  padding: 0.25rem;
}
.cake-storefront .sc-product__gallery-count {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  color: #6b7280;
}
.cake-storefront .sc-product__title {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}
.cake-storefront .sc-product__subtitle {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  color: #6b7280;
}
.cake-storefront .sc-product__price-block {
  margin-top: 1rem;
}
.cake-storefront .sc-product__price-label {
  margin: 0;
  font-size: 0.8125rem;
  color: #6b7280;
}
.cake-storefront .sc-product__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 0.15rem;
}
.cake-storefront .sc-product__price-was {
  font-size: 0.9375rem;
  color: #9ca3af;
  text-decoration: line-through;
}
.cake-storefront .sc-product__price {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}
.cake-storefront .sc-product__sale-badge {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sc-primary);
}
.cake-storefront .sc-product__unit-note {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: #9ca3af;
}
.cake-storefront .sc-product__shipping-note,
.cake-storefront .sc-product__sku {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: #4b5563;
}
.cake-storefront .sc-product__options {
  margin-top: 1.25rem;
}
.cake-storefront .sc-product__options-heading {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  color: #374151;
}
.cake-storefront .sc-product__fieldset {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}
.cake-storefront .sc-product__legend {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-product__option-list {
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  overflow: hidden;
}
.cake-storefront .sc-product__option-list--columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 640px) {
  .cake-storefront .sc-product__option-list--columns {
    grid-template-columns: 1fr;
  }
}
.cake-storefront .sc-deal-card__cta--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cake-storefront .sc-product__option-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.875rem;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
}
.cake-storefront .sc-product__option-row:last-child {
  border-bottom: 0;
}
.cake-storefront .sc-product__option-row:hover {
  background: #f9fafb;
}
.cake-storefront .sc-product__option-input {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  accent-color: var(--sc-primary);
}
.cake-storefront .sc-product__option-label {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #111827;
}
.cake-storefront .sc-product__option-price {
  flex-shrink: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}
.cake-storefront .sc-product__option-price-was {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
}
.cake-storefront .sc-product__purchase {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}
.cake-storefront .sc-product__qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cake-storefront .sc-product__qty-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
}
.cake-storefront .sc-product__qty-control {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  background: #fff;
}
.cake-storefront .sc-product__qty-btn {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  font-size: 1.25rem;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
}
.cake-storefront .sc-product__qty-btn:hover {
  background: #f3f4f6;
}
.cake-storefront .sc-product__qty-value {
  min-width: 2.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-product__cta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-product__cta:hover {
  background: #fff;
  color: #111827;
}
.cake-storefront .sc-product__cta-sep {
  opacity: 0.65;
}
.cake-storefront .sc-product__details-toggle {
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  text-decoration: underline;
  cursor: pointer;
}
.cake-storefront .sc-product__reviews {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.cake-storefront .sc-product__reviews-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.cake-storefront .sc-product__reviews-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-product__reviews-summary {
  min-width: 0;
}
.cake-storefront .sc-product__reviews-meta {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  color: #6b7280;
}
.cake-storefront .sc-product__reviews-empty {
  margin: 0;
  font-size: 0.9375rem;
  color: #6b7280;
}
.cake-storefront .sc-product__reviews-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cake-storefront .sc-product__reviews-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.cake-storefront .sc-product__reviews-pagination.hidden {
  display: none;
}
.cake-storefront .sc-product__reviews-pagination-pages {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}
.cake-storefront .sc-reviews-page-btn {
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.65rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #fff;
  color: #374151;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-reviews-page-btn:hover:not(:disabled):not(.is-active) {
  border-color: #d1d5db;
  background: #f9fafb;
}
.cake-storefront .sc-reviews-page-btn.is-active {
  border-color: #111827;
  background: #111827;
  color: #fff;
}
.cake-storefront .sc-reviews-page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.cake-storefront .sc-reviews-page-btn--nav {
  min-width: 2.5rem;
}
.cake-storefront .sc-product__reviews-list.is-loading {
  opacity: 0.55;
  pointer-events: none;
}
.cake-storefront .sc-product__reviews-btn {
  padding: 0.65rem 1.25rem;
  border: 1px solid #111827;
  background: #fff;
  color: #111827;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cake-storefront .sc-product__reviews-btn:hover {
  background: #111827;
  color: #fff;
}
.cake-storefront .sc-review-stars {
  display: inline-flex;
  gap: 0.15rem;
  color: #e5e7eb;
  font-size: 1.125rem;
  line-height: 1;
}
.cake-storefront .sc-review-stars--sm {
  font-size: 0.95rem;
}
.cake-storefront .sc-review-stars__star.is-filled {
  color: #f5b800;
  text-shadow: 0 1px 2px rgba(180, 120, 0, 0.35);
}
.cake-storefront .sc-review-card {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.cake-storefront .sc-review-card:last-child {
  border-bottom: 0;
}
.cake-storefront .sc-review-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.cake-storefront .sc-review-card__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.cake-storefront .sc-review-card__author {
  font-weight: 600;
  color: #374151;
}
.cake-storefront .sc-review-card__date {
  color: #6b7280;
}
.cake-storefront .sc-review-verified-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #047857;
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  border: 1px solid #a7f3d0;
  box-shadow: 0 1px 2px rgba(4, 120, 87, 0.08);
}
.cake-storefront .sc-review-reviewer {
  padding: 0.875rem 1rem;
  border-radius: 0.875rem;
  border: 1px solid #e5e7eb;
  background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
}
.cake-storefront .sc-review-reviewer__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}
.cake-storefront .sc-review-reviewer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.cake-storefront .sc-review-reviewer__name {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-review-card__title {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
}
.cake-storefront .sc-review-card__body {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}
.cake-storefront .sc-review-stars-input {
  display: inline-flex;
  gap: 0.25rem;
}
.cake-storefront .sc-review-stars-input__star {
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: #e5e7eb;
  cursor: pointer;
  padding: 0;
  transition: color 0.15s ease, transform 0.15s ease, text-shadow 0.15s ease;
}
.cake-storefront .sc-review-stars-input__star:hover {
  color: #fcd34d;
  transform: scale(1.08);
}
.cake-storefront .sc-review-stars-input__star.is-active {
  color: #f5b800;
  text-shadow: 0 1px 3px rgba(180, 120, 0, 0.45);
  transform: scale(1.05);
}
.cake-storefront .sc-modal.hidden {
  display: none;
}
.cake-storefront .sc-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.85);
}
.cake-storefront .sc-product-lightbox.hidden {
  display: none;
}
body.sc-product-lightbox-open {
  overflow: hidden;
}
.cake-storefront .sc-product-lightbox__image {
  max-width: min(92vw, 56rem);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
}
.cake-storefront .sc-product-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1.5rem;
  line-height: 1;
  color: #111827;
  cursor: pointer;
}

/* Category card active state (JS toggles) */
.cake-storefront a.category-tile.is-active {
  outline: 3px solid var(--sc-primary);
  outline-offset: 2px;
}

.cake-storefront .no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cake-storefront .no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Mobile install FAB — stacked above WhatsApp on home, solo on other pages */
#pwa-install-fab-slot:empty {
  display: none;
}

.pwa-install-fab {
  border: 2px solid rgba(255, 255, 255, 0.85);
  min-height: 3rem;
}

.pwa-install-fab__label {
  line-height: 1.2;
}

.pwa-install-fab[aria-busy="true"] {
  opacity: 0.75;
  pointer-events: none;
}

@media (min-width: 1024px) {
  #pwa-install-fab-slot,
  #mobile-fab-stack #pwa-install-fab-slot,
  .pwa-install-fab {
    display: none !important;
  }
}

/* About page — bottom CTA (white button on red band; not inside .btn-primary) */
.cake-storefront .sc-about-cta {
  background-color: var(--sc-primary);
  color: #ffffff;
}
.cake-storefront .sc-about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  color: var(--sc-primary);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.cake-storefront .sc-about-cta__btn:hover {
  background-color: #f9fafb;
  color: var(--sc-primary-hover);
}

/* Checkout — mobile responsiveness */
.cake-storefront .sc-checkout {
  width: 100%;
  max-width: 72rem;
  overflow-x: clip;
}
.cake-storefront .sc-checkout .checkout-item {
  overflow-x: clip;
}
.cake-storefront .sc-checkout .checkout-remove-popover {
  max-width: min(18rem, calc(100vw - 1.5rem));
}
@media (max-width: 767px) {
  .cake-storefront .sc-checkout .checkout-summary-panel {
    position: sticky;
    top: var(--cake-sticky-offset, 0px);
    z-index: 25;
  }
  .cake-storefront .sc-checkout .checkout-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cake-storefront .sc-checkout #submit-order-btn {
    min-height: 3rem;
  }
  .cake-storefront .sc-checkout .payment-method-option {
    align-items: flex-start;
  }
}
