.footer{background-color:#111827;color:#d1d5db;padding:3rem 1.5rem 1rem;font-family:Poppins,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-brand h2{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{line-height:1.6;color:#9ca3af}.footer-links h3{color:#fff;margin-bottom:.8rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{text-decoration:none;color:#d1d5db;transition:color .3s ease}.footer-links a:hover{color:#ff5fa2}.footer-contact h3{color:#fff;margin-bottom:.8rem}.footer-contact p{margin-bottom:.4rem;color:#d1d5db}.footer-contact a{color:#d1d5db;text-decoration:none}.footer-contact a:hover{color:#ff5fa2}.social-icons{margin-top:1rem;display:flex;gap:.8rem}.social-icons a{display:inline-flex;align-items:center;justify-content:center;height:35px;width:35px;background:#1f2937;color:#d1d5db;border-radius:50%;transition:all .3s ease}.social-icons a:hover{background:#ff5fa2;color:#fff}.footer-bottom{border-top:1px solid #1f2937;text-align:center;margin-top:2rem;padding-top:1rem;font-size:.9rem;color:#9ca3af}@media(max-width:600px){.footer{text-align:center}.social-icons{justify-content:center}}.navbar{width:100%;background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:999;font-family:Poppins,cursive}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:1.8rem;font-weight:700;letter-spacing:1px;color:#222;font-family:Poppins,Inter,sans-serif;cursor:pointer}.nav-logo span{color:#ff007f}.nav-links{display:flex;align-items:center;gap:1.8rem}.nav-links a{text-decoration:none;color:#333;font-size:1rem;font-weight:500;position:relative;transition:color .3s ease}.nav-links a:hover{color:#ff5fa2}.nav-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0%;height:2px;background-color:#ff5fa2;transition:width .3s ease}.nav-links a:hover:after{width:100%}.btn{background-color:#ff5fa2;color:#fff!important;padding:.5rem 1.2rem;border-radius:25px;font-weight:600;transition:background .3s ease,transform .2s ease}.btn:hover{background-color:#e64d91;transform:translateY(-2px)}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer}.cart-icon{height:20px}.cart-btn{display:flex;align-items:center;gap:4px}.bar{height:3px;width:25px;background:#333;border-radius:2px;transition:all .3s ease}@media(max-width:768px){.nav-links{position:absolute;top:64px;right:0;background:#fff;width:100%;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem 0;box-shadow:0 4px 12px #00000014;transform:translateY(-120%);opacity:0;pointer-events:none}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-toggle{display:flex}}body{font-family:Montserrat,sans-serif;background-color:#fff;color:#333;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}:root{--primary: #ff4f94;--secondary: #fff4f7;--accent: #ff99c8;--text-dark: #222;--button-hover: #ff2e7a}.hero{position:relative;width:100%;min-height:100vh;background:linear-gradient(135deg,var(--secondary),#ffe6ef);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem 1rem}.hero-container{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;align-items:center;gap:3rem;z-index:2;position:relative}.hero-content{text-align:left}.heading-container{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.hero-content h1{font-family:Poppins,sans-serif;font-size:3rem;line-height:1.2;color:var(--primary);margin-bottom:1.2rem;font-weight:700}.hero-content h1 span{color:#ff7ab8}.toffee-image{height:70px}.hero-content p{font-size:1.1rem;color:#555;margin-bottom:2rem;max-width:500px;line-height:1.6}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary,.btn-outline{padding:.8rem 1.8rem;border-radius:25px;font-weight:500;font-size:1rem;transition:all .3s ease;cursor:pointer;border:2px solid var(--primary)}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 10px #ff4f944d}.btn-primary:hover{background-color:var(--button-hover)}.btn-outline{background-color:transparent;color:var(--primary)}.btn-outline:hover{background-color:var(--primary);color:#fff}.hero-image{display:flex;justify-content:center}.hero-image img{max-width:500px;border-radius:20px;object-fit:cover;box-shadow:0 10px 25px #ff4f9440;transition:transform .4s ease}.hero-image img:hover{transform:scale(1.05) rotate(-2deg)}.bubble{position:absolute;border-radius:50%;opacity:.4;z-index:1;animation:float 6s ease-in-out infinite}.bubble1{background:#ffd6e0;width:150px;height:150px;top:10%;left:5%}.bubble2{background:#ffb6d5;width:100px;height:100px;bottom:15%;right:8%}.bubble3{background:#ff94c2;width:80px;height:80px;top:70%;left:15%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:992px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{text-align:center}.hero-content h1{font-size:2.4rem}.hero-content p{margin:0 auto 2rem}.hero-buttons{justify-content:center}.hero-image{order:-1}}@media(max-width:600px){.hero{padding:3rem 1rem 5rem;min-height:auto}.hero-content h1{font-size:1.8rem}.toffee-image{height:50px}.hero-content p{font-size:.95rem;line-height:1.5;max-width:90%}.hero-image img{max-width:300px}.hero-buttons{flex-direction:column;align-items:center}}.candy-section{padding:5rem 1rem;background:linear-gradient(180deg,var(--secondary),#ffe6ef)}.candy-header{text-align:center;margin-bottom:3rem}.candy-header h2{font-size:2.2rem;color:var(--primary);margin-bottom:.5rem}.candy-header p{color:#555;font-size:1rem}.candy-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.candy-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #ff4f941a;transition:transform .3s ease,box-shadow .3s ease}.candy-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #ff4f9440}.candy-img img{width:100%;height:220px;object-fit:cover;transition:transform .5s ease}.candy-card:hover img{transform:scale(1.1)}.candy-info{padding:1.2rem;text-align:center}.candy-info h3{font-size:1.1rem;color:var(--text-dark);margin-bottom:.4rem}.factory{font-size:.9rem;color:#777;margin-bottom:1rem}.price-cart{display:flex;align-items:center;justify-content:space-between}.price{color:var(--primary);font-weight:600;font-size:1.1rem}.add-btn{background:var(--primary);border:none;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;cursor:pointer;transition:background .3s ease,transform .3s ease}.add-btn:hover{background:var(--button-hover);transform:scale(1.05)}.about-section{background:#fff;padding:80px 6%}.about-content{display:flex;align-items:center;justify-content:space-between;gap:50px;flex-wrap:wrap}.about-text{flex:1;min-width:300px}.about-text h2{font-family:Poppins,sans-serif;font-size:2rem;color:var(--primary);margin-bottom:20px}.about-text p{color:#555;line-height:1.6;margin-bottom:15px}.learn-more-btn{background:var(--primary);color:#fff;border:none;padding:10px 24px;border-radius:25px;cursor:pointer;transition:all .3s;font-weight:500;font-family:Poppins}.learn-more-btn:hover{background:var(--button-hover);transform:translateY(-2px)}.about-image{flex:1;min-width:300px;display:flex;justify-content:center}.about-image img{width:70%;border-radius:20px;box-shadow:0 8px 20px #ff4f9440}.sweetclub{background:linear-gradient(135deg,#fff5f8,#ffe6ef);padding:80px 6%;text-align:center;color:#333}.sweetclub-container{max-width:700px;margin:0 auto}.sweetclub-text h2{font-size:2.2rem;font-weight:700;color:var(--primary);margin-bottom:15px}.sweetclub-text p{color:#555;font-size:1rem;line-height:1.7;margin-bottom:35px}.sweetclub-form{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px}.sweetclub-form input{padding:12px 18px;width:300px;border-radius:25px;border:1.8px solid var(--accent);outline:none;font-size:1rem;transition:all .3s ease}.sweetclub-form input:focus{border-color:var(--primary);box-shadow:0 0 8px #ff4f944d}.sweetclub-form button{background:var(--primary);color:#fff;border:none;padding:12px 32px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}.sweetclub-form button:hover{background:var(--button-hover);transform:translateY(-2px)}@media(max-width:768px){.about-image img{width:90%}.hero-content h1{font-size:2.2rem}.sweetclub-text h2,.candy-header h2{font-size:1.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Source Sans Pro,sans-serif;background:#fffafc;color:#333}.cart-page{max-width:1200px;margin:2rem auto;padding:0 1.5rem}.cart-title{text-align:center;font-size:2rem;color:#ff007f;margin-bottom:2rem}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.cart-table th,.cart-table td{padding:12px 10px;text-align:center;border-bottom:1px solid #f0f0f0}.cart-table th{font-weight:600;color:#ff007f}.cart-img{width:60px;height:60px;object-fit:cover;border-radius:8px}.qty-controls{display:flex;justify-content:center;align-items:center;gap:.5rem}.qty-controls button{width:28px;height:28px;background:#ff007f;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.qty-controls button:hover{background:#e60074}.remove-btn{background:#a8a7a7;border:none;color:#fff;padding:6px 10px;border-radius:6px;cursor:pointer;transition:background .3s ease}.remove-btn:hover{background:#555}.cart-summary{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}.summary-left{flex:1;min-width:250px}.summary-left p{margin-bottom:.5rem}.promo{display:flex;gap:.5rem}.promo input{flex:1;padding:8px 12px;border:1.5px solid #ff99c8;border-radius:6px;outline:none}.promo button{background:#ff007f;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.promo button:hover{background:#e60074}.summary-right{flex:1;min-width:250px;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 6px 15px #ff007f1a}.summary-right h2{color:#ff007f;margin-bottom:1rem}.summary-right p{display:flex;justify-content:space-between;margin-bottom:.8rem;font-weight:500}.checkout-btn{width:100%;margin-top:1rem;padding:.8rem;background:#ff007f;color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer}.checkout-btn:hover{background:#e60074}@media(max-width:900px){.cart-summary{flex-direction:column}}.empty-cart{text-align:center;padding:50px 20px;color:#555;display:flex;flex-direction:column;align-items:center;gap:20px;animation:fadeIn .5s ease-in-out}.empty-cart-img{width:150px;height:150px;object-fit:contain;animation:bounce 1.2s infinite alternate}.empty-cart h2{font-size:1.8rem;color:#ff6b81}.empty-cart p{font-size:1rem;color:#777;max-width:400px}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-15px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0;font-family:"Source Sans 3",sans-serif}.login-page{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000}.login-container{background:#fff;padding:2.2rem;width:100%;max-width:400px;border-radius:8px;box-shadow:0 4px 25px #0003;transition:transform .2s ease,box-shadow .2s ease}.login-container h2{text-align:center;font-size:1.6rem;font-weight:600;color:#222}.container-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cross-icon{cursor:pointer}form{display:flex;flex-direction:column;gap:1rem}input[type=text],input[type=email],input[type=password]{padding:.8rem;border-radius:6px;border:1px solid #ccc;background:#f9f9f9;color:#111;font-size:1rem;outline:none;transition:border-color .3s ease,background .3s ease}input:focus{border-color:#e91e63;background:#fff}.otp-section{display:flex;gap:.6rem;align-items:center}.otp-btn{flex-shrink:0;background:#111;color:#fff;border:none;border-radius:6px;padding:.75rem 1.2rem;cursor:pointer;transition:all .3s ease}.otp-btn:hover{background:#e91e63}.main-btn{background:#111;color:#fff;border:none;border-radius:6px;padding:.9rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.main-btn:hover{background:#e91e63}.terms{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#444;margin-top:.5rem}.terms a{color:#e91e63;text-decoration:none}.terms a:hover{text-decoration:underline}.switch-text{text-align:center;font-size:.9rem;color:#444;margin-top:.6rem}.switch-text span{color:#e91e63;font-weight:600;cursor:pointer}.switch-text span:hover{text-decoration:underline}@media(max-width:480px){.login-container{margin:0 1rem;padding:1.6rem}}
