@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Tajawal,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}html{direction:rtl;scroll-behavior:smooth}body{background-color:#fff;color:#111827;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.text-right{text-align:right}.text-center{text-align:center}.promo-bar{position:sticky;top:0;z-index:50;background-color:#fde047;color:#000;padding:.75rem 1rem;text-align:center}.promo-bar-content{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto}.promo-bar-whatsapp{background-color:#22c55e;color:#fff;padding:.25rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:700;white-space:nowrap;text-decoration:none;transition:background-color .2s}.promo-bar-whatsapp:hover{background-color:#16a34a}.promo-bar-text{flex:1;font-size:.875rem;font-weight:500;text-align:right;margin-right:1rem}.site-header{position:sticky;top:4rem;z-index:40;background-color:#fff;border-bottom:1px solid #e5e7eb}.header-content{max-width:1280px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}[dir=ltr] .header-content{flex-direction:row}.site-logo{font-size:1.5rem;font-weight:700;color:#111827;text-decoration:none}.site-nav{display:none;gap:2rem}.site-nav a{color:#374151;text-decoration:none;transition:color .2s}.site-nav a:hover{color:#16a34a}.header-actions{display:flex;align-items:center;gap:1rem;flex-direction:row-reverse}[dir=ltr] .header-actions{flex-direction:row}.cart-link,.profile-link{position:relative;color:#374151;text-decoration:none;transition:color .2s;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.cart-link:hover,.profile-link:hover{color:#16a34a}.cart-count{position:absolute;top:-8px;left:-8px;background-color:#22c55e;color:#fff;font-size:.75rem;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}[dir=ltr] .cart-count{left:auto;right:-8px}.mobile-menu-toggle{background:none;border:none;cursor:pointer;color:#111827;display:none}@media (max-width: 767px){.mobile-menu-toggle{display:block}}.mobile-nav{background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem;display:flex;flex-direction:column;gap:1rem}.mobile-nav a{color:#374151;text-decoration:none;transition:color .2s}.mobile-nav a:hover{color:#16a34a}@media (min-width: 768px){.site-nav{display:flex}.mobile-menu-toggle{display:none}}.hero-section{padding:3rem 1rem}.hero-grid{max-width:1280px;margin:0 auto;display:grid;gap:2rem;align-items:center}.hero-text{order:2;text-align:right}.hero-brand{font-size:1.875rem;font-weight:700;color:#374151;margin-bottom:.5rem}.hero-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.hero-description{font-size:1.125rem;color:#374151;margin-bottom:1.5rem}.hero-benefits{margin-bottom:1.5rem}.hero-benefit-item{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:.75rem}.hero-benefit-icon{font-size:1.5rem}.hero-benefit-text{color:#374151}.hero-image{order:1;display:flex;justify-content:center}.hero-media-slider{width:100%;max-width:600px;margin:0 auto}.media-slider-container{position:relative;width:100%;border-radius:1rem;overflow:hidden;background:#f9fafb}.media-slides{position:relative;width:100%;aspect-ratio:1 / 1}.media-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;display:flex;align-items:center;justify-content:center}.media-slide.active{opacity:1;position:relative}.media-slide img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.media-placeholder{width:100%;height:100%;background:linear-gradient(to bottom right,#dcfce7,#dbeafe);display:flex;align-items:center;justify-content:center;border-radius:1rem}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;box-shadow:0 2px 8px #00000026}.slider-btn:hover{background-color:#fff;box-shadow:0 4px 12px #0003}.slider-prev{right:10px}.slider-next{left:10px}[dir=ltr] .slider-prev{right:auto;left:10px}[dir=ltr] .slider-next{left:auto;right:10px}.media-thumbnails{display:flex;gap:.5rem;margin-top:1rem;justify-content:center;flex-wrap:wrap}.media-thumbnail{width:60px;height:60px;border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .2s;background:#f9fafb;padding:0}.media-thumbnail:hover{border-color:#16a34a;transform:scale(1.05)}.media-thumbnail.active{border-color:#16a34a;box-shadow:0 0 0 2px #16a34a33}.media-thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb)}.hero-image-placeholder{width:100%;max-width:24rem;background:linear-gradient(to bottom right,#dcfce7,#dbeafe);border-radius:1rem;padding:2rem;display:flex;align-items:center;justify-content:center;height:24rem}.hero-scroll-indicator{margin-top:2rem;display:flex;justify-content:flex-start;align-items:center;gap:.5rem;color:#4b5563}.bounce{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}@media (min-width: 768px){.hero-section{padding:5rem 1rem}.hero-grid{grid-template-columns:repeat(2,1fr)}.hero-text{order:1}.hero-image{order:2}.hero-title{font-size:3rem}}.product-purchase-box{margin-bottom:2rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.purchase-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.75rem;text-align:right}.variant-grid{display:grid;gap:.75rem;margin-bottom:.75rem}.variant-option{padding:.75rem;border:1px solid #d1fae5;border-radius:.5rem;text-align:right;cursor:pointer;transition:all .2s}.variant-option:hover{background-color:#f0fdf4}.variant-option.selected{background-color:#fef3c7;border:2px solid #fbbf24}.variant-price{font-weight:700;color:#16a34a;font-size:30px}.variant-label{font-size:.85rem;color:#4b5563}.purchase-actions{display:flex;gap:.75rem;justify-content:flex-start;align-items:center}[dir=rtl] .slider-btn{transform:rotate(180deg)}.quantity-selector{display:flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem;background-color:#f9fafb}.quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;font-size:1rem;font-weight:600;color:#374151;transition:all .2s}.quantity-btn:hover{background-color:#f3f4f6;border-color:#d1d5db}.quantity-btn:active{transform:scale(.95)}.quantity-input{width:50px;text-align:center;font-weight:600;color:#111827;border:none;background:transparent;font-size:1rem;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn{padding:.5rem 1rem;font-weight:700;border-radius:.5rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center;border:none;font-size:.875rem}.btn-primary{background-color:#22c55e;color:#fff}.btn-primary:hover{background-color:#16a34a}.btn-secondary{background-color:#fff;color:#16a34a;border:2px solid #16a34a}.btn-secondary:hover{background-color:#f0fdf4}.btn-large{padding:.75rem 2rem;font-size:1.125rem}@media (min-width: 768px){.variant-grid{grid-template-columns:repeat(2,1fr)}}.product-info{margin-bottom:2rem;text-align:right}.product-info p{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.features-section{padding:3rem 1rem;background-color:#f9fafb}.section-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#111827}.features-grid{display:grid;gap:2rem;max-width:1280px;margin:0 auto 2rem}.feature-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;text-align:center;box-shadow:0 1px 2px #0000000d}.feature-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.feature-title{font-size:1.9rem;font-weight:700;color:#111827;margin-bottom:.5rem;text-align:center}.feature-description{color:#374151;text-align:center}.section-note{text-align:center;color:#4b5563;font-size:.875rem}@media (min-width: 768px){.features-section{padding:5rem 1rem}.section-title{font-size:2.25rem}.features-title{font-size:2.8rem!important}.features-grid{grid-template-columns:repeat(3,1fr)}}.benefits-section{padding:3rem 1rem}.benefits-grid{display:grid;gap:2rem;max-width:1280px;margin:0 auto}.benefit-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #e5e7eb}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem;text-align:right}.benefit-description{color:#374151;text-align:right}@media (min-width: 768px){.benefits-section{padding:5rem 1rem}.benefits-grid{grid-template-columns:repeat(2,1fr)}}.who-section{padding:3rem 1rem;background-color:#f9fafb}.who-item{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.who-item-text{color:#374151;text-align:right;direction:rtl}.who-item-icon{font-size:1.5rem}@media (min-width: 768px){.who-section{padding:5rem 1rem}}.usage-section{padding:3rem 1rem}.usage-grid{display:grid;gap:2rem;align-items:center;max-width:1280px;margin:0 auto}.usage-content{order:2;text-align:right}.usage-item{margin-bottom:1.5rem}.usage-item-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.usage-item-text{color:#374151}.usage-image{order:1;display:flex;justify-content:center}.usage-image-placeholder{width:100%;max-width:24rem;background:linear-gradient(to bottom right,#f0fdf4,#eff6ff);border-radius:1rem;padding:2rem;display:flex;align-items:center;justify-content:center;height:16rem}@media (min-width: 768px){.usage-section{padding:5rem 1rem}.usage-grid{grid-template-columns:repeat(2,1fr)}.usage-content{order:1}.usage-image{order:2}}.videos-section{padding:3rem 1rem;background-color:#fff}.videos-grid{display:grid;gap:2rem;max-width:1280px;margin:0 auto}.video-placeholder{width:100%;max-width:24rem;background:linear-gradient(to bottom right,#f0fdf4,#eff6ff);border-radius:.5rem;overflow:hidden;margin:0 auto}.video-aspect{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.videos-section{padding:5rem 1rem}.videos-grid{grid-template-columns:repeat(3,1fr)}}.faq-section{padding:3rem 1rem}.faq-container{max-width:56rem;margin:0 auto}.faq-item{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;margin-bottom:1rem}.faq-question{width:100%;padding:1.5rem;background-color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:right;transition:background-color .2s}.faq-question:hover{background-color:#f9fafb}.faq-question-text{font-size:1.125rem;font-weight:600;color:#111827;font-family:Tajawal,sans-serif}.faq-icon{transition:transform .2s}.faq-icon.rotated{transform:rotate(180deg)}.faq-answer{padding:1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb;text-align:right}.faq-answer-text{color:#374151;font-family:Tajawal,sans-serif}@media (min-width: 768px){.faq-section{padding:5rem 1rem}}.about-section{padding:3rem 1rem;background-color:#f9fafb}.about-grid{display:grid;gap:2rem;align-items:center;max-width:1280px;margin:0 auto}.about-image{order:2;display:flex;justify-content:center}.about-image-placeholder{width:100%;max-width:24rem;background:linear-gradient(to bottom right,#f0fdf4,#eff6ff);border-radius:1rem;padding:2rem;display:flex;align-items:center;justify-content:center;height:16rem}.about-content{order:1;text-align:right}.about-title{font-size:2.8rem;font-weight:700;color:#111827;margin-bottom:1rem}.about-text{color:#374151}@media (min-width: 768px){.about-section{padding:5rem 1rem}.about-grid{grid-template-columns:repeat(2,1fr)}.about-image{order:1}.about-content{order:2}}.final-cta-section{padding:3rem 1rem;background:linear-gradient(to right,#f0fdf4,#fef9c3)}.final-cta-container{max-width:1280px;margin:0 auto;text-align:center}.final-cta-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}.final-cta-subtitle{font-size:1.25rem;color:#374151;margin-bottom:2rem}.final-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (min-width: 768px){.final-cta-section{padding:5rem 1rem}.final-cta-title{font-size:2.25rem}}.site-footer{background-color:#111827;color:#fff;padding:3rem 1rem}.footer-content{max-width:1280px;margin:0 auto}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem;text-align:right}.footer-column h3{font-weight:700;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-column a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid #1f2937;padding-top:2rem;text-align:center;color:#9ca3af}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.blog-hero{padding:3rem 1rem;background:linear-gradient(to left,#f0fdf4,#eff6ff)}.blog-hero-content{max-width:1280px;margin:0 auto;text-align:right}.blog-hero-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.blog-hero-subtitle{font-size:1.125rem;color:#374151;max-width:42rem;margin-left:auto}.blog-filter-section{padding:2rem 1rem;background-color:#fff;border-bottom:1px solid #e5e7eb}.search-box{position:relative;margin-bottom:2rem}.search-icon{position:absolute;right:1rem;top:.75rem;color:#9ca3af}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;text-align:right}.search-input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.category-filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.category-btn{padding:.5rem 1rem;border-radius:9999px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.category-btn.active{background-color:#22c55e;color:#fff}.category-btn:not(.active){background-color:#e5e7eb;color:#374151}.category-btn:not(.active):hover{background-color:#d1d5db}.blog-articles-section{padding:3rem 1rem}.articles-grid{display:grid;gap:2rem;max-width:1280px;margin:0 auto}.article-card{background-color:#fff;border-radius:.5rem;overflow:hidden;border:1px solid #e5e7eb;transition:box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.article-card:hover{box-shadow:0 10px 15px -3px #0000001a}.article-image{width:100%;height:12rem;background:linear-gradient(to bottom right,#dcfce7,#dbeafe);display:flex;align-items:center;justify-content:center;transition:background .2s}.article-card:hover .article-image{background:linear-gradient(to bottom right,#bbf7d0,#bfdbfe)}.article-image-icon{font-size:4rem}.article-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.article-category{display:inline-block;padding:.25rem .75rem;background-color:#dcfce7;color:#166534;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.article-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem;text-align:right}.article-excerpt{color:#4b5563;margin-bottom:1rem;text-align:right;flex-grow:1}.article-meta{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #e5e7eb}.article-date{color:#6b7280;font-size:.875rem}.article-read-more{color:#16a34a;font-weight:600;display:flex;align-items:center;gap:.25rem}.no-results{text-align:center;padding:3rem}.no-results-text{font-size:1.25rem;color:#4b5563}@media (min-width: 768px){.blog-hero{padding:5rem 1rem}.blog-hero-title{font-size:3rem}.blog-articles-section{padding:5rem 1rem}.articles-grid{grid-template-columns:repeat(3,1fr)}}.article-detail-section{padding:3rem 1rem}.article-detail-container{max-width:48rem;margin:0 auto}.article-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#16a34a;text-decoration:none;margin-bottom:2rem;font-weight:600}.article-back-link:hover{text-decoration:underline}.article-detail-header{margin-bottom:2rem}.article-detail-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;text-align:right}.article-detail-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.article-detail-body{line-height:1.8;color:#374151;text-align:right}.article-detail-body h2{font-size:1.75rem;font-weight:700;color:#111827;margin-top:2rem;margin-bottom:1rem}.article-detail-body h3{font-size:1.5rem;font-weight:700;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.article-detail-body p{margin-bottom:1rem}.article-detail-body ul,.article-detail-body ol{margin-bottom:1rem;padding-right:1.5rem}.article-detail-body li{margin-bottom:.5rem}@media (min-width: 768px){.article-detail-section{padding:5rem 1rem}.article-detail-title{font-size:3rem}}.cart-section{padding:3rem 1rem;min-height:60vh}.cart-container{max-width:1280px;margin:0 auto}.cart-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:2rem;text-align:right}.cart-empty{text-align:center;padding:4rem 0}.cart-empty-text{font-size:1.25rem;color:#4b5563;margin-bottom:2rem}.cart-grid{display:grid;gap:2rem}.cart-items{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.cart-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cart-item-image{width:100px;height:100px;background:linear-gradient(to bottom right,#dcfce7,#dbeafe);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-details{flex-grow:1;text-align:right}.cart-item-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.cart-item-variant{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.cart-item-price{font-weight:700;color:#16a34a;margin-bottom:1rem}.cart-item-actions{display:flex;align-items:center;gap:1rem}.quantity-selector{display:flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;overflow:hidden}.quantity-value{padding:.5rem 1rem;font-weight:600}.remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:.5rem;transition:color .2s}.remove-btn:hover{color:#dc2626}.cart-summary{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;height:fit-content}.cart-summary-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem;text-align:right}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;text-align:right}.cart-summary-label{color:#6b7280}.cart-summary-value{font-weight:600;color:#111827}.cart-summary-total{border-top:2px solid #e5e7eb;padding-top:1rem;margin-top:1rem}.cart-summary-total .cart-summary-value{font-size:1.5rem;color:#16a34a}.checkout-btn{width:100%;margin-top:1.5rem}@media (min-width: 768px){.cart-grid{grid-template-columns:2fr 1fr}}@media (max-width: 767px){.hide-mobile{display:none}}@media (min-width: 768px){.hide-desktop{display:none}}[dir=ltr] body,[dir=ltr] .section-title,[dir=ltr] .section-subtitle,[dir=ltr] .hero-title,[dir=ltr] .hero-subtitle,[dir=ltr] .hero-description,[dir=ltr] .feature-title,[dir=ltr] .feature-description,[dir=ltr] .benefit-title,[dir=ltr] .benefit-description,[dir=ltr] .who-item-text,[dir=ltr] .usage-step-text,[dir=ltr] .usage-step-description,[dir=ltr] .faq-question,[dir=ltr] .faq-answer,[dir=ltr] .about-text,[dir=ltr] .cta-description,[dir=ltr] .article-title,[dir=ltr] .article-excerpt,[dir=ltr] .article-content,[dir=ltr] .page-title,[dir=ltr] .page-content,[dir=ltr] .footer-text{text-align:left}[dir=ltr] .who-item{justify-content:flex-start;flex-direction:row}[dir=ltr] .who-item-text{text-align:left;direction:ltr}[dir=ltr] .product-hero-content,[dir=ltr] .hero-content{align-items:flex-start}.video-aspect p,.final-cta-title,.final-cta-subtitle{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/22/assets/product-landing-rtl.css.map */
