@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");.ez-container{color:#333;font-family:Outfit,sans-serif;margin:40px auto;max-width:1200px;padding:20px}:root{--ez-purple:#7a5ca7;--ez-purple-dark:#634b8a;--ez-green:#25d366;--ez-bg:#f9f9fb}.ez-header-title{background:linear-gradient(135deg,#333,#555);-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:700;margin-bottom:10px;text-align:center;-webkit-text-fill-color:transparent}.ez-header-sub{color:#666;font-size:16px;margin-bottom:40px;text-align:center}.ez-tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:30px}.ez-tab{background:#fff;border:1px solid #eee;border-radius:50px;box-shadow:0 4px 12px rgba(0,0,0,.03);color:#666;cursor:pointer;font-weight:500;padding:10px 24px;transition:all .3s ease}.ez-tab:hover{box-shadow:0 6px 15px rgba(0,0,0,.05);transform:translateY(-2px)}.ez-tab.active{background:var(--ez-purple);border-color:var(--ez-purple);box-shadow:0 8px 20px rgba(122,92,167,.25);color:#fff}.ez-filters{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.04);gap:16px;justify-content:space-between;margin-bottom:30px;padding:16px 24px;position:sticky;top:20px;z-index:100}.ez-filters,.ez-filters-controls{align-items:center;display:flex;flex-wrap:wrap}.ez-filters-controls{gap:12px}.ez-filters-label{color:#444;font-weight:600;margin-right:8px}.ez-select{background:#fdfdfd;border:1px solid #e0e0e0;border-radius:8px;color:#444;cursor:pointer;font-family:inherit;outline:none;padding:8px 16px;transition:border .2s}.ez-select:focus{border-color:var(--ez-purple)}.ez-category-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.chip{background:#f0f0f5;border-radius:20px;color:#666;cursor:pointer;font-size:13px;padding:6px 14px;transition:all .2s;white-space:nowrap}.chip.active,.chip:hover{background:#eedeef;color:var(--ez-purple);font-weight:600}.ez-slider-wrapper{gap:16px;margin:0 auto;max-width:1200px;overflow:hidden;padding:20px 0;position:relative}.ez-arrow,.ez-slider-wrapper{align-items:center;display:flex}.ez-arrow{background:#fff;border:1px solid #eee;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#333;cursor:pointer;flex-shrink:0;height:44px;justify-content:center;transition:all .3s ease;width:44px;z-index:2}.ez-arrow:hover{background:var(--ez-purple);box-shadow:0 8px 20px rgba(0,0,0,.15);color:#fff;transform:scale(1.1)}.ez-slider{display:flex;gap:0;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%;-ms-overflow-style:none;scrollbar-width:none}.ez-slider::-webkit-scrollbar{display:none}.ez-slide-page{align-content:start;box-sizing:border-box;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto auto;min-width:100%;padding:10px;scroll-snap-align:center}.ez-card{background:#fff;border:1px solid rgba(0,0,0,.03);border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.05);flex-shrink:0;margin:0;overflow:hidden;padding:20px;position:relative;transition:transform .35s ease,box-shadow .35s ease;width:auto}.ez-card:hover{box-shadow:0 15px 40px rgba(0,0,0,.1);transform:translateY(-8px)}.ez-card-img-container{background:#f8f8f8;border-radius:16px;height:180px;margin-bottom:16px;overflow:hidden;position:relative;width:100%}.ez-card img{height:100%;object-fit:contain;transition:transform .5s ease;width:100%}.ez-card:hover img{transform:scale(1.08)}.ez-card h3{color:#222;font-size:18px;font-weight:700;margin:0 0 4px}.ez-card-category{color:#888;font-size:13px;font-weight:500;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.ez-specs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px}.ez-spec-item{align-items:center;background:#f5f5f7;border-radius:6px;color:#666;display:flex;font-size:12px;gap:4px;padding:4px 8px}.ez-price-box{border-top:1px solid #f0f0f0;margin:auto 0 16px;padding-top:16px}.ez-price-row{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:8px}.ez-price-label{color:#777;font-size:13px}.ez-currency{color:var(--ez-purple);font-size:inherit;font-weight:600}.ez-dirham-icon{display:inline-block;filter:invert(38%) sepia(15%) saturate(1500%) hue-rotate(228deg) brightness(85%) contrast(90%);height:12px;margin-right:1px;max-height:12px;max-width:12px;vertical-align:baseline;width:12px}.ez-card{display:flex;flex-direction:column;height:100%;padding-bottom:12px}.ez-price-table{margin-top:auto}.ez-btn-row{align-items:center;display:flex;gap:10px;margin-top:8px}.ez-btn{background:#fff;border:2px solid var(--ez-purple);border-radius:50px;color:var(--ez-purple);cursor:pointer;flex:1;font-size:14px;font-weight:600;padding:12px;text-align:center;text-decoration:none;transition:all .25s ease}.ez-btn:hover{background:var(--ez-purple);box-shadow:0 5px 15px rgba(122,92,167,.3);color:#fff;transform:translateY(-2px)}.ez-modal-overlay{align-items:center;animation:fadeIn .3s forwards;backdrop-filter:blur(4px);background:rgba(0,0,0,.6);display:flex;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100vw;z-index:999999}.ez-modal-container{animation:scaleIn .3s forwards;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);height:85vh;max-height:800px;max-width:600px;overflow:hidden;position:relative;transform:scale(.95);width:90%}.ez-modal-close{align-items:center;background:hsla(0,0%,100%,.8);border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:28px;height:36px;justify-content:center;line-height:1;position:absolute;right:15px;top:10px;transition:background .2s;width:36px;z-index:10}.ez-modal-close:hover{background:#f0f0f0}.ez-modal-container iframe{border:none;display:block;height:100%;width:100%}@keyframes fadeIn{to{opacity:1}}@keyframes scaleIn{to{transform:scale(1)}}@media (max-width:480px){.ez-modal-container{border-radius:0;height:100%;max-height:none;max-width:none;width:100%}.ez-modal-close{right:15px;top:15px}}.whatsapp-btn{align-items:center;background:#25d366;border:none;border-radius:50%;box-shadow:0 4px 10px rgba(37,211,102,.3);color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .25s ease;width:44px}.whatsapp-btn:hover{box-shadow:0 6px 15px rgba(37,211,102,.4);transform:translateY(-2px)}.ez-card.skeleton{pointer-events:none}.ez-skeleton-block{animation:shine 1.5s infinite;background:linear-gradient(90deg,#f0f0f0,#fafafa 50%,#f0f0f0);background-size:200% 100%;border-radius:4px}@keyframes shine{0%{background-position:200% 0}to{background-position:-200% 0}}.ez-sticky-controls{background:linear-gradient(180deg,#f4f2ff 0,#fff);margin-bottom:20px;padding:15px 0 10px;position:sticky;top:0;z-index:100}.ez-price-table{border-top:1px solid #f0f0f0;display:flex;gap:4px;justify-content:space-between;margin-bottom:8px;margin-top:8px;padding-top:8px;text-align:center}.ez-price-col{display:flex;flex:1;flex-direction:column;position:relative}.ez-price-col:not(:last-child):after{background:#eee;content:"";height:80%;position:absolute;right:0;top:10%;width:1px}.ez-price-head{color:#888;font-size:11px;font-weight:600;margin-bottom:2px;text-transform:uppercase}.ez-price-sub{color:#aaa;font-size:9px;margin-bottom:4px}.ez-price-val{color:var(--ez-purple);font-size:14px;font-weight:700}@media (max-width:768px){.ez-slider-wrapper{padding:0 5px}.ez-arrow{display:flex;height:32px;position:absolute;top:50%;transform:translateY(-50%);width:32px;z-index:5}.ez-arrow.left{left:0}.ez-arrow.right{right:0}.ez-arrow:hover{transform:translateY(-50%) scale(1.1)}.ez-sticky-controls{background:transparent;margin:0;padding:10px 0;position:static;z-index:auto}.ez-tabs{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:15px}.ez-tab{font-size:12px;padding:8px 4px;text-align:center;width:auto}.ez-filters{align-items:center;background:transparent;box-shadow:none;flex-direction:column;gap:12px;justify-content:center;margin-bottom:0;padding:0;position:static}.ez-filters-controls{justify-content:center;width:100%}.ez-select{flex:1;max-width:48%}.ez-category-chips{justify-content:center;width:100%}.ez-slider{overflow:visible;padding:0}.ez-slide-page{display:grid;gap:10px;grid-template-columns:1fr 1fr}.ez-card,.ez-slide-page{box-sizing:border-box;padding:10px;width:100%}.ez-card{border-radius:12px;display:flex;flex-direction:column;min-height:auto}.ez-card-img-container{height:80px;margin-bottom:6px}.ez-card h3{font-size:12px;line-height:1.2;margin-bottom:2px}.ez-card-category{font-size:9px;margin-bottom:4px}.ez-specs{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:4px}.ez-spec-item{font-size:8px;padding:2px 3px}.ez-price-table{margin-bottom:4px;margin-top:auto;padding-top:4px}.ez-price-col{flex:1}.ez-price-val{font-size:10px}.ez-price-head{font-size:8px}.ez-dirham-icon{height:10px;max-height:10px;max-width:10px;width:10px}.ez-btn-row{margin-top:4px}.ez-btn{font-size:10px;padding:5px 8px}.whatsapp-btn{height:28px;padding:4px;width:28px}.whatsapp-btn svg{height:16px;width:16px}.ez-arrow{display:none}}