@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--primary-pink:#f7d7d9;--secondary-pink:#fadadd;--accent-rose:#b76e79;--bg-cream:#fff8f0;--text-dark:#3d2b2b;--text-muted:#6b5b5b;--white:#fff;--gold:#d4af37;--glass-bg:#ffffffb3;--glass-border:#fff3;--glass-shadow:0 8px 32px 0 #b76e7926;--font-main:"Inter", sans-serif;--font-heading:"Outfit", sans-serif;--font-accent:"Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-cream);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);font-weight:600}.accent-text{font-family:var(--font-accent);font-style:italic}a{color:inherit;text-decoration:none;transition:all .3s}button{cursor:pointer;font-family:var(--font-heading);border:none;outline:none;transition:all .3s}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s ease-out forwards fadeIn}.navbar{z-index:1000;justify-content:space-between;align-items:center;height:80px;padding:0 4rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#b76e79f2;border-bottom:1px solid #ffffff26;height:70px;box-shadow:0 4px 30px #3d2b2b26}.navbar.scrolled .nav-links a{color:var(--bg-cream)}.navbar.scrolled .nav-links a:after{background:var(--white)}.navbar.scrolled .nav-links a:hover{color:var(--white)}.navbar.scrolled .cart-btn{color:var(--bg-cream)}.logo{font-family:var(--font-heading);color:var(--accent-rose);letter-spacing:1px;font-size:1.8rem;font-weight:700}.logo-img{object-fit:contain;width:auto;height:120px}.navbar.scrolled .logo-img{height:110px}.logo-img-footer{object-fit:contain;width:auto;height:150px;margin-bottom:1.5rem}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{font-family:var(--font-heading);color:var(--text-dark);font-size:.95rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--accent-rose);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}.cart-btn{color:var(--text-dark);background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem;font-weight:600;display:flex}.cart-icon-wrapper{align-items:center;display:flex;position:relative}.cart-badge{color:#fff;background-color:#b28e6a;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px}.cart-btn:hover{transform:translateY(-2px)}.hero-section{background:linear-gradient(135deg, var(--bg-cream) 0%, #f7e6e8 100%);justify-content:center;align-items:center;gap:5rem;min-height:100vh;padding:100px 4rem 4rem;display:flex}.hero-content{z-index:2;flex:1.2;max-width:700px}.hero-title{color:var(--accent-rose);margin-bottom:2rem;font-size:4rem;line-height:1.1}.hero-title span{display:block}.hero-subtitle{color:var(--text-muted);text-align:left;max-width:100%;margin-bottom:3rem;font-size:1.05rem;line-height:1.9}.cta-group{gap:1.5rem;display:flex}.btn-primary{background:var(--accent-rose);color:#fff;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.btn-secondary{color:var(--accent-rose);border:2px solid var(--accent-rose);background:0 0;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.hero-image-container{flex:1.5;justify-content:center;align-items:center;display:flex}.hero-image{aspect-ratio:16/9;object-fit:cover;border-radius:40px;width:100%;max-width:800px;height:auto;animation:6s ease-in-out infinite float;box-shadow:30px 30px 80px #b76e7933}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.featured-section{content-visibility:auto;contain-intrinsic-size:800px;padding:6rem 4rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.8rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;display:grid}.product-card{flex-direction:column;height:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.product-card:hover{transform:translateY(-10px)}.product-image-wrapper{border-radius:20px 20px 0 0;height:250px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%}.product-info h3{margin-bottom:.5rem;font-size:1.4rem}.product-price{color:var(--accent-rose);font-size:1.2rem;font-weight:700}.product-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-category{color:var(--accent-rose);background:#bd93931a;border-radius:20px;margin-bottom:.75rem;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.product-description{color:var(--text-muted);flex:1;min-height:3em;margin-bottom:1rem;font-size:.9rem}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.add-to-cart-btn{background:var(--accent-rose);color:#fff;border-radius:50px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #b76e7940}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #b76e7959}.wishlist-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:36px;height:36px;color:var(--accent-rose);background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.wishlist-btn:hover{transform:scale(1.1)}.hamburger-btn{color:var(--text-dark);background:0 0;padding:.4rem;display:none}.mobile-overlay{z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#3d2b2b80;position:fixed;inset:0}.mobile-menu{flex-direction:column;gap:1rem;width:280px;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.mobile-menu-header button{color:var(--text-dark);background:0 0}.mobile-nav-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.mobile-nav-links button{color:var(--text-dark);font-family:var(--font-heading);text-align:left;background:0 0;border-bottom:1px solid #b76e791a;width:100%;padding:.75rem 0;font-size:1.2rem;font-weight:500}.mobile-nav-links button:hover{color:var(--accent-rose)}.cart-overlay{z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#3d2b2b80;position:fixed;inset:0}.cart-modal{border-radius:24px 0 0 24px;flex-direction:column;width:420px;max-width:100vw;height:100%;display:flex;position:absolute;top:0;right:0}.cart-header{border-bottom:1px solid #b76e7926;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.cart-header h3{font-size:1.3rem}.cart-header button{color:var(--text-muted);background:0 0}.cart-empty{color:var(--text-muted);opacity:.5;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.cart-items{flex-direction:column;flex:1;gap:1rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.cart-item{background:#ffffff80;border-radius:12px;align-items:flex-start;gap:1rem;padding:.75rem;display:flex}.cart-item-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:64px;height:64px}.cart-item-info{flex:1;min-width:0}.cart-item-name{color:var(--text-dark);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.cart-item-price{color:var(--accent-rose);margin-bottom:.5rem;font-size:.8rem}.cart-item-qty{align-items:center;gap:.75rem;display:flex}.cart-item-qty button{color:var(--accent-rose);background:#b76e791a;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.cart-item-qty span{text-align:center;min-width:20px;font-size:.95rem;font-weight:600}.cart-remove-btn{color:var(--text-muted);background:0 0;flex-shrink:0;padding:.25rem}.cart-remove-btn:hover{color:#e05555}.cart-footer-actions{border-top:1px solid #b76e7926;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1.5rem;display:flex}.cart-note{color:var(--text-muted);font-size:.8rem;line-height:1.5}.btn-whatsapp{color:#fff;background:#25d366;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;display:flex;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.about-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.about-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 2rem;display:flex}.about-icon{color:var(--accent-rose)}.about-card h3{color:var(--text-dark);font-size:1.3rem}.about-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.contact-section{background:linear-gradient(135deg, var(--accent-rose) 0%, #8b4a56 100%);text-align:center;padding:6rem 4rem}.contact-inner{max-width:600px;margin:0 auto}.contact-title{margin-bottom:1rem;color:#fff!important}.contact-subtitle{color:#ffffffd9;margin-bottom:3rem;font-size:1.1rem}.contact-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.contact-btn{font-family:var(--font-heading);border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.contact-btn-whatsapp{color:#fff;background:#25d366;box-shadow:0 4px 15px #25d36659}.contact-btn-whatsapp:hover{transform:translateY(-3px);box-shadow:0 8px 25px #25d36673}.contact-btn-instagram{color:var(--accent-rose);background:#fff;box-shadow:0 4px 15px #0000001a}.contact-btn-instagram:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.contact-info{flex-direction:column;gap:.4rem;display:flex}.contact-info p{color:#ffffffbf;font-size:.9rem}.footer{color:#fff;text-align:center;background:#3d2b2b;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem;display:flex}.footer-logo{font-size:2rem;color:#fff!important}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#ffffffb3;transition:all .3s}.footer-links a:hover{color:#fff;transform:scale(1.2)}.footer-copy{color:#ffffff80;font-size:.9rem}.floating-whatsapp{color:#fff;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c}.section-subtitle-price{font-family:var(--font-heading);color:var(--accent-rose);letter-spacing:.3px;margin-top:.25rem;font-size:1.1rem;font-weight:600}.brownie-list-container{background:var(--glass-bg);box-shadow:var(--glass-shadow);border-radius:30px;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:2rem;padding:3rem;display:flex}.brownie-flavors{flex-direction:column;flex:1;gap:1.5rem;display:flex}.brownie-flavors-heading{border-bottom:2px solid #b76e7933;align-items:center;gap:.6rem;padding-bottom:1rem;display:flex}.brownie-flavors-title{font-family:var(--font-heading);color:var(--accent-rose);margin:0;font-size:1.6rem;font-weight:700}.brownie-flavor-chips{flex-direction:column;gap:.6rem;display:flex}.brownie-chip{text-align:left;cursor:pointer;background:#ffffff80;border:1.5px solid #b76e7926;border-radius:14px;align-items:center;gap:.75rem;width:100%;padding:.85rem 1.2rem;transition:all .25s;display:flex}.brownie-chip:hover{border-color:var(--accent-rose);background:#b76e7914;transform:translate(4px)}.brownie-chip.selected{border-color:var(--accent-rose);background:#b76e791f;box-shadow:0 0 0 3px #b76e791f}.chip-heart{color:var(--accent-rose);flex-shrink:0}.chip-text{flex-direction:column;gap:.1rem;display:flex}.chip-label{color:var(--text-dark);font-size:.95rem;font-weight:600}.chip-desc{color:var(--text-muted);font-size:.78rem}.chip-qty-row{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.chip-qty-btn{width:24px;height:24px;color:var(--accent-rose);background:#ffffffb3;border:1px solid #b76e794d;border-radius:50%;justify-content:center;align-items:center;display:flex}.chip-qty-btn:hover{background:#b76e791a}.chip-qty-val{text-align:center;min-width:20px;font-size:.9rem;font-weight:600}.chip-add-btn{color:#b76e7980;background:#b76e7933;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;transition:all .3s;display:flex}.chip-add-btn.active{background:var(--accent-rose);color:#fff;box-shadow:0 2px 8px #b76e7966}.chip-add-btn.active:hover{transform:scale(1.1)}.brownie-min-note{color:var(--text-muted);text-align:center;margin-top:1rem;font-size:.85rem;font-style:italic}.brownie-details{flex-direction:column;flex:1;align-items:center;gap:1.5rem;display:flex}.brownie-main-image-wrap{border-radius:20px;width:100%;overflow:hidden;box-shadow:0 8px 32px #b76e7933}.brownie-main-image{object-fit:cover;width:100%;height:340px;transition:transform .4s;display:block}.brownie-main-image:hover{transform:scale(1.03)}.brownie-info-box{color:var(--text-dark);background:#ffffff8c;border:1px dashed #b76e794d;border-radius:16px;align-items:flex-start;gap:.75rem;width:100%;padding:1.2rem 1.4rem;font-size:1rem;line-height:1.6;display:flex}.desc-heart{color:var(--accent-rose);flex-shrink:0;margin-top:3px}.list-heart{color:var(--accent-rose);flex-shrink:0}.category-filters{scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;touch-action:pan-x;gap:.8rem;margin-bottom:1rem;padding:0 1.5rem 1.5rem;display:flex;position:relative;overflow-x:auto}.category-filters:before,.category-filters:after{content:"";pointer-events:none;z-index:1;width:40px;position:absolute;top:0;bottom:0}.category-filters:before{background:linear-gradient(to right, var(--bg-cream), transparent);left:0}.category-filters:after{background:linear-gradient(to left, var(--bg-cream), transparent);right:0}.category-filters::-webkit-scrollbar{display:none}.filter-chip{white-space:nowrap;background:var(--bg-cream);color:var(--text-dark);letter-spacing:.5px;border:1px solid #b76e7933;border-radius:20px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600}.filter-chip.active{border-color:var(--accent-rose);background:#b76e7926}.mobile-card{background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.mobile-card .product-image-wrapper{border-radius:12px;height:200px;margin:.5rem;position:relative;overflow:hidden}.wishlist-btn-top{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0000001a}.product-info-mobile{flex-direction:column;flex:1;padding:.5rem 1rem 1rem;display:flex}.product-title-mobile{font-family:var(--font-main);color:var(--text-dark);margin-bottom:.25rem;font-size:1rem;font-weight:700;line-height:1.3}.product-price-mobile{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.product-action-row{align-items:center;gap:.75rem;margin-top:auto;display:flex}.add-to-cart-pill{color:#fff;background:#c4a27a;border-radius:20px;flex:1;padding:.6rem 0;font-size:.95rem;font-weight:600}.wishlist-btn-square{background:#fff;border:1px solid #b76e794d;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.bottom-nav{-webkit-backdrop-filter:blur(12px);z-index:1000;height:70px;padding-bottom:env(safe-area-inset-bottom);background:#b76e79f2;border-top:1px solid #ffffff26;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #3d2b2b26}.bottom-nav-item{color:#ffffffb3;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.bottom-nav-item.active{color:var(--white);font-weight:700}@media (width<=768px){body{background-color:#faf6f0;padding-bottom:70px}.navbar{justify-content:space-between;padding:0 1.5rem}.nav-links,.cart-text{display:none}.hamburger-btn{order:1;display:flex}.logo-img{order:2;height:60px}.cart-btn{order:3;padding:0}.bottom-nav{display:flex}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:.95rem;line-height:1.7}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;font-size:.95rem}.section-title{font-size:1.8rem}.product-title-mobile{font-size:.9rem}.product-price-mobile{font-size:1rem}.add-to-cart-pill{font-size:.85rem}.section-title{font-family:var(--font-accent);color:var(--text-dark);margin-bottom:.5rem;font-size:2.2rem;font-weight:700;line-height:1.1}.section-subtitle-price{font-family:var(--font-main);color:#9c7d7d;font-size:1rem;font-weight:500}.section-header{margin-bottom:1.5rem}.hero-section{text-align:center;flex-direction:column-reverse;gap:2rem;height:auto;padding:6rem 1.5rem 2rem}.featured-section{padding:1rem 0 3rem}.section-header{padding:0 1.5rem}.contact-section{padding:3rem 1.5rem}.hero-image{width:100%;height:auto;max-height:250px}.banner-container{display:none}.cta-group{justify-content:center}.cart-modal{border-radius:0;width:100vw}.about-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem}.product-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;gap:1rem;padding:0 1.5rem 1.5rem;display:flex;position:relative;overflow-x:auto}.product-grid:before,.product-grid:after{content:"";pointer-events:none;z-index:1;width:30px;position:absolute;top:0;bottom:0}.product-grid:before{background:linear-gradient(to right, var(--bg-cream), transparent);left:0}.product-grid:after{background:linear-gradient(to left, var(--bg-cream), transparent);right:0}.product-grid::-webkit-scrollbar{display:none}.mobile-card{scroll-snap-align:center;flex-shrink:0;min-width:280px}.brownie-list-container{flex-direction:column;gap:1.5rem;margin:0 1.5rem;padding:1.25rem}.brownie-flavors{gap:1rem}.brownie-flavors-title{font-size:1.4rem}.brownie-chip{flex-direction:column;align-items:flex-start;padding:.8rem}.chip-qty-row{border-top:1px dashed #b76e7933;width:100%;margin-top:.5rem;padding-top:.5rem}.brownie-info-box{padding:1rem;font-size:.9rem}}.bolos-tabela-wrapper{background:linear-gradient(145deg,#fffaf5,#fff5ee);border:1px solid #b76e7926;border-radius:28px;max-width:680px;margin:0 auto 3rem;padding:2.5rem 3rem;box-shadow:0 8px 40px #b76e791f}.bolos-tabela-header{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.bolos-tabela-icon{color:#b8860b}.bolos-tabela-title{font-family:var(--font-heading);color:#b8860b;text-align:center;margin:0;font-size:1.8rem;font-weight:700}.bolos-tabela-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;font-style:italic}.bolos-pricing-grid{flex-direction:column;gap:.7rem;margin-bottom:1.5rem;display:flex}.bolos-pricing-row{background:#ffffffb3;border:1px solid #b76e792e;border-radius:14px;justify-content:space-between;align-items:center;padding:.85rem 1.4rem;transition:all .25s;display:flex}.bolos-pricing-row:hover{background:#c4a27a1a;border-color:#c4a27a;transform:translate(4px)}.bolos-pricing-fatias{color:var(--text-dark);align-items:center;gap:.6rem;font-size:1rem;font-weight:600;display:flex}.bolos-heart-icon{color:var(--accent-rose)}.bolos-star-icon{color:#b8860b}.bolos-pricing-valor{font-family:var(--font-heading);color:#b8860b;background:#b8860b1a;border-radius:20px;padding:.25rem 1rem;font-size:1.1rem;font-weight:700}.bolos-nota{color:var(--text-dark);text-align:center;background:#b8860b14;border:1px dashed #b8860b59;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.2rem;font-size:.9rem;display:flex}.bolos-recheios-wrapper{grid-template-columns:1fr 1fr;gap:2rem;max-width:880px;margin:0 auto 3.5rem;display:grid}.bolos-recheio-card{background:linear-gradient(145deg,#fffaf5,#fff5ee);border:1px solid #b76e7926;border-radius:24px;padding:2rem;box-shadow:0 6px 30px #b76e791a}.bolos-recheio-card--premium{background:linear-gradient(145deg,#fdfbf0,#faf5e0);border-color:#b8860b33;box-shadow:0 6px 30px #b8860b1a}.bolos-recheio-header{border-bottom:2px solid #b76e7926;justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.bolos-recheio-card--premium .bolos-recheio-header{border-bottom-color:#b8860b33}.bolos-recheio-title{font-family:var(--font-heading);letter-spacing:.5px;color:var(--accent-rose);text-transform:uppercase;margin:0;font-size:1.1rem;font-weight:700}.bolos-recheio-title--premium{color:#b8860b}.bolos-recheio-list{flex-direction:column;gap:.55rem;list-style:none;display:flex}.bolos-recheio-item{color:var(--text-dark);border-bottom:1px solid #b76e7914;align-items:center;gap:.65rem;padding:.3rem 0;font-size:.95rem;display:flex}.bolos-recheio-item:last-child{border-bottom:none}.bolos-recheio-dot{color:var(--accent-rose);flex-shrink:0;font-size:1.1rem;font-weight:700}.bolos-recheio-dot--premium{color:#b8860b}.bolos-galeria-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1000px;margin:0 auto 3.5rem;display:grid}.bolos-galeria-item{aspect-ratio:3/4;cursor:pointer;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 6px 24px #0000001f}.bolos-galeria-img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.bolos-galeria-item:hover .bolos-galeria-img{transform:scale(1.07)}.bolos-galeria-overlay{opacity:0;background:linear-gradient(#0000 45%,#3d2b2bbf 100%);align-items:flex-end;padding:1rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.bolos-galeria-item:hover .bolos-galeria-overlay{opacity:1}.bolos-galeria-label{font-family:var(--font-heading);color:#fff;letter-spacing:.5px;text-shadow:0 1px 4px #0006;font-size:1rem;font-weight:700}.bolos-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.bolo-card{text-align:center;background:linear-gradient(145deg,#fffaf5,#fff5ee);border:1px solid #b76e7926;border-radius:24px;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;transition:all .35s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 6px 30px #b76e791a}.bolo-card:hover{transform:translateY(-8px);box-shadow:0 16px 50px #b76e7933}.bolo-card-icon-wrap{background:linear-gradient(135deg,#b76e791f,#c4a27a26);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.bolo-card-icon{color:var(--accent-rose)}.bolo-card-body{flex:1}.bolo-card-name{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:.3rem;font-size:1.25rem;font-weight:700}.bolo-card-subtitle{color:#c4a27a;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.bolo-card-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.bolo-card-btn{background:var(--accent-rose);color:#fff;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 14px #b76e794d}.bolo-card-btn:hover{background:#a0566a;transform:translateY(-2px);box-shadow:0 8px 22px #b76e7966}@media (width<=768px){.bolos-tabela-wrapper{margin:0 1.5rem 2rem;padding:1.5rem 1.25rem}.bolos-tabela-title{font-size:1.5rem}.bolos-recheios-wrapper{grid-template-columns:1fr;gap:1.25rem;margin:0 1.5rem 2.5rem}.bolos-cards-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;gap:1rem;padding:0 1.5rem 1.5rem;display:flex;overflow-x:auto}.bolos-cards-grid::-webkit-scrollbar{display:none}.bolo-card{scroll-snap-align:center;flex-shrink:0;min-width:260px}.bolos-recheio-card{padding:1.5rem 1.25rem}.bolos-nota{font-size:.82rem}.bolos-galeria-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0 1.5rem 2.5rem}.bolos-galeria-item{aspect-ratio:3/4;border-radius:14px}.bolos-galeria-overlay{opacity:1;background:linear-gradient(#0000 40%,#3d2b2ba6 100%)}}
