.container,body{min-height:100vh}.product-item,.product-item *{user-select:none}.product-item:hover .product-action,.product-item:hover .product-image img{transform:scale(1.1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:#f5f7fa}.container{max-width:1200px;margin:0 auto;background:#fff}.header{background:#fff;padding:15px 20px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;position:sticky;top:0;z-index:100}.action-btn,.back-btn{padding:8px 12px;transition:.3s;cursor:pointer}.back-btn,.header-actions{align-items:center;gap:8px;display:flex}.back-btn{background:0 0;border:none;color:#666;font-size:14px;border-radius:8px}.enquire-btn,.show-number-btn{color:#fff;background:#0f6b87}.back-btn:hover{background:#f0f0f0;color:#333}.header-title h1{font-size:18px;font-weight:600;color:#333;text-align:center}.header-actions{flex-wrap:wrap}.action-btn{display:flex;align-items:center;gap:6px;border:none;border-radius:8px;font-size:13px;font-weight:500;text-decoration:none}.enquire-btn:hover,.show-number-btn:hover{background:#0f6b87;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,107,53,.3)}.enquire-btn{border:2px solid #0f6b87}.location-btn,.save-btn,.share-btn{background:#f8f9fa;color:#666;border:1px solid #e9ecef;width:40px;height:40px;border-radius:50%;justify-content:center;padding:0}.location-btn:hover,.save-btn:hover,.share-btn:hover{background:#e9ecef;color:#333;transform:translateY(-1px)}.product-item:hover .product-action,.whatsapp-btn:hover{background:#1fb954;box-shadow:0 4px 12px rgba(37,211,102,.3)}.whatsapp-btn{background:#25d366;color:#fff;width:40px;height:40px;border-radius:50%;justify-content:center;padding:0}.product-action,.product-item{align-items:center;transition:.3s}.whatsapp-btn:hover{transform:translateY(-1px)}.content{padding:20px}.products-section{background:#fff;border-radius:12px;overflow:hidden}.section-title{font-size:24px;font-weight:700;color:#333;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.product-category{margin-bottom:35px}.category-title{font-size:18px;font-weight:600;color:#157a9d;margin-bottom:20px;padding:10px 15px;background:linear-gradient(135deg,rgba(21,122,157,.1) 0,rgba(118,75,162,.1) 100%);border-radius:8px;border-left:4px solid #157a9d}.product-item{display:flex;padding:15px;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:12px;cursor:pointer;background:#fff;position:relative;-webkit-tap-highlight-color:transparent}.product-item:active{transform:scale(.98)}.product-item .product-action{position:relative;z-index:2}.product-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}@media (hover:none){.product-item:hover{transform:none;box-shadow:none}.product-item:active{background-color:rgba(0,0,0,.05)}}.product-image{width:80px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;margin-right:15px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-info{flex:1;display:flex;flex-direction:column;gap:4px}.product-name{font-size:16px;font-weight:500;color:#333;line-height:1.3}.product-price{font-size:16px;font-weight:600;color:#157a9d}.product-action,.toast{color:#fff;display:flex}.product-action{width:40px;height:40px;background:#25d366;border-radius:50%;justify-content:center;font-size:18px;flex-shrink:0}.toast{position:fixed;bottom:20px;right:20px;background:#333;padding:12px 20px;border-radius:8px;align-items:center;gap:10px;font-size:14px;transform:translateX(100%);transition:transform .3s;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.2)}.toast.show{transform:translateX(0)}.toast.success{background:#28a745}.toast.error{background:#dc3545}.toast.info{background:#17a2b8}.toast.warning{background:#ffc107;color:#333}@media (max-width:768px){.header{padding:12px 15px;flex-direction:column;align-items:stretch}.header-title{order:-1;margin-bottom:10px}.header-title h1{font-size:16px;text-align:left}.back-btn{align-self:flex-start;margin-bottom:10px}.header-actions{justify-content:center;gap:6px}.action-btn{font-size:12px;padding:6px 10px}.content{padding:15px}.section-title{font-size:20px;margin-bottom:20px}.category-title{font-size:16px;padding:8px 12px}.product-item{padding:12px}.product-image{width:60px;height:45px;margin-right:12px}.product-name,.product-price{font-size:14px}.product-action{width:35px;height:35px;font-size:16px}}@media (max-width:480px){.header{padding:10px 12px}.header-title h1{font-size:15px}.action-btn{font-size:11px;padding:5px 8px}.location-btn,.save-btn,.share-btn,.whatsapp-btn{width:35px;height:35px}.content{padding:12px}.section-title{font-size:18px;margin-bottom:15px}.product-category{margin-bottom:25px}.category-title{font-size:15px;padding:6px 10px}.product-item{padding:10px;margin-bottom:10px}.product-image{width:50px;height:40px;margin-right:10px}.product-name,.product-price{font-size:13px}.product-action{width:30px;height:30px;font-size:14px}}.fade-in{animation:.5s forwards fadeIn}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:.3s forwards slideUp}@keyframes slideUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.loading{pointer-events:none;opacity:.7}.loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #157a9d;border-top:2px solid transparent;border-radius:50%;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.profile-header{display:flex;align-items:center;gap:10px;padding:10px 0}.profile-header i{font-size:16px;cursor:pointer}.profile-name{font-size:16px;font-weight:600;color:#111;line-height:1.2}