/** Shopify CDN: Minification failed

Line 304:0 Unexpected "}"

**/
/* ===========================================
   AURA DECOR — Custom CSS for Dawn Theme
   Brand: Luxury Minimalist Home Decor
   =========================================== */

/* ===== GOOGLE FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300&family=Inter:wght@300;400;500&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
  --aura-sand: #C9B99A;
  --aura-cream: #F5EFEB; /* Bege pastel calmo dominante */
  --aura-offwhite: #FAF6F0; /* Branco cremoso suave */
  --aura-black: #1A1A1A;
  --aura-terracotta: #C4846C;
  --aura-oak: #A68B6B;
  --aura-gold: #B8976A;
  --aura-stone: #8A8680;
  --aura-charcoal: #2D2D2D;
}

/* ===== GLOBAL TYPOGRAPHY ===== */
body, .body, p {
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.01em;
}

h1, h2, h3, .h0, .h1, .h2, .h3,
.banner__heading, .title, .section-header__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300;
  letter-spacing: 0.02em;
}

/* ===== HEADER REFINEMENTS ===== */
.header {
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.header__heading-link {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header__menu-item {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ===== HERO BANNER ===== */
.banner {
  min-height: 85vh;
}

.banner__heading {
  font-size: clamp(2.2rem, 5vw, 4.5rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.banner__text {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 300;
  letter-spacing: 0.03em;
  max-width: 500px;
  margin: 0 auto;
}

/* ===== BUTTONS ===== */
.button, .shopify-challenge__button, button[type="submit"] {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 40px;
  background: var(--aura-black) !important;
  color: var(--aura-offwhite) !important;
  border: 1px solid var(--aura-black) !important;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.button:hover, .shopify-challenge__button:hover, button[type="submit"]:hover {
  background: var(--aura-gold) !important;
  border-color: var(--aura-gold) !important;
  color: var(--aura-black) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(184, 151, 106, 0.35);
}

.button--secondary {
  background: transparent !important;
  color: var(--aura-black) !important;
  border: 1px solid var(--aura-black) !important;
}
.button--secondary:hover {
  background: var(--aura-black) !important;
  color: var(--aura-offwhite) !important;
  border-color: var(--aura-black) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 26, 26, 0.12);
}

/* ===== SECTION TITLES ===== */
.section-header__title, .title {
  font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
  font-weight: 300 !important;
}

.section-header__title::after {
  display: none;
}

/* ===== PRODUCT CARDS ===== */
.card-wrapper {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 4px;
}

.card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(26, 26, 26, 0.08);
}

.card__heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.1rem !important;
  font-weight: 400;
}

.card-information .price {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  font-size: 0.95rem;
}

.card__media img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.card-wrapper:hover .card__media img {
  transform: scale(1.05);
  filter: brightness(0.96);
}

/* ===== COLLECTION CARDS ===== */
.collection-card__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* ===== RICH TEXT SECTIONS ===== */
.rich-text__heading {
  font-weight: 300 !important;
}

.rich-text__text p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--aura-stone);
  max-width: 600px;
  margin: 0 auto;
}

/* ===== MULTICOLUMN / VALUES ===== */
.multicolumn-card__info .h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.15rem !important;
  font-weight: 400;
}

.multicolumn-card__info p {
  font-size: 0.85rem;
  color: var(--aura-stone);
  line-height: 1.7;
}

/* ===== IMAGE WITH TEXT / LOOKBOOK ===== */
.image-with-text__heading {
  font-weight: 300 !important;
}

/* ===== NEWSLETTER ===== */
.newsletter__heading {
  font-weight: 300 !important;
}

.newsletter-form__field-wrapper .field__input {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.85rem;
  border-width: 1px;
}

/* ===== FOOTER ===== */
.footer__heading {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-block__details-content a,
.footer__list-item a {
  font-size: 0.85rem;
  transition: opacity 0.3s;
}

.footer-block__details-content a:hover,
.footer__list-item a:hover {
  opacity: 0.6;
}

/* ===== PRODUCT PAGE ===== */
.product__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 2rem !important;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.product__text {
  font-size: 0.95rem;
  line-height: 1.8;
}

.price-item--regular {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  font-size: 1.2rem;
}

/* ===== CART DRAWER ===== */
.cart-drawer__heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300;
}

/* ===== SMOOTH SCROLLING ===== */
html {
  scroll-behavior: smooth;
}

/* ===== FADE IN ANIMATION ===== */
@keyframes auraFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.shopify-section {
  animation: auraFadeUp 0.6s ease forwards;
}

/* ===== SELECTION COLOR ===== */
::selection {
  background: var(--aura-sand);
  color: var(--aura-black);
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--aura-offwhite);
}

::-webkit-scrollbar-thumb {
  background: var(--aura-sand);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--aura-oak);
}

}

/* ===== CLONED DCORADA HEADER & FOOTER STYLE OVERLAYS ===== */

.top-bar {
  background: var(--aura-black);
  color: var(--aura-offwhite);
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 0.72rem;
  font-family: var(--font-body-family);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2rem;
}
.top-bar-social a {
  margin-right: 16px;
  opacity: 0.8;
  transition: opacity 0.3s;
  text-decoration: none;
}
.top-bar-social a:hover {
  opacity: 1;
  color: var(--aura-gold);
}
.top-bar-announcement {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.top-bar-contact {
  display: flex;
  gap: 20px;
}
.top-bar-contact a, .top-bar-contact span {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.8;
  text-decoration: none;
}
.top-bar-contact a:hover {
  opacity: 1;
  color: var(--aura-gold);
}

header.header-main-element {
  position: fixed;
  top: 36px; /* Below top bar */
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(245, 239, 235, 0.95) !important; /* Bege pastel translucido */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(26,26,26,0.06);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
header.header-main-element.scrolled {
  top: 0;
  box-shadow: 0 2px 20px rgba(26,26,26,0.04);
}
header.header-main-element.scrolled .header-main {
  height: 60px;
}
header.header-main-element.scrolled .nav-menu-container {
  display: none; /* Hide category bar on scroll shrink */
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2rem;
}
.logo-container {
  flex: 0 0 220px;
}
.logo-container .logo {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--aura-black);
  text-decoration: none;
}
.logo-container .logo strong {
  font-weight: 500;
  color: var(--aura-gold);
}

/* SEARCH BAR */
.search-container {
  flex: 1;
  max-width: 500px;
  margin: 0 40px;
}
.busca-form {
  display: flex;
  position: relative;
  border: 1px solid rgba(26, 26, 26, 0.15);
  border-radius: 2px;
  background: var(--aura-offwhite);
  overflow: hidden;
  transition: border-color 0.3s;
}
.busca-form:focus-within {
  border-color: var(--aura-gold);
}
.busca-form input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 16px;
  font-size: 0.82rem;
  font-family: var(--font-body-family);
  outline: none;
}
.busca-form button {
  background: transparent;
  border: none;
  padding: 0 16px;
  color: var(--aura-stone);
  font-size: 0.9rem;
  transition: color 0.3s;
}
.busca-form button:hover {
  color: var(--aura-gold);
}

/* HEADER UTILITIES */
.header-utilities {
  display: flex;
  align-items: center;
  gap: 28px;
}
.util-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--aura-black);
  text-decoration: none;
}
.util-item i {
  font-size: 1.2rem;
  color: var(--aura-gold);
}
.util-text {
  display: flex;
  flex-direction: column;
}
.util-text span {
  font-size: 0.68rem;
  color: var(--aura-stone);
}
.util-text strong {
  font-weight: 500;
}

/* MINI CART */
.header-cart {
  position: relative;
}
.header-cart-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 2px;
  background: var(--aura-black) !important;
  color: var(--aura-offwhite) !important;
  transition: background 0.3s;
  text-decoration: none;
}
.header-cart-trigger:hover {
  background: var(--aura-gold) !important;
  color: var(--aura-black) !important;
}
.header-cart-trigger i {
  font-size: 1.1rem;
}
.cart-qty {
  background: var(--aura-gold);
  color: var(--aura-black);
  font-size: 0.7rem;
  font-weight: 600;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-cart-trigger:hover .cart-qty {
  background: var(--aura-black);
  color: var(--aura-offwhite);
}

/* NAVIGATION MENU */
.nav-menu-container {
  background: var(--aura-offwhite) !important;
  border-top: 1px solid rgba(26,26,26,0.04);
  border-bottom: 1px solid rgba(26,26,26,0.06);
}
.nav-menu-inner {
  display: flex;
  justify-content: center;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2rem;
}
.nav-menu-list {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
  height: 48px;
  align-items: center;
}
.nav-menu-list a {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aura-black);
  position: relative;
  padding: 12px 0;
  display: block;
  transition: color 0.3s;
  text-decoration: none;
}
.nav-menu-list a:hover {
  color: var(--aura-gold);
}
.nav-menu-list a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--aura-gold);
  transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav-menu-list a:hover::after {
  width: 100%;
}

/* ========== FOOTER OVERHAUL (Dcorada Clone) ========== */
footer.footer {
  background: var(--aura-offwhite) !important;
  color: var(--aura-black) !important;
  border-top: 1px solid rgba(26, 26, 26, 0.08) !important;
  padding: 80px 0 40px !important;
  margin-top: 0 !important;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.footer-col h5 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  color: var(--aura-black);
  text-transform: uppercase;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col li {
  margin-bottom: 12px;
}
.footer-col a {
  font-size: 0.85rem;
  color: var(--aura-stone) !important;
  transition: color 0.3s;
  text-decoration: none;
}
.footer-col a:hover {
  color: var(--aura-gold) !important;
}
.footer-contact-info {
  font-size: 0.85rem;
  color: var(--aura-stone);
  line-height: 1.8;
}
.footer-contact-info strong {
  color: var(--aura-black);
}
.footer-social-links {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.footer-social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 26, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.3s;
  color: var(--aura-stone);
  text-decoration: none;
}
.footer-social-links a:hover {
  border-color: var(--aura-gold);
  color: var(--aura-gold);
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: var(--aura-stone);
}
.payment-icons {
  display: flex;
  gap: 10px;
}
.payment-icons span {
  padding: 6px 12px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 2px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: var(--aura-offwhite);
  color: var(--aura-black);
}
.seals-container {
  display: flex;
  gap: 16px;
  align-items: center;
}
.seals-container span {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--aura-gold);
  border: 1px solid rgba(184, 151, 106, 0.3);
  padding: 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

/* MOBILE REFINEMENTS */
.mobile-menu-toggle {
  display: none;
}
@media (max-width: 990px) {
  .mobile-menu-toggle {
    display: block;
  }
  .search-container {
    display: none;
  }
  .header-utilities .util-item {
    display: none;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* Page spacing for fixed header */
body {
  padding-top: 168px !important;
}
@media (max-width: 990px) {
  body {
    padding-top: 120px !important;
  }
}

/* ========== PRODUCTS GRID & CARDS STYLE OVERLAYS ========== */
.products-section {
  padding: 96px 0;
  background: var(--aura-cream);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card {
  background: var(--aura-offwhite);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  border: 1px solid rgba(26, 26, 26, 0.03);
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(26, 26, 26, 0.08);
  border-color: rgba(26, 26, 26, 0.08);
}
.product-img {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #FAF8F5;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.product-card:hover .product-img img {
  transform: scale(1.05);
  filter: brightness(0.96);
}
.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, var(--aura-gold), var(--aura-sand));
  color: var(--aura-offwhite);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 2px;
  font-weight: 500;
  z-index: 2;
}
.product-quick {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease;
  z-index: 2;
}
.product-card:hover .product-quick {
  opacity: 1;
  transform: translateY(0);
}
.product-info {
  padding: 20px;
}
.product-info h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.15rem !important;
  font-weight: 400;
  margin-bottom: 6px;
  color: var(--aura-black);
}
.product-info .product-cat {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aura-stone);
  margin-bottom: 10px;
}
.product-price {
  font-size: 1rem;
  font-weight: 500;
  color: var(--aura-black);
}
.product-price small {
  font-weight: 300;
  font-size: 0.75rem;
  color: var(--aura-stone);
  margin-left: 4px;
}
.product-stars {
  margin-top: 8px;
  color: var(--aura-gold);
  font-size: 12px;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Page spacing for fixed header */
body {
  padding-top: 168px !important;
}
@media (max-width: 990px) {
  body {
    padding-top: 120px !important;
  }
}

/* ========== INTERACTIVE PHILOSOPHIES SECTION ========== */
.philosophy-section {
  background: var(--aura-cream);
  padding: 100px 0;
  border-top: 1px solid rgba(26,26,26,0.04);
  border-bottom: 1px solid rgba(26,26,26,0.04);
  font-family: 'Inter', sans-serif;
}
.philosophy-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.philosophy-tab-btn {
  background: var(--aura-offwhite);
  border: 1px solid rgba(26,26,26,0.08);
  padding: 14px 28px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--aura-stone);
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.philosophy-tab-btn:hover {
  border-color: var(--aura-terracotta);
  color: var(--aura-terracotta);
  transform: translateY(-1px);
}
.philosophy-tab-btn.active {
  background: var(--aura-black);
  color: var(--aura-offwhite);
  border-color: var(--aura-black);
  box-shadow: 0 4px 15px rgba(26,26,26,0.1);
}

.philosophy-panel {
  display: none;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  background: var(--aura-offwhite);
  border: 1px solid rgba(26,26,26,0.06);
  border-radius: 4px;
  padding: 48px;
  box-shadow: 0 10px 30px rgba(26,26,26,0.04);
  animation: fadeIn 0.5s ease;
}
.philosophy-panel.active {
  display: grid;
}
@media (max-width: 992px) {
  .philosophy-panel {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 32px;
  }
}

.philosophy-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.philosophy-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aura-terracotta);
  font-weight: 600;
  margin-bottom: 12px;
}
.philosophy-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  color: var(--aura-black);
  margin: 0 0 8px 0;
  font-weight: 400;
  line-height: 1.2;
}
.philosophy-tagline {
  font-style: italic;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  color: var(--aura-stone);
  margin-bottom: 24px;
  display: block;
}
.philosophy-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--aura-charcoal);
  margin-bottom: 30px;
}

.philosophy-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
.philosophy-benefit-card {
  background: rgba(184, 151, 106, 0.05);
  border-left: 3px solid var(--aura-terracotta);
  padding: 16px 20px;
  border-radius: 0 4px 4px 0;
}
.philosophy-benefit-card strong {
  display: block;
  font-size: 0.9rem;
  color: var(--aura-black);
  margin-bottom: 4px;
}
.philosophy-benefit-card span {
  font-size: 0.85rem;
  color: var(--aura-stone);
  line-height: 1.5;
}

/* Shop the Philosophy Widget */
.philosophy-shop-col {
  background: var(--aura-offwhite);
  border: 1px solid rgba(26,26,26,0.08);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  justify-content: space-between;
}
.philosophy-shop-header {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--aura-stone);
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(26,26,26,0.06);
  width: 100%;
  padding-bottom: 12px;
}
.philosophy-product-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.philosophy-product-img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid rgba(26,26,26,0.06);
  background: #F5EFEB;
  transition: transform 0.3s;
}
.philosophy-shop-col:hover .philosophy-product-img {
  transform: scale(1.03);
}
.philosophy-product-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--aura-black);
  margin: 0 0 6px 0;
}
.philosophy-product-price {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--aura-terracotta);
}
.philosophy-shop-btn {
  background: var(--aura-black);
  color: var(--aura-offwhite);
  border: none;
  width: 100%;
  padding: 14px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.philosophy-shop-btn:hover {
  background: var(--aura-terracotta);
  color: var(--aura-offwhite);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(196, 132, 108, 0.3);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

