.header{position:fixed;top:0;left:0;right:0;z-index:1200;background:#fff;border-bottom:1px solid #eee;position:sticky;transition:transform .3s ease-in-out;display:flex;justify-content:space-between;padding:10px}.headsearch{padding:8px}.search{font-size:1.2rem;color:#333;cursor:pointer}.header.hide{transform:translateY(-100%)}.header-left{display:flex;flex-direction:column}.delivery-time{font-size:.9rem;font-weight:600;color:#22c55e;margin:0}.app-name{font-size:1.1rem;font-weight:700;color:#000;margin:2px 0 0}.header-right{display:flex;align-items:center;justify-content:space-between;gap:15px}.cart-icon-container{position:relative;cursor:pointer}.cart-icon{font-size:1.4rem;color:#333}.notif-badge{position:absolute;top:-6px;right:-8px;background:red;color:#fff;border-radius:50%;font-size:.7rem;padding:2px 6px;font-weight:600}.profile-icon{font-size:1.6rem;color:#333;cursor:pointer}.overlay{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:.3s ease;z-index:999}.overlay.show{opacity:1;visibility:visible}.sidebar{position:fixed;top:0;right:-280px;width:220px;height:100%;background:#fff;box-shadow:-2px 0 8px #0000001a;transition:right .3s ease;z-index:1000;display:flex;flex-direction:column;padding:20px}.sidebar.open{right:0}.close-btn{position:absolute;top:62px;right:12px;font-size:1.5rem;border:none;background:none;cursor:pointer}.user-profile{display:flex;align-items:center;margin-top:55px}.user-avatar{width:50px;height:50px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#333;margin-right:12px}.user-details h3{margin:0;font-size:1rem;font-weight:600;color:#333}.view-profile{font-size:.8rem;color:#666}.menu-section{flex:1;margin-top:15px}.menu-heading{font-size:.85rem;font-weight:600;color:#888;margin-bottom:10px}.menu-section ul{list-style:none;padding:0;margin:0}.menu-section ul li{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:.95rem}.bottom-section{border-top:1px solid #eee;padding-top:15px}.bottom-section ul{list-style:none;padding:0;margin:0}.bottom-section ul li{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:.95rem}.menu-link{text-decoration:none;color:#333;display:flex;align-items:center;gap:10px;width:100%}.menu-link:visited{color:#333!important}.menu-link:hover{color:#22c55e}.sticky-search-container{position:sticky;top:0;background:#fff;z-index:95;padding:8px 12px;transition:all .3s ease-in-out}.search-bar-container{display:flex;align-items:center;background:#f3f3f3;border-radius:8px;padding:10px 14px;cursor:pointer}.search-icon{color:#666;margin-right:10px;font-size:1rem}.search-animated-text{font-size:.95rem;color:#666;overflow:hidden;height:20px;display:flex;align-items:center;position:relative}.slide-cycle{display:inline-block;animation:slideUpFade 3s ease-in-out forwards}@keyframes slideUpFade{0%{opacity:0;transform:translateY(100%)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.search-overlay{position:fixed;top:0;left:0;width:100%;height:60%;background:#fff;z-index:2000;border-radius:0 0 20px 20px;box-shadow:0 4px 15px #00000026;display:flex;flex-direction:column;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.overlay-header{display:flex;align-items:center;padding:.8rem 1rem;border-bottom:1px solid #eee}.overlay-back{font-size:1.2rem;margin-right:.8rem;cursor:pointer}.overlay-search-input{flex:1;border:none;outline:none;font-size:1rem;padding:.4rem}.overlay-results{flex:1;overflow-y:auto;padding:.8rem 1rem}.overlay-result-card{display:flex;align-items:center;padding:.7rem 0;border-bottom:1px solid #f0f0f0;cursor:pointer}.overlay-result-img{width:50px;height:50px;border-radius:8px;object-fit:cover;margin-right:12px}.overlay-result-info{flex:1}.overlay-result-name{font-size:.95rem;font-weight:500}.overlay-result-price{font-size:.85rem;color:#22c55e}.overlay-add-btn{background:#22c55e;color:#fff;border:none;padding:5px 10px;font-size:.8rem;border-radius:6px;cursor:pointer}.overlay-empty{text-align:center;color:#777;margin-top:2rem}.add-to-cart-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%) translateY(100%);background:#000;color:#fff;padding:12px 20px;border-radius:8px;font-weight:600;font-size:14px;box-shadow:0 4px 12px #00000026;animation:slideUp .4s ease-out forwards,fadeOut .3s ease-in 1.7s forwards;z-index:2000}@keyframes slideUp{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes fadeOut{to{opacity:0;transform:translate(-50%) translateY(100%)}}*{margin:0;padding:0;box-sizing:border-box}body,.app-container{font-family:Inter,sans-serif;background:#f9f9f9;color:#222}.home-container{width:100%;min-height:100vh;padding-bottom:70px}.sticky-search-container{position:fixed;top:0;left:0;right:0;z-index:999}.hero-container{margin-top:0}.category-product-block{padding:10px 15px;margin-bottom:25px}.category-block-header{display:flex;justify-content:space-between;padding:10px}.category-block-title{font-size:1.2rem;font-weight:700;color:#222;margin:0}.see-all-btn{background:none;border:none;color:#22c55e;font-size:.9rem;font-weight:500;cursor:pointer;padding:5px 10px;border-radius:4px;transition:background .2s}.see-all-btn:hover{background:#e0f7e9}.featured-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 10px;padding:0}.featured-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #00000014;display:flex;flex-direction:column;justify-content:space-between;padding:8px;cursor:pointer}.featured-content{display:flex;flex-direction:column;width:100%}.featured-image-container{position:relative;width:100%;height:100px;display:flex;justify-content:center;align-items:center;margin-bottom:5px}.featured-image{width:auto;max-width:90%;height:90%;object-fit:contain;border-radius:8px}.featured-heart{position:absolute;top:8px;right:8px;font-size:1rem;color:#999;background:#fff;border-radius:50%;padding:5px;z-index:5}.featured-info{padding:5px 0}.featured-title{font-size:.85rem;font-weight:600;margin-bottom:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:1.2rem}.featured-price{font-size:.9rem;color:#22c55e;font-weight:600}.add-button{border:1px solid #22c55e;background:#fff;color:#22c55e;padding:6px 10px;font-size:.8rem;font-weight:600;cursor:pointer;border-radius:8px;margin-top:8px;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:5px}.add-button:hover{background:#22c55e;color:#fff}.search-results-grid{padding:15px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;background:#fff;border-top:1px solid #ddd;padding:8px 0;box-shadow:0 -2px 10px #0000000d;z-index:1000}.nav-btn{text-align:center;background:none;border:none;outline:none;font-size:12px;color:#666;display:flex;flex-direction:column;align-items:center;position:relative;padding:5px 10px;cursor:pointer;transition:color .2s}.nav-btn svg{font-size:1.3rem;margin-bottom:2px}.nav-btn.active{color:#22c55e}.nav-cart{position:relative}.cart-badge{position:absolute;top:0;right:15px;background:#ff4500;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;box-shadow:0 1px 3px #0003;z-index:10}.hero-wrapper{position:relative;width:100%;margin:1rem 0}.hero-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:12px;margin-right:5px;margin-left:5px}.hero-carousel::-webkit-scrollbar{display:none}.hero-card{flex:0 0 100%;height:180px;position:relative;scroll-snap-align:start;border-radius:12px;overflow:hidden;margin-left:5px}.hero-img{width:100%;height:100%;object-fit:cover;display:block}.hero-card:after{content:"";position:absolute;inset:0;background:#00000059;pointer-events:none;z-index:1}.hero-content{position:absolute;bottom:20px;left:20px;color:#fff;z-index:2;max-width:70%;text-shadow:0 2px 5px rgba(0,0,0,.6)}.hero-content h2{font-size:1.2rem;font-weight:700;margin:0 0 4px}.hero-content p{font-size:.9rem;margin:0 0 8px}.hero-btn{background:#22c55e;border:none;color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;cursor:pointer;transition:background .3s ease}.hero-btn:hover{background:#16a34a}.hero-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;gap:6px;z-index:5}.hero-dots .dot{width:8px;height:8px;background:#ddd;border-radius:50%;cursor:pointer;transition:all .3s ease}.hero-dots .dot.active{background:#22c55e;width:20px;border-radius:10px}.associated-container{padding:10px}.associated-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.associated-header h3{font-size:18px;font-weight:700}.associated-header .see-all{color:green;font-size:14px;text-decoration:none;font-weight:500}.associated-scroll{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.associated-scroll::-webkit-scrollbar{display:none}.shop-card{text-align:center;flex-shrink:0;width:90px;text-decoration:none;color:inherit}.shop-image{width:80px;height:80px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5;margin:auto;box-shadow:0 2px 5px #0000001a}.shop-image img{width:100%;height:100%;object-fit:cover}.shop-name{font-size:13px;margin-top:8px;font-weight:500}.categories-container{padding:0;margin:0 auto;background-color:#f7f7f7}.category-header h3{text-align:left;font-size:1.25em;font-weight:700;color:#1a1a1a;margin-bottom:10px;padding:15px 15px 5px}.category-header h3:after{content:none}.categories-list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px 15px;overflow-x:hidden}.category-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;background-color:#fff;padding:8px 4px;border-radius:10px;box-shadow:0 2px 5px #00000014;transition:box-shadow .2s;text-align:center;height:100%;justify-content:flex-start}.category-item:hover{box-shadow:0 3px 8px #0000001a}.category-image-container{width:80px;height:80px;margin-bottom:5px;border-radius:8px;overflow:hidden}.category-image{width:100%;height:100%;object-fit:cover;display:block}.category-name-text{margin-top:5px;font-size:.75rem;font-weight:500;color:#444;line-height:1.2;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;height:2.4em;padding:0 2px}.category-item:hover .category-name-text{color:#000}@media (max-width: 450px){.categories-list{grid-template-columns:repeat(4,1fr);gap:8px;padding:5px 8px}.category-header h3{padding:10px 8px 5px;font-size:1.1em}.category-image-container{width:65px;height:65px}.category-name-text{font-size:.7rem}}.delivery-banner-wrapper{position:fixed;bottom:75px;left:0;right:0;z-index:99;padding:0 10px;pointer-events:none}.delivery-banner{width:100%;max-width:600px;margin:0 auto;border-radius:8px;padding:10px 15px 12px;color:#fff;box-shadow:0 -2px 8px #0003;text-align:center;overflow:hidden}.banner-text{font-size:11px;font-weight:600;margin:0 0 8px}.progress-bar-container{height:6px;background-color:#ffffff4d;border-radius:5px;overflow:hidden;background-image:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);background-size:10px 10px;margin-bottom:2px}.progress-bar-fill{height:100%;transition:width .5s ease-in-out;border-radius:5px;box-shadow:0 0 10px #0000001a}.item-page-container{padding:0 0 90px;background:#f9f9f9;min-height:100vh;overflow-x:hidden}.item-header{display:flex;align-items:center;position:fixed;top:0;left:0;right:0;padding:15px;z-index:100;background:linear-gradient(to bottom,#fffffff2,#fff0)}.back-button{background:#0000001a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:#000;box-shadow:0 1px 4px #00000026;transition:background .2s}.back-button:active{background:#0003}.item-shop-name{margin-left:10px;font-size:.9rem;font-weight:600;color:#444}.item-image-container{width:100%;height:300px;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px;border-bottom:1px solid #eee}.item-image{max-width:90%;max-height:100%;object-fit:contain}.item-details-section{padding:20px 15px;background:#fff;border-radius:16px 16px 0 0;margin-top:-20px;position:relative;z-index:50;box-shadow:0 -4px 10px #0000000d}.item-name{font-size:1.5rem;font-weight:800;color:#222;margin-bottom:8px;line-height:1.2}.item-price{font-size:1.4rem;font-weight:700;color:#000;margin-bottom:10px}.item-category{font-size:.9rem;color:#22c55e;font-weight:600;margin-bottom:15px;border:1px solid #22c55e;padding:4px 8px;display:inline-block;border-radius:4px}.item-description{font-size:.9rem;color:#666;margin-bottom:30px;line-height:1.4;border-top:1px solid #eee;padding-top:20px}.quantity-selector{display:flex;align-items:center;width:fit-content;border:1px solid #ddd;border-radius:8px;overflow:hidden;margin:0 auto 30px 0}.qty-btn{background:#fff;border:none;color:#22c55e;font-size:1.2rem;font-weight:600;width:40px;height:40px;cursor:pointer;transition:background .2s}.qty-btn:active{background:#f0f0f0}.qty-display{width:50px;text-align:center;font-size:1.1rem;font-weight:600;color:#222;border-left:1px solid #eee;border-right:1px solid #eee;height:40px;line-height:40px}.add-to-cart-button{position:fixed;bottom:0;left:0;right:0;width:100%;background:#22c55e;color:#fff;border:none;padding:15px 0;font-size:1.1rem;font-weight:700;cursor:pointer;z-index:90;box-shadow:0 -2px 10px #0000001a;transition:background .2s}.add-to-cart-button:active{background:#1eaf53}.related-products-section{padding:20px 0;margin-top:20px;border-top:8px solid #f0f0f0;background:#fff}.related-products-title{font-size:1.1rem;font-weight:700;margin-bottom:15px;color:#222;padding:0 15px}.related-products-grid{display:flex;gap:10px;overflow-x:auto;padding:0 15px 15px;scrollbar-width:none}.related-products-grid::-webkit-scrollbar{display:none}.related-product-card{min-width:120px;flex-shrink:0;background:#fff;border-radius:12px;padding:10px;text-align:center;cursor:pointer;box-shadow:0 2px 6px #0000000d;border:1px solid #eee}.related-product-image{width:100%;height:80px;object-fit:contain;border-radius:8px;margin-bottom:8px}.related-product-name{font-size:.75rem;margin:0;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:25px}.related-product-price{font-size:.9rem;font-weight:700;color:#000;margin-top:5px}.cart-page{padding:16px;background:#fff;min-height:100vh;display:flex;flex-direction:column}.cart-header{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #eee}.back-button{background:#ffffffb3;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;color:#333}.cart-list{flex:1;margin-top:12px}.cart-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.item-qty{font-size:13px;color:#555;margin:2px 0 0}.cart-item-img{width:60px;height:60px;border-radius:8px;object-fit:cover;margin-right:10px}.cart-item-info{flex:1}.item-price{color:#666;font-size:14px;margin-top:2px}.qty-controls{display:flex;align-items:center;gap:8px}.qty-controls button{width:28px;height:28px;border:none;background:#f0f0f0;border-radius:50%;font-size:18px;cursor:pointer}.qty-controls span{min-width:20px;text-align:center;font-weight:700}.cart-summary{border-top:1px solid #eee;padding-top:12px;margin-top:16px}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:15px}.summary-row.total{font-weight:700;font-size:17px}.checkout-btn{width:100%;background:#00c853;color:#fff;border:none;padding:12px;border-radius:8px;font-size:16px;margin-top:12px;cursor:pointer}.remove-btn{margin-left:10px;background:#ff5252;color:#fff;border:none;padding:6px 10px;border-radius:6px;font-size:13px;cursor:pointer}.remove-btn:hover{background:#e53935}.checkout-page{background:#fafbfc;min-height:100vh;padding-bottom:16px}.checkout-header{background:#fff;position:sticky;top:0;z-index:10}.checkout-title{margin:0;font-size:20px;font-weight:700}.checkout-container{max-width:420px;margin:0 auto;padding:0 12px}.section-heading{margin:18px 0 8px;font-weight:700;font-size:16px}.summary-box{background:#fff;border-radius:12px;box-shadow:0 1px 4px #9a9595;padding:12px;margin-bottom:18px;border-color:#e6ffe6}.summary-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.item-name{font-weight:600}.item-details{font-size:13px;color:#4b5563}.item-note{font-size:12px;color:#888}.item-price{font-weight:600;color:#222}.summary-row{display:flex;justify-content:space-between;margin-bottom:6px}.summary-row-total{border-top:1px solid #eee;margin-top:8px;padding-top:8px;display:flex;justify-content:space-between;font-weight:700}.form-input,.form-textarea{width:90%;padding:10px 12px;border-radius:8px;border:1px solid #b1ddc0;margin-bottom:10px;font-size:15px}.form-textarea{min-height:60px;resize:vertical}.place-order-button{width:100%;background:#22c55e;color:#fff;border:none;padding:14px 0;border-radius:8px;font-size:18px;font-weight:700;margin-top:8px;cursor:pointer;box-shadow:0 2px 8px #d1fae5}.confirm-page{min-height:100vh;background:#fafbfc;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.confirm-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #e5e7eb;padding:36px 18px 28px;max-width:360px;width:100%;text-align:center}.icon-wrapper{background:#d1fae5;border-radius:50%;width:70px;height:70px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center}.confirm-heading{font-weight:700;margin:0 0 8px}.confirm-text{color:#6b7280;margin-bottom:6px}.order-id{color:#111}.go-home-button{width:100%;background:#22c55e;color:#fff;border:none;padding:14px 0;border-radius:8px;font-size:17px;font-weight:700;margin-bottom:10px;cursor:pointer}.view-orders-button{display:block;background:#f3f4f6;margin:10px auto;color:#222;border:none;padding:12px 0;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer}.orders-page{padding:16px;background:#fff;min-height:100vh}.orders-title{font-size:20px;font-weight:700;margin-bottom:16px}.empty-msg{text-align:center;color:#777;margin-top:30px}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{border:1px solid #eee;border-radius:8px;padding:12px;background:#fafafa}.order-header{display:flex;justify-content:space-between;margin-bottom:8px}.order-id{font-weight:700}.order-date{font-size:13px;color:#555}.order-items{margin-bottom:8px}.order-item{display:flex;justify-content:space-between;font-size:14px;margin:2px 0}.order-total{font-weight:700;border-top:1px solid #ddd;padding-top:6px;text-align:right}.update-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#22c55e;color:#fff;padding:12px 20px;border-radius:8px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 10px #0003;z-index:9999;animation:fadeIn .3s ease-in-out}.update-toast button{background:#fff;color:#22c55e;font-weight:700;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.category-layout{display:flex;min-height:100vh;background:#f9f9f9;height:100vh;overflow:hidden}.category-sidebar{width:90px;background:#fff;border-right:1px solid #eee;padding:12px 0;display:flex;flex-direction:column;align-items:center;height:100vh;overflow-y:auto;position:sticky;top:0}.sidebar-category-item{display:flex;flex-direction:column;align-items:center;margin-bottom:18px;cursor:pointer;padding:8px 0;border-radius:10px;transition:background .2s;width:80%}.sidebar-category-item.active{background:#f9fff9;border:1px solid #22c55e}.sidebar-category-item:hover{background:#e0f7e9}.sidebar-category-img{width:45px;height:45px;object-fit:cover;border-radius:8px;margin-bottom:4px;border:1px solid #eee}.sidebar-category-name{font-size:13px;color:#222;text-align:center}.category-products-section{flex:1;height:100vh;overflow-y:auto;background:#fff}.products-header{display:flex;align-items:center;padding:12px 18px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:5;box-shadow:0 1px 4px #0000000d}.back-button{background:none;border:none;cursor:pointer;font-size:1.25rem;color:#444;padding:0;margin-right:15px;display:flex;align-items:center;justify-content:center}.back-button:hover,.back-button:focus{color:#22c55e;outline:none}.products-header-text{font-size:1rem;font-weight:500;color:#222}.category-title{font-size:1.2rem;font-weight:700;padding:10px;color:#333;margin:0}.category-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:5px}.category-product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:12px 10px 16px;display:flex;flex-direction:column;align-items:center;transition:transform .2s}.category-product-card:hover{box-shadow:0 4px 12px #0000001a}.category-product-card img{width:80px;height:80px;object-fit:contain;border-radius:8px;margin-bottom:8px}.category-product-card h4{font-size:.9rem;font-weight:600;margin:0 0 4px;text-align:center;color:#333}.category-product-card p{font-size:1.05rem;color:#22c55e;font-weight:700;margin-bottom:12px}.category-product-card button{background:#22c55e;color:#fff;border:none;border-radius:8px;padding:8px 20px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.category-product-card button:hover{background:#1eaf53}.category-products-section>p{text-align:center;color:#666;padding:20px;font-size:1rem}.shop-page-container{padding:15px;background:#f8f8f8;min-height:100vh}.shop-header{display:flex;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee}.back-button{background:none;border:none;font-size:1.5rem;margin-right:10px;cursor:pointer;color:#333}.shop-title{font-size:1.2rem;font-weight:700;color:#222}.shop-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding-bottom:20px}.shop-product-card{border:1px solid #eee;background:#fff;border-radius:8px;padding:10px;text-align:center;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;justify-content:space-between}.product-image{width:100%;height:100px;object-fit:cover;border-radius:4px;margin-bottom:8px}.product-name{margin:5px 0;font-size:.9rem;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.2em}.product-price{margin:0 0 10px;font-weight:700;font-size:1rem;color:#000}.add-to-cart-btn{padding:8px 12px;background:#22c55e;color:#fff;border:none;border-radius:4px;cursor:pointer;width:100%;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:5px;transition:background .2s}.add-to-cart-btn:active{background:#15803d}.loading-message,.not-found-message,.load-more-message,.end-of-results{text-align:center;padding:20px;font-size:1.1rem;color:#666}.load-more-message{color:#22c55e;font-weight:500}
