@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;direction:ltr;text-align:left}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}.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}.slider-prev{right:auto;left:10px}.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}.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-end;align-items:center}.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}}[dir=ltr] .hero-text,[dir=ltr] .benefit-title,[dir=ltr] .benefit-description,[dir=ltr] .who-item,[dir=ltr] .who-item-text,[dir=ltr] .usage-content,[dir=ltr] .about-content,[dir=ltr] .product-info,[dir=ltr] .faq-question,[dir=ltr] .faq-answer{text-align:left}[dir=ltr] .who-item{justify-content:flex-start;flex-direction:row}[dir=ltr] .who-item-text{direction:ltr}[dir=ltr] .variant-option,[dir=ltr] .purchase-actions{text-align:left;justify-content:flex-start}.video-aspect p,.final-cta-title,.final-cta-subtitle{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/22/assets/product-landing.css.map */
