/** Shopify CDN: Minification failed

Line 15:0 All "@import" rules must come first

**/
/* Cucina Modena Premium CSS - Global Variables & Overrides */
:root {
  --cm-navy: #1B2A3D;
  --cm-gold: #C5975B;
  --cm-cream: #FFFBF7;
  --cm-dark: #0f1923;
}

/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

/* Hide default Shopify footer - using custom fc-footer */
/* footer-group enabled */

/* Global overrides for Shopify Dawn theme on Cucina Modena */
.section-header { background: var(--cm-navy) !important; }

/* Product page enhancements */
.product__title { font-family: 'Playfair Display', serif !important; color: var(--cm-navy) !important; }
.price-item--regular, .price-item--sale { font-family: 'DM Sans', sans-serif !important; }
.product-form__submit { 
  background: var(--cm-gold) !important; 
  color: #fff !important; 
  border: none !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-radius: 6px !important;
  padding: 14px 28px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}
.product-form__submit:hover { background: #b8874e !important; }

/* Collection page styling */
.collection-hero__title, .collection-hero h1 { font-family: 'Playfair Display', serif !important; }

/* Card styling for product grids */
.card__heading { font-family: 'Playfair Display', serif !important; }
.card-information .price { font-family: 'DM Sans', sans-serif !important; }

/* Announcement bar */
.fc-announcement { background: var(--cm-navy) !important; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Mobile optimizations */
@media (max-width: 768px) {
  .product__title { font-size: 1.4rem !important; }
  .product-form__submit { width: 100% !important; padding: 16px !important; }
}
