.header{background-color:var(--white);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffe6;border-bottom:1px solid #f0f0f0;padding:1.5rem 0;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;display:flex;position:relative}.logo{z-index:101}.logo h1{color:var(--primary-color);letter-spacing:-1px;font-family:Matura MT Script Capitals,cursive;font-size:2.8rem}.hamburger-menu{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:6px;padding:5px;display:none}.hamburger-bar{background-color:var(--primary-color);border-radius:3px;width:28px;height:3px;transition:all .3s}.hamburger-bar.open:first-child{transform:translateY(9px)rotate(45deg)}.hamburger-bar.open:nth-child(2){opacity:0}.hamburger-bar.open:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.header nav ul{align-items:center;gap:2rem;display:flex}.header nav ul li a{color:var(--text-color);font-size:1rem;font-weight:500;transition:color .3s}.header nav ul li a:hover{color:var(--accent-color)}@media (width<=768px){.hamburger-menu{display:flex}.main-nav{background-color:var(--white);z-index:100;flex-direction:column;width:250px;height:100vh;padding-top:6rem;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;box-shadow:-2px 0 10px #0000001a}.main-nav.open{right:0}.header nav ul{flex-direction:column;align-items:flex-start;gap:2rem;padding:0 2rem}.header nav ul li a{font-size:1.2rem}}.footer{background-color:var(--secondary-color);text-align:center;margin-top:6rem;padding:4rem 0}.footer p{color:var(--text-muted);font-size:.9rem}.layout{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.product-card{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);border:1px solid #f0f0f0;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--secondary-color);transform:translateY(-8px)}.product-image-wrapper{width:100%;height:280px;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{text-align:left;flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-info h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.4rem}.price{color:var(--accent-color);font-size:1.25rem;font-weight:600;font-family:var(--font-sans);margin-top:auto;margin-bottom:1.5rem}.view-details{text-align:center;background-color:var(--primary-color);color:var(--white);text-transform:uppercase;letter-spacing:1px;border-radius:100px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.view-details:hover{background-color:var(--accent-color)}.home-page{flex-direction:column;gap:6rem;padding-bottom:4rem;animation:.5s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-carousel{height:60vh;min-height:450px;max-height:650px;box-shadow:var(--shadow-md);border-radius:24px;margin-top:1rem;position:relative;overflow:hidden}.carousel-slide{opacity:0;z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.carousel-slide.active{opacity:1;z-index:2}.carousel-overlay{background:#00000059;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.carousel-content{text-align:center;color:#fff;padding:2rem;animation:.8s ease-out slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.carousel-content h2{text-shadow:0 4px 12px #0006;font-size:3.8rem;font-family:var(--font-serif);margin-bottom:1rem}.carousel-content p{text-shadow:0 2px 8px #0006;margin-bottom:2.5rem;font-size:1.4rem}.carousel-indicators{z-index:3;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.indicator{background-color:#fff6;border:2px solid #0000;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.indicator.active{background-color:#fff;transform:scale(1.3);box-shadow:0 0 10px #0000004d}.carousel-control{color:#fff;cursor:pointer;z-index:3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-control:hover{background:#fff6;transform:translateY(-50%)scale(1.1)}.carousel-control.prev{left:2rem}.carousel-control.next{right:2rem}.popular-products .section-header{text-align:center;margin-bottom:3.5rem}.popular-products .section-header h2{color:var(--primary-color);margin-bottom:.5rem;font-size:2.8rem}.popular-products .section-header p{color:var(--text-muted);font-size:1.15rem}.product-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=600px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}.view-all-container{text-align:center;margin-top:3.5rem}.btn-primary{background-color:var(--primary-color);color:#fff;border-radius:50px;padding:1.1rem 2.8rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-block;box-shadow:0 4px 15px #2d4a3e33}.btn-primary:hover{color:#fff;background-color:#1f3a2f;transform:translateY(-3px);box-shadow:0 8px 20px #2d4a3e4d}.btn-secondary{color:var(--primary-color);border:2px solid var(--primary-color);background-color:#0000;border-radius:50px;padding:.9rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.personalized-offer{background:linear-gradient(135deg, var(--secondary-color), #e2ede8);box-shadow:var(--shadow-sm);border-radius:24px;overflow:hidden}.offer-content{flex-direction:column;display:flex}@media (width>=900px){.offer-content{flex-direction:row;align-items:center}}.offer-text{flex:1;padding:4rem 2.5rem}@media (width>=900px){.offer-text{padding:5rem}}.offer-text h2{color:var(--primary-color);margin-bottom:1.2rem;font-size:2.8rem}.offer-text p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.offer-image{flex:1;min-height:300px}@media (width>=900px){.offer-image{align-self:stretch;height:100%}}.offer-image img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=768px){.carousel-content h2{font-size:2.5rem}.carousel-content p{font-size:1.2rem}.offer-text h2{font-size:2.2rem}.home-page{gap:4rem}.carousel-control{width:40px;height:40px;font-size:1.2rem}.carousel-control.prev{left:1rem}.carousel-control.next{right:1rem}}.filter-bar{background-color:var(--surface-color,#fff);border-radius:12px;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}@media (width>=768px){.filter-bar{flex-direction:row;justify-content:space-between;align-items:center}}.filter-categories{scrollbar-width:thin;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.filter-categories::-webkit-scrollbar{height:6px}.filter-categories::-webkit-scrollbar-thumb{background-color:var(--primary-color,#4a7c59);border-radius:10px}.filter-btn{border:1px solid var(--primary-color,#4a7c59);color:var(--primary-color,#4a7c59);cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.filter-btn:hover{background-color:#4a7c591a}.filter-btn.active{background-color:var(--primary-color,#4a7c59);color:#fff}.filter-sort{align-items:center;gap:.5rem;display:flex}.filter-sort label{color:#4a5568;font-size:.9rem;font-weight:500}.sort-select{color:#2d3748;cursor:pointer;background-color:#fff;border:1px solid #cbd5e0;border-radius:8px;outline:none;padding:.5rem;font-size:.9rem;transition:border-color .2s}.sort-select:focus{border-color:var(--primary-color,#4a7c59);box-shadow:0 0 0 1px var(--primary-color,#4a7c59)}.catalog-hero{text-align:center;padding:4rem 0 3rem}.catalog-hero h2{color:var(--primary-color);max-width:800px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:3rem}.catalog-hero p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.product-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;padding-bottom:4rem;display:grid}@media (width>=600px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.catalog-hero h2{font-size:2.5rem}.product-grid{gap:1.5rem}}.product-detail-page{padding:4rem 0}.back-link{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;align-items:center;margin-bottom:3rem;font-size:.9rem;font-weight:500;display:inline-flex}.back-link:hover{color:var(--primary-color)}.product-detail-container{grid-template-columns:1.2fr .8fr;align-items:start;gap:5rem;display:grid}@media (width<=900px){.product-detail-container{grid-template-columns:1fr;gap:3rem}}.product-image-container img{border-radius:var(--border-radius);width:100%;box-shadow:var(--shadow-md);aspect-ratio:1;object-fit:cover}.product-info-container h1{color:var(--primary-color);margin-bottom:1rem;font-size:3rem}.detail-price{color:var(--accent-color);font-size:2.2rem;font-weight:600;font-family:var(--font-sans);margin-bottom:2.5rem}.description{text-align:justify;margin-bottom:3rem}.description h3{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);border-bottom:1px solid #eee;width:100%;margin-bottom:1.2rem;padding-bottom:.5rem;font-size:1.1rem}.description p{color:var(--text-muted);font-size:1.1rem;line-height:1.8}.action-buttons{flex-direction:column;gap:1.2rem;display:flex}.btn{border-radius:var(--border-radius);text-transform:uppercase;letter-spacing:1px;justify-content:center;align-items:center;padding:1.2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.btn-shopee{color:var(--white);background-color:#ee4d2d;box-shadow:0 4px 14px #ee4d2d63}.btn-shopee:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ee4d2d3b}.btn-whatsapp{color:var(--white);background-color:#25d366;box-shadow:0 4px 14px #25d36663}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d3663b}.not-found{text-align:center;padding:8rem 0}.not-found h2{margin-bottom:1.5rem;font-size:2rem}.personalizados-page{padding:2rem 0;animation:.5s ease-out fadeIn}.hero-section{text-align:center;background-color:var(--secondary-color);border-radius:var(--border-radius);margin-bottom:5rem;padding:5rem 2rem;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#d4a3731a 0%,#0000 70%);position:absolute;inset:0}.hero-section h1{color:var(--primary-color);margin-bottom:1.5rem;font-size:3.5rem}.hero-section p{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.3rem}.btn-whatsapp-large{color:#fff;z-index:1;background-color:#25d366;border-radius:50px;padding:1.2rem 2.8rem;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-block;position:relative;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp-large:hover{color:#fff;background-color:#1ebe58;transform:translateY(-3px);box-shadow:0 8px 20px #25d36666}.gallery-section{flex-direction:column;gap:6rem;margin-bottom:6rem;display:flex}.gallery-item{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width>=900px){.gallery-item{flex-direction:row;gap:5rem}.gallery-item.reverse{flex-direction:row-reverse}}.gallery-item .image-container{width:100%;box-shadow:var(--shadow-md);border-radius:24px;flex:1;position:relative;overflow:hidden}.gallery-item .image-container:after{content:"";pointer-events:none;border-radius:24px;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 0 1px #0000000d}.gallery-item .image-container img{object-fit:cover;width:100%;height:100%;max-height:500px;transition:transform .7s cubic-bezier(.25,.46,.45,.94);display:block}.gallery-item:hover .image-container img{transform:scale(1.03)}.gallery-item .content{flex-direction:column;flex:1;justify-content:center;display:flex}.gallery-item .content h2{color:var(--primary-color);margin-bottom:1.2rem;font-size:2.5rem;position:relative}.gallery-item .content p{color:var(--text-muted);font-size:1.15rem;line-height:1.9}.cta-section{text-align:center;background:linear-gradient(135deg, var(--primary-color), #1f3a2f);color:#fff;border-radius:24px;margin-bottom:3rem;padding:6rem 2rem;box-shadow:0 20px 40px #2d4a3e33}.cta-section h2{color:#fff;margin-bottom:1.2rem;font-size:2.8rem}.cta-section p{opacity:.9;max-width:700px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta-section .btn-whatsapp-large{color:var(--primary-color);background-color:#fff;box-shadow:0 4px 15px #0000001a}.cta-section .btn-whatsapp-large:hover{background-color:#f8f8f8;box-shadow:0 8px 20px #00000026}@media (width<=768px){.hero-section h1{font-size:2.5rem}.gallery-item .content h2{font-size:2rem}.cta-section h2{font-size:2.2rem}}@font-face{font-family:Matura MT Script Capitals;src:url(/assets/MATURASC_1-Cm1J5fxr.TTF)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--primary-color:#2d4a3e;--secondary-color:#f1f7f4;--accent-color:#d4a373;--text-color:#333;--text-muted:#666;--bg-color:#fff;--white:#fff;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 10px 15px -3px #0000001a;--border-radius:12px;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .2s}ul{list-style:none}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 24px}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
