.fh-homepage{display:flex;flex-direction:column;gap:28px;max-width:1280px;margin:0 auto;padding:0 16px 24px;font-family:-apple-system,Segoe UI,Tahoma,Arial,sans-serif;direction:rtl}.fh-block{width:100%}.fh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--fh-radius, 12px);font-weight:600;font-size:15px;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.fh-btn:hover{opacity:.88;transform:translateY(-1px)}.fh-btn--small{padding:9px 18px;font-size:13px;margin-top:10px}.fh-btn--full{width:100%}.fh-hero{position:relative;border-radius:var(--fh-radius, 16px);overflow:hidden;padding:24px 20px 32px;aspect-ratio:var(--fh-hero-ratio-mobile, .85);display:flex;align-items:center}.fh-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fh-hero__bg-img{width:100%;height:100%;display:block}.fh-hero__inner{position:relative;z-index:1;width:100%}.fh-hero__logo-row{display:flex;justify-content:center;margin-bottom:12px}.fh-hero__logo{max-width:140px;height:auto}.fh-hero__content{text-align:center}.fh-hero__title{margin:4px 0;font-weight:800;line-height:1.2}.fh-hero__subtitle{margin:6px 0 16px;line-height:1.6}.fh-hero__product{max-width:320px;margin:0 auto 16px}.fh-hero__product-img{width:100%;height:auto}.fh-hero__cta-row{display:flex;flex-direction:column;align-items:center;gap:10px}.fh-hero__phone{display:inline-flex;align-items:center;gap:6px;font-size:13px}.fh-hero__site-url{margin-top:8px;font-size:12px;opacity:.85}@media(min-width:900px){.fh-hero{padding:48px 60px;aspect-ratio:var(--fh-hero-ratio-desktop, 2.4)}.fh-hero__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.fh-hero__logo-row{position:absolute;top:24px;right:40px;margin:0}.fh-hero__content{text-align:right;flex:1}.fh-hero__cta-row{flex-direction:row;justify-content:flex-start}.fh-hero__product{max-width:420px;margin:0;order:2}}.fh-title-pill-wrap{display:flex;justify-content:center}.fh-title-pill{display:inline-flex;align-items:center;padding:10px 28px;border:1.5px solid;border-radius:999px;font-weight:700}.fh-cat-grid{display:grid;grid-template-columns:repeat(var(--fh-cat-cols-mobile, 3),1fr);gap:var(--fh-cat-gap, 12px)}@media(min-width:900px){.fh-cat-grid{grid-template-columns:repeat(var(--fh-cat-cols-desktop, 6),1fr)}}.fh-cat-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;padding:10px;box-shadow:0 2px 10px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.fh-cat-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001a}.fh-cat-card__img-wrap{width:100%;aspect-ratio:1/1;border-radius:10px;overflow:hidden;margin-bottom:8px}.fh-cat-card__img{width:100%;height:100%;object-fit:cover}.fh-cat-card__label{text-align:center;font-weight:600}.fh-video__frame{overflow:hidden}.fh-video__frame video,.fh-video__cover{width:100%;height:auto;display:block}.fh-promo-wrap{width:100%}.fh-promo-img{display:inline-block;width:var(--fh-promo-w-mobile, 100%);height:auto;max-width:100%}@media(min-width:900px){.fh-promo-img{width:var(--fh-promo-w-desktop, 100%)}}.fh-section-heading-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.fh-section-heading{margin:0;font-weight:800}.fh-product-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--fh-prod-gap, 12px)}.fh-product-card{display:flex;flex-direction:column;box-shadow:0 2px 10px #0000000f;overflow:hidden}.fh-product-card__img-wrap{position:relative;width:100%;aspect-ratio:1/1}.fh-product-card__img{width:100%;height:100%;object-fit:cover}.fh-product-card__badge{position:absolute;top:8px;right:8px;z-index:1;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700}.fh-product-card__body{padding:12px;display:flex;flex-direction:column;gap:8px}.fh-product-card__title{font-weight:600;line-height:1.4;text-align:center}.fh-product-card__price-row{display:flex;justify-content:center;align-items:center;gap:10px}.fh-product-card__price{font-weight:800;font-size:16px}.fh-product-card__compare{text-decoration:line-through;font-size:13px}.fh-collection-grid{display:grid;grid-template-columns:repeat(var(--fh-col-cols-mobile, 2),1fr);gap:var(--fh-col-gap, 12px)}@media(min-width:900px){.fh-collection-grid{grid-template-columns:repeat(var(--fh-col-cols-desktop, 4),1fr)}}.fh-collection-empty{grid-column:1 / -1;text-align:center;padding:20px;color:#9aa0a6;font-size:14px}.fh-more-wrap{display:flex;justify-content:center}.fh-more-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border:1.5px solid;border-radius:999px;text-decoration:none;font-weight:600}.fh-features{text-align:center;padding:24px 12px}.fh-features__title{margin:0 0 20px;font-weight:800}.fh-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:900px){.fh-features__grid{grid-template-columns:repeat(4,1fr)}}.fh-feature-item{display:flex;flex-direction:column;align-items:center;gap:10px}.fh-feature-item__icon{width:60px;height:60px;border-radius:50%;border:1.5px solid;display:flex;align-items:center;justify-content:center;overflow:hidden}.fh-feature-item__icon img{width:30px;height:30px;object-fit:contain}.fh-feature-item__label{font-weight:700;font-size:14px}.fh-testimonials{text-align:center;padding:24px 12px}.fh-testimonials__title{margin:0 0 16px;font-weight:800}.fh-testimonials__slider{position:relative;max-width:480px;margin:0 auto;min-height:160px}.fh-testimonial-slide{display:none;padding:24px 20px;box-shadow:0 2px 10px #0000000f}.fh-testimonial-slide.is-active{display:block}.fh-testimonial-slide__quote{font-size:30px;font-weight:800;opacity:.3;line-height:1}.fh-testimonial-slide__text{line-height:1.7;margin:8px 0 12px}.fh-testimonial-slide__name{font-weight:700}.fh-testimonial-slide__source{font-size:12px}.fh-testimonials__dots{display:flex;justify-content:center;gap:6px;margin-top:14px}.fh-testimonials__dots span{width:7px;height:7px;border-radius:50%;background:#cfd3d8;cursor:pointer;transition:background .2s ease,width .2s ease}.fh-testimonials__dots span.is-active{background:#3d4a5c;width:20px;border-radius:4px}.fh-faq{padding:8px 4px 24px}.fh-faq__title{text-align:center;margin:0 0 16px;font-weight:800}.fh-faq__list{display:flex;flex-direction:column;gap:10px}.fh-faq-item{padding:4px 16px}.fh-faq-item__q{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;font-weight:600;list-style:none}.fh-faq-item__q::-webkit-details-marker{display:none}.fh-faq-item__q svg{transition:transform .2s ease;flex-shrink:0}.fh-faq-item[open] .fh-faq-item__q svg{transform:rotate(180deg)}.fh-faq-item__a{padding:0 0 14px;line-height:1.7;font-size:14px}.fh-info-card{border:1.5px solid;padding:24px 20px;text-align:center}.fh-info-card__icon{display:flex;justify-content:center;margin-bottom:14px}.fh-info-card__icon img{width:40px;height:40px;object-fit:contain}.fh-info-card__text{line-height:1.8;margin:0 0 16px;font-size:14px}.fh-info-card__socials{display:flex;justify-content:center;gap:10px;margin-bottom:18px}.fh-social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid;border-radius:50%;text-decoration:none;font-size:10px;font-weight:700}.fh-info-card__accordions{display:flex;flex-direction:column;gap:4px;text-align:right}.fh-info-accordion{border-top:1px solid;padding:4px 0}.fh-info-accordion summary{padding:12px 4px;cursor:pointer;font-weight:600;list-style:none}.fh-info-accordion summary::-webkit-details-marker{display:none}.fh-info-accordion div{padding:0 4px 12px;font-size:13px;line-height:1.7}.fh-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(20px);background-color:#3d4a5c;color:#fff;padding:12px 24px;border-radius:999px;font-size:14px;font-weight:600;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:9999;direction:rtl}.fh-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/homepage-section.css.map */
