/** Shopify CDN: Minification failed

Line 32:13 Expected ":"
Line 32:15 Expected identifier but found "'DM Sans'"

**/
/* =============================================
   SLVJE THEME - CSS Completo v2
   Colores: Crema #F5F0EB | Naranja #C1440E | Oscuro #1A1A1A
   Tipografia: Playfair Display + DM Sans
    ============================================= */

:root {
  --orange: #C1440E;
  --orange-light: #D@561F;
  --bg: #F5F0EB;
  --bg-card: #FGFFFF;
  --dark: #1A1A1A;  --mid: #4A4A4A;
  --light: #8A8A8A;
  --border: rgba(0,0,0,0.08);
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 2px 20px rgba(0,0,0,0.06);
  --shadow-hover: 0 8px 40px rgba(0,0,0,0.12);
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family; 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--dark);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.2; }
h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; }
h3 { font-size: clamp(1.05rem, 2vw, 1.25rem); font-weight: 700; }
a { text-decoration: none; color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 0.92rem; font-weight: 500; cursor: pointer; transition: var(--transition); border: 1.5px solid transparent; white-space: nowrap; }
.btn-primary { background: var(--orange); color: #fff; border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); }
.btn-outline-dark { background: transparent; color: var(--orange); border-color: var(--orange); }
.btn-outline-dark:hover { background: var(--orange); color: #fff; }
.btn-white { background: #fff; color: var(--orange); border-color: #fff; font-weight: 600; }
.btn-white:hover { background: #f5f0eb; transform: translateY(-1px); }


.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { margin-bottom: 10px; }
.section-header p { color: var(--mid); font-size: 1rem; }
.section-header--split { display: flex; align-items: flex-end; justify-content: space-between; text-align: left; margin-bottom: 40px; }
.section-header--split p { margin-top: 8px; color: var(--mid); }
.see-all-link { color: var(--mid); font-size: 0.88rem; white-space: nowrap; padding-bottom: 4px; transition: color var(--transition); }
.see-all-link:hover { color: var(--orange); }

.site-header { position: sticky; top: 0; z-index: 200; background: rgba(245,240,235,0.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.header-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { font-family: 'DM Sans',œsans-serif; font-size: 1.3rem; font-weight: 600; letter-spacing: 0.06em; color: var(--dark); }
.site-nav { display: flex; align-items: center; gap: 36px; }
.nav-link { font-size: 0.9rem; color: var(--mid); transition: color var(--transition); position: relative; }
.nav-link:hover, .nav-link--active { color: var(--dark); }
.nav-link--active::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: var(--orange); border-radius: 2px; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.cart-icon { position: relative; color: var(--dark); display: flex; align-items: center; }
.cart-count { position: absolute; top: -6px; right: -6px; background: var(--orange); color: #fff; font-size: 0.62rem; width: 17px; height: 17px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.mobile-menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-menu-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: var(--transition); }
.mobile-menu { display: none; flex-direction: column; padding: 16px 24px 20px; border-top: 1px solid var(--border); gap: 16px; background: var(--bg); }
.mobile-menu a { font-size: 1rem; color: var(--mid); }
.mobile-menu.is-open { display: flex; }

.categories-section { padding: 80px 0; }
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; display: block; }
.category-img-wrap { position: relative; aspect-ratio: 4/5; }
.category-img-wrap img, .category-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.category-placeholder { background: #c8c4be; }
.category-card:hover .category-img-wrap img { transform: scale(1.05); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.1) 55%, transparent 100%); }
.category-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; color: #fff; }
.category-info h3 { font-size: 1.5rem; font-family: 'Playfair Display', serif; margin-bottom: 4px; }
.category-info p { font-size: 0.88rem; opacity: 0.85; margin-bottom: 12px; }
.category-link { font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.9); transition: color var(--transition); }
.category-card:hover .category-link { color: #fff; }

.featured-products-section { padding: 60px 0 80px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: var(--bg-card); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.product-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.product-card-img-wrap { aspect-ratio: 4/3; overflow: hidden; display: block; background: #e8e4de; }
.product-card-img-wrap img { transition: transform 0.5s ease; }
.product-card:hover .product-card-img-wrap img { transform: scale(1.04); }
.product-img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg,#e8e4de,#d4cfc8); display: flex; align-items: center; justify-content: center; font-size: 3.5rem; color: #b0aa9e; font-family: 'Playfair Display', serif; }
.product-card-body { padding: 20px; }
.product-tag { display: inline-block; padding: 3px 10px; background: #2D4A2D; color: #fff; font-size: 0.7rem; font-weight: 600; border-radius: 20px; margin-bottom: 10px; letter-spacing: 0.04em; text-transform: uppercase; }
.product-title { font-size: 1rem; margin-bottom: 8px; font-family: 'DM Sans', sans-serif; font-weight: 600; color: var(--dark); }
.product-desc { font-size: 0.83rem; color: var(--mid); line-height: 1.55; margin-bottom: 16px; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-size: 1.1rem; font-weight: 700; color: var(--orange); }
.product-link { font-size: 0.83rem; color: var(--mid); transition: color var(--transition); }
.product-link:hover { color: var(--orange); }

.about-section { padding: 80px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/4; background: #d4cfc8; }
.about-img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg,#c8c4be,#b0aa9e); }
.about-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: rgba(193,68,14,0.1); color: var(--orange); border-radius: 20px; font-size: 0.82rem; font-weight: 500; margin-bottom: 20px; }
.about-content h2 { margin-bottom: 20px; }
.about-content p { color: var(--mid); line-height: 1.7; margin-bottom: 16px; font-size: 0.97rem; }
.about-content .btn { margin-top: 8px; }

.testimonials-section { padding: 80px 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { background: var(--bg-card); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
.stars { color: var(--orange); font-size: 1rem; margin-bottom: 14px; letter-spacing: 3px; }
.testimonial-text { font-size: 0.88rem; color: var(--mid); line-height: 1.65; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; color: var(--mid); flex-shrink: 0; border: 1px solid var(--border); }
.testimonial-author strong { display: block; font-size: 0.88rem; font-weight: 600; }
.testimonial-author span { font-size: 0.78rem; color: var(--light); }

.instagram-section { padding: 60px 0 80px; }
.instagram-section .section-header h2 { display: flex; align-items: center; justify-content: center; gap: 10px; }
.instagram-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.instagram-item { aspect-ratio: 1; border-radius: 8px; overflow: hidden; display: block; background: #d4cfc8; }
.instagram-item img { transition: transform 0.4s ease; }
.instagram-item:hover img { transform: scale(1.08); }
.instagram-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg,#d4cfc8,#c0bab3); }

.blog-section { padding: 80px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--bg-card); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.blog-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.blog-card-img { aspect-ratio: 16/10; overflow: hidden; display: block; background: #e8e4de; }
.blog-img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg,#e0dbd4,#c8c4be); }
.blog-card-body { padding: 22px; }
.blog-tag { display: inline-block; padding: 3px 10px; background: var(--bg); color: var(--mid); font-size: 0.7rem; font-weight: 600; border-radius: 20px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
.blog-card-body h3 { font-size: 0.97rem; margin-bottom: 10px; font-family: 'DM Sans',œsans-serif; font-weight: 700; }
.blog-card-body h3 a:hover { color: var(--orange); }
.blog-card-body p { font-size: 0.83rem; color: var(--mid); line-height: 1.6; margin-bottom: 16px; }
.blog-read-more { font-size: 0.83rem; color: var(--orange); font-weight: 500; }

.cta-banner { background: var(--orange); padding: 80px 24px; text-align: center; }
.cta-banner h2 { color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,0.88); max-width: 520px; margin: 0 auto 32px; font-size: 1rem; }

.site-footer { background: var(--bg); border-top: 1px solid var(--border); padding-top: 60px; }
.footer-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px 48px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; }
.footer-logo-icon { width: 32px; height: 32px; background: var(--orange); color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; }
.footer-brand p { font-size: 0.87rem; color: var(--mid); line-height: 1.6; }
.footer-links h4, .footer-categories h4, .footer-contact h4 { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--dark); margin-bottom: 18px; }
.footer-links ul, .footer-categories ul { list-style: none; }
.footer-links li, .footer-categories li { margin-bottom: 10px; }
.footer-links a, .footer-categories a { font-size: 0.88rem; color: var(--mid); transition: color var(--transition); }
.footer-links a:hover, .footer-categories a:hover { color: var(--orange); }
.footer-email { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--mid); margin-bottom: 16px; transition: color var(--transition); }
.footer-email:hover { color: var(--orange); }
.footer-social { display: flex; gap: 12px; }
.footer-social a { color: var(--mid); transition: color var(--transition); display: flex; align-items: center; }
.footer-social a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid var(--border); padding: 20px 24px; max-width: 1240px; margin: 0 auto; }
.footer-bottom p { font-size: 0.8rem; color: var(--light); text-align: center; }

.collection-page { padding: 60px 0; }
.collection-header { text-align: center; margin-bottom: 48px; }
.collection-header h1 { margin-bottom: 12px; }
.collection-header p { color: var(--mid); }
.empty-collection { grid-column: 1/-1; text-align: center; color: var(--mid); padding: 60px 0; }

@media (max-width: 1024px) {
  .categories-grid, .products-grid, .testimonials-grid, .blog-grid { grid-template-columns: repeat(2,1fr); }
  .instagram-grid { grid-template-columns: repeat(4,1fr); }
  .about-grid { gap: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .site-nav { display: none; }
  .mobile-menu-toggle { display: flex; }
  .categories-grid, .products-grid, .about-grid, .testimonials-grid, .blog-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 32px; }
  .instagram-grid { grid-template-columns: repeat(3,1fr); }
  .section-header--split { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .instagram-grid { grid-template-columns: repeat(2,1fr); }
  .footer-inner { grid-template-columns: 1fr; }
}