.nav{width:100%;background:#fff;border-bottom:1px solid #eee;padding:.3rem 3rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 6px #00000014;position:sticky;top:0;z-index:1000}.nav-logo img{height:65px}.nav-center{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#444;font-weight:500;font-size:1rem}.nav-link:hover{color:#000}.nav-dropdown{position:relative}.dropdown-box{display:none;position:absolute;top:130%;left:0;background:#fff;border-radius:4px;box-shadow:0 3px 12px #0003;min-width:180px;padding:.5rem 0}.nav-dropdown:hover .dropdown-box{display:block}.dropdown-item{display:block;padding:.6rem 1rem;text-decoration:none;color:#333;font-size:.9rem}.dropdown-item:hover{background:#f5f5f5}.nav-icons{display:flex;align-items:center;gap:1.8rem}.icon{font-size:22px;color:#000;cursor:pointer;opacity:.75}.icon:hover{opacity:1}.cart-wrapper{position:relative}.cart-count{position:absolute;top:-8px;right:-12px;background:#000;color:#fff;padding:2px 7px;border-radius:50%;font-size:.7rem;font-weight:700}.search-wrapper{position:relative}.search-trigger{cursor:pointer}.search-bar{position:absolute;top:50%;right:0;transform:translateY(-50%);width:0;height:42px;background:#fff;display:flex;align-items:center;overflow:hidden;opacity:0;border-radius:4px;box-shadow:0 2px 6px #00000026;transition:width .35s ease,opacity .35s ease}.search-bar.open{width:280px;opacity:1;z-index:2}.inside-icon{font-size:18px;color:#000;margin-left:12px;opacity:.7}.search-bar input{flex:1;padding:.6rem;border:none;outline:none;font-size:.95rem}.close-btn{background:#000;color:#fff;border:none;height:100%;width:40px;cursor:pointer;border-radius:0 4px 4px 0}.mobile-menu-icon{display:none;font-size:26px;cursor:pointer}@media (max-width: 850px){.nav{padding:1rem}.mobile-menu-icon{display:block}.nav-center{display:none;position:absolute;top:100%;left:0;flex-direction:column;width:100%;background:#fff;padding:1rem 2rem;gap:1rem;box-shadow:0 4px 12px #0003}.nav-center.open{display:flex}.search-wrapper{position:static;width:auto}.search-blur-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1200}.search-bar.open{position:fixed;top:60px;left:50%;transform:translate(-50%);width:90%!important;height:48px;display:flex;align-items:center;gap:10px;background:#fff;border-radius:10px;border:2px solid #ff9900;padding:0 5px;opacity:1;z-index:1300;animation:popIn .25s ease-out;justify-content:space-between}.inside-icon{font-size:20px;color:#f90!important;opacity:1;margin-left:4px}.search-bar input{flex:1;border:none;outline:none;font-size:1rem;color:#333}.search-bar input::placeholder{color:#b6b6b6}.close-btn{min-width:46px;height:40px;background:#f90;color:#fff;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.close-btn:active{background:#e68a00}}@keyframes popIn{0%{transform:translate(-50%) scale(.85);opacity:0}to{transform:translate(-50%) scale(1);opacity:1}}.profile-icon{cursor:pointer}.profile-menu{position:absolute;right:0;top:42px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:150px;z-index:2000;overflow:hidden}.profile-item{padding:10px 15px;font-size:.95rem;color:#333;display:flex;align-items:center;gap:8px;cursor:pointer}.profile-item:hover{background:#f5f5f5}.profile-item.logout{color:#d23b3b;font-weight:600}.profile-item.logout:hover{background:#ffe5e5}.profile-container{position:relative}.profile-menu{position:absolute;right:0;top:42px;background:#fff;padding:8px 0;border-radius:10px;box-shadow:0 4px 12px #00000026;width:160px;z-index:2000}.profile-item{padding:10px 15px;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:8px}.profile-item:hover{background:#f0f0f0}.profile-item.logout{color:#d95353;font-weight:600}.profile-item.logout:hover{background:#ffe1e1}.p-card{width:100%;max-width:300px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;transition:all .3s ease;margin:auto}.p-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001f}.p-img-box{width:100%;height:220px;overflow:hidden;background:#f7f7f7;position:relative}.p-img{width:100%;height:100%;object-fit:cover}.p-no-img{width:100%;height:100%;background:#eee;display:flex;justify-content:center;align-items:center;color:#777;font-size:14px}.p-body{padding:15px;display:flex;flex-direction:column;gap:8px}.p-title{font-size:18px;margin:0;font-weight:600;color:#222}.p-desc{font-size:14px;color:#666;margin:0;line-height:1.4em}.p-price-box{display:flex;align-items:center;gap:10px}.p-final{font-size:20px;font-weight:700;color:#2b7a0b}.p-old{font-size:14px;color:#999;text-decoration:line-through}.add-btn,.buy-btn{width:100%;padding:10px 0;background:#ff7f32;color:#fff;border:none;border-radius:6px;font-size:15px;cursor:pointer;font-weight:600;display:flex;justify-content:center;gap:8px;transition:background .3s ease}.add-btn:hover,.buy-btn:hover{background:#e56f2d}.add-btn:disabled,.buy-btn:disabled{background:#ccc;cursor:not-allowed}.qty-box{display:flex;justify-content:center;align-items:center;gap:10px}.qty-btn{width:28px;height:28px;border:none;background:#ddd;border-radius:4px;cursor:pointer;transition:background .2s}.qty-btn:hover{background:#ccc}.qty-count{font-size:16px;font-weight:700}.p-footer{display:flex;flex-direction:column;gap:10px;margin-top:10px}.p-discount{background:#ff4d4d;color:#fff;padding:4px 8px;font-size:12px;border-radius:4px;position:absolute;top:10px;left:10px}.p-stock{background:#ffb703;color:#111;padding:4px 8px;font-size:12px;border-radius:4px;position:absolute;top:10px;right:10px}.p-in-cart{background:#219ebc;color:#fff;padding:4px 8px;font-size:12px;border-radius:4px;position:absolute;bottom:10px;left:10px}.cart-count-btn{width:100%;padding:10px;background:#4caf50;color:#fff;border:none;border-radius:6px;display:flex;justify-content:center;align-items:center;gap:10px;font-weight:600;font-size:15px;cursor:pointer;transition:.3s ease}.cart-count-btn .count-number{background:#fff;color:#4caf50;padding:2px 8px;border-radius:4px;font-size:14px;font-weight:700}.cart-count-btn{width:100%;padding:10px 0;background:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:10px;transition:.3s ease}.cart-count-btn:hover{background:#449d48}.count-number{background:#fff;color:#4caf50;padding:2px 8px;border-radius:4px;font-size:14px;font-weight:700}.qty-box,.qty-btn,.qty-count{display:none!important}.qty-box,.qty-control{display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:6px;background:#fff;overflow:hidden}.qty-btn{width:32px;height:32px;border:none;background:#fff;cursor:pointer;font-size:20px;font-weight:700;color:#333;display:flex;align-items:center;justify-content:center}.qty-count{width:40px;text-align:center;font-size:16px;font-weight:600;color:#333}@media (max-width: 480px){.p-card{max-width:100%}.p-img-box{height:180px}.p-title{font-size:16px}.p-final{font-size:18px}}.category-scroller{background:#fff;position:relative;overflow:hidden}.category-heading{text-align:center;font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem;letter-spacing:-.5px}.category-scroll-container{max-width:2000px;margin:0 auto;padding:0 4rem;position:relative;display:flex;align-items:center}.category-viewport{flex:1;overflow:hidden;position:relative}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:50%;background:#fff;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.scroll-btn:hover:not(:disabled){background:#f7fafc;box-shadow:0 6px 16px #0003;transform:translateY(-50%) scale(1.05)}.scroll-btn.left{left:1rem}.scroll-btn.right{right:1rem}.scroll-btn svg{width:24px;height:24px;color:#4a5568}.scroll-btn:disabled{opacity:.3;cursor:not-allowed;transform:translateY(-50%)}.category-row{display:flex;flex-wrap:nowrap;gap:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1rem .5rem;scroll-behavior:smooth}.category-row::-webkit-scrollbar{display:none}.category-link{text-decoration:none;color:inherit}.category-item{flex:0 0 calc((100% - (5 * 1.5rem)) / 6);display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem 100px;border-radius:12px;transition:all .3s ease}.category-item:hover{transform:translateY(-4px);background:#8b45130d}.category-icon-wrapper{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#fef3e2,#fae5d3);display:flex;align-items:center;justify-content:center;padding:8px;border:2px solid #e2e8f0;transition:all .3s ease}.category-icon{width:100%;height:100%;object-fit:cover;border-radius:50%}.category-name{font-size:.875rem;font-weight:600;color:#4a5568;text-align:center;line-height:1.2;max-width:90px}@media (max-width: 1024px){.category-scroll-container{padding:0 3rem}.category-row{gap:1.2rem}.category-item{flex:0 0 calc((100% - (3 * 1.2rem)) / 4);padding:1rem 3rem}.category-icon-wrapper{width:70px;height:70px}}@media (max-width: 640px){.category-scroll-container{padding:0 2.5rem}.scroll-btn{width:40px;height:40px}.category-row{gap:1rem}.category-item{flex:0 0 calc((100% - 1rem)/2);padding:1rem .75rem}.category-icon-wrapper{width:60px;height:60px}.category-name{font-size:.8rem;max-width:80px}.category-heading{text-align:center;font-size:1rem;font-weight:700;color:#2d3748;margin-bottom:1rem;letter-spacing:-.5px}}.cashew-page{min-height:100vh;background:linear-gradient(135deg,#fdf6e3,#faf3e0)}.top-banner{position:relative;width:100%;height:300px;overflow:hidden;background:linear-gradient(45deg,#8b4513,#d2691e)}.banner-img{width:100%;height:100%;object-fit:cover;opacity:.7}.banner-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:3.5rem;font-weight:700;text-align:center;text-shadow:2px 2px 8px rgba(0,0,0,.6);letter-spacing:2px}.content-main{max-width:2000px;margin:0 auto;padding:2rem 1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:2rem 0;justify-items:center}@media (max-width: 768px){.top-banner{height:300px}.banner-title{font-size:2.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem}}@media (max-width: 480px){.top-banner{height:200px}.banner-title{font-size:1rem}.product-grid{grid-template-columns:1fr;gap:1rem}}@keyframes loading-animation{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}:root{--min-size: 2px;--max-size: 20px;background-color:transparent}.loader{display:flex;align-items:center;justify-content:center;z-index:1000}.dot{background:#233875;margin:5px;animation-name:loader;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.dot:nth-child(1){animation-delay:.1s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.3s}.dot:nth-child(4){animation-delay:.4s}.dot:nth-child(5){animation-delay:.6s}.dot:nth-child(6){animation-delay:1s}.dot:nth-child(7){animation-delay:1.2s}.dot:nth-child(8){animation-delay:1.5s}.dot:nth-child(9){animation-delay:2s}@keyframes loader{0%{width:var(--min-size);height:var(--min-size);border-radius:calc(var(--min-size) / 2)}to{width:9px;height:9px;border-radius:calc(var(--max-size) / 2)}}.videoCardGroup{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center}.videoCard{margin:20px}.loader-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fffc;z-index:2}:root{--primary-color: #ff9900;--primary-hover: #e68a00;--background-light: #f6f7fb;--background-dark: #eef1fd;--text-dark: #333;--text-light: #666;--error-color: #e53e3e}.login-wrapper{width:100%;min-height:100svh;display:flex;justify-content:center;align-items:center;position:relative;overflow:visible;animation:containerFloat 6s ease-in-out infinite}.login-wrapper:before,.login-wrapper:after{content:"";position:absolute;width:170px;height:170px;background:#ffffff40;filter:blur(90px);border-radius:50%;animation:float 6s ease-in-out infinite}.login-wrapper:before{top:10%;left:10%}.login-wrapper:after{bottom:10%;right:10%;animation-delay:2s}.login-container{width:100%;max-width:360px;display:flex;justify-content:center;align-items:center;margin-top:-40px}.login-box{width:100%;background:#ffffffeb;padding:2rem;border-radius:16px;box-shadow:0 10px 28px #00000026;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:slideUp .8s ease}.login-box h2{text-align:center;font-size:1.7rem;color:var(--text-dark);margin-bottom:1.3rem}.login-box input{width:100%;padding:14px;margin-bottom:1rem;border-radius:8px;border:1px solid #dcdcdc;background:#ffffffeb;transition:.3s ease}.login-box input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #ff990047;transform:scale(1.03);outline:none}.login-btn{width:100%;padding:14px;background:var(--primary-color);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;margin-top:5px;transition:.2s ease;animation:glowPulse 2.6s infinite ease-in-out}.login-btn:hover{background:var(--primary-hover);transform:translateY(-2px)}.error-text{background:#ffe5e5;color:var(--error-color);border:1px solid var(--error-color);padding:10px;border-radius:8px;margin-bottom:12px;text-align:center;font-weight:600;font-size:.9rem}.forgot,.register{text-align:center;margin-top:12px;font-size:.9rem;color:var(--text-light)}.forgot a,.register a{color:var(--primary-color);font-weight:600;text-decoration:none}.forgot a:hover,.register a:hover{text-decoration:underline}.loader-overlay{position:absolute;inset:0;background:#ffffffb3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;border-radius:16px;z-index:20}.gbtn iframe{width:100%!important;max-width:260px!important;border-radius:8px;pointer-events:auto!important;position:relative;z-index:40!important}.login-box{position:relative;z-index:10}.google-custom-btn{width:100%;max-width:260px;height:48px;background:#fff;border:1px solid #dcdcdc;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:1rem;font-weight:600;color:#444;cursor:pointer;box-shadow:0 3px 10px #00000014;transition:.25s ease;padding:14px}.or-separator{width:100%;text-align:center;margin:16px 0;position:relative}.or-separator span{background:#fff;padding:0 12px;color:#777;font-weight:600;position:relative;z-index:2}.or-separator:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:#dcdcdc;z-index:1}.google-custom-btn:active{transform:scale(.98)}.gbtn{width:100%;margin-bottom:10px}.gbtn div{width:100%}.google-custom-btn{width:100%;padding:14px;height:auto;background:#fff;border:1px solid #dcdcdc;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:1rem;font-weight:600;color:#444;cursor:pointer;box-shadow:0 3px 10px #00000014;transition:.25s ease}.google-custom-btn:hover{background:#f5f5f5;transform:translateY(-2px)}.google-icon{width:22px;height:22px}@media (max-width: 480px){.login-wrapper{margin-top:-30px;padding:0 20px}.login-container{margin-top:-70px;max-width:320px}.login-box{padding:1.6rem;border-radius:14px}.login-box h2{font-size:1.5rem}}.google-btn-wrapper{width:100%;max-width:280px;margin:0 auto}.google-btn-wrapper>div{width:100%!important;min-width:0!important}@media (max-width: 480px){.google-btn-wrapper{max-width:250px}}:root{--primary-color: #ff9900;--primary-hover: #4a2c00;--background-light: #f6f7fb;--background-dark: #eef1fd;--text-dark: #333;--text-light: #666;--error-color: #e53e3e;--success-color: #ff9900}html,body{margin:0;padding:0;height:100svh;min-height:100svh;overflow-y:auto;overflow-x:hidden;font-family:Rubik,sans-serif;background:linear-gradient(135deg,var(--background-light),var(--background-dark))}.signup-container{width:100%;min-height:100svh;display:flex;justify-content:center;align-items:center;position:relative;overflow:visible;animation:containerFloat 6s ease-in-out infinite}.signup-container:before,.signup-container:after{content:"";position:absolute;width:170px;height:170px;background:#ffffff40;filter:blur(90px);border-radius:50%;animation:float 6s ease-in-out infinite}.signup-container:before{top:10%;left:10%}.signup-container:after{bottom:10%;right:10%;animation-delay:2s}.signup-wrapper{width:100%;max-width:360px;display:flex;justify-content:center;align-items:center;margin-top:-40px}.signup-form{width:100%;background:#ffffffe6;padding:2rem;border-radius:16px;box-shadow:0 10px 28px #00000026;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:slideUp .8s ease}.signup-form h2{text-align:center;font-size:1.7rem;color:var(--text-dark);margin-bottom:1.3rem}.input{width:100%;padding:14px;margin-bottom:1rem;border-radius:8px;border:1px solid #dcdcdc;background:#ffffffeb;transition:.3s ease}.input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #ff990047;outline:none;transform:scale(1.03)}.button{width:100%;padding:14px;background:var(--primary-color);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;margin-top:5px;transition:.2s ease;animation:glowPulse 2.6s infinite ease-in-out}.button:hover{background:var(--primary-hover);transform:translateY(-2px)}.password-error-bar{background:#ffe5e5;border:1px solid var(--error-color);padding:10px;border-radius:8px;font-size:.85rem;color:var(--error-color);margin-bottom:12px;display:flex;flex-wrap:wrap;gap:6px}.signup-form p{text-align:center;font-size:.9rem;color:var(--text-light)}.signup-form p a{color:var(--primary-color);font-weight:600;text-decoration:none}.popup-message{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:12px 18px;color:#fff;border-radius:8px;font-weight:600;animation:fadeInUp .4s ease;box-shadow:0 4px 12px #0003}.popup-message.success{background:var(--success-color)}.popup-message.error{background:var(--error-color)}.loader-overlay{position:absolute;inset:0;background:#ffffffb3;display:flex;justify-content:center;align-items:center;z-index:10;border-radius:16px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@keyframes glowPulse{0%,to{box-shadow:0 0 #f900}50%{box-shadow:0 0 18px #ff99008c}}@keyframes containerFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 480px){.signup-container{margin-top:-30px;padding:0 20px}.signup-wrapper{margin-top:-70px;max-width:320px}.signup-form{padding:1.6rem;border-radius:14px}.signup-form h2{font-size:1.5rem}.link{padding-top:.5rem}}:root{--primary-text: #1f2937;--secondary-text: #6b7280;--border-color: #e5e7eb;--accent-orange: #ea580c}.cart-container{padding:1rem;max-width:1024px;margin-left:auto;margin-right:auto;font-family:sans-serif}.cart-title{font-size:1.5rem;font-weight:400;text-align:center;margin-bottom:2.5rem;padding-top:1rem}.cart-header-row{display:flex;justify-content:flex-end;border-bottom:1px solid var(--border-color);padding-bottom:.5rem;margin-bottom:1rem;color:var(--secondary-text);font-size:.875rem;font-weight:500}.header-spacer{flex:1;min-width:300px;max-width:500px;display:none}@media (min-width: 640px){.header-spacer{display:block}}.header-column{width:16.666667%;text-align:center}.item-list{display:flex;flex-direction:column;gap:1rem}.item-row{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f3f4f6;padding-top:1.5rem;padding-bottom:1.5rem}.item-product-info{flex:1;min-width:300px;max-width:500px;display:flex;gap:1rem}.item-image{width:96px;height:96px;object-fit:cover;border:1px solid var(--border-color);flex-shrink:0}.item-details{display:flex;flex-direction:column;padding-top:.25rem}.item-name{font-size:1rem;font-weight:500;color:var(--primary-text);text-decoration:none}.item-name:hover{text-decoration:underline}.item-variant{font-size:.875rem;color:var(--secondary-text);margin-bottom:.5rem}.item-remove-btn{font-size:.875rem;color:#ef4444;font-weight:300;width:fit-content;padding:0;background:none;border:none;cursor:pointer}.item-remove-btn:hover{color:#dc2626}.item-price-column,.item-total-column{width:16.666667%;text-align:center;padding-top:.5rem;font-size:1rem}.item-total-column{font-weight:500}.item-qty-column{width:16.666667%;display:flex;justify-content:center;padding-top:.25rem}.qty-control{display:flex;align-items:center;border:1px solid #9ca3af}.qty-btn{padding:.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1.125rem;color:var(--primary-text)}.qty-btn:hover:not(:disabled){background-color:#f3f4f6}.qty-minus{border-right:1px solid #9ca3af}.qty-plus{border-left:1px solid #9ca3af}.qty-count{width:40px;text-align:center;font-size:1rem;font-weight:400}.cart-summary-wrapper{display:flex;justify-content:flex-end;margin-top:2rem}.cart-summary{width:100%;max-width:384px}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;margin-top:1rem}.subtotal-label{font-weight:400;color:var(--secondary-text)}.subtotal-amount{font-weight:500;color:var(--primary-text)}.cart-tax-note{font-size:.75rem;text-align:right;color:var(--secondary-text);margin-top:.25rem}.cart-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.action-btn{padding:.75rem 1rem;font-weight:600;font-size:.875rem;flex:1 1 30%;cursor:pointer;transition:background-color .2s,border-color .2s;text-transform:uppercase;border:1px solid transparent}.continue,.update{border:1px solid #6b7280;color:var(--secondary-text);background-color:#fff}.continue:hover,.update:hover{background-color:#f9fafb}.place-order{background-color:var(--accent-orange);color:#fff}.place-order:hover{background-color:#c2410c}.cart-empty{padding:4rem 1rem;max-width:640px;margin:0 auto;text-align:center}.qty-box,.qtycontrol{display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:6px;background:#fff;overflow:hidden}.qtybtn{width:32px;height:32px;border:none;background:#fff;cursor:pointer;font-size:20px;font-weight:700;color:#333;display:flex;align-items:center;justify-content:center}.qty-btn:hover:not(:disabled){background:#f3f4f6}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-coun{width:40px;text-align:center;font-size:16px;font-weight:600;color:#333}.emptycontinue{border:1px solid #6b7280;color:var(--secondary-text);background-color:#fff;cursor:pointer;border-radius:5px;padding:10px 20px}@media (max-width: 480px){.cart-container{padding:.75rem;margin-top:.5rem}.cart-title{font-size:1.25rem;margin-bottom:1.5rem;padding-top:.5rem}.cart-header-row{display:none}.item-row{flex-direction:column;align-items:flex-start;padding:1rem 0;gap:1rem}.item-product-info{max-width:100%;min-width:0;width:100%}.item-image{width:80px;height:80px}.item-name{font-size:1rem}.item-variant{font-size:.8rem}.item-price-column{width:100%;text-align:left;font-size:.9rem;padding:0}.item-qty-column{width:100%;justify-content:flex-start;margin-top:.25rem}.item-total-column{width:100%;text-align:left;font-size:1rem;margin-top:.25rem;font-weight:600}.qty-control,.qty-box,.qtycontrol{transform:scale(1.1);margin-left:0}.cart-actions{flex-direction:column;gap:.75rem}.action-btn{width:100%;flex:none;text-align:center;font-size:1rem;padding:.9rem}.cart-summary-wrapper{justify-content:center}.cart-summary{width:100%;max-width:100%}.cart-subtotal-row{font-size:1rem}}.address-page{padding:20px;max-width:600px;margin:auto;font-family:Rubik,sans-serif}.address-title{text-align:center;margin-bottom:20px;font-size:1.7rem;font-weight:600;color:#333}.address-card{border:1.5px solid #e2e2e2;border-radius:10px;padding:14px;margin-bottom:15px;transition:.2s ease;background:#fff;position:relative}.address-card:hover{border-color:#f90}.address-selected{border-color:#f90;box-shadow:0 0 6px #f906}.address-name{font-weight:600;font-size:1rem;color:#333}.address-default{color:#f90;font-weight:600;margin-left:6px;font-size:.9rem}.address-text{margin:4px 0;color:#555;font-size:.9rem}.address-edit-btn{margin-top:8px;padding:5px 14px;font-size:.8rem;background:#eee;border-radius:6px;border:1px solid #ccc;cursor:pointer}.address-edit-btn:hover{background:#ddd}.add-btn,.pay-btn{width:100%;padding:12px;margin-top:15px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.add-btn{background:#f90;color:#fff}.add-btn:hover{background:#e68a00}.pay-btn{background:#000;color:#fff}.pay-btn:hover{background:#222}.address-form-title{font-size:1.6rem;font-weight:600;margin-bottom:10px}.address-form{display:flex;flex-direction:column;gap:12px;max-width:380px}.address-form input{padding:12px;border-radius:8px;border:1px solid #ccc;font-size:.9rem;transition:.2s ease}.address-form input:focus{border-color:#f90;box-shadow:0 0 4px #f906;outline:none}.save-btn{background:#f90;color:#fff;padding:12px;border-radius:8px;border:none;font-size:1rem;cursor:pointer}.save-btn:hover{background:#e68a00}.cancel-btn{background:#eee;color:#333;padding:12px;border-radius:8px;border:1px solid #bbb;margin-top:-5px}.cancel-btn:hover{background:#ddd}@media (max-width: 600px){.address-page,.address-card{padding:12px}.address-form{width:100%}}.payment-page{padding:1.5rem;max-width:480px;margin:auto;font-family:system-ui,sans-serif}.back-btn{background:none;border:none;font-size:1rem;cursor:pointer;color:#555;margin-bottom:1rem}.back-btn:hover{text-decoration:underline}.summary-box{background:#fff;border-radius:12px;padding:1rem 1.2rem;box-shadow:0 2px 10px #00000014;margin-bottom:1.4rem}.summary-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.address-box{background:#fff;border-radius:10px;padding:1rem 1.2rem;box-shadow:0 2px 8px #00000014;margin-bottom:1.2rem;border-left:4px solid #ff9900}.address-box h4{font-size:1rem;font-weight:700;margin-bottom:.4rem}.address-text{font-size:.95rem;line-height:1.4rem;color:#444}.change-address-btn{color:#f90;font-weight:600;text-decoration:underline;margin-top:.6rem;cursor:pointer}.total-amount{font-size:1.4rem;font-weight:700;margin-top:.5rem;color:#222}.pay-btn{width:100%;background:#f90;color:#fff;border:none;padding:.9rem;border-radius:10px;margin-top:1.4rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:.2s ease}.pay-btn:hover{background:#e68a00;transform:translateY(-2px)}.add-address-btn{background:#f90;color:#fff;padding:.7rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer}.add-address-btn:hover{background:#e68a00}@media (max-width: 480px){.payment-page,.summary-box,.address-box{padding:1rem}.total-amount{font-size:1.2rem}}.success-wrapper{height:100vh;display:flex;justify-content:center;align-items:center;background:#f6f7fb;padding:20px}.success-card{background:#fff;padding:2.5rem 2rem;border-radius:18px;width:100%;max-width:380px;text-align:center;box-shadow:0 10px 30px #0000001a;animation:fadeUp .6s ease-out}.success-card h2{font-size:1.8rem;color:#2e7d32;font-weight:700;margin-top:.5rem}.success-card p{margin:.8rem 0 1.5rem;font-size:1.1rem;color:#555}.success-checkmark{width:80px;height:80px;margin:0 auto 1rem;background:#4caf50;border-radius:50%;position:relative;animation:pop .4s ease-out}.check-icon{position:absolute;left:24px;top:18px;width:22px;height:45px;border-right:6px solid white;border-bottom:6px solid white;transform:rotate(45deg);animation:draw .5s ease-out .2s backwards}.btn-primary{display:block;width:100%;background:#f90;color:#fff;padding:12px;border-radius:8px;font-size:1rem;margin-top:10px;text-decoration:none;font-weight:600;transition:.2s}.btn-primary:hover{background:#e68a00}.btn-secondary{display:block;margin-top:12px;font-size:.95rem;color:#f90;text-decoration:underline}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes draw{0%{height:0;width:0;opacity:0}to{height:45px;width:22px;opacity:1}}:root{--mp-orange: #ff9900;--mp-orange-dark: #e68a00;--mp-border: #e5e7eb;--mp-text-dark: #1f2933;--mp-text-muted: #6b7280;--mp-error: #e53e3e}.review-form{border:1px solid var(--mp-border);border-radius:10px;padding:.5rem .75rem;background:#f9fafb;display:flex;flex-direction:column;gap:.35rem;max-width:220px}.review-label{font-size:.8rem;color:var(--mp-text-muted);font-weight:500}.review-stars{display:flex;gap:.2rem}.star-label{cursor:pointer;display:flex;align-items:center}.star-label input{display:none}.star{font-size:1.1rem;color:#d1d5db;transition:color .15s}.star.filled{color:var(--mp-orange)}.review-textarea{resize:none;border-radius:8px;border:1px solid var(--mp-border);padding:.35rem .5rem;font-size:.8rem;font-family:inherit}.review-textarea:focus{outline:none;border-color:var(--mp-orange);box-shadow:0 0 0 1px #ff990059}.review-error{font-size:.75rem;color:var(--mp-error)}.review-submit-btn{align-self:flex-end;font-size:.8rem;padding:.3rem .7rem;border-radius:999px;border:none;cursor:pointer;background:var(--mp-orange);color:#fff;font-weight:500;text-transform:uppercase;letter-spacing:.03em;transition:background .15s,transform .1s}.review-submit-btn:hover:not(:disabled){background:var(--mp-orange-dark);transform:translateY(-1px)}.review-submit-btn:disabled{opacity:.65;cursor:default}@media (max-width: 700px){.review-form{max-width:100%}}:root{--mp-orange: #ff9900;--mp-orange-dark: #e68a00;--mp-bg-light: #f9fafb;--mp-text-dark: #1f2933;--mp-text-muted: #6b7280;--mp-border: #e5e7eb}.orders-tab{padding:1.5rem;max-width:900px;margin:0 auto;font-family:Rubik,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.orders-tab-title{font-size:1.4rem;font-weight:600;margin-bottom:1.25rem;color:var(--mp-text-dark)}.orders-tab-loading,.orders-empty{text-align:center;color:var(--mp-text-muted);margin-top:2rem}.order-card{background:#fff;border-radius:12px;border:1px solid var(--mp-border);padding:1rem 1.25rem;margin-bottom:1.25rem;box-shadow:0 4px 12px #0f172a0d}.order-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.order-id{font-weight:600;color:var(--mp-text-dark);display:block}.order-date{font-size:.8rem;color:var(--mp-text-muted)}.order-status{font-size:.8rem;padding:.25rem .6rem;border-radius:999px;font-weight:500}.order-status-pending{background:#fef3c7;color:#92400e}.order-status-paid,.order-status-success{background:#dcfce7;color:#166534}.order-status-failed{background:#fee2e2;color:#991b1b}.order-address{font-size:.85rem;color:var(--mp-text-muted);border-top:1px dashed var(--mp-border);padding-top:.4rem;margin-bottom:.6rem}.order-items{margin-top:.5rem}.order-item{display:flex;justify-content:space-between;align-items:stretch;padding:.75rem 0;border-top:1px solid var(--mp-border)}.order-item:first-of-type{border-top:none}.order-item-left{display:flex;gap:.75rem;flex:1;min-width:0}.order-item-image{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid var(--mp-border)}.order-item-info{display:flex;flex-direction:column;justify-content:center}.order-item-name{font-size:.95rem;font-weight:500;color:var(--mp-text-dark)}.order-item-qty,.order-item-price{font-size:.8rem;color:var(--mp-text-muted)}.order-item-right{display:flex;align-items:center;justify-content:flex-end;min-width:160px}.order-footer{display:flex;justify-content:flex-end;padding-top:.75rem;border-top:1px dashed var(--mp-border);margin-top:.4rem}.order-total-label{font-size:.9rem;color:var(--mp-text-muted);margin-right:.5rem}.order-total-amount{font-weight:600;color:var(--mp-text-dark)}.review-status{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;padding:.3rem .6rem;border-radius:999px}.review-status.reviewed{background:#dcfce7;color:#166534}.review-check{font-size:.9rem}.order-status-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.delivery-status,.payment-status{padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600;width:fit-content}.delivery-placed{background:#e0f2fe;color:#0369a1}.delivery-packed{background:#fef9c3;color:#a16207}.delivery-shipped{background:#f3e8ff;color:#6d28d9}.delivery-out_for_delivery{background:#d1fae5;color:#065f46}.delivery-delivered{background:#dcfce7;color:#166534}.delivery-cancelled{background:#fee2e2;color:#b91c1c}.payment-paid,.payment-success{background:#dcfce7;color:#166534}.payment-pending{background:#fef3c7;color:#92400e}.payment-failed{background:#fee2e2;color:#991b1b}@media (max-width: 700px){.order-item{flex-direction:column;align-items:flex-start;gap:.5rem}.order-item-right{justify-content:flex-start;min-width:0}.order-footer{justify-content:space-between}}.address-card{border:1px solid #eee;padding:1rem;border-radius:8px;margin-bottom:1rem}.add-btn{background:orange;padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;color:#fff;margin-bottom:1rem}.address-form{border:1px solid #ddd;padding:1rem;border-radius:8px}.address-form input{width:100%;padding:.6rem;margin:.4rem 0;border-radius:6px;border:1px solid #ccc}.address-form button{padding:.6rem 1rem;margin-right:.5rem;background:orange;border:none;border-radius:6px;color:#fff}.account-tab{padding:20px}.account-form{display:flex;flex-direction:column;gap:12px;max-width:350px}.account-form input{padding:10px;border:1px solid #ddd;border-radius:6px}.account-form input:disabled{background:#f7f7f7;color:#777}.save-btn{margin-top:10px;background:#f60;color:#fff;padding:10px;border:none;border-radius:6px;cursor:pointer}.save-btn:hover{background:#e35b00}.error-msg{color:red;font-size:14px;margin-bottom:12px}.account-tab h3{font-size:1.4rem;margin-bottom:1rem}.account-tab input{width:100%;padding:.6rem;margin:.6rem 0;border:1px solid #ccc;border-radius:6px}.account-tab button{padding:.6rem 1rem;background:orange;color:#fff;border:none;border-radius:6px;margin-top:.5rem}.avatar-section{display:flex;align-items:center;gap:15px;margin-bottom:20px}.avatar-preview{width:80px;height:80px;border-radius:50%;object-fit:cover}.avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#aaa;display:flex;justify-content:center;align-items:center;font-size:32px;font-weight:700;color:#fff}.avatar-upload-btn{padding:8px 14px;background:#333;color:#fff;border-radius:6px;cursor:pointer;font-size:14px}.avatar-upload-btn input{display:none}.profile-container{max-width:850px;margin:auto;padding:1rem}.profile-heading{font-size:1.8rem;font-weight:600;margin-bottom:1rem}.profile-tabs{display:flex;gap:1rem;border-bottom:2px solid #eee;margin-bottom:1rem}.tab{padding:.8rem 1.2rem;background:transparent;border:none;font-size:1rem;cursor:pointer;opacity:.6}.tab.active{opacity:1;border-bottom:3px solid orange;font-weight:600}.profile-content{margin-top:1rem}:root{--bg:#f5f5f5;--muted:#777;--accent:#ffb400;--card:#fff;--sidebar-width:320px;--max-content-width:1200px;--radius:8px;--gap:16px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial}body{background:var(--bg);color:#222}.site-header{background:#fff;border-bottom:1px solid #e6e6e6;position:sticky;top:0;z-index:30}.header-inner{max-width:var(--max-content-width);margin:0 auto;display:flex;align-items:center;gap:16px;padding:14px}.logo{display:flex;align-items:center;gap:10px}.logo-badge{background:#e53935;color:#fff;padding:10px 12px;border-radius:50%;font-weight:700}.brand{font-weight:700;color:#333}.search{flex:1}.search-input{width:100%;padding:10px 12px;border-radius:24px;border:1px solid #ddd;outline:none}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{background:transparent;border:none;font-size:18px;cursor:pointer}.cart-preview{background:var(--accent);border:none;padding:8px 12px;border-radius:20px;color:#fff;cursor:pointer}.cart-count{margin-left:6px}.page{display:flex;max-width:var(--max-content-width);margin:18px auto;gap:20px;padding:0 16px;width:100%}.sidebar{width:var(--sidebar-width);flex:0 0 var(--sidebar-width);position:relative}.main-content{flex:1}.sidebar-card{background:var(--card);padding:18px;border-radius:10px;box-shadow:0 2px 6px #0000000a;margin-bottom:14px}.cart-stats{display:flex;justify-content:space-between;color:var(--muted);margin-bottom:12px}.grand-total{display:flex;justify-content:space-between;align-items:center;font-size:18px;margin:14px 0;padding-top:6px;border-top:1px dashed #eee}.total-amount{font-weight:700}.checkout-btn{width:100%;background:var(--accent);border:none;padding:10px;border-radius:8px;font-weight:700;cursor:pointer;color:#fff}.notes{font-size:13px;color:var(--muted)}.sidebar-products{background:transparent;margin-top:8px}.sidebar-item{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:8px}.sidebar-item img{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid #eee}.si-meta{flex:1;font-size:13px;color:#333}.remove{background:transparent;border:none;font-size:14px;cursor:pointer;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--card);border-radius:10px;overflow:hidden;box-shadow:0 1px 6px #0000000d;display:flex;flex-direction:column;position:relative}.card-image{height:240px;display:flex;align-items:center;justify-content:center;background:#f2f2f2}.card-image img{max-width:90%;max-height:80%;object-fit:contain}.card-body{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.card-title{margin:0;font-size:15px}.card-sub{color:var(--muted);font-size:13px}.price-row{display:flex;justify-content:space-between;align-items:center}.price{font-size:16px;font-weight:700}.discount{background:#fff3d9;color:#7a4a00;padding:4px 8px;border-radius:14px;font-size:12px}.card-actions{display:flex;justify-content:flex-end}.btn{border:none;padding:8px 12px;border-radius:10px;cursor:pointer}.btn.add{background:var(--accent);color:#222;font-weight:700}.btn.out{background:#eee;color:#999}@media (max-width: 1100px){.product-grid{grid-template-columns:repeat(2,1fr)}.sidebar{display:none}.page{padding:0 12px}}@media (max-width: 700px){.product-grid{grid-template-columns:repeat(1,1fr)}.header-inner{padding:10px}.search-input{display:none}}
