.primary-text { color: #523A37 !important;
}
.v-bottom-navigation,
.bottom-nav,
.theme--light.v-bottom-navigation.bottom-nav,
.bottom-nav.v-item-group,
.bottom-nav.theme--light,
.bottom-nav.theme--light.v-item-group {
  background: #faf8f5 !important;
  background-color: #faf8f5 !important;
  min-height: calc(var(--mobile-bottom-bar-height) + var(--safe-area-bottom)) !important;
  height: calc(var(--mobile-bottom-bar-height) + var(--safe-area-bottom)) !important;
  border-top: 1px solid rgba(74, 32, 24, 0.08) !important;
  box-shadow: 0 -6px 18px rgba(120, 70, 50, 0.05) !important;
}
.v-bottom-navigation,
.bottom-nav,
.theme--light.v-bottom-navigation.bottom-nav,
.bottom-nav.v-item-group,
.bottom-nav.theme--light,
.bottom-nav.theme--light.v-item-group {
  display: flex; 
  align-items: center;
  padding-bottom: var(--safe-area-bottom);
}
.v-bottom-navigation::before {
  background: transparent !important;
  border-top: none !important;
}
.v-bottom-navigation .v-btn,
.bottom-nav .v-btn,
.bottom-nav .v-btn__content,
.bottom-nav .v-badge__wrapper {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-width: 0 !important;
}
.v-bottom-navigation .v-btn::before { 
  background: transparent !important;
} 

/* Inactive labels */
.bottom-nav .v-btn,
.bottom-nav .v-btn span {
  color: #6f6764 !important; 
  opacity: 1 !important;
}
.bottom-nav .v-btn .bottom-tab-icon--light {
  color: #6f6764 !important;
  opacity: 1 !important;
} 

/* Active state */
.bottom-nav .v-btn.active-tab span {  
  color: #c12a6a !important; 
  font-weight: 600 !important;
}
.bottom-nav .v-btn.active-tab .bottom-tab-icon--light {
  color: #c12a6a !important;
}
.bottom-nav .v-btn {
  height: 64px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2px !important;
  overflow: hidden !important;
}
.bottom-nav .v-btn {
  border-right: 1px solid rgba(74, 32, 24, 0.06);
}
.bottom-nav .v-btn.active-tab {
  background: rgba(193, 42, 106, 0.08) !important;
  background-color: rgba(193, 42, 106, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(193, 42, 106, 0.08) !important;
}
.bottom-tab-icon {
  font-size: 22px !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}
.bottom-tab-label {
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  opacity: 1 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
.bottom-tab-label {
  letter-spacing: 0;
  text-transform: none;
}
.bottom-nav .v-btn__content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  min-height: 100% !important;
}
.bottom-nav .v-btn:last-child {
  border-right: none !important;
} 

/* Box shadow / overlay prevention */
.bottom-nav .v-btn::before {
  background: rgba(193, 42, 106, 0.06) !important;
}
.bottom-nav .v-btn:hover {
  background: rgba(193, 42, 106, 0.05) !important;
  background-color: rgba(193, 42, 106, 0.05) !important;
}
.bottom-nav .v-btn:focus,
.bottom-nav .v-btn:active {
  background: rgba(193, 42, 106, 0.09) !important;
  background-color: rgba(193, 42, 106, 0.09) !important;
}
.bottom-nav .v-btn.active-tab:hover,
.bottom-nav .v-btn.active-tab:focus,
.bottom-nav .v-btn.active-tab:active {
  background: rgba(193, 42, 106, 0.12) !important;
  background-color: rgba(193, 42, 106, 0.12) !important;
}
.top-app-bar-enhanced { 
  min-height: calc(var(--mobile-top-bar-height) + var(--safe-area-top)) !important;
  height: calc(var(--mobile-top-bar-height) + var(--safe-area-top)) !important;
  padding-top: var(--safe-area-top) !important;
  padding-left: max(12px, var(--safe-area-left)) !important;
  padding-right: max(12px, var(--safe-area-right)) !important;
}
.top-app-bar-enhanced {
  box-shadow: 0 8px 24px rgba(120, 70, 50, 0.08);
}
.top-app-bar-enhanced .v-toolbar__content {
  min-height: var(--mobile-top-bar-height) !important;
  height: var(--mobile-top-bar-height) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
} 

/* Style adjustments for the search text field */
.search-field-enhanced.v-text-field {
  /* Remove unwanted default margins/paddings from the text field component */
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0; 
  /* Remove !important from margins/paddings if possible */
} 

/* Adjustments specifically for the Solo variant's control wrapper */
.top-app-bar-enhanced .search-field-enhanced.v-text-field--solo .v-input__control {
  min-height: 48px;
} 

/* Styling for the input slot (the visible background/container) */
.search-field-enhanced .v-input__slot {
  background-color: rgba(255, 252, 248, 0.96) !important;
}
.search-field-enhanced .v-input__slot {
  box-shadow: inset 0 0 0 1px rgba(196, 145, 122, 0.12);
} 

/* Mobile-first layout */
.notifications-card-mobile { 
  width: 95vw !important;
  background: #FAF8F5 !important;
  border-radius: 14px !important;
}
.notifications-card-mobile {
  max-width: 420px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
} 

/* Header */
.notif-header {
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(196, 145, 122, 0.12);
  background: #FAF8F5;
  position: sticky;
  top: 0;
  z-index: 10;
  color: #4a2018;
} 

/* Scrollable area */
.notif-list {
  max-height: calc(80vh - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* Mobile inertia scrolling */
}
.notif-list::-webkit-scrollbar {
  display: none;
} 

/* Notification items */
.notification-item {
  padding: 10px 14px !important;
  min-height: 48px !important;
}
.notification-item {
  cursor: pointer;
  transition: background 0.18s ease; /* Thumb-friendly */
  border-bottom: 1px solid #f6f6f6;
}
.notification-item:hover {
  background: #fcf4ee;
}
.notification-item.unread {
  background: #fff5ee;
} 

/* Text */
.notification-title {
  font-size: 0.94rem;
  font-weight: 600; 
  color: #4a2018;
}
.notification-subtitle {
  font-size: 0.78rem;
  margin-top: 3px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #5b5b5b;
} 

/* Message truncation */
.message {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  white-space: normal !important;
}
.message {
  font-size: 0.75rem;
  flex: 1;
} 

/* Timestamp */
.timestamp {
  white-space: nowrap;
  color: #b28779;
  font-size: 0.75rem;
} 

/* Empty state */
.empty-state {
  padding: 24px 16px !important;
}
.empty-state {
  justify-content: center;
  text-align: center;
  color: #9e9e9e;
} 

/* Footer */
.notif-footer {
  padding: 12px;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #f0f0f5;
  cursor: pointer;
}
.notif-footer:hover {
  background: #fcf4ee;
} 

/* Responsive tweak for very small devices */
@media (max-width: 360px) {
.message {
    max-width: 150px;
}
}
 

.collections-page {
  background-color: #FAF8F5;
  min-height: 100vh;
}
.serif-font {
  font-family: "Playfair Display", serif !important;
}
.brand--text {
  color: #4A2018 !important;
}
.ls-2 {
  letter-spacing: 2px !important;
}

/* Header Decor */
.berry-line {
  width: 30px;
  height: 2px;
  background-color: #4A2018;
}
.categories-title {
  font-size: 2rem !important;
}
.categories-title {
  color: #4a2018;
  letter-spacing: -0.4px;
}
.categories-subtitle {
  color: #9b7b6f;
}

/* Mobile Hero Card */
.mobile-collection-hero {
  border-radius: 20px !important;
}
.mobile-collection-hero {
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(120, 70, 50, 0.12);
  background: #f4e8de;
}
.mobile-collection-hero:active .v-image__image {
  transform: scale(1.04);
  transition: transform 0.5s ease;
}

/* Glassmorphism Shelf */
.glass-shelf {
  background: linear-gradient(
    to top, 
    rgba(74, 32, 24, 0.92) 0%, 
    rgba(123, 77, 63, 0.54) 46%, 
    transparent 100%
  );
  width: 100%;
  min-height: 42%;
}
.berry-glass-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
}
.category-card-title {
  font-size: 1.55rem !important;
}
.category-card-title {
  line-height: 1.05;
}
.category-card-meta {
  font-size: 0.72rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.82;
}
.opacity-70 {
  opacity: 0.7;
}

/* Animation for the list */
.mobile-collection-hero {
  animation: slideUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes slideUp {
from { opacity: 0; transform: translateY(20px);
}
to { opacity: 1; transform: translateY(0);
}
}

/* Staggered delay for each item */
.mobile-collection-hero:nth-child(1) { animation-delay: 0.1s;
}
.mobile-collection-hero:nth-child(2) { animation-delay: 0.2s;
}
.mobile-collection-hero:nth-child(3) { animation-delay: 0.3s;
}
@media (max-width: 380px) {
.category-card-title {
    font-size: 1.3rem !important;
}
}


/* Kill any border / shadow / elevation line on the category bar */
.no-line-bar,
.no-line-bar.v-app-bar,
.no-line-bar.v-sheet {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.no-line-bar::before,
.no-line-bar::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}
/* ── Slide-group arrow styling ── */
.v-slide-group__prev,
.v-slide-group__next {
  min-width: 36px !important;
  flex: 0 0 36px !important;
  background: linear-gradient(90deg, #FAF8F5 60%, transparent) !important;
}
.v-slide-group__prev,
.v-slide-group__next {
  z-index: 2;
}
.v-slide-group__next {
  background: linear-gradient(270deg, #FAF8F5 60%, transparent) !important;
}
.v-slide-group__prev .v-icon,
.v-slide-group__next .v-icon {
  color: #4A2018 !important;
  font-size: 20px !important;
}
.v-slide-group__prev .v-icon,
.v-slide-group__next .v-icon {
  opacity: 0.6;
  transition: all 0.25s ease;
}
.v-slide-group__prev:hover .v-icon,
.v-slide-group__next:hover .v-icon {
  opacity: 1;
  transform: scale(1.15);
}
/* ── Button hover & active states ── */
.v-btn--text.v-btn:hover span {
  opacity: 1 !important;
}
.v-btn--text.v-btn:hover {
  background: rgba(196, 145, 122, 0.06) !important;
}
.v-btn--text.v-btn:active {
  background: rgba(196, 145, 122, 0.1) !important;
}
.v-btn--text.v-btn:active {
  transform: scale(0.97);
}
/* ── Remove default Vuetify button overlay ── */
.v-btn--text::before {
  display: none !important;
}
/* ── Underline animation on hover ── */
.v-btn--text::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #4A2018, #D9A189);
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border-radius: 2px;
  opacity: 0.7;
}
.v-btn--text:hover::after {
  width: 60%;
}
/* ── Dropdown list-item hover ── */
.v-list-item:hover {
  background: rgba(196, 145, 122, 0.05) !important;
}
.v-list-item:hover .v-list-item__title {
  color: #4A2018 !important;
}
.v-list-item:hover .v-icon {
  color: #4A2018 !important;
}
.v-list-item:hover .v-icon {
  transform: translateX(3px);
}
.v-list-item:active {
  background: rgba(196, 145, 122, 0.1) !important;
}
/* ── Chevron rotation on menu open ── */
.v-btn--text.v-btn--active .mdi-chevron-down {
  color: #4A2018 !important;
}
.v-btn--text.v-btn--active .mdi-chevron-down {
  transform: rotate(180deg);
}

.coming-soon-dialog {
  border-radius: 28px !important;
  box-shadow: 0 32px 90px rgba(43, 21, 16, 0.34) !important;
}
.coming-soon-card {
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 250, 246, 0.98) 0%, rgba(255, 250, 246, 0) 44%),
    linear-gradient(145deg, #fffaf6 0%, #f4dfd4 100%) !important;
}
.coming-soon-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(139, 76, 54, 0.14);
}
.coming-soon-card::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border: 1px solid rgba(179, 122, 92, 0.16);
  border-radius: 22px;
  pointer-events: none;
}
.coming-soon-card::after {
  content: '';
  position: absolute;
  left: 22%;
  right: 22%;
  top: -60px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.coming-soon-close {
  position: absolute !important;
  background: rgba(255, 255, 255, 0.58) !important;
  color: #4a2018 !important;
  box-shadow: 0 8px 18px rgba(74, 32, 24, 0.08) !important;
}
.coming-soon-close {
  top: 18px;
  right: 18px;
  z-index: 3;
}
.coming-soon-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 32px 18px;
  z-index: 1;
}
.coming-soon-mark {
  width: 210px;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(179, 122, 92, 0.16);
  box-shadow: 0 18px 42px rgba(139, 76, 54, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.coming-soon-logo {
  filter: drop-shadow(0 8px 12px rgba(74, 32, 24, 0.1));
}
.coming-soon-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(139, 76, 54, 0.12);
  color: #8b4c36;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.coming-soon-body {
  position: relative;
  z-index: 1;
  padding: 0 42px 42px;
  text-align: center;
}
.coming-soon-title {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  color: #4a2018;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 700;
}
.coming-soon-copy {
  max-width: 390px;
  margin: 0 auto;
  color: #7b594d;
  font-size: 15px;
  line-height: 1.65;
}
.coming-soon-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.coming-soon-primary {
  min-width: 168px !important;
  height: 44px !important;
  border-radius: 999px !important;
  text-transform: none !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  background: linear-gradient(135deg, #8b4c36 0%, #b37a5c 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 26px rgba(139, 76, 54, 0.22) !important;
}
.coming-soon-secondary {
  height: 44px !important;
  border-radius: 999px !important;
  text-transform: none !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  color: #8b4c36 !important;
}
@media (max-width: 600px) {
.coming-soon-dialog {
    margin: 18px !important;
}
.coming-soon-hero {
    padding: 38px 22px 16px;
}
.coming-soon-body {
    padding: 0 24px 32px;
}
.coming-soon-title {
    font-size: 28px;
}
.coming-soon-copy {
    font-size: 14px;
}
.coming-soon-actions {
    align-items: stretch;
    flex-direction: column;
}
}
.luxury-snackbar {
  /* Ensure it sits above everything */
  z-index: 9999;
}

/* Custom CSS for the inner content layout */
.status-strip {
  width: 4px;
  height: 100%;
  position: absolute; 
  left: 0; 
  top: 0;
}
.luxury-border {
  position: absolute;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;
  border: 1px solid rgba(212, 175, 55, 0.3); /* Subtle Gold Border */
  pointer-events: none;
}
.letter-spacing-05 {
  letter-spacing: 0.5px;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}

/* Override Vuetify snackbar shadow with a cleaner drop shadow */
.v-snack__wrapper {
  box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}

