/* ── Contact Link Hover ── */
.contact-link-hover:hover {
  background: linear-gradient(135deg, rgba(196, 145, 122, 0.15), rgba(217, 161, 137, 0.08)) !important;
  border-color: rgba(196, 145, 122, 0.2) !important;
  color: #B8735A !important;
}
.contact-link-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(196, 145, 122, 0.15);
}
/* ── Policy Section Hover (optional subtle effect) ── */
.policy-section {
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 16px;
  margin: -8px;
}
.policy-section:hover {
  background: rgba(196, 145, 122, 0.02);
}

.serif-font { font-family: "Playfair Display", serif !important;
}
.brand--text { color: #4A2018 !important;
}
.bg-berry-soft { background-color: #FFF9FB !important;
}
.border-subtle { border: 1px solid #f2f2f2 !important;
}
.border-bottom-soft { border-bottom: 1px solid #eee;
}
.ls-1 { letter-spacing: 1px !important;
}
.ls-2 { letter-spacing: 2px !important;
}
/* Badges & Lines */
.discount-badge-premium {
  position: absolute;
  top: 20px;
  left: 0;
  background: #4A2018;
  letter-spacing: 1px;
}
.brand-line-left {
  width: 50px;
  height: 3px;
  background: #4A2018;
}
/* Gallery Controls */
@media (min-width: 960px) {
.sticky-gallery {
    position: sticky;
    top: 100px;
    align-self: start;
}
}
.thumbnail-card {
  border: 1px solid transparent !important;
}
.thumbnail-card {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.active-thumbnail {
  border-color: #4A2018 !important;
}
.active-thumbnail {
  opacity: 1;
}
/* Inputs & Buttons */
.qty-control {
  padding: 8px 16px;
  background: #FFF9FB;
}
.brand-border-button {
  border: 2px solid #4A2018 !important;
  color: #4A2018 !important;
}
.premium-select >>> .v-input__control .v-input__slot {
  border-radius: 0 !important;
  background: #FFF9FB !important;
}
/* Animations */
.fade-in-up { animation: fadeInUp 0.8s ease-out forwards;
}
.fade-in-up-delay { animation: fadeInUp 0.8s ease-out 0.2s forwards; opacity: 0;
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px);
}
to { opacity: 1; transform: translateY(0);
}
}
.zoom-effect { transform: scale(1.05);
}
.shadow-soft { box-shadow: 0 10px 40px rgba(172, 23, 84, 0.05) !important;
}

.body-text { color: #4A2018 !important;
}
.category-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #f7f1ef;
  box-shadow: 0 12px 36px rgba(166, 120, 100, 0.12);
}
.category-hero-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.08);
  filter: blur(18px);
  opacity: 0.45;
}
.category-hero-backdrop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
}
.category-hero-image {
  position: relative;
  z-index: 1;
}
.category-hero-image .v-image__image {
  background-size: cover !important;
}
.bg-light {
  background-color: #FAF8F5;
}
.relative {
  position: relative;
}
.pointer {
  cursor: pointer;
} 

/* Sticky sidebar */
.sticky-sidebar {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
.sticky-sidebar::-webkit-scrollbar {
  display: none;
}
.sticky-filter-actions {
  position: sticky;
  bottom: 0;
  z-index: 6;
  padding-top: 16px;
}
.desktop-filter-actions {
  margin-top: 24px;
  background: linear-gradient(180deg, rgba(250, 248, 245, 0) 0%, rgba(250, 248, 245, 0.92) 24%, #FAF8F5 100%);
}
.mobile-filter-scroll {
  padding-bottom: calc(112px + var(--safe-area-bottom)) !important;
}
.mobile-filter-actions {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 960px) {
.mobile-filter-sheet {
    height: 72vh !important;
    max-height: calc(100vh - var(--safe-area-top) - 12px) !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    overflow: hidden !important;
}
.mobile-filter-sheet .v-navigation-drawer__content {
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
}
.mobile-filter-sheet .fill-height {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
}
.mobile-filter-sheet .border-bottom {
    flex: 0 0 auto !important;
}
.mobile-filter-sheet .mobile-filter-actions {
    flex: 0 0 auto !important;
    padding-bottom: calc(16px + var(--safe-area-bottom)) !important;
    position: relative !important;
    bottom: auto !important;
}
.mobile-filter-sheet .mobile-filter-scroll {
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: auto !important;
}
} 

/* =========================================================
   2. Typography
   ========================================================= */
.serif-text {
  font-family: 'Playfair Display', serif;
}
.product-title {
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.2px;
}
.ls-1 {
  letter-spacing: 1px;
} 

/* =========================================================
   3. Product Card (PRODUCTION SAFE)
   ========================================================= */
.product-card {
  border: 0 !important;
  box-shadow: none !important;
}
.product-card {
  transform: translateZ(0);
  will-change: transform;
  background: transparent;
} 

/* Image wrapper – critical fix */
.image-wrapper {
  background-color: transparent !important;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transform: translateZ(0);
} 

/* Vuetify image hard reset */
.v-image,
.v-img,
.v-responsive {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
} 

/* Image zoom (no hairlines in prod) */
.product-image {
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}
.zoom-effect {
  transform: scale(1.05) translateZ(0);
} 

/* =========================================================
   4. Hover Quick Add Button
   ========================================================= */
.quick-add-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 2;
}
.hover-state .quick-add-wrapper {
  transform: translateY(0);
} 

/* =========================================================
   5. Stock Overlay
   ========================================================= */
.stock-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
  text-align: center;
  z-index: 1;
} 

/* =========================================================
   6. Mobile Button
   ========================================================= */
.border-btn {
  border: 1px solid #e0e0e0;
} 

/* =========================================================
   7. Wishlist Button
   ========================================================= */
.wishlist-btn {
  background: rgba(255, 255, 255, 0.8) !important;
}
.wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
} 

/* =========================================================
   8. Dividers / Utilities
   ========================================================= */
.border-bottom {
  border-bottom: 1px solid #f0f0f0;
}
.border-top {
  border-top: 1px solid #f0f0f0;
}
.border-thin {
  border: 1px solid #eeeeee;
} 

/* =========================================================
   9. Custom Scrollbar (Filters)
   ========================================================= */
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 4px;
}
.shadow-card {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15) !important;
}
.opacity-80 {
  opacity: 0.8;
} 

/* Ensure the serif text applies to the banner too */
.serif-text {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
} 

/* =========================================================
   10. Vuetify PRODUCTION OVERRIDES (CRITICAL)
   ========================================================= */
.v-card,
.v-sheet,
.v-application .elevation-0 {
  border: 0 !important;
  box-shadow: none !important;
}
.v-application * {
  outline: none;
} 

/* Wishlist Button Styling */
.wishlist-btn {
  background-color: #FAF8F5 !important;
}
.wishlist-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  z-index: 5;
  width: 32px; 
  height: 32px;
  border-radius: 50%;
  opacity: 0; /* Hidden by default on desktop */ 
  transform: scale(0.8);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
} 

/* Show on hover */
.hover-state .wishlist-btn { 
  opacity: 1;
  transform: scale(1);
} 

/* Always show if liked or on mobile */
.wishlist-btn.is-liked {
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media (max-width: 960px) {
.wishlist-btn {
    opacity: 1 !important;
    transform: scale(1) !important;
}
} 

/* Pop Animation */
.wishlist-btn.is-liked .v-icon {
  animation: heart-pop 0.3s forwards;
}
@keyframes heart-pop {
0% { transform: scale(1);
}
50% { transform: scale(1.3);
}
100% { transform: scale(1);
}
}
.body-text { color: #4A2018 !important;
}
.bg-light {
  background-color: #FAF8F5;
}
.relative {
  position: relative;
}
.pointer {
  cursor: pointer;
}
.sticky-sidebar {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto; 
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.sticky-sidebar::-webkit-scrollbar {
  display: none;
}
.serif-text {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
}
.product-title {
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.2px;
}
.ls-1 {
  letter-spacing: 1px;
}
.product-card {
  border: 0 !important;
  box-shadow: none !important;
}
.product-card {
  transform: translateZ(0);
  will-change: transform;
  background: transparent;
}
.image-wrapper {
  background-color: transparent !important;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transform: translateZ(0);
}
.v-image,
.v-img,
.v-responsive {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.product-image {
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}
.zoom-effect {
  transform: scale(1.05) translateZ(0);
}
.quick-add-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 2;
}
.hover-state .quick-add-wrapper {
  transform: translateY(0);
}
.stock-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
  text-align: center;
  z-index: 1;
}
.border-btn {
  border: 1px solid #e0e0e0;
}
.wishlist-btn {
  background-color: #FAF8F5 !important;
}
.wishlist-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  z-index: 5;
  width: 32px; 
  height: 32px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hover-state .wishlist-btn { 
  opacity: 1;
  transform: scale(1);
}
.wishlist-btn.is-liked {
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media (max-width: 960px) {
.wishlist-btn {
    opacity: 1 !important;
    transform: scale(1) !important;
}
}
.wishlist-btn.is-liked .v-icon {
  animation: heart-pop 0.3s forwards;
}
@keyframes heart-pop {
0% { transform: scale(1);
}
50% { transform: scale(1.3);
}
100% { transform: scale(1);
}
}
.border-bottom {
  border-bottom: 1px solid #f0f0f0;
}
.border-top {
  border-top: 1px solid #f0f0f0;
}
.border-thin {
  border: 1px solid #eeeeee;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 4px;
}
.shadow-card {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15) !important;
}
.opacity-80 {
  opacity: 0.8;
}
.v-card,
.v-sheet,
.v-application .elevation-0 {
  border: 0 !important;
  box-shadow: none !important;
}
.v-application * {
  outline: none;
} 

/* ══════ PRICE FILTER STYLES ══════ */
.price-input .v-input__slot {
  min-height: 40px !important;
}
.price-input input {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.price-input .v-text-field__prefix {
  font-size: 13px !important;
  color: #999 !important;
} 

/* Hide number input arrows */
.price-input input[type="number"]::-webkit-outer-spin-button,
.price-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price-input input[type="number"] {
  -moz-appearance: textfield;
}

