:root{--primary:#ffc700;--secondary:#000;--bg:#f8f9fa;--text:#000;--border:#e0e0e0;--light-bg:#fff}body{background-color:var(--bg);color:var(--text);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}.app{flex-direction:column;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}header{z-index:1000;width:100%;position:sticky;top:0}.navbar-main{background:#1c1b18;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:.8rem 3rem;display:flex}.nav-brand-section{flex-shrink:0;align-items:center;gap:2rem;display:flex}.nav-location-stylized{color:#fff;opacity:.95;align-items:center;gap:8px;display:flex}.nav-location-text{flex-direction:column;line-height:1.1;display:flex}.nav-search-container{flex:1;max-width:500px;position:relative}.nav-search{border:none;border-radius:8px;outline:none;width:100%;padding:.6rem 1rem .6rem 2.8rem;font-size:.9rem}.nav-links{color:#fff;flex-shrink:0;align-items:center;gap:2rem;display:flex}.nav-link-item{color:inherit;align-items:center;text-decoration:none;display:flex;position:relative}.cart-badge{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.navbar-top{color:#000;white-space:nowrap;-webkit-overflow-scrolling:touch;background:#ffc700;justify-content:center;gap:3rem;padding:.6rem 2rem;font-size:.85rem;font-weight:700;display:flex;overflow-x:auto}.navbar-top::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}.navbar-top{background-color:var(--primary);color:var(--secondary);justify-content:center;gap:3rem;padding:.5rem 2rem;font-size:.95rem;font-weight:500;display:flex}.navbar-main{background-color:var(--secondary);color:#fff;justify-content:space-between;align-items:center;padding:1rem 3rem;display:flex}.nav-brand{font-size:1.25rem;font-weight:800}.nav-location{opacity:.8;margin-left:2rem;font-size:.85rem}.nav-search-container{flex:1;max-width:600px;margin:0 3rem;position:relative}.nav-search{background:#f3f4f6;border:none;border-radius:30px;outline:none;width:100%;padding:.8rem 1rem .8rem 3rem;font-size:1rem;transition:all .2s}.nav-search:focus{box-shadow:0 0 0 2px var(--primary);background:#fff}.search-icon{color:#6b7280;pointer-events:none;position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.hero-slider-container{border-radius:48px;width:100%;max-width:1400px;height:480px;margin:2rem auto 4rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.hero-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:all .6s cubic-bezier(.4,0,.2,1)}.hero-nav-btn{cursor:pointer;z-index:10;background:#ffffffb3;border:none;border-radius:50%;align-items:center;padding:10px;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-nav-btn:hover{background:#ffffffe6}.hero-indicators{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;border-radius:50%;width:12px;height:12px;transition:all .3s}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{margin-top:2.5rem;margin-bottom:1.5rem;font-size:2rem;font-weight:800}@media (width<=768px){.section-title{margin-top:1.25rem!important;margin-bottom:.75rem!important;font-size:1.4rem!important}}.category-pills{gap:1rem;margin-bottom:1.25rem;display:flex}@media (width<=768px){.category-pills{margin-bottom:.25rem!important;padding-bottom:.5rem!important}}.pill{background:var(--light-bg);cursor:pointer;border:1px solid #0000;border-radius:20px;padding:.75rem 2rem;font-size:1rem;font-weight:500;box-shadow:0 2px 5px #0000000d}.pill.active{border-color:var(--primary);background:#fffdf0}.product-row{scrollbar-width:none;-ms-overflow-style:none;gap:2rem;margin:0 -2rem;display:flex;overflow-x:auto;padding:1rem 2rem 1.5rem!important}.product-row::-webkit-scrollbar{display:none}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.product-card{cursor:pointer;background:#d1d5db;border:none;border-radius:20px;flex-direction:column;flex-shrink:0;width:280px;padding:.75rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #00000014}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 24px #00000021}.product-image-container{background:#fff;border-radius:12px;flex-shrink:0;width:100%;height:220px;margin-bottom:.75rem;overflow:hidden}.product-image-container img{object-fit:cover;width:100%;height:100%;display:block}.product-title{color:#000;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;padding:0 .2rem;font-size:1.15rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.product-price{color:#333;margin:0 0 .75rem;padding:0 .2rem;font-size:.95rem;font-weight:700}.add-btn{color:#000;cursor:pointer;letter-spacing:.02em;background:#ffc700;border:none;border-radius:10px;width:100%;margin:auto 0 0;padding:.8rem;font-size:1.1rem;font-weight:600;transition:all .2s}.add-btn:hover{background:#f0bb00}.add-btn:active{transform:translateY(1px)}.banner-upcoming{text-align:center;background:#c4c4c4;border-radius:32px;justify-content:center;align-items:center;max-width:1300px;min-height:250px;margin:4rem auto;padding:2rem;display:flex;overflow:hidden;box-shadow:0 15px 30px #0000000f}.earn-box{text-align:center;background:#f1f1ef;border:1px solid #d1d1cf;border-radius:20px;margin:5rem 0;padding:4rem 3rem;box-shadow:0 4px 20px #00000008}.earn-title{color:#000;letter-spacing:-.5px;margin:0 0 3.5rem;font-size:2.2rem;font-weight:850}.earn-grid{justify-content:space-around;gap:2rem;margin-top:1rem;display:flex}.earn-item{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.earn-icon{stroke-width:2.5px;color:#000}.earn-item-text{color:#111;margin:0;font-size:1.15rem;font-weight:700}.about-section-container{background:#1c1b18;border-radius:24px;align-items:center;gap:4rem;max-width:1400px;margin:4rem auto;padding:5rem 6rem;display:flex;box-shadow:0 40px 80px #0000001a}.about-text-column{flex-direction:column;flex:1.5;display:flex}.about-heading-wrapper{justify-content:center;margin-bottom:2rem;display:flex}.about-heading-box{background:#ffc700;border-radius:2px;padding:12px 60px}.about-heading-box h2{color:#000;letter-spacing:-2.5px;margin:0;font-size:3.5rem;font-weight:900}.about-content-text{color:#fff;text-align:left;letter-spacing:-.2px;max-width:100%;margin:0;font-size:1.2rem;font-weight:700;line-height:1.5}.about-visual-box{background:0 0;border-radius:8px;flex:1.2;justify-content:center;align-items:center;height:380px;padding:20px;display:flex}.brands-row{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-top:2rem;display:flex}.brand-box{background:#fff;border:1px solid #f1f5f9;border-radius:24px;justify-content:center;align-items:center;min-width:200px;padding:2rem 3rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #0000000a}.brand-box:hover{transform:translateY(-5px)}.brand-image{object-fit:contain;max-width:160px;height:50px;transition:all .3s}.brand-box:hover .brand-image{transform:scale(1.05)}.page-container{min-height:80vh;margin-top:0}@media (width<=1024px){.hero-slider-container{border-radius:24px;max-width:calc(100% - 3rem);height:280px;margin:1rem 1.5rem 2rem}.navbar-main{padding:1rem 1.5rem}.nav-search-container{margin:0 1rem}}@media (width<=768px){.navbar-main{gap:.5rem;padding:.8rem 1rem}.nav-brand-container{gap:1rem!important}.nav-search-container{min-width:120px;margin:0 .5rem!important}.nav-brand-stylized{transform-origin:0;transform:scale(.8)}.nav-location-stylized{display:flex}.navbar-top{gap:1rem!important;font-size:.75rem!important}.hero-slider-container{background:#f3f4f6;border-radius:16px!important;width:calc(100% - 1.5rem)!important;max-width:calc(100% - 1.5rem)!important;height:180px!important;margin:.75rem .75rem 1.5rem!important}.hero-slide{background-position:50%!important;background-size:100% 100%!important}.about-section-container{background:#1c1b18!important;border-radius:20px!important;flex-direction:row!important;align-items:center!important;gap:1.5rem!important;margin:2rem 1rem!important;padding:2.5rem 1.5rem!important}.about-text-column{flex:1.3!important}.about-heading-box h2{letter-spacing:-1px!important;font-size:1.25rem!important;font-weight:850!important}.about-heading-box{margin-bottom:.8rem!important;padding:6px 15px!important}.about-content-text{font-size:.825rem!important;font-weight:700!important;line-height:1.4!important}.about-visual-box{flex:1!important;min-width:120px!important;height:150px!important;margin-top:0!important;padding:10px!important}.category-pills{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:.75rem!important;padding:.5rem 0 .75rem!important;display:flex!important;overflow-x:auto!important}.category-pills::-webkit-scrollbar{display:none}.pill{white-space:nowrap!important;border-radius:12px!important;flex-shrink:0!important;padding:.6rem 1.2rem!important;font-size:.82rem!important}.earn-grid{grid-template-columns:repeat(3,1fr)!important;gap:.75rem!important}.earn-icon{size:28px!important}.earn-item h3{font-size:.7rem!important}.product-detail-grid{grid-template-columns:1fr 1fr!important;align-items:start!important;gap:1rem!important}.product-detail-grid h1{font-size:1.2rem!important}.product-grid,.product-row{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-ms-overflow-style:none!important;background:0 0!important;border:none!important;outline:none!important;flex-wrap:nowrap!important;gap:.75rem!important;margin:0 -2rem!important;padding:.5rem 2rem 1.5rem!important;display:flex!important;overflow-x:auto!important}.product-grid::-webkit-scrollbar{display:none!important}.product-row::-webkit-scrollbar{display:none!important}.product-grid::-webkit-scrollbar{display:none!important}.product-row::-webkit-scrollbar{display:none!important}.product-card{scroll-snap-align:start!important;border-radius:20px!important;flex-shrink:0!important;width:240px!important;min-width:240px!important;min-height:auto!important;padding:.75rem!important}.product-image-container{border-radius:12px!important;height:180px!important;margin-bottom:.75rem!important}.product-title{margin-bottom:.4rem!important;padding:0 .2rem!important;font-size:1.05rem!important}.product-price{margin-bottom:.75rem!important;padding:0 .2rem!important;font-size:.95rem!important}.add-btn{border-radius:10px!important;width:100%!important;margin:auto 0 0!important;padding:.75rem!important;font-size:1rem!important}.banner-upcoming{border-radius:20px!important;min-height:160px!important;margin:1.5rem 1rem!important;padding:1rem!important}.banner-upcoming h2{font-size:1.5rem!important}.banner-upcoming p{font-size:.9rem!important}.brands-row{flex-wrap:nowrap!important;justify-content:space-between!important;gap:.5rem!important}.brand-box{border-radius:8px!important;width:23%!important;min-width:0!important;height:50px!important;padding:.5rem!important}.brand-image{max-width:90px!important;height:30px!important}.footer-inner{grid-template-columns:1fr 1fr!important;gap:2.5rem 1.5rem!important;padding:3rem 1.5rem!important;display:grid!important}.footer-cta{text-align:center!important;border-bottom:none!important;border-right:none!important;grid-column:1/-1!important;padding-bottom:2rem!important}.footer-cta-title{margin-bottom:.5rem!important;font-size:1.6rem!important}.footer-cta-sub{opacity:.8;margin-bottom:1.5rem!important;font-size:.95rem!important}.footer-links-col,.footer-contact-col{text-align:left!important;flex-direction:column!important;gap:.8rem!important;min-width:0!important;display:flex!important}.footer-col-heading{letter-spacing:1px!important;text-transform:uppercase!important;opacity:.6!important;margin-bottom:.5rem!important;font-size:1rem!important;font-weight:800!important;display:block!important}.footer-links-col a,.footer-contact-item{color:#fffc!important;font-size:.85rem!important;text-decoration:none!important}.footer-contact-item{align-items:flex-start!important;gap:8px!important;display:flex!important}.footer-social-row{border-top:none!important;grid-column:1/-1!important;justify-content:center!important;gap:1.5rem!important;margin-top:1rem!important;padding-top:1.5rem!important;display:flex!important}}@media (width<=480px){.nav-search{padding:.5rem .5rem .5rem 2rem!important;font-size:.8rem!important}.product-card{min-height:300px!important}.product-image-container{height:140px!important}.hero-slider-container{border-radius:16px!important;width:calc(100% - 1.5rem)!important;max-width:calc(100% - 1.5rem)!important;height:180px!important;margin:.75rem .75rem 1.5rem!important}}.site-footer{color:#fff;background:#1c1b18;margin-top:2rem}.footer-inner{align-items:flex-start;gap:4rem;max-width:1200px;margin:0 auto;padding:3rem 4rem;display:flex}.footer-cta{border-right:none;flex:1.2;padding-right:3rem}.footer-cta-title{color:#fff;margin:0 0 .3rem;font-size:1.4rem;font-weight:800;line-height:1.2}.footer-cta-sub{color:#fff9;margin:0 0 1.8rem;font-size:.9rem}.footer-join-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:.85rem 3.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.footer-join-btn:hover{background:#f0f0f0;transform:translateY(-2px)}.footer-links-col{flex-direction:column;flex:1;gap:.85rem;display:flex}.footer-col-heading{color:#fff;letter-spacing:.01em;margin:0 0 .5rem;font-size:1rem;font-weight:700}.footer-links-col a{color:#ffffffbf;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-links-col a:hover{color:#ffc700}.footer-contact-col{flex-direction:column;flex:1.2;gap:.9rem;display:flex}.footer-contact-item{color:#fffc;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.footer-contact-item svg{opacity:.8;flex-shrink:0}.footer-social-row{gap:1rem;margin-top:1rem;display:flex}.footer-social-icon-img{background:#ffffff26;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.footer-social-icon-img img{object-fit:contain;filter:brightness(1.1);width:28px;height:28px;transition:transform .3s}.footer-social-icon-img:hover{background:#ffffff40;transform:translateY(-3px)scale(1.08);box-shadow:0 6px 18px #0000004d}.footer-social-icon-img:hover img{transform:scale(1.1)}.cart-page-wrapper{background:#f3f4f6;min-height:100vh;padding-bottom:4rem}.cart-header{background:#f3f4f6;border-bottom:none;align-items:center;gap:.6rem;padding:1rem 1.25rem;display:flex}.cart-back-btn{cursor:pointer;color:#111;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:background .15s;display:flex}.cart-back-btn:hover{background:#e5e7eb}.cart-header-title{color:#111;letter-spacing:.01em;font-size:.95rem;font-weight:700}.cart-empty-state{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:4rem 2rem 6rem;display:flex}.cart-empty-icon-row{align-items:center;gap:.8rem;margin-bottom:3.5rem;display:flex;position:relative}.cart-empty-icon-row svg:first-child{position:relative}.cart-empty-title{color:#111;letter-spacing:-.01em;margin:0 0 .6rem;font-size:1.8rem;font-weight:700}.cart-empty-sub{color:#888;margin:0 0 3rem;font-size:1.3rem;font-weight:400}.cart-shop-btn{color:#000;cursor:pointer;box-shadow:none;letter-spacing:.01em;background:#ffc700;border:1px solid #000;border-radius:6px;padding:1rem 4.5rem;font-size:1.2rem;font-weight:700;transition:all .2s}.cart-shop-btn:hover{background:#f0bb00;transform:translateY(-1px);box-shadow:0 2px 8px #0000001f}.cart-shop-btn:active{box-shadow:none;transform:translateY(0)}.cart-filled-layout{grid-template-columns:1fr 320px;align-items:start;gap:1.25rem;max-width:1100px;margin:1rem auto;padding:0 1.5rem;display:grid}.cart-left-col{flex-direction:column;gap:.75rem;display:flex}.cart-count-bar{color:#111;letter-spacing:.05em;align-items:center;gap:.6rem;padding:.5rem 0;font-size:.8rem;font-weight:700;display:flex}.cart-item-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex;position:relative}.cart-item-check{accent-color:#111;flex-shrink:0;width:16px;height:16px;margin-top:4px}.cart-item-img-box{background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;display:flex;overflow:hidden}.cart-item-img-box img{object-fit:contain;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;gap:.35rem;display:flex}.cart-item-name{color:#111;font-size:.95rem;font-weight:700;line-height:1.3}.cart-item-stock{color:#16a34a;font-size:.8rem;font-weight:600}.cart-qty-select{cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:6px;outline:none;width:fit-content;margin-top:2px;padding:4px 10px;font-size:.82rem;font-weight:600}.cart-item-delivery{color:#6b7280;align-items:center;gap:5px;font-size:.78rem;display:flex}.cart-item-price-row{align-items:center;gap:.5rem;margin-top:4px;display:flex}.cart-item-price{color:#111;font-size:1rem;font-weight:800}.cart-item-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:1rem;line-height:1;transition:color .15s;position:absolute;top:12px;right:14px}.cart-item-remove:hover{color:#ef4444}.cart-right-col{flex-direction:column;gap:0;display:flex;position:sticky;top:1rem}.cart-price-panel{background:#fff;border:none;border-radius:0;padding:1.5rem 1.8rem}.cart-price-panel-title{color:#000;border-bottom:none;margin:0 0 1.5rem;padding-bottom:0;font-size:1.4rem;font-weight:800}.cart-price-row{justify-content:space-between;align-items:center;padding:.7rem 0;display:flex}.cart-price-label,.cart-price-value{color:#000;font-size:1.1rem;font-weight:500}.cart-discount-val{color:#10b981;font-size:1.1rem;font-weight:500}.cart-price-divider{display:none}.cart-total-row{margin-top:.5rem}.cart-secure-note{color:#9ca3af;background:0 0;border-top:none;justify-content:center;align-items:center;gap:6px;margin-top:0;padding:1.5rem 0;font-size:1rem;font-weight:500;display:flex}.cart-place-order-bar{background:#fff;border:none;border-radius:0;justify-content:space-between;align-items:center;padding:1.2rem 1.8rem;display:flex}.cart-place-order-total{color:#000;font-size:1.2rem;font-weight:600}.cart-place-order-btn{color:#000;cursor:pointer;box-shadow:none;white-space:nowrap;background:#ffcf00;border:none;border-radius:4px;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:500;transition:opacity .2s}.cart-place-order-btn:hover{opacity:.9;transform:none}.cart-place-order-btn:active{box-shadow:none;transform:scale(.98)}@media (width<=768px){.cart-filled-layout{grid-template-columns:1fr!important;padding:0 1rem!important}.cart-right-col{position:static!important}.cart-item-img-box{width:80px!important;height:80px!important}}.pd-page{background:#fff;flex-direction:column;min-height:100vh;display:flex;position:relative}.pd-back-btn{z-index:20;color:#000;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .2s;display:flex;position:absolute;top:15px;left:20px}.pd-back-btn:hover{transform:translate(-3px)}.pd-loading{text-align:center;color:#666;padding:5rem 2rem;font-size:1.1rem}.pd-back-btn{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 0;font-size:.95rem;transition:color .2s;display:inline-flex}.pd-back-btn:hover{color:#111}.pd-grid{grid-template-columns:1.2fr 1.1fr;min-height:calc(100vh - 120px);display:grid}.pd-gallery{background:#ececec;justify-content:center;gap:1.5rem;padding:3rem 4rem;display:flex}.pd-main-img-box{background:#fff;flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.pd-main-img{object-fit:contain;width:100%;height:auto;max-height:480px}.pd-thumbs-col{flex-direction:column;gap:1.25rem;width:140px;display:flex}.pd-thumb{aspect-ratio:1;cursor:pointer;background:#fff;border:1px solid #0000;justify-content:center;align-items:center;width:100%;padding:.5rem;display:flex}.pd-thumb.active{border-color:#ffcf00}.pd-thumb img{object-fit:contain;width:100%;height:100%}.pd-info{background:#fff;flex-direction:column;padding:4rem 5rem;display:flex}.pd-brand{color:#000;margin:0 0 .5rem;font-size:1.6rem;font-weight:850}.pd-name{color:#333;margin:0 0 2rem;font-size:1.3rem;font-weight:500;line-height:1.4}.pd-price-row{align-items:baseline;gap:1.5rem;margin-bottom:5rem;display:flex}.pd-price-original{color:#999;font-size:1.4rem;font-weight:500;text-decoration:line-through}.pd-price{color:#000;font-size:1.7rem;font-weight:700}.pd-description{color:#4b5563;max-width:100%;margin:1.5rem 0;font-size:1.05rem;line-height:1.6}.pd-delivery-section{margin-top:auto;margin-bottom:4rem}.pd-delivery-title{color:#000;margin-bottom:1rem;font-size:.95rem;font-weight:700}.pd-delivery-tags{flex-direction:column;gap:.6rem;display:flex}.pd-delivery-tag{color:#333;background:#fff;border:1px solid #000;align-items:center;gap:10px;width:fit-content;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:flex}.pd-btn-row{gap:1.5rem;display:flex}.pd-btn-cart{color:#000;cursor:pointer;background:#f3f4f6;border:1px solid #ccc;flex:1;padding:1.1rem;font-size:1rem;font-weight:600}.pd-btn-buy{color:#000;cursor:pointer;background:#ffcf00;border:none;flex:1.25;padding:1.1rem;font-size:1.1rem;font-weight:700}.pd-strip{background:#fff;border-radius:12px;gap:.75rem;margin-top:1.25rem;padding:1rem;display:flex;overflow-x:auto;box-shadow:0 2px 12px #0000000a}.pd-strip-thumb{cursor:pointer;background:#f3f4f6;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:70px;height:70px;transition:border-color .2s;overflow:hidden}.pd-strip-thumb.active{border-color:#ffc700}.pd-strip-thumb img{object-fit:contain;width:100%;height:100%}.shopall-page{background:#f1f1f1;min-height:100vh;padding:1.5rem 0}.shopall-header{background:#f1f1f1;align-items:center;gap:1.5rem;padding:0 4rem 2rem;display:flex}.shopall-back-btn{cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;transition:transform .2s;display:flex}.shopall-back-btn:hover{transform:translate(-4px)}.shopall-title{color:#000;font-size:1.6rem;font-weight:750}.shopall-container{padding:0 4rem}.shopall-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card-simple{cursor:pointer;background:#d4d4d4;border-radius:4px;flex-direction:column;gap:10px;padding:10px;transition:transform .2s,box-shadow .2s;display:flex}.product-card-simple:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.pcs-image-wrapper{aspect-ratio:1;box-sizing:border-box;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;overflow:hidden}.pcs-image-wrapper img{object-fit:contain;max-width:100%;max-height:100%}.pcs-info{padding:0 4px}.pcs-name{color:#333;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.6em;margin-bottom:6px;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.pcs-price{color:#000;font-size:1.1rem;font-weight:800}.pcs-add-btn{color:#000;cursor:pointer;background:#ffcf00;border:none;border-radius:6px;width:100%;padding:.8rem;font-size:1rem;font-weight:800;transition:background .2s}.pcs-add-btn:hover{background:#f0bb00}.shopall-loading{text-align:center;padding:5rem;font-size:1.5rem;font-weight:600}@media (width<=768px){.pd-page{padding:1rem!important}.pd-grid{flex-direction:column!important;gap:1.5rem!important;display:flex!important}.pd-gallery{flex-direction:column!important;gap:1rem!important;width:100%!important;display:flex!important}.pd-main-img-box{border-radius:16px!important;height:350px!important}.pd-thumbs-col{flex-direction:row!important;gap:.75rem!important;padding-bottom:.5rem!important;display:flex!important;overflow-x:auto!important}.pd-thumb{flex-shrink:0!important;width:70px!important;height:70px!important}.pd-info{background:#fff!important;border-radius:20px!important;padding:1.5rem!important;box-shadow:0 10px 30px #0000000d!important}.pd-name{margin-bottom:.75rem!important;font-size:1.5rem!important}.pd-btn-row{flex-direction:row!important;gap:.75rem!important}.pd-btn-cart,.pd-btn-buy{flex:1!important;padding:.8rem 1rem!important;font-size:.95rem!important}.pd-strip{display:none!important}.pd-thumbs-col{flex-direction:row!important;width:auto!important}.pd-thumb{width:70px!important}.pd-name{font-size:1.1rem!important}.pd-btn-row{flex-direction:column!important}}.search-suggestions{z-index:1000;background:#fff;border:1px solid #0000001a;border-radius:16px;max-height:400px;animation:.2s ease-out slideDown;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #00000026}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suggestion-item{cursor:pointer;border-bottom:1px solid #0000000d;align-items:center;gap:1rem;padding:.8rem 1rem;transition:background .2s;display:flex}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#ffc7001a}.suggestion-img{object-fit:contain;background:#f8f9fa;border-radius:8px;width:45px;height:45px;padding:4px}.suggestion-info{flex-direction:column;display:flex}.suggestion-name{color:#111;font-size:.9rem;font-weight:700}.suggestion-price{color:#666;font-size:.8rem;font-weight:600}.suggestion-no-results{text-align:center;color:#999;padding:1.5rem;font-size:.9rem}.suggestion-view-all{text-align:center;color:#000;cursor:pointer;background:#f8f9fa;border-top:1px solid #0000000d;padding:.75rem;font-size:.85rem;font-weight:700}.suggestion-view-all:hover{background:#f1f1f1}@media (width<=768px){.search-suggestions{border-radius:12px;max-height:350px;top:calc(100% + 4px)}.suggestion-img{width:35px;height:35px}.suggestion-name{font-size:.8rem}}@media (width<=1024px){.navbar-main{padding:.8rem 1.5rem}}@media (width<=768px){.navbar-main{flex-direction:row;justify-content:flex-start;gap:1rem;padding:.8rem 1rem}.nav-brand-section{gap:1rem}.nav-location-text{display:flex}.nav-location-stylized{gap:4px!important}.nav-location-stylized svg{width:14px!important;height:14px!important}.nav-location-text span:first-child{font-size:.5rem!important}.nav-location-text span:last-child{font-size:.65rem!important}.nav-search-container{flex:none;order:3;width:100%;max-width:100%;margin:0}.nav-links{gap:1.5rem;margin-left:auto}.navbar-top{justify-content:flex-start;gap:2rem}.category-pills{-webkit-overflow-scrolling:touch!important;gap:.75rem!important;width:100%!important;padding-bottom:.5rem!important;display:flex!important;overflow-x:auto!important}.category-pills::-webkit-scrollbar{display:none}.category-pills .pill{flex-shrink:0!important;margin:0!important}.shopall-container{padding:0 1rem!important}.shopall-header{padding:2rem 1rem 1.5rem!important}.shopall-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.product-card-simple{padding:8px!important}.pcs-add-btn{padding:.6rem!important;font-size:.85rem!important}.pcs-name{height:2.6em!important;font-size:.85rem!important}}@media (width<=480px){.nav-brand-section{gap:.5rem}.pd-main-img-box{height:300px!important}.hero-slide{height:250px!important}.hero-slide h2{font-size:1.5rem!important}.hero-nav-btn{width:32px!important;height:32px!important}}.location-selector-dropdown{z-index:1000;background:#fff;border:1px solid #eee;border-radius:20px;width:320px;margin-top:15px;animation:.3s cubic-bezier(.16,1,.3,1) dropdownSlide;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 20px 50px #00000026}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{color:#000;background:#f8fafc;border-bottom:1px solid #eee;padding:1.5rem;font-size:.95rem;font-weight:800}.location-list{background:#fff;max-height:400px;overflow-y:auto}.location-item{color:#64748b;cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.location-item:hover{color:#000;background:#fffbeb}.location-item.active{color:#000;background:#ffc700}.location-name{font-size:.95rem;font-weight:700;line-height:1.2}.location-pin{opacity:.6;font-size:.75rem}.no-locations{text-align:center;color:#94a3b8;padding:2rem;font-size:.9rem}.banner-upcoming-dynamic{background:#fff;border:1px solid #f1f5f9;border-radius:32px;flex-direction:column;width:100%;margin-bottom:4rem;display:flex;overflow:hidden;box-shadow:0 30px 60px #0000000a}.event-image-box{width:100%;height:auto}.event-image-box img{width:100%;height:auto;display:block}.event-info-box{text-align:center;padding:4rem 3rem}.event-title-dyn{color:#000;letter-spacing:-2px;margin:0;font-size:3.5rem;font-weight:950;line-height:1}.event-subtitle-dyn{color:#64748b;letter-spacing:-.5px;margin-top:1.5rem;font-size:1.5rem;font-weight:600}.order-confirmed-overlay{text-align:center;background:#f8fafc;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:4rem 2rem;animation:.5s forwards fadeIn;display:flex}.checkmark-wrapper{margin-bottom:-3rem;animation:.8s cubic-bezier(.34,1.56,.64,1) forwards checkmarkBounce}.checkmark-img{object-fit:contain;width:350px;height:350px}.confirmation-title{color:#000;opacity:0;margin-bottom:1rem;font-size:2.5rem;font-weight:850;animation:.6s .4s forwards fadeInUp}.confirmation-sub{color:#64748b;opacity:0;margin-bottom:3rem;font-size:1.25rem;animation:.6s .6s forwards fadeInUp}.confirmation-actions{opacity:0;gap:1.5rem;animation:.6s .8s forwards fadeInUp;display:flex}.btn-confirm-view{color:#fff;cursor:pointer;background:#000;border:none;border-radius:16px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:transform .2s}.btn-confirm-shop{color:#000;cursor:pointer;background:0 0;border:2px solid #000;border-radius:16px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:transform .2s}.btn-confirm-view:hover,.btn-confirm-shop:hover{transform:translateY(-3px)}@keyframes checkmarkBounce{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:32px;width:100%;max-width:600px;max-height:90vh;padding:2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) modalSlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}@media (width<=768px){.modal-content{border-radius:24px;margin:.5rem;padding:1.5rem}}
