.App{display:flex;flex-direction:column;min-height:100vh}.navbar{background-color:#2c1810;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 0}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#d4730f;font-family:Playfair Display,Didot,Bodoni Moda,"Noto Serif Display",Garamond,serif;font-size:2rem;font-style:italic;font-weight:700;gap:.5rem;letter-spacing:2px;text-decoration:none;text-transform:capitalize}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-menu a{color:#fff;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:#d4730f}.cart-link{background-color:#fff3;border-radius:4px;padding:.5rem 1rem}.footer{background-color:#333;color:#fff;margin-top:auto;padding:2rem;text-align:center}main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.products-page{background:#fff;display:flex;flex-direction:column;gap:3rem;min-height:100vh;padding:3rem 0}.products-page h1{color:#1a0f08;font-size:2.8rem;font-weight:800;margin-bottom:1rem;text-align:center;text-shadow:none}.products-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin:0 auto;max-width:1400px;padding:0 2rem}.product-card{background:#fff;border:2px solid #d4730f33;border-radius:16px;box-shadow:0 8px 24px #1a0f0826;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.product-card:hover{border-color:#d4730f66;box-shadow:0 16px 40px #1a0f0840;transform:translateY(-12px)}.product-image{background:#f8f8f8;height:320px;overflow:hidden;position:relative;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.08)}.product-info{display:flex;flex:1 1;flex-direction:column;padding:2rem}.product-card h3{color:#1a0f08;font-size:1.5rem;font-weight:700;margin-bottom:.8rem}.description{color:#1a0f08;flex:1 1;font-size:.95rem;line-height:1.6;margin-bottom:1.2rem}.price{color:#d4730f;font-family:Georgia,serif;font-size:2em;font-weight:700;margin:1rem 0}.flavors{background:#d4730f14;border-left:4px solid #d4730f;border-radius:10px;margin:1.2rem 0;padding:1rem}.flavors strong{color:#1a0f08;display:block;font-size:.95rem;font-weight:700;margin-bottom:.6rem}.flavors p{color:#1a0f08;font-size:.9rem;margin:0}.actions{display:flex;gap:.75rem;margin-top:auto}.quantity-selector{background-color:#fff;border:2px solid #d4730f;border-radius:8px;display:flex;gap:0}.quantity-selector button{background-color:initial;border:none;color:#1a0f08;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.6rem .9rem;transition:all .2s ease}.quantity-selector button:hover{background-color:#d4730f;color:#fff}.quantity-selector span{background-color:#d4730f14;color:#1a0f08;font-weight:700;min-width:40px;padding:.6rem .9rem;text-align:center}.btn-buy{background:linear-gradient(135deg,#d4730f,#ff8c00);border:2px solid #d4730f;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:700;letter-spacing:.5px;padding:1rem;text-transform:uppercase;transition:all .3s ease}.btn-buy:hover{background:linear-gradient(135deg,#ff8c00,#d4730f);box-shadow:0 6px 16px #d4730f66;transform:scale(1.02)}.btn-buy:active{transform:scale(.98)}.no-products{color:#1a0f08;padding:2rem}.error,.no-products{font-size:1.1rem;grid-column:1/-1;text-align:center}.error{color:#d32f2f}@media (max-width:768px){.products-page{padding:2rem 0}.products-page h1{font-size:2rem;margin-bottom:1.5rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:0 1rem}.product-card{border-radius:12px}.product-image{height:250px}.product-info{padding:1.5rem}.product-card h3{font-size:1.2rem}.price{font-size:1.6em}}@media (max-width:480px){.products-page{padding:1rem 0}.products-page h1{font-size:1.6rem}.products-grid{gap:1rem;grid-template-columns:1fr;padding:0 .75rem}.product-image{height:200px}.product-info{padding:1rem}.product-card h3{font-size:1.1rem;margin-bottom:.5rem}.price{font-size:1.4em}.flavors{margin:.8rem 0;padding:.75rem}.actions{flex-direction:column;gap:.5rem}}.recipe-page{background:#fff;margin:0 auto;max-width:1000px;padding:40px 20px}.recipe-hero{background:linear-gradient(135deg,#2c1810,#5c3d2e);border-radius:16px;box-shadow:0 20px 60px #0000004d;color:#fff;margin-bottom:60px;padding:60px 40px}.hero-content{text-align:center}.recipe-hero h1{font-size:3em;font-weight:700;margin-bottom:15px}.subtitle{font-size:1.3em;line-height:1.6;margin-bottom:30px;opacity:.95}.recipe-meta{grid-gap:20px;border-top:1px solid #ffffff4d;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:30px;padding-top:30px}.meta-item{align-items:center;display:flex;flex-direction:column}.meta-label{font-size:.9em;margin-bottom:5px;opacity:.85}.meta-value{font-size:1.3em;font-weight:600}.ingredients-section{margin-bottom:60px}.ingredients-section h2{color:#1a0f08;font-size:2.2em;font-weight:800;margin-bottom:30px;text-align:center}.ingredients-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ingredient-group{background:#f8f8f8;border-left:5px solid #d4730f;border-radius:12px;box-shadow:0 4px 16px #00000014;padding:25px}.ingredient-group h3{border-bottom:3px solid #d4730f;color:#2c1810;font-size:1.3em;font-weight:700;margin-bottom:20px;padding-bottom:10px}.ingredient-list{list-style:none;margin:0;padding:0}.ingredient-item{border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;margin-bottom:15px;padding-bottom:15px}.ingredient-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ingredient-name{color:#1a0f08;font-size:1.05em;font-weight:700;margin-bottom:4px}.ingredient-amount{color:#d4730f;font-size:.95em;font-weight:700;margin-bottom:4px}.ingredient-notes{color:#555;font-size:.9em;font-style:italic}.timeline-section{margin-bottom:60px}.timeline-section h2{color:#1a0f08;font-size:2.2em;font-weight:800;margin-bottom:40px;text-align:center}.timeline-container{padding:20px 0;position:relative}.timeline-container:before{background:#d4730f;border-radius:2px;content:"";height:100%;left:50%;position:absolute;transform:translateX(-50%);width:3px}.timeline-item{display:flex;gap:30px;margin-bottom:40px;position:relative}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-marker{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:120px}.timeline-step{align-items:center;background:#d4730f;border:3px solid #fff;border-radius:50%;box-shadow:0 8px 24px #d4730f66;color:#fff;display:flex;font-size:1.2em;font-weight:700;height:50px;justify-content:center;width:50px;z-index:10}.timeline-time{color:#1a0f08;font-size:.95em;font-weight:700;margin-top:8px}.timeline-content{background:#f8f8f8;border-left:4px solid #d4730f;border-radius:12px;box-shadow:0 4px 16px #00000014;flex:1 1;padding:25px}.timeline-item:nth-child(odd) .timeline-content{border-left:none;border-right:4px solid #d4730f}.timeline-content h3{color:#2c1810;font-size:1.2em;font-weight:700;margin:0 0 10px}.timeline-description{color:#1a0f08;font-size:.95em;line-height:1.5;margin:0 0 10px}.timeline-details{color:#555;font-size:.9em;font-style:italic;line-height:1.5;margin:0}.tips-section{background:#f8f8f8;border-radius:12px;box-shadow:0 4px 16px #00000014;margin-bottom:60px;padding:40px}.tips-section h2{color:#1a0f08;font-size:2.2em;font-weight:800;margin-bottom:30px;text-align:center}.tips-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.tip-card{background:#fff;border-left:4px solid #d4730f;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.tip-card:hover{box-shadow:0 8px 20px #d4730f33;transform:translateY(-5px)}.tip-card h3{color:#2c1810;font-size:1.1em;font-weight:700;margin:0 0 12px}.tip-card p{color:#1a0f08;font-size:.95em;line-height:1.6;margin:0}.variations-section{margin-bottom:60px}.variations-section h2{color:#1a0f08;font-size:2.2em;font-weight:800;margin-bottom:30px;text-align:center}.variations-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.variation-card{background:#fff;border-radius:12px;border-top:4px solid #d4730f;box-shadow:0 4px 16px #00000014;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.variation-card:hover{box-shadow:0 8px 20px #d4730f33;transform:translateY(-5px)}.variation-card h3{color:#2c1810;font-size:1.15em;font-weight:700;margin:0 0 15px}.variation-content{color:#1a0f08;font-size:.95em;line-height:1.7}.variation-content p{margin:0 0 10px}.variation-content p:last-child{margin-bottom:0}.variation-content strong{color:#2c1810}.philosophy-section{background:#f8f8f8;border-left:6px solid #d4730f;border-radius:12px;box-shadow:0 4px 16px #00000014;margin-bottom:40px;padding:40px}.philosophy-section h2{color:#1a0f08;font-size:2.2em;font-weight:800;margin-bottom:25px;text-align:center}.philosophy-content p{color:#1a0f08;font-size:1em;line-height:1.8;margin-bottom:20px;text-align:justify}.philosophy-content p:last-child{margin-bottom:0}.benefits-section{margin-bottom:60px}.benefits-section h2{color:#1a0f08;font-size:2.2em;font-weight:800;margin-bottom:40px;text-align:center}.benefits-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.benefit-item{background:#fff;border-radius:12px;border-top:4px solid #d4730f;box-shadow:0 4px 16px #00000014;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit-item:hover{box-shadow:0 8px 24px #d4730f33;transform:translateY(-8px)}.benefit-icon{font-size:2.5em;margin-bottom:15px}.benefit-item h3{color:#2c1810;font-size:1.2em;font-weight:700;margin:0 0 12px}.benefit-item p{color:#1a0f08;font-size:.95em;line-height:1.6;margin:0}.product-cta-section{background:linear-gradient(135deg,#2c1810,#5c3d2e);border-radius:16px;box-shadow:0 20px 60px #0000004d;margin-bottom:60px;padding:50px 40px;text-align:center}.product-cta-content h2{color:#fff;font-size:2em;margin:0 0 20px}.product-cta-content>p{color:#fff;font-size:1.1em;line-height:1.7;margin:0 0 30px;opacity:.95}.product-highlights{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:30px 0}.highlight{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:8px;color:#fff;font-weight:500;padding:15px 20px}.hero-cta{align-items:center;display:flex;flex-direction:column;gap:15px;margin-top:40px}.cta-button{border-radius:8px;cursor:pointer;display:inline-block;font-size:1.05em;font-weight:600;padding:16px 40px;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#d4730f;box-shadow:0 8px 24px #d4730f80;color:#fff}.cta-button.primary:hover{background:#ff8c00;box-shadow:0 12px 32px #d4730f99;transform:translateY(-2px)}.cta-button.secondary{background:#fff;box-shadow:0 8px 24px #ffffff4d;color:#2c1810}.cta-button.secondary:hover{background:#ffe8cc;box-shadow:0 12px 32px #fff6;transform:translateY(-2px)}.cta-subtext,.hero-subtext{color:#ffffffd9;font-size:.95em;margin:0}@media (max-width:768px){.recipe-page{padding:20px 15px}.recipe-hero{padding:40px 20px}.recipe-hero h1{font-size:2em}.subtitle{font-size:1.1em}.recipe-meta{grid-template-columns:repeat(2,1fr)}.timeline-container:before{left:20px}.timeline-item{flex-direction:column!important;gap:15px}.timeline-marker{width:100%}.timeline-content{border-left:4px solid #ffe4b5!important;border-right:none!important}.ingredients-section h2,.philosophy-section h2,.timeline-section h2,.tips-section h2,.variations-section h2{font-size:1.7em}.ingredients-container,.tips-grid,.variations-grid{grid-template-columns:1fr}}@media (max-width:480px){.recipe-page{padding:15px 10px}.recipe-hero{margin-bottom:40px;padding:30px 15px}.recipe-hero h1{font-size:1.5em}.subtitle{font-size:1em}.recipe-meta{gap:15px;grid-template-columns:1fr}.philosophy-section,.tips-section{padding:20px 15px}}.cart-page{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.cart-page h1{color:#333;font-size:2rem;grid-column:1/-1}.empty-cart{background-color:#fff;border-radius:8px;grid-column:1/-1;padding:3rem;text-align:center}.empty-cart p{color:#666;font-size:1.2rem;margin-bottom:2rem}.btn-continue-shopping{background-color:#8b4513;border-radius:4px;color:#fff;display:inline-block;padding:1rem 2rem;text-decoration:none;transition:background-color .3s}.btn-continue-shopping:hover{background-color:sienna}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1.5rem}.item-info h3{color:#8b4513;margin-bottom:.5rem}.item-info p{color:#666;font-size:.9rem;margin:.25rem 0}.item-price{color:#8b4513;font-size:1.1rem;font-weight:700;margin-top:.5rem!important}.btn-remove{background-color:#d32f2f;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .3s}.btn-remove:hover{background-color:#b71c1c}.cart-summary{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.cart-summary h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.summary-line{border-bottom:1px solid #eee;padding:.75rem 0}.btn-checkout{background-color:#8b4513;border-radius:4px;color:#fff;display:block;font-weight:700;margin-top:1rem;padding:1rem;text-align:center;text-decoration:none;transition:background-color .3s;width:100%}.btn-checkout:hover{background-color:sienna}@media (max-width:768px){.cart-page{grid-template-columns:1fr}.cart-summary{order:-1}}.checkout-page{display:flex;justify-content:center}.checkout-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px;max-width:1000px;width:100%}.checkout-form{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.checkout-form h1{color:#333;font-size:2rem}.checkout-form h1,.form-section{margin-bottom:2rem}.form-section h2{color:#333;font-size:1.25rem;margin-bottom:1rem}.form-section input{border:1px solid #ddd;border-radius:4px;display:block;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.form-section input:focus{border-color:#8b4513;box-shadow:0 0 5px #8b45134d;outline:none}.btn-place-order{background-color:#8b4513;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem;transition:background-color .3s;width:100%}.btn-place-order:hover:not(:disabled){background-color:sienna}.btn-place-order:disabled{background-color:#ccc;cursor:not-allowed}.order-summary{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.order-summary h2{color:#333;font-size:1.25rem;margin-bottom:1rem}.summary-items{border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:1rem}.summary-item{font-size:.9rem;margin-bottom:.5rem}.summary-item,.summary-line{color:#666;display:flex;justify-content:space-between}.summary-line{padding:.5rem 0}.summary-line.total{border-bottom:2px solid #8b4513;border-top:2px solid #8b4513;color:#8b4513;font-size:1.1rem;font-weight:700;margin:1rem 0;padding:1rem 0}@media (max-width:768px){.checkout-container{grid-template-columns:1fr}.order-summary{order:-1}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{background-color:#8b4513;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .3s}button:hover{background-color:sienna}input,select,textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.5rem}input:focus,select:focus,textarea:focus{border-color:#8b4513;box-shadow:0 0 5px #8b45134d;outline:none}
/*# sourceMappingURL=main.e6b145af.css.map*/