:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-top{background:#8b4f8b;color:#fff;padding:.5rem 0;text-align:center;font-size:.875rem}.header-main{padding:1rem 0}.header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#333}.logo img{width:60px;height:60px;border-radius:50%;object-fit:cover}.logo-text h1{margin:0;font-size:1.5rem;color:#8b4f8b;font-weight:700;letter-spacing:2px}.logo-text p{margin:0;font-size:.75rem;color:#666;letter-spacing:1px}.nav{display:flex;gap:2rem;flex:1;justify-content:center}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s;white-space:nowrap}.nav a:hover{color:#8b4f8b}.cart-button{background:#8b4f8b;color:#fff;border:none;padding:.75rem;border-radius:50%;cursor:pointer;position:relative;transition:background .3s;display:flex;align-items:center;justify-content:center}.cart-button:hover{background:#6d3c6d}.cart-badge{position:absolute;top:-5px;right:-5px;background:#e63946;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:#333;border-radius:2px;transition:all .3s}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav{position:fixed;top:140px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 8px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s;gap:1rem}.nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.logo-text h1{font-size:1.25rem}.logo img{width:50px;height:50px}}.footer{background:#2c2c2c;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#8b4f8b;margin-bottom:1rem;font-size:1.125rem}.footer-section p{line-height:1.6;color:#ccc}.footer-section ul{list-style:none;padding:0}.footer-section ul li{padding:.5rem 0;color:#ccc}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:#8b4f8b;text-decoration:none;transition:color .3s}.social-links a:hover{color:#a569a5}.footer-bottom{border-top:1px solid #444;padding-top:1rem;text-align:center;color:#999;font-size:.875rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr}}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:999}.cart-sidebar{position:fixed;top:0;right:0;width:400px;height:100vh;background:#fff;z-index:1000;display:flex;flex-direction:column;box-shadow:-4px 0 16px #0000001a}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.cart-header h2{margin:0;font-size:1.5rem;color:#333}.cart-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.cart-close:hover{color:#333}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-empty{text-align:center;padding:2rem;color:#999}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #eee}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1}.cart-item-details h4{margin:0 0 .5rem;font-size:.9rem;color:#333}.cart-item-price{color:#666;font-size:.875rem;margin:.25rem 0}.cart-item-quantity{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item-quantity button{width:28px;height:28px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:4px;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-item-quantity button:hover{background:#f5f5f5}.cart-item-quantity span{min-width:30px;text-align:center}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-subtotal{font-weight:600;color:#8b4f8b;margin:0}.cart-item-remove{background:none;border:none;color:#e63946;cursor:pointer;font-size:.875rem;text-decoration:underline}.cart-item-remove:hover{color:#c62936}.cart-footer{border-top:1px solid #eee;padding:1.5rem;background:#f9f9f9}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.cart-total-amount{color:#8b4f8b}.cart-checkout{width:100%;padding:1rem;background:#8b4f8b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.cart-checkout:hover{background:#6d3c6d}.cart-note{margin-top:.75rem;font-size:.75rem;color:#999;text-align:center}@media(max-width:480px){.cart-sidebar{width:100%}}.hero{height:500px;background:linear-gradient(#8b4f8bb3,#8b4f8bb3),url(/images/hero/valentine-header.jpg) center/cover;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.hero-content h1{font-size:3rem;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.25rem;margin:0 0 2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#8b4f8b;text-decoration:none;border-radius:50px;font-weight:700;font-size:1.125rem;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.intro{padding:5rem 0;text-align:center;background:#f9f9f9}.intro h2{font-size:2.25rem;color:#8b4f8b;margin-bottom:1.5rem;font-weight:700}.intro p{max-width:900px;margin:0 auto;font-size:1.125rem;line-height:1.9;color:#555}.categories-section{padding:5rem 0;background:#fff}.categories-section h2{text-align:center;font-size:2.25rem;color:#333;margin-bottom:3.5rem;font-weight:700}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.category-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit;display:block}.category-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.category-image{width:100%;height:200px;overflow:hidden;background:#f5f5f5}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-card:hover .category-image img{transform:scale(1.05)}.category-info{padding:1.5rem}.category-info h3{margin:0 0 .75rem;color:#8b4f8b;font-size:1.25rem}.category-info p{margin:0 0 1rem;color:#666;line-height:1.6;font-size:.9rem}.category-link{color:#8b4f8b;font-weight:600}@media(max-width:768px){.hero{height:400px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.categories-grid{grid-template-columns:1fr}.intro h2{font-size:1.5rem}.intro p{font-size:1rem}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-image{position:relative;width:100%;padding-top:133%;background:#f5f5f5;overflow:hidden}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.out-of-stock-badge{position:absolute;top:10px;right:10px;background:#e63946;color:#fff;padding:.5rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.product-info{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-name{margin:0 0 .5rem;font-size:1.125rem;color:#333}.product-description{color:#666;font-size:.875rem;line-height:1.5;margin:0 0 1rem;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto}.product-price{display:flex;flex-direction:column}.price{font-size:1.5rem;font-weight:700;color:#8b4f8b}.unit{font-size:.75rem;color:#999}.add-to-cart-btn{padding:.75rem 1.25rem;background:#8b4f8b;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s;white-space:nowrap}.add-to-cart-btn:hover:not(:disabled){background:#6d3c6d}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}@media(max-width:480px){.product-footer{flex-direction:column;align-items:flex-start}.add-to-cart-btn{width:100%}}.shop-header{background:linear-gradient(135deg,#8b4f8b,#a569a5);color:#fff;padding:3rem 0;text-align:center}.shop-header h1{margin:0 0 .5rem;font-size:2.5rem}.shop-header p{margin:0;font-size:1.125rem;opacity:.9}.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem;padding:2rem 0}.shop-sidebar{position:sticky;top:160px;height:fit-content}.shop-sidebar h3{margin:0 0 1rem;font-size:1.25rem;color:#333}.category-filters{display:flex;flex-direction:column;gap:.5rem}.category-filter{padding:.75rem 1rem;background:#fff;border:2px solid #eee;border-radius:8px;text-align:left;cursor:pointer;transition:all .3s;font-size:.95rem;color:#333}.category-filter:hover{border-color:#8b4f8b;background:#f9f9f9}.category-filter.active{background:#8b4f8b;color:#fff;border-color:#8b4f8b}.shop-content{min-height:400px}.shop-results-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.shop-results-header p{margin:0;color:#666;font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.no-products{text-align:center;padding:4rem 2rem;color:#999}@media(max-width:968px){.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.category-filters{flex-direction:row;flex-wrap:wrap}.category-filter{flex:1;min-width:150px}}@media(max-width:768px){.shop-header h1{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.category-filters{flex-direction:column}.category-filter{min-width:auto}}.about-header{background:linear-gradient(135deg,#8b4f8b,#a569a5);color:#fff;padding:3rem 0;text-align:center}.about-header h1{margin:0 0 .5rem;font-size:2.5rem}.about-header p{margin:0;font-size:1.125rem;opacity:.9}.about-section{padding:3rem 0}.about-section h2{font-size:2rem;color:#8b4f8b;margin-bottom:1.5rem}.about-section p{font-size:1.0625rem;line-height:1.8;color:#666;margin-bottom:1rem}.offerings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.offering{background:#f9f9f9;padding:2rem;border-radius:12px;border-left:4px solid #8b4f8b}.offering h3{margin:0 0 1rem;color:#333;font-size:1.25rem}.offering p{margin:0;font-size:.9375rem;line-height:1.6}.shop-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.info-box{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.info-box h3{margin:0 0 1rem;color:#8b4f8b;font-size:1.25rem}.info-box p{margin:0;line-height:1.8}@media(max-width:768px){.about-header h1{font-size:2rem}.about-section h2{font-size:1.5rem}.offerings-grid,.shop-info{grid-template-columns:1fr}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width:768px){.container{padding:0 1rem}}
