*{box-sizing:border-box;margin:0;padding:0}:root{--cream:#fff5e1;--vanilla:#fffaed;--raspberry:#c72c48;--dark-raspberry:#9b1c31;--light-raspberry:#e85d77;--text-dark:#2c2c2c;--text-light:#666;--border-color:#e8d4c4;--shadow:#c72c481a;--gradient-cream:linear-gradient(135deg,#fff5e1,#fffaed);--gradient-raspberry:linear-gradient(135deg,#c72c48,#e85d77)}body{background:#fffaed;background:var(--vanilla);color:#2c2c2c;color:var(--text-dark);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}header{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border-bottom:3px solid #c72c48;border-bottom:3px solid var(--raspberry);box-shadow:0 2px 15px #c72c481a;box-shadow:0 2px 15px var(--shadow);left:0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:15px 30px}.logo-section{align-items:center;display:flex;gap:15px}.logo-img{border:3px solid #c72c48;border:3px solid var(--raspberry);border-radius:50%;height:60px;object-fit:cover;width:60px}.logo-text h1{color:#c72c48;color:var(--raspberry);font-size:28px;font-weight:700;letter-spacing:1px}.logo-text p{color:#666;color:var(--text-light);font-size:12px;margin-top:-5px}nav ul{gap:35px;list-style:none}nav a,nav ul{align-items:center;display:flex}nav a{border-radius:8px;color:#2c2c2c;color:var(--text-dark);font-size:16px;font-weight:500;gap:8px;padding:8px 15px;text-decoration:none;transition:all .3s ease}nav a:hover{background:#c72c480d;color:#c72c48;color:var(--raspberry);transform:translateY(-2px)}.cart-icon-wrapper{position:relative}.cart-badge{align-items:center;background:linear-gradient(135deg,#c72c48,#e85d77);background:var(--gradient-raspberry);border-radius:50%;box-shadow:0 2px 8px #c72c481a;box-shadow:0 2px 8px var(--shadow);color:#fff;display:flex;font-size:11px;font-weight:700;height:22px;justify-content:center;position:absolute;right:-8px;top:-8px;width:22px}footer{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border-top:3px solid #c72c48;border-top:3px solid var(--raspberry);margin-top:80px;padding:50px 30px 30px}.footer-container{margin:0 auto;max-width:1400px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-section h3{color:#c72c48;color:var(--raspberry);font-size:20px;font-weight:600;margin-bottom:20px}.footer-section a,.footer-section p{color:#666;color:var(--text-light);display:block;margin-bottom:12px;text-decoration:none;transition:all .3s ease}.footer-section a:hover{color:#c72c48;color:var(--raspberry);padding-left:5px}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-bottom{border-top:2px solid #e8d4c4;border-top:2px solid var(--border-color);color:#666;color:var(--text-light);font-size:14px;padding-top:30px;text-align:center}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin-top:15px}.footer-bottom-links a{color:#666;color:var(--text-light);font-size:13px;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#c72c48;color:var(--raspberry)}.hero-section{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border-bottom:3px solid #c72c48;border-bottom:3px solid var(--raspberry);box-shadow:0 4px 20px #c72c481a;box-shadow:0 4px 20px var(--shadow);padding:60px 30px;text-align:center}.hero-section h1{color:#c72c48;color:var(--raspberry);font-size:48px;font-weight:700;margin-bottom:20px}.hero-section p{color:#666;color:var(--text-light);font-size:20px;line-height:1.8;margin:0 auto;max-width:800px}.features-section{margin:60px auto;max-width:1400px;padding:0 30px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:40px}.feature-card{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 20px #c72c481a;box-shadow:0 5px 20px var(--shadow);padding:35px;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#c72c48;border-color:var(--raspberry);box-shadow:0 8px 30px #c72c481a;box-shadow:0 8px 30px var(--shadow);transform:translateY(-8px)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3,.feature-icon{color:#c72c48;color:var(--raspberry)}.feature-card h3{font-size:22px;margin-bottom:15px}.feature-card p{color:#666;color:var(--text-light);line-height:1.8}.stats-section{background:linear-gradient(135deg,#c72c48,#e85d77);background:var(--gradient-raspberry);border-radius:15px;color:#fff;margin-top:40px;padding:50px 30px}.stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-item h4{font-size:42px;font-weight:700;margin-bottom:10px}.stat-item p{font-size:16px;opacity:.95}.cta-section{margin-top:40px;text-align:center}.cta-button{background:linear-gradient(135deg,#c72c48,#e85d77);background:var(--gradient-raspberry);border:none;border-radius:30px;box-shadow:0 5px 20px #c72c481a;box-shadow:0 5px 20px var(--shadow);color:#fff;cursor:pointer;display:inline-block;font-size:18px;font-weight:600;padding:18px 45px;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 8px 30px #c72c481a;box-shadow:0 8px 30px var(--shadow);transform:translateY(-3px)}.about-products-section{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);margin:60px auto;max-width:1200px;padding:50px 30px}.about-products-section h2{color:#c72c48;color:var(--raspberry);font-size:36px;margin-bottom:30px;text-align:center}.about-products-section p{color:#666;color:var(--text-light);font-size:17px;line-height:1.9;margin-bottom:25px;text-align:justify}.about-products-section ul{list-style:none;margin:25px 0;padding-left:20px}.about-products-section li{color:#666;color:var(--text-light);margin-bottom:15px;padding-left:25px;position:relative}.about-products-section li:before{color:#c72c48;color:var(--raspberry);content:"✓";font-size:20px;font-weight:700;left:0;position:absolute}.products-section{margin:60px auto;max-width:1400px;padding:0 30px}.section-title{color:#c72c48;color:var(--raspberry);font-size:42px;font-weight:700;margin-bottom:50px;text-align:center}.products-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-card{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 20px #c72c481a;box-shadow:0 5px 20px var(--shadow);cursor:pointer;overflow:hidden;transition:all .3s ease}.product-card:hover{border-color:#c72c48;border-color:var(--raspberry);box-shadow:0 10px 35px #c72c481a;box-shadow:0 10px 35px var(--shadow);transform:translateY(-10px)}.product-image{border-bottom:3px solid #c72c48;border-bottom:3px solid var(--raspberry);height:280px;object-fit:cover;width:100%}.product-info{padding:25px}.product-name{color:#c72c48;color:var(--raspberry);font-size:22px;font-weight:600;margin-bottom:12px}.product-description{color:#666;color:var(--text-light);font-size:15px;line-height:1.6;margin-bottom:18px}.product-rating{color:#ffb800;display:flex;font-size:18px;gap:5px;margin-bottom:15px}.product-price{color:#c72c48;color:var(--raspberry);font-size:28px;font-weight:700;margin-bottom:20px}.product-actions{display:flex;gap:12px}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:14px;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#c72c48,#e85d77);background:var(--gradient-raspberry);color:#fff}.btn-primary:hover{box-shadow:0 5px 15px #c72c481a;box-shadow:0 5px 15px var(--shadow);transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border:2px solid #c72c48;border:2px solid var(--raspberry);color:#c72c48;color:var(--raspberry)}.btn-secondary:hover{background:#c72c48;background:var(--raspberry);color:#fff}.product-detail-container{margin:40px auto;max-width:1200px;padding:0 30px}.product-detail-grid{grid-gap:60px;background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);display:grid;gap:60px;grid-template-columns:1fr 1fr;padding:50px}.product-detail-image{border:3px solid #c72c48;border:3px solid var(--raspberry);border-radius:15px;height:500px;object-fit:cover;width:100%}.product-detail-info h1{color:#c72c48;color:var(--raspberry);font-size:38px;margin-bottom:20px}.product-detail-info .product-rating{margin-bottom:25px}.product-detail-info .product-price{font-size:42px;margin-bottom:25px}.product-detail-info .product-description{font-size:17px;line-height:1.8;margin-bottom:30px}.quantity-selector{align-items:center;display:flex;gap:20px;margin-bottom:30px}.quantity-selector label{color:#2c2c2c;color:var(--text-dark);font-size:16px;font-weight:600}.quantity-selector input{border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:8px;font-size:16px;padding:12px;text-align:center;width:80px}.product-features{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:12px;margin-top:30px;padding:25px}.product-features h3{color:#c72c48;color:var(--raspberry);font-size:20px;margin-bottom:15px}.product-features ul{list-style:none}.product-features li{color:#666;color:var(--text-light);padding:10px 0 10px 25px;position:relative}.product-features li:before{color:#c72c48;color:var(--raspberry);content:"✓";font-weight:700;left:0;position:absolute}.cart-container{margin:40px auto;max-width:1200px;padding:0 30px}.cart-empty{background:#fff;border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);padding:100px 30px;text-align:center}.cart-empty h2{color:#c72c48;color:var(--raspberry);font-size:32px;margin-bottom:20px}.cart-empty p{color:#666;color:var(--text-light);font-size:18px;margin-bottom:30px}.cart-items{background:#fff;border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);margin-bottom:30px;padding:40px}.cart-item{grid-gap:25px;align-items:center;border-bottom:2px solid #e8d4c4;border-bottom:2px solid var(--border-color);display:grid;gap:25px;grid-template-columns:120px 1fr auto;padding:25px}.cart-item:last-child{border-bottom:none}.cart-item-image{border:2px solid #c72c48;border:2px solid var(--raspberry);border-radius:12px;height:120px;object-fit:cover;width:120px}.cart-item-info h3{color:#c72c48;color:var(--raspberry);font-size:22px;margin-bottom:10px}.cart-item-info p{color:#666;color:var(--text-light);margin-bottom:15px}.cart-item-quantity{align-items:center;display:flex;gap:15px;margin-top:15px}.quantity-btn{background:linear-gradient(135deg,#c72c48,#e85d77);background:var(--gradient-raspberry);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;height:35px;transition:all .3s ease;width:35px}.quantity-btn:hover{transform:scale(1.1)}.cart-item-actions{align-items:flex-end;display:flex;flex-direction:column;gap:15px}.cart-item-price{color:#c72c48;color:var(--raspberry);font-size:28px;font-weight:700}.remove-btn{background:#0000;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:8px;color:#666;color:var(--text-light);cursor:pointer;padding:10px 20px;transition:all .3s ease}.remove-btn:hover{background:#c72c48;background:var(--raspberry);border-color:#c72c48;border-color:var(--raspberry);color:#fff}.cart-summary{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border:2px solid #c72c48;border:2px solid var(--raspberry);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);padding:35px}.cart-summary h3{color:#c72c48;color:var(--raspberry);font-size:28px;margin-bottom:25px}.cart-total{align-items:center;border-top:2px solid #e8d4c4;border-top:2px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:30px;padding-top:20px}.cart-total span:first-child{color:#2c2c2c;color:var(--text-dark);font-size:20px;font-weight:600}.cart-total span:last-child{color:#c72c48;color:var(--raspberry);font-size:36px;font-weight:700}.checkout-form{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);margin:40px auto;max-width:800px;padding:50px}.checkout-form h2{color:#c72c48;color:var(--raspberry);font-size:32px;margin-bottom:35px;text-align:center}.form-group{margin-bottom:25px}.form-group label{color:#2c2c2c;color:var(--text-dark);display:block;font-size:16px;font-weight:600;margin-bottom:10px}.form-group input,.form-group textarea{border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:8px;font-family:inherit;font-size:16px;padding:15px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#c72c48;border-color:var(--raspberry);box-shadow:0 0 0 3px #c72c481a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.order-summary{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:12px;margin-bottom:30px;padding:25px}.order-summary h3{color:#c72c48;color:var(--raspberry);font-size:22px;margin-bottom:20px}.order-item{border-bottom:1px solid #e8d4c4;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:12px 0}.order-item:last-child{border-bottom:none;border-top:2px solid #c72c48;border-top:2px solid var(--raspberry);color:#c72c48;color:var(--raspberry);font-size:20px;font-weight:700;margin-top:10px;padding-top:20px}.success-container{background:#fff;border:3px solid #c72c48;border:3px solid var(--raspberry);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);margin:60px auto;max-width:700px;padding:60px 40px;text-align:center}.success-icon{font-size:80px;margin-bottom:30px}.success-container h2,.success-icon{color:#c72c48;color:var(--raspberry)}.success-container h2{font-size:36px;margin-bottom:20px}.success-container p{color:#666;color:var(--text-light);font-size:18px;line-height:1.8;margin-bottom:35px}.contact-container{margin:40px auto;max-width:1200px;padding:0 30px}.contact-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-top:40px}.contact-info{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);padding:40px}.contact-info h3{color:#c72c48;color:var(--raspberry);font-size:26px;margin-bottom:25px}.contact-item{align-items:flex-start;background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border-radius:10px;display:flex;gap:15px;margin-bottom:25px;padding:15px}.contact-icon{color:#c72c48;color:var(--raspberry);font-size:24px;margin-top:3px}.contact-item-info h4{color:#2c2c2c;color:var(--text-dark);font-size:16px;margin-bottom:5px}.contact-item-info p{color:#666;color:var(--text-light);line-height:1.6}.contact-form-wrapper{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);padding:40px}.about-container{margin:40px auto;max-width:1200px;padding:0 30px}.about-intro{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);margin-bottom:50px;padding:50px;text-align:center}.about-intro h2{color:#c72c48;color:var(--raspberry);font-size:38px;margin-bottom:25px}.about-intro p{color:#666;color:var(--text-light);font-size:18px;line-height:1.9;margin:0 auto 20px;max-width:900px}.team-section{margin-top:60px}.team-section h2{color:#c72c48;color:var(--raspberry);font-size:36px;margin-bottom:50px;text-align:center}.team-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.team-card{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 20px #c72c481a;box-shadow:0 5px 20px var(--shadow);padding:30px;text-align:center;transition:all .3s ease}.team-card:hover{border-color:#c72c48;border-color:var(--raspberry);box-shadow:0 10px 35px #c72c481a;box-shadow:0 10px 35px var(--shadow);transform:translateY(-8px)}.team-photo{border:3px solid #c72c48;border:3px solid var(--raspberry);border-radius:12px;height:400px;margin-bottom:20px;object-fit:cover;width:100%}.team-card h3{color:#c72c48;color:var(--raspberry);font-size:24px;margin-bottom:10px}.team-card .team-position{color:#2c2c2c;color:var(--text-dark);font-size:16px;font-weight:600;margin-bottom:12px}.team-card p{color:#666;color:var(--text-light);font-size:15px;line-height:1.7}.history-section,.mistakes-section{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);margin-top:50px;padding:50px}.history-section h2,.mistakes-section h2{color:#c72c48;color:var(--raspberry);font-size:32px;margin-bottom:30px;text-align:center}.history-content,.mistakes-content{margin:0 auto;max-width:900px}.history-item,.mistake-item{background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border-left:5px solid #c72c48;border-left:5px solid var(--raspberry);border-radius:12px;margin-bottom:25px;padding:25px}.history-item h3,.mistake-item h3{color:#c72c48;color:var(--raspberry);font-size:22px;margin-bottom:12px}.history-item p,.mistake-item p{color:#666;color:var(--text-light);font-size:16px;line-height:1.8}.policy-container{background:#fff;border:2px solid #e8d4c4;border:2px solid var(--border-color);border-radius:15px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);margin:40px auto;max-width:1000px;padding:50px}.policy-container h1{color:#c72c48;color:var(--raspberry);font-size:38px;margin-bottom:15px;text-align:center}.policy-date{color:#666;color:var(--text-light);font-style:italic;margin-bottom:40px;text-align:center}.policy-container h2{color:#c72c48;color:var(--raspberry);font-size:28px;margin-bottom:20px;margin-top:40px}.policy-container h3{color:#9b1c31;color:var(--dark-raspberry);font-size:22px;margin-bottom:15px;margin-top:30px}.policy-container p{color:#666;color:var(--text-light);font-size:16px;line-height:1.9;margin-bottom:20px}.policy-container ol,.policy-container ul{margin-bottom:20px;margin-left:30px}.policy-container li{color:#666;color:var(--text-light);line-height:1.8;margin-bottom:12px}.cookie-consent{animation:slideUp .4s ease;background:linear-gradient(135deg,#fff5e1,#fffaed);background:var(--gradient-cream);border-top:3px solid #c72c48;border-top:3px solid var(--raspberry);bottom:0;box-shadow:0 -4px 20px #c72c481a;box-shadow:0 -4px 20px var(--shadow);left:0;padding:25px 30px;position:fixed;right:0;z-index:9999}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:1400px}.cookie-text{flex:1 1;min-width:300px}.cookie-text h4{color:#c72c48;color:var(--raspberry);font-size:20px;margin-bottom:10px}.cookie-text p{color:#666;color:var(--text-light);font-size:15px;line-height:1.6}.cookie-text a{color:#c72c48;color:var(--raspberry);text-decoration:underline}.cookie-buttons{display:flex;flex-wrap:wrap;gap:15px}.cookie-btn{border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;padding:12px 25px;transition:all .3s ease}.cookie-btn-accept{background:linear-gradient(135deg,#c72c48,#e85d77);background:var(--gradient-raspberry);color:#fff}.cookie-btn-accept:hover{box-shadow:0 5px 15px #c72c481a;box-shadow:0 5px 15px var(--shadow);transform:translateY(-2px)}.cookie-btn-settings{background:#0000;border:2px solid #c72c48;border:2px solid var(--raspberry);color:#c72c48;color:var(--raspberry)}.cookie-btn-settings:hover{background:#c72c48;background:var(--raspberry);color:#fff}.cookie-btn-decline{background:#0000;border:2px solid #e8d4c4;border:2px solid var(--border-color);color:#666;color:var(--text-light)}.cookie-btn-decline:hover{background:#666;background:var(--text-light);color:#fff}.notification{align-items:center;animation:slideIn .4s ease;background:linear-gradient(135deg,#c72c48,#e85d77);background:var(--gradient-raspberry);border-radius:12px;box-shadow:0 5px 25px #c72c481a;box-shadow:0 5px 25px var(--shadow);color:#fff;display:flex;gap:15px;max-width:400px;padding:20px 30px;position:fixed;right:30px;top:100px;z-index:9999}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.notification-icon{font-size:28px}.notification p{font-size:16px;font-weight:500;margin:0}@media screen and (max-width:968px){.header-container{flex-direction:column;gap:20px}nav ul{flex-wrap:wrap;gap:15px;justify-content:center}.hero-section h1{font-size:36px}.product-detail-grid{padding:30px}.cart-item,.contact-grid,.product-detail-grid{grid-template-columns:1fr}.cart-item{text-align:center}.cart-item-actions{align-items:center}.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{justify-content:center}}@media screen and (max-width:600px){.features-grid,.products-grid,.team-grid{grid-template-columns:1fr}.checkout-form,.policy-container{padding:30px 20px}}.hamburger-menu{background:none;border:none;color:#333;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:all .3s ease;z-index:1001}.hamburger-menu:hover{color:#8b7355}.hamburger-menu svg{display:block}@media (max-width:768px){.header-content{position:relative}.cart-badge{right:7px;top:7px}.hamburger-menu{display:block}nav{background-color:#fff;box-shadow:0 4px 10px #0000001a;left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease,opacity .3s ease;visibility:hidden}nav.active{max-height:500px;opacity:1;visibility:visible}nav ul{flex-direction:column;gap:0;padding:0;width:100%}nav ul li{border-bottom:1px solid #e0e0e0;width:100%}nav ul li:last-child{border-bottom:none}nav a{color:#333!important;display:block;justify-content:flex-start;padding:1rem 2rem;width:100%}nav a:hover{background-color:#f8f9fa}}
/*# sourceMappingURL=main.f43fe418.css.map*/