body,html{padding:0;margin:0;font-family:Cairo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;direction:rtl;background-color:#f8f9fa;color:#333;scroll-behavior:smooth}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.main-header{background:#fff;padding:10px 25px;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000;transition:padding .3s ease,box-shadow .3s ease}.main-header.sticky{padding:5px 25px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.main-header.sticky .logo{height:50px;width:50px}.main-header.sticky .header-text h1{font-size:1.5rem}.main-header.sticky .header-subtitle{display:none}.top-bar{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 10px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.about-us-btn{background:none;border:1px solid #007bff;color:#007bff;padding:6px 15px;border-radius:20px;cursor:pointer;transition:all .3s ease}.about-us-btn:hover{background:#007bff;color:#fff}.social-links a{color:#555;margin:0 8px;font-size:1.4rem;transition:color .3s ease}.social-links a:hover{color:#007bff}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo-container{display:flex;align-items:center;gap:15px;transition:gap .3s ease}.logo{height:65px;width:65px;border-radius:50%;object-fit:cover;transition:all .3s ease}.header-text h1{margin:0;font-size:1.8rem;font-weight:700;transition:font-size .3s ease}.header-text .header-subtitle{margin:0;color:#666;font-size:1rem;transition:all .3s ease}.cart-icon-wrapper{position:relative;cursor:pointer;padding:10px}.cart-count{position:absolute;top:0;right:0;background-color:#dc3545;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;justify-content:center;align-items:center;font-size:.8rem;font-weight:700}main{max-width:1200px;margin:0 auto;padding:0 20px}.controls-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.search-wrapper input{width:100%;padding:12px 15px;border:1px solid #ccc;border-radius:8px;font-size:1rem}.category-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.category-filters button{padding:10px 20px;border:1px solid #ddd;background-color:#f9f9f9;border-radius:25px;cursor:pointer;transition:all .3s ease}.category-filters button:hover{background-color:#e0e0e0;box-shadow:0 0 15px rgba(0,123,255,.3)}.category-filters button.active{background-color:#007bff;color:#fff;border-color:#007bff;box-shadow:0 0 15px rgba(0,123,255,.5)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.product-card img{width:100%;height:200px;object-fit:cover}.product-card h3{padding:10px 15px 5px;margin:0;font-size:1rem;flex-grow:1;color:#333;transition:color .3s ease}.product-card h3:hover{color:#007bff;text-decoration:underline}.product-card .price-container{padding:0 15px 10px;display:flex;align-items:center;gap:10px;font-weight:700}.price-after{color:#007bff;font-size:1.1rem}.price-before{color:#999;text-decoration:line-through;font-size:.8rem}.direct-add-to-cart-btn{display:block;width:calc(100% - 30px);margin:0 15px 15px;padding:10px;background-color:#28a745;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .3s ease}.direct-add-to-cart-btn:hover{background-color:#218838}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background:#fff;padding:25px;border-radius:15px;max-width:95%;width:500px;position:relative;box-shadow:0 5px 20px rgba(0,0,0,.2);max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:10px;left:15px;font-size:2.2rem;font-weight:700;color:#888;cursor:pointer;line-height:1}.modal-close:hover{color:#333}.product-modal{width:800px;max-width:95%}.product-modal-layout{display:flex;gap:30px}.product-modal-image{width:300px;height:300px;object-fit:cover;border-radius:10px;flex-shrink:0}.product-modal-details{display:flex;flex-direction:column}.product-modal-details h2{margin-top:0}.product-modal-description{flex-grow:1;margin-bottom:1.5rem;color:#555}.add-to-cart-btn{padding:12px 25px;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;margin-top:20px}.cart-item{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:15px;gap:15px;margin-bottom:1rem}.cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.cart-item-quantity{display:flex;align-items:center;gap:8px}.cart-item-quantity button{width:28px;height:28px;border:1px solid #ccc;background:#f9f9f9;cursor:pointer;border-radius:5px}.cart-item-remove-btn{background:none;border:none;color:#dc3545;font-size:1.1rem;cursor:pointer;padding:5px}.customer-info-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:1.5rem 0}.customer-info-form input{padding:10px;border-radius:5px;border:1px solid #ccc;font-size:1rem}.cart-footer{display:flex;justify-content:space-between;align-items:center}.cart-total{font-size:1.2rem;font-weight:700}.whatsapp-btn{padding:12px 25px;background-color:#25d366;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:700}.testimonials-section{background-color:#fff;padding:50px 20px;margin-top:3rem;text-align:center}.testimonials-section h2{font-size:2.2rem;margin-bottom:1rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:2rem auto}.testimonial-card{background-color:#f8f9fa;padding:25px;border-radius:15px;border-top:5px solid #007bff;box-shadow:0 4px 10px rgba(0,0,0,.05)}.testimonial-quote{font-size:1rem;color:#555;margin:0 0 1rem;font-style:italic}.testimonial-author{font-weight:700;color:#333}.testimonial-form-wrapper{max-width:600px;margin:2rem auto 0;padding:25px;background-color:#f8f9fa;border-radius:15px;box-shadow:0 4px 10px rgba(0,0,0,.05)}.testimonial-form-wrapper h3{margin-top:0}.testimonial-form{display:flex;flex-direction:column;gap:1rem}.testimonial-form input,.testimonial-form textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:Cairo,sans-serif}.testimonial-form button{padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:700;transition:background-color .3s ease}.testimonial-form button:hover{background-color:#0056b3}.testimonial-form button:disabled{background-color:#ccc}.main-footer-bottom{background:#343a40;color:#fff;text-align:center;padding:20px;margin-top:3rem}@media (max-width:768px){.main-header{padding:10px 15px}.main-header.sticky{padding:5px 15px}.top-bar{padding-bottom:5px;margin-bottom:5px;justify-content:center;position:relative}.about-us-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);padding:4px 10px;font-size:.8rem}.header-text h1{font-size:1.3rem}.product-modal{width:95vw}.product-modal-layout{flex-direction:column}.product-modal-image{width:100%;height:250px}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@font-face{font-family:__Cairo_61cf45;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:__Cairo_61cf45;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cairo_61cf45;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cairo_Fallback_61cf45;src:local("Arial");ascent-override:137.65%;descent-override:60.32%;line-gap-override:0.00%;size-adjust:94.66%}.__className_61cf45{font-family:__Cairo_61cf45,__Cairo_Fallback_61cf45;font-style:normal}