:root{--bg-gradient:linear-gradient(135deg,#0b004f 0%,#1a0066 50%,#3b0066 100%);--gold:#f1c40f;--gold-gradient:linear-gradient(135deg,#ffe066 0%,#f1c40f 50%,#b38600 100%);--deep-blue:#0b004f;--white:#ffffff;--text-light:#f4f4f9;--card-bg:rgba(255,255,255,0.08);--card-border:rgba(255,255,255,0.15);--accent-red:#e74c3c;--whatsapp-green:#25d366;--whatsapp-green-hover:#20ba56;--dark-btn-blue:#2980b9}*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}body{background:var(--bg-gradient);color:var(--text-light);min-height:100vh;line-height:1.5;padding-bottom:70px;overflow-x:hidden}.top-announcement{background:#060033;color:rgba(255,255,255,0.8);font-size:0.7rem;text-align:center;padding:0.5rem 1rem;border-bottom:1px solid rgba(255,255,255,0.05);font-weight:700;text-transform:uppercase;letter-spacing:2px}.top-announcement span{color:var(--gold);text-shadow:0 0 10px rgba(241,196,15,0.4)}header{background:rgba(11,0,79,0.98);backdrop-filter:blur(20px);border-bottom:1.5px solid rgba(241,196,15,0.3);padding:0.7rem 6%;position:sticky;top:0;z-index:999;box-shadow:0 15px 35px rgba(0,0,0,0.8),0 0 30px rgba(255,255,255,0.02)}.header-top-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:1rem;gap:15px}.left-header-group{display:flex;align-items:center;gap:20px}.hamburger-btn{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;border-radius:12px;padding:10px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.hamburger-btn:hover{background:rgba(255,255,255,0.1);border-color:var(--gold);transform:scale(1.05)}.hamburger-btn span{display:block;height:2px;width:100%;background:var(--gold);border-radius:2px;transition:all 0.3s ease}.hamburger-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.brand-logo-container{display:flex;flex-direction:column;align-items:center;gap:10px}.brand-logo-img{width:70px;height:70px;object-fit:contain;border-radius:50%;border:3px solid var(--gold);background:#fff;box-shadow:0 0 30px rgba(241,196,15,0.6);transition:all .4s cubic-bezier(0.175,0.885,0.32,1.275);padding:3px;z-index:10}.brand-logo-img:hover{transform:scale(1.1) rotate(8deg);box-shadow:0 0 25px rgba(241,196,15,0.3)}.brand-name-group h1{font-size:1.25rem;font-weight:900;color:var(--white);letter-spacing:2.5px;text-transform:uppercase;text-shadow:0 4px 10px rgba(0,0,0,0.5)}.brand-name-group h1 span{color:var(--gold);font-weight:300;margin-left:2px;letter-spacing:1px}.search-container{display:flex;width:100%;max-width:800px;margin:0 auto;background:rgba(255,255,255,0.03);backdrop-filter:blur(10px);border-radius:100px;padding:5px;border:1px solid rgba(255,255,255,0.1);transition:all .4s cubic-bezier(0.4,0,0.2,1)}.search-container:focus-within{background:rgba(255,255,255,0.07);border-color:var(--gold);box-shadow:0 0 30px rgba(241,196,15,0.15),inset 0 0 15px rgba(255,255,255,0.02);transform:translateY(-2px)}.search-input-wrapper{display:flex;flex-grow:1;align-items:center}.search-select{background:transparent;border:none;padding:0 20px;color:var(--gold);font-weight:700;outline:none;font-size:0.7rem;cursor:pointer;border-right:1px solid rgba(255,255,255,0.1);text-transform:uppercase;letter-spacing:1.2px;transition:all 0.3s ease}.search-select:hover{color:var(--white)}.search-select option{background:#0b004f;color:#fff}.search-container input{width:100%;padding:0.8rem 1.5rem;background:transparent;border:none;outline:none;color:var(--white);font-size:0.95rem;font-weight:400}.search-container input::placeholder{color:rgba(255,255,255,0.3);letter-spacing:0.5px}.search-btn{background:var(--gold-gradient);border:none;color:#0b004f;width:46px;height:46px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(0.175,0.885,0.32,1.275);box-shadow:0 5px 15px rgba(0,0,0,0.4);border:1.5px solid rgba(255,255,255,0.3)}.search-btn:hover{transform:scale(1.1) rotate(15deg);box-shadow:0 0 25px var(--gold);border-color:#fff}.right-header-group{display:flex;align-items:center;gap:15px}.cart-trigger-btn{position:relative;color:var(--gold);background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:14px;cursor:pointer;width:46px;height:46px;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(0.175,0.885,0.32,1.275)}.cart-trigger-btn:hover{background:rgba(255,255,255,0.1);color:var(--white);transform:translateY(-4px) scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,0.4),0 0 15px rgba(255,255,255,0.1);border-color:var(--gold)}.cart-trigger-btn i{font-size:1.5rem}#cartBadge{position:absolute;top:-8px;right:-8px;background:var(--accent-red);color:#fff;font-size:0.7rem;padding:2px 6px;border-radius:50%;font-weight:900;min-width:22px;height:22px;display:none;align-items:center;justify-content:center;box-shadow:0 3px 10px rgba(231,76,60,0.6);border:2px solid #0b004f}.side-drawer{position:fixed;top:0;left:-300px;width:300px;height:100vh;background:rgba(11,0,60,0.98);backdrop-filter:blur(15px);border-right:2px solid var(--gold);box-shadow:5px 0 25px rgba(0,0,0,0.6);z-index:1000;transition:left .4s cubic-bezier(0.16,1,0.3,1);padding:2rem 1.2rem 2rem 1.2rem;display:flex;flex-direction:column;overflow-y:auto}.drawer-header{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.1)}.drawer-logo{width:80px;height:80px;border-radius:50%;border:2px solid var(--gold);background:#fff;padding:3px;box-shadow:0 0 20px rgba(241,196,15,0.3)}.side-drawer.open{left:0}.drawer-title{color:var(--gold);font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:0.5rem;display:flex;align-items:center;gap:10px}.drawer-menu{list-style:none;display:flex;flex-direction:column;gap:8px}.drawer-item a{display:flex;align-items:center;gap:12px;color:var(--text-light);text-decoration:none;padding:0.7rem 0.9rem;border-radius:6px;background:rgba(255,255,255,0.03);transition:all 0.2s ease;font-size:0.95rem}.drawer-item a i{color:var(--gold);width:20px;text-align:center}.drawer-item a:hover{background:var(--gold-gradient);color:#0b004f;transform:translateX(5px);font-weight:600}.drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.6);z-index:998;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.drawer-overlay.show{opacity:1;visibility:visible}.hot-sell-banner{background:#fff;height:44px;display:flex;align-items:center;overflow:hidden;position:relative;box-shadow:inset 0 40px 30px -35px #000,inset 0 20px 15px -15px #000,inset 0 -12px 10px -12px rgba(0,0,0,0.6);margin-bottom:10px;z-index:1001;border-top:5px solid #000;border-bottom:1px solid rgba(0,0,0,0.1)}.hot-sell-label{background:#000;color:#fff;font-size:0.65rem;font-weight:900;padding:0 2rem 0 1.2rem;height:100%;display:flex;align-items:center;text-transform:uppercase;letter-spacing:2px;z-index:10;position:relative;clip-path:polygon(0% 0%,88% 0%,100% 100%,0% 100%);box-shadow:5px 0 15px rgba(0,0,0,0.4)}.hot-sell-label .live-dot{width:10px;height:10px;background:#ff3b30;border-radius:50%;margin-right:10px;box-shadow:0 0 12px #ff3b30;animation:pulse-red 1.2s infinite}@keyframes pulse-red{0%{transform:scale(0.9);opacity:0.7}50%{transform:scale(1.1);opacity:1}100%{transform:scale(0.9);opacity:0.7}}.hot-sell-slider{flex-grow:1;height:100%;display:flex;align-items:center;padding-left:25px;position:relative}.hot-sell-item{position:absolute;display:flex;align-items:center;gap:15px;opacity:0;transform:translateY(20px) scale(0.95);transition:all .7s cubic-bezier(0.19,1,0.22,1);pointer-events:none;width:100%}.hot-sell-item.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.hot-sell-item.flash-sell{background:linear-gradient(90deg,transparent,rgba(241,196,15,0.15),transparent)}.hot-sell-item.flash-sell::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.6),transparent);transform:skewX(-20deg);animation:sweep-gold 3s infinite;pointer-events:none}@keyframes sweep-gold{0%{transform:translateX(-200%) skewX(-20deg)}50%{transform:translateX(200%) skewX(-20deg)}100%{transform:translateX(200%) skewX(-20deg)}}.hot-sell-item img{width:32px;height:32px;border-radius:6px;object-fit:cover;border:1.5px solid #000;box-shadow:0 4px 10px rgba(0,0,0,0.2);flex-shrink:0}.hot-sell-item.flash-sell img{border-color:#f1c40f;box-shadow:0 0 15px rgba(241,196,15,0.6);animation:bounce-small 2s infinite ease-in-out}@keyframes bounce-small{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.hot-sell-item .item-text{font-size:0.85rem;font-weight:800;color:#111;white-space:nowrap;display:flex;align-items:center;width:100%}.flash-tag{background:linear-gradient(135deg,#bf953f,#fcf6ba,#b38728);color:#000;padding:2px 10px;border-radius:4px;margin-right:12px;font-size:0.6rem;font-weight:950;box-shadow:0 0 12px rgba(179,135,40,0.6);border:1px solid #8a6d3b;letter-spacing:1px;animation:gold-glow 1.5s infinite alternate}@keyframes gold-glow{from{filter:brightness(1)}to{filter:brightness(1.3);transform:scale(1.05)}}.price-switcher{display:inline-flex;flex-direction:column;height:1.6rem;overflow:hidden;margin-left:auto;margin-right:30px;background:#000;border:2px solid #f1c40f;border-radius:6px;padding:0 15px;min-width:150px;box-shadow:0 4px 15px rgba(0,0,0,0.3)}.price-switcher-inner{display:flex;flex-direction:column;animation:price-rotate 4s infinite cubic-bezier(0.85,0,0.15,1)}.price-switcher span{height:1.6rem;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:900;white-space:nowrap}.price-switcher .old-price{color:#ff5252;text-decoration:line-through;font-size:0.65rem;opacity:0.9}.price-switcher .new-price{color:#f1c40f;text-shadow:0 0 10px rgba(241,196,15,0.5);font-size:0.8rem}@keyframes price-rotate{0%,40%{transform:translateY(0)}60%,100%{transform:translateY(-1.6rem)}}.filter-label{display:flex;align-items:center;gap:8px;text-transform:uppercase;font-size:0.9rem;letter-spacing:1px;color:var(--text-light)}.gender-filters{display:flex;gap:8px;margin:0 10px}.gender-btn{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:var(--white);padding:0.4rem 1rem;border-radius:50px;font-size:0.75rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;white-space:nowrap}.gender-btn.active{background:var(--gold-gradient);color:#0b004f;border-color:var(--gold);box-shadow:0 0 15px rgba(241,196,15,0.3)}.sort-select{background:rgba(255,255,255,0.1);color:var(--white);border:1px solid rgba(255,255,255,0.2);padding:0.4rem 1rem;border-radius:4px;outline:none}.showroom-container{max-width:1200px;margin:0 auto;padding:1.5rem 4% 4rem 4%}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:25px;align-items:stretch}.product-card{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,0.1);border-radius:24px;overflow:hidden;position:relative;display:flex;flex-direction:column;height:100%;transition:all .5s cubic-bezier(0.23,1,0.32,1);cursor:pointer;box-shadow:0 15px 35px rgba(0,0,0,0.5),inset 0 -15px 12px -10px rgba(0,0,0,0.8),inset 0 -8px 6px -5px rgba(0,0,0,0.6)}.product-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px rgba(0,0,0,0.5),0 0 20px rgba(255,255,255,0.15),inset 0 -20px 15px -12px rgba(0,0,0,0.9);border-color:rgba(255,255,255,0.4)}.product-card::after{content:'';position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,0.2),transparent,rgba(255,255,255,0.05));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.product-card::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 70%);opacity:0;transition:opacity 0.5s;pointer-events:none;z-index:1}.product-card:hover::before{opacity:1}.sale-badge{position:absolute;top:15px;left:15px;background:var(--gold-gradient);color:#0b004f;font-weight:800;padding:0.3rem 0.8rem;border-radius:50px;font-size:0.75rem;z-index:3;box-shadow:0 4px 10px rgba(0,0,0,0.3);text-transform:uppercase;letter-spacing:1px}.wishlist-icon{position:absolute;top:15px;right:15px;width:36px;height:36px;background:rgba(255,255,255,0.15);backdrop-filter:blur(5px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);z-index:3;transition:all 0.3s ease;border:1px solid rgba(255,255,255,0.2)}.wishlist-icon:hover{background:var(--accent-red);color:#fff;transform:scale(1.1)}.image-placeholder-box{width:100%;aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.image-placeholder-box::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,rgba(0,0,0,0.4) 0%,transparent 100%);pointer-events:none;z-index:2;transition:opacity 0.5s ease}.product-card:hover .image-placeholder-box::after{opacity:0.7}.image-placeholder-box img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.165,0.84,0.44,1),opacity 0.4s ease;opacity:0}.image-placeholder-box img.loaded{opacity:1}.product-card:hover .image-placeholder-box img{transform:scale(1.1)}.product-info-panel{padding:0.6rem 0.8rem;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,0.02) 100%);flex-grow:1;display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,0.05)}.product-category-tag{font-size:0.65rem;text-transform:uppercase;color:var(--gold);font-weight:700;letter-spacing:1.2px;opacity:0.7;margin-bottom:4px}.product-title{font-size:0.95rem;font-weight:600;color:var(--white);margin-bottom:4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 2px 10px rgba(0,0,0,0.2);flex-grow:0;min-height:2.5em}.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;border-top:1px solid rgba(255,255,255,0.05)}.price-group{display:flex;flex-direction:column}.current-price{font-weight:800;font-size:1.1rem;color:var(--gold);text-shadow:0 2px 4px rgba(0,0,0,0.3)}.old-price{text-decoration:line-through;color:rgba(255,255,255,0.4);font-size:0.85rem;margin-top:-2px}.add-to-cart-quick{width:36px;height:36px;background:var(--gold-gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#0b004f;box-shadow:0 0 12px 2px rgba(255,255,255,0.2);transition:all .5s cubic-bezier(0.2,1,0.3,1);border:1.5px solid rgba(255,255,255,0.7);cursor:pointer}.chat-seller-btn{width:36px;height:36px;background:rgba(255,255,255,0.1);backdrop-filter:blur(15px);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#25D366;box-shadow:0 0 12px 2px rgba(255,255,255,0.1);transition:all .5s cubic-bezier(0.2,1,0.3,1);text-decoration:none;border:1.5px solid rgba(255,255,255,0.4);cursor:pointer}.chat-seller-btn:hover{transform:scale(1.1) translateY(-4px);background:#25D366;color:#fff;box-shadow:0 0 25px 5px rgba(255,255,255,0.5);border-color:#fff}.add-to-cart-quick:hover{transform:scale(1.1) translateY(-4px) rotate(90deg);box-shadow:0 0 25px 5px rgba(255,255,255,0.6);border-color:#fff}.shipping-badge{margin-top:0.4rem;display:inline-block;align-self:flex-start;background:rgba(46,204,113,0.2);color:#2ecc71;font-size:0.65rem;padding:0.2rem 0.6rem;border-radius:4px;font-weight:800;text-transform:uppercase;letter-spacing:0.5px;border:1px solid rgba(46,204,113,0.3)}.product-insights{display:flex;align-items:center;gap:10px;margin-bottom:5px;font-size:0.75rem}.rating-stars{color:var(--gold);display:flex;gap:1px}.sold-count{color:rgba(255,255,255,0.5);font-weight:600}.modal-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(6,0,35,0.9);backdrop-filter:blur(8px);z-index:2000;display:none;align-items:center;justify-content:center;padding:1rem}.modal-screen.active{display:flex}.modal-body-container{background:#110046;border:2px solid var(--gold);border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;position:relative;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,0.6)}.close-modal-btn{position:absolute;top:15px;right:15px;background:rgba(255,255,255,0.1);border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5}.modal-main-view-box{width:100%;aspect-ratio:1/1;background:rgba(255,255,255,0.04);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--gold);margin-bottom:1rem;border:1px solid rgba(255,255,255,0.1);overflow:hidden}.modal-main-view-box img{width:100%;height:100%;object-fit:cover;border-radius:8px}.modal-breadcrumbs{font-size:0.85rem;color:#a0a0b8;margin-bottom:0.4rem}.modal-product-title{font-size:1.2rem;font-weight:600;color:var(--white);margin-bottom:0.8rem;line-height:1.4}.modal-large-price{font-size:1.8rem;font-weight:700;color:var(--white);margin-bottom:1rem;display:flex;align-items:baseline;gap:5px}.qualification-alert-badge{background:#d4edda;color:#155724;padding:0.6rem 1rem;border-radius:6px;font-size:0.85rem;font-weight:600;margin-bottom:1.2rem;display:flex;align-items:center;gap:8px}.quantity-and-cart-row{display:flex;gap:10px;margin-bottom:1rem;align-items:center}.quantity-counter-widget{display:flex;border:1.5px solid rgba(255,255,255,0.3);border-radius:12px;overflow:hidden;background:rgba(255,255,255,0.08);box-shadow:0 0 15px rgba(255,255,255,0.1);backdrop-filter:blur(10px)}.quantity-counter-widget button{background:none;border:none;color:#fff;width:40px;height:46px;font-size:1.3rem;cursor:pointer;transition:background 0.2s}.quantity-counter-widget button:hover{background:rgba(255,255,255,0.15)}.quantity-counter-widget input{width:45px;text-align:center;background:none;border:none;color:#fff;font-weight:800;font-size:1.1rem;border-left:1.5px solid rgba(255,255,255,0.2);border-right:1.5px solid rgba(255,255,255,0.2)}.action-trigger-btn{flex-grow:1;height:50px;border:2px solid rgba(255,255,255,0.5);border-radius:14px;font-weight:700;cursor:pointer;text-transform:uppercase;font-size:0.9rem;transition:all .5s cubic-bezier(0.2,1,0.3,1);box-shadow:0 0 15px rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden}.action-trigger-btn:hover{transform:translateY(-5px);box-shadow:0 0 35px rgba(255,255,255,0.5);border-color:#fff}.action-trigger-btn.add-to-cart{background:var(--accent-red);color:#fff}.action-trigger-btn.buy-now{background:var(--dark-btn-blue);color:#fff}.action-trigger-btn.chat-now{background:rgba(255,255,255,0.1);color:var(--whatsapp-green);display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;backdrop-filter:blur(5px)}.action-trigger-btn.chat-now:hover{background:var(--whatsapp-green);color:#fff}.checkout-view-screen{max-width:700px;margin:2rem auto 5rem auto;padding:0 4%;display:none}.checkout-view-screen.active{display:block}.checkout-alert-header{background:rgba(46,204,113,0.15);border-left:4px solid #2ecc71;color:#2ecc71;padding:1rem;border-radius:4px;font-weight:500;margin-bottom:2rem;font-size:0.95rem}.checkout-card-frame{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.checkout-section-title{font-size:1.2rem;color:var(--white);border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:0.5rem;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:0.5px}.form-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.form-group-full{grid-column:span 2}.input-label{display:block;font-size:0.85rem;color:#c0c0d8;margin-bottom:0.4rem;font-weight:500}.input-label span{color:var(--accent-red)}.checkout-input-field{width:100%;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.2);border-radius:4px;padding:0.7rem;color:#fff;outline:none;font-size:0.95rem}.checkout-input-field:focus{border-color:var(--gold)}select.checkout-input-field option{background:#110046;color:#fff}.order-summary-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.order-summary-table th,.order-summary-table td{padding:0.75rem 0;text-align:left;border-bottom:1px solid rgba(255,255,255,0.1);font-size:0.95rem}.order-summary-table th{color:#c0c0d8;text-transform:uppercase;font-size:0.8rem}.summary-total-row td{font-weight:700;font-size:1.1rem;color:var(--gold);border-bottom:none}.payment-method-option{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);border-radius:6px;padding:1rem;margin-bottom:10px;display:flex;align-items:flex-start;gap:12px;cursor:pointer}.payment-method-option input[type="radio"]{margin-top:4px;accent-color:var(--gold)}.payment-method-text h4{font-size:0.95rem;color:#fff;margin-bottom:0.2rem}.payment-method-text p{font-size:0.85rem;color:#a0a0b8;line-height:1.4}.payment-method-text p strong{color:#2ecc71}.mpesa-logo-inline{height:20px;object-fit:contain;margin-left:5px;vertical-align:middle}.place-order-submit-btn{width:100%;background:var(--accent-red);color:#fff;border:none;padding:1rem;font-size:1.1rem;font-weight:700;border-radius:6px;cursor:pointer;text-transform:uppercase;letter-spacing:0.5px;margin-top:1rem;box-shadow:0 4px 15px rgba(231,76,60,0.3);display:flex;align-items:center;justify-content:center;gap:10px;transition:background 0.3s ease,box-shadow 0.3s ease}.place-order-submit-btn:hover{background:#c0392b}.place-order-submit-btn.whatsapp-variant{background:var(--whatsapp-green);box-shadow:0 4px 15px rgba(37,211,102,0.3)}.place-order-submit-btn.whatsapp-variant:hover{background:var(--whatsapp-green-hover)}.processing-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(6,0,35,0.95);z-index:3000;display:none;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.processing-overlay.active{display:flex}.spinner-ring{width:60px;height:60px;border:5px solid rgba(255,255,255,0.1);border-top-color:#2ecc71;border-radius:50%;animation:spinEffect 1s infinite linear;margin-bottom:1.5rem}@keyframes spinEffect{to{transform:rotate(360deg)}}.bottom-nav-bar{position:fixed;bottom:0;left:0;width:100vw;background:#060033;border-top:2px solid var(--gold);display:flex;justify-content:space-around;align-items:center;padding:0.5rem 0;z-index:999;box-shadow:0 -4px 15px rgba(0,0,0,0.5)}.bottom-nav-item{background:none;border:none;color:#a0a0b8;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:0.75rem;cursor:pointer;text-decoration:none;transition:color 0.2s;flex-grow:1}.bottom-nav-item i{font-size:1.3rem;margin-bottom:2px}.bottom-nav-item.active,.bottom-nav-item:hover{color:var(--gold)}.bottom-nav-item.whatsapp-item{color:var(--whatsapp-green)}@media (max-width: 576px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 5px}.product-card{border-radius:16px}.product-info-panel{padding:0.8rem}.product-title{font-size:0.85rem;min-height:2.8em;margin-bottom:5px}.current-price{font-size:0.95rem}.old-price{font-size:0.7rem}.add-to-cart-quick,.chat-seller-btn{width:34px;height:34px;border-radius:10px;font-size:0.8rem}.product-insights{font-size:0.65rem;gap:5px}.shipping-badge{font-size:0.55rem;padding:0.15rem 0.4rem}.brand-logo-img{width:50px;height:50px;border-width:2px}.brand-name-group h1{font-size:1rem;letter-spacing:1.5px}.hamburger-btn{width:36px;height:36px;padding:8px}}.skeleton-card{width:100%;height:240px;background:linear-gradient(90deg,rgba(255,255,255,0.03) 25%,rgba(255,255,255,0.08) 50%,rgba(255,255,255,0.03) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:12px;border:1px solid rgba(255,255,255,0.05)}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}
