:root{--hfl-font-fa:Tahoma,"Segoe UI",Arial,sans-serif;--hfl-font-en:"Segoe UI",Arial,sans-serif}
html{scroll-behavior:smooth;box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
html,body{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.hfl-standalone{background:#f3f3f3!important;color:#141414!important;overflow-x:hidden!important}
body.hfl-standalone #page,body.hfl-standalone #content,body.hfl-standalone .site,body.hfl-standalone .site-content,body.hfl-standalone .entry-content,body.hfl-standalone main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.hfl-standalone .entry-header,body.hfl-standalone .page-header,body.hfl-standalone .site-header,body.hfl-standalone .site-footer{display:none!important}
.hfl-landing{position:relative;width:100vw!important;max-width:none!important;min-height:100vh;margin:0!important;padding:0!important;background:var(--hfl-page,#f3f3f3);color:#121212;overflow:hidden;font-family:var(--hfl-font-en)}
.hfl-landing.hfl-lang-fa{font-family:var(--hfl-font-fa);text-align:right}
.hfl-landing img{display:block;max-width:100%;border:0}
.hfl-landing a{color:inherit;text-decoration:none}
.hfl-landing button,.hfl-landing input,.hfl-landing select,.hfl-landing textarea{font:inherit}
.hfl-landing h1,.hfl-landing h2,.hfl-landing h3,.hfl-landing p{margin-top:0}
.hfl-white{background:var(--hfl-content,#fff)}
.hfl-section{width:100%;padding:110px clamp(24px,5vw,96px)}
.hfl-center{text-align:center}
.hfl-narrow{width:min(880px,100%);margin-inline:auto}
.hfl-eyebrow{display:inline-block;margin-bottom:18px;color:var(--hfl-accent,#d3a34a);font-size:12px;font-weight:700;letter-spacing:.04em}
.hfl-eyebrow-light{color:#fff}
.hfl-btn{min-height:46px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:2px;font-size:13px;font-weight:700;transition:.2s ease}.hfl-btn-with-icon{gap:12px}.hfl-btn-text{display:inline-block}.hfl-btn-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hfl-btn-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.hfl-btn:hover{transform:translateY(-1px)}
.hfl-btn-dark{background:#111;color:#fff!important}
.hfl-btn-light{background:#fff;color:#111!important}
.hfl-btn-ghost{border-color:rgba(255,255,255,.75);color:#fff!important;background:transparent}
.hfl-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}

.hfl-header{position:relative;z-index:30;width:100%;background:transparent;border:0}
.hfl-header.is-overlay{position:absolute;top:18px;left:0;right:0;background:transparent;border:0;color:#fff}
.hfl-header-inner{width:min(1180px,calc(100% - 28px));margin:0 auto;min-height:70px;padding:10px 16px;display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);align-items:center;column-gap:48px;background:rgba(109,87,61,.82);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);border:1px solid rgba(255,255,255,.08);border-radius:11px;box-shadow:0 12px 40px rgba(0,0,0,.18)}
.hfl-brand{display:inline-flex;align-items:center;justify-self:start;white-space:nowrap;min-width:150px}
.hfl-logo{width:auto!important;height:42px!important;max-width:160px!important;object-fit:contain;flex:0 0 auto}
.hfl-nav{display:flex;justify-content:center;align-items:center;gap:0;font-size:14px;white-space:nowrap;position:relative;font-weight:500;z-index:40}
.hfl-nav>.hfl-nav-link,.hfl-nav>.hfl-nav-item>.hfl-nav-link{position:relative;display:inline-flex;align-items:center;gap:6px;padding:0 18px;min-height:36px;opacity:.94;color:#f7f1e9;transition:opacity .18s ease}
.hfl-nav>.hfl-nav-link:hover,.hfl-nav>.hfl-nav-item>.hfl-nav-link:hover{opacity:1}
.hfl-nav>*{position:relative}
.hfl-nav-caret{position:relative;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-inline-start:3px;flex:0 0 14px;font-size:0;line-height:0;opacity:.92;transition:transform .18s ease}
.hfl-nav-caret::before{content:"";display:block;width:7px;height:7px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:translateY(-1px) rotate(45deg);border-radius:.5px}
.hfl-has-mega:hover .hfl-nav-caret,.hfl-has-mega:focus-within .hfl-nav-caret,.hfl-has-mega.is-open .hfl-nav-caret{transform:translateY(1px) rotate(180deg)}

.hfl-has-mega{position:relative}
.hfl-has-mega:after{content:"";position:absolute;top:100%;left:50%;width:190px;height:24px;transform:translateX(-50%)}
.hfl-mega-menu{position:absolute;top:calc(100% + 18px);left:50%;width:min(1060px,92vw);padding:14px;background:#fdfcf9;color:#2d241c;border:1px solid rgba(76,60,43,.12);border-radius:22px;box-shadow:0 28px 80px rgba(24,18,12,.28);transform:translate(-50%,12px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;white-space:normal;overflow:hidden}
.hfl-mega-menu:before{content:"";position:absolute;top:-8px;left:50%;width:18px;height:18px;background:#fdfcf9;border-left:1px solid rgba(76,60,43,.08);border-top:1px solid rgba(76,60,43,.08);transform:translateX(-50%) rotate(45deg)}
.hfl-has-mega:hover>.hfl-mega-menu,.hfl-has-mega:focus-within>.hfl-mega-menu,.hfl-has-mega.is-open>.hfl-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.hfl-mega-topbar{direction:ltr;display:flex;align-items:center;justify-content:flex-start;padding:4px 8px 12px}
.hfl-mega-all-link{direction:rtl;display:inline-flex!important;align-items:center!important;gap:10px!important;font-size:13px!important;font-weight:800!important;color:#5a452f!important}
.hfl-mega-all-link span{font-size:14px}
.hfl-lang-en .hfl-mega-all-link{direction:ltr}
.hfl-mega-layout{background:#fff;border-radius:18px;border:1px solid #eee6db;padding:16px 14px 16px;overflow:hidden}
.hfl-mega-main{direction:ltr;display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px;align-items:stretch}
.hfl-mega-promo{grid-column:1;grid-row:1;position:relative;min-height:454px;border-radius:16px;overflow:hidden;background:#2f2218}
.hfl-mega-grid-wrap{grid-column:2;grid-row:1;direction:rtl;display:flex;min-width:0;flex-direction:column}
.hfl-mega-promo-bg{position:absolute;inset:0;background:url('../img/hero-default.webp') center/cover no-repeat;transform:scale(1.02)}
.hfl-mega-promo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,12,9,.25),rgba(17,12,9,.84))}
.hfl-mega-promo-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:26px;color:#fff;text-align:right;direction:rtl}
.hfl-mega-promo-content span{display:block;margin-bottom:10px;color:#d9ab67;font-size:11px;font-weight:700}
.hfl-mega-promo-content strong{display:block;max-width:260px;margin-bottom:12px;font-size:26px;line-height:1.5;font-weight:900}
.hfl-mega-promo-content p{max-width:270px;margin:0 0 18px;color:rgba(255,255,255,.88);font-size:13px;line-height:1.95}
.hfl-mega-promo-content a{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 20px;border-radius:12px;background:linear-gradient(180deg,#dbaf72,#c9934f);color:#fff!important;font-size:14px;font-weight:800;box-shadow:0 16px 34px rgba(201,147,79,.28)}
.hfl-mega-promo-content a i{font-style:normal;font-size:15px}
.hfl-mega-heading-block{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:8px 2px 18px;text-align:right}
.hfl-mega-heading-block span{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#9a856d;font-weight:900}
.hfl-mega-heading-block h3{margin:9px 0 7px;font-size:27px;line-height:1.45;font-weight:900;color:#2f261f}
.hfl-mega-heading-block i{display:block;width:46px;height:3px;border-radius:999px;background:#dbbb84}
.hfl-mega-grid{direction:rtl;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.hfl-mega-card{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;min-height:166px!important;padding:18px 12px!important;background:#fbf9f6!important;border:1px solid #eee5d8!important;border-radius:15px!important;color:#302820!important;opacity:1!important;text-align:center!important;overflow:hidden!important;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease!important}
.hfl-mega-card:hover{border-color:#dcc8aa!important;transform:translateY(-3px)!important;box-shadow:0 16px 30px rgba(54,39,24,.08)!important}
.hfl-mega-icon{order:1;width:54px;height:54px;border-radius:13px;background:#fff;display:grid;place-items:center;color:#735a40;box-shadow:inset 0 0 0 1px #e7dfd5;flex:0 0 auto}
.hfl-mega-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.hfl-mega-copy{order:2;display:flex;min-width:0;max-width:100%;flex-direction:column;align-items:center;text-align:center;gap:5px}
.hfl-mega-copy strong{max-width:100%;font-size:16px;line-height:1.55;font-weight:900;color:#2e261f;overflow-wrap:anywhere}
.hfl-mega-copy small{font-size:11px;line-height:1.5;color:#9a8c7d}
.hfl-mega-arrow{order:3;position:static!important;font-size:14px;color:#8b7051;line-height:1;transition:transform .18s ease}
.hfl-mega-card:hover .hfl-mega-arrow{transform:translateX(-3px)}

.hfl-lang-en .hfl-mega-main{direction:ltr;grid-template-columns:minmax(0,1fr) 330px}
.hfl-lang-en .hfl-mega-promo{grid-column:2;grid-row:1}
.hfl-lang-en .hfl-mega-grid-wrap{grid-column:1;grid-row:1;direction:ltr}
.hfl-lang-en .hfl-mega-promo-content{direction:ltr;align-items:flex-start;text-align:left}
.hfl-lang-en .hfl-mega-heading-block{align-items:flex-start;text-align:left}
.hfl-lang-en .hfl-mega-grid{direction:ltr}
.hfl-lang-en .hfl-mega-card:hover .hfl-mega-arrow{transform:translateX(3px)}
.hfl-header-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;justify-self:end;min-width:210px}
.hfl-header-cta{min-height:42px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#4a3a2b!important;border-radius:7px;font-size:13px;font-weight:800;border:1px solid rgba(255,255,255,.18);box-shadow:0 2px 8px rgba(0,0,0,.08);white-space:nowrap;transition:transform .18s ease}
.hfl-header-cta:hover{transform:translateY(-1px)}
.hfl-mobile-toggle{display:none;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.06);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.12)}
.hfl-mobile-toggle span{display:block;width:18px;height:1.8px;border-radius:999px;background:currentColor;transition:transform .18s ease,opacity .18s ease}
.hfl-mobile-panel{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:80;padding:0 0 4px}
.hfl-mobile-panel-inner{width:min(420px,calc(100% - 14px));margin:0 auto;padding:14px;border-radius:18px;background:#fff;border:1px solid rgba(76,60,43,.12);box-shadow:0 28px 60px rgba(24,18,12,.26);color:#2d241c}
.hfl-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #eee6db}
.hfl-mobile-top strong{font-size:15px;font-weight:900;color:#4b3a2d}
.hfl-mobile-close{width:34px;height:34px;padding:0;border:0;border-radius:10px;background:#f6f1ea;color:#5e4b3a;font-size:24px;line-height:1;cursor:pointer}
.hfl-mobile-nav{display:flex;flex-direction:column;padding:10px 0}
.hfl-mobile-nav-link{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 4px;border-bottom:1px solid #f0e9df;color:#2d241c;font-size:13px!important;line-height:1.4;font-weight:700!important}
.hfl-mobile-nav-link:last-child{border-bottom:0}
.hfl-mobile-nav-link::after{content:"›";font-size:18px;color:#8d7153}
.hfl-mobile-products-block{display:flex;flex-direction:column;width:100%;border-bottom:1px solid #f0e9df}
.hfl-mobile-products-title{width:100%;border:0!important;border-bottom:0!important;background:transparent!important;font-family:inherit;font-size:13px!important;line-height:1.4!important;font-weight:700!important;color:#2d241c!important;cursor:pointer;text-align:inherit}
.hfl-mobile-products-title::after{display:none!important}
.hfl-mobile-products-caret{width:8px;height:8px;border-right:1.7px solid #8d7153;border-bottom:1.7px solid #8d7153;transform:rotate(45deg);transition:transform .22s ease;flex:0 0 auto;margin-inline-start:8px}
.hfl-mobile-products-title[aria-expanded="true"] .hfl-mobile-products-caret{transform:rotate(225deg) translate(-2px,-2px)}
.hfl-mobile-categories{display:grid;grid-template-rows:0fr;width:100%;opacity:0;transition:grid-template-rows .28s ease,opacity .2s ease,padding .28s ease;padding:0;overflow:hidden}
.hfl-mobile-categories-inner{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:6px}
.hfl-mobile-products-block.is-open .hfl-mobile-categories{grid-template-rows:1fr;opacity:1;padding:0 0 12px}
.hfl-mobile-category-link{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:0 12px;border-radius:10px;background:#f8f5f0;border:1px solid #eee5d9;color:#3f3126!important;font-size:12.5px;font-weight:700}
.hfl-mobile-category-link i{font-style:normal;font-size:14px;color:#8a6f50}
.hfl-lang-en .hfl-mobile-category-link i{transform:rotate(180deg)}
.hfl-mobile-category-link:hover{background:#f2ece4;border-color:#ddcdb9}

.hfl-mobile-utility{display:flex;flex-direction:column;gap:12px;padding-top:12px;border-top:1px solid #eee6db}.hfl-mobile-panel-inner{display:flex;flex-direction:column}.hfl-mobile-nav{width:100%}.hfl-mobile-utility{width:100%}
.hfl-mobile-cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;background:#6d573d;color:#fff!important;border-radius:12px;font-size:14px;font-weight:800;box-shadow:0 10px 24px rgba(109,87,61,.18)}
.hfl-language-picker-mobile{justify-content:center}
.hfl-language-picker-mobile .hfl-language-option{min-width:48px;height:38px;border-radius:10px;background:#f6f1ea;border-color:#e5dbcf;color:#4a3a2b!important}
.hfl-mobile-panel[hidden]{display:none!important}
.hfl-header.is-mobile-open .hfl-mobile-toggle span:nth-child(1){transform:translateY(6.8px) rotate(45deg)}
.hfl-header.is-mobile-open .hfl-mobile-toggle span:nth-child(2){opacity:0}
.hfl-header.is-mobile-open .hfl-mobile-toggle span:nth-child(3){transform:translateY(-6.8px) rotate(-45deg)}
.hfl-language-picker{display:inline-flex;align-items:center;gap:6px;direction:ltr}
.hfl-language-option{width:38px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.2);border-radius:7px;background:rgba(255,255,255,.08);color:#fff!important;opacity:.72;transition:opacity .18s ease,background .18s ease,border-color .18s ease}
.hfl-language-option:hover,.hfl-language-option.active{opacity:1;background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.5)}
.hfl-language-option span{display:none;font-size:9px;font-weight:800}
.hfl-flag-svg{width:24px!important;height:16px!important;display:block;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.18);overflow:hidden;object-fit:cover}.hfl-flag-fa{border-radius:50%;width:18px!important;height:18px!important;box-shadow:none;object-fit:cover}
.hfl-lang-fa .hfl-header-inner{direction:rtl}

.hfl-hero{position:relative;width:100%;aspect-ratio:1904/1088;min-height:0;height:auto;background:#27251f;display:grid;place-items:end center;overflow:hidden}
.hfl-hero-media{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;object-position:center center}
.hfl-hero-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#38372f,#151515)}
.hfl-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.68) 0%,rgba(0,0,0,.22) 48%,rgba(0,0,0,.12) 100%)}
.hfl-hero-content{position:relative;z-index:2;width:min(900px,calc(100% - 48px));padding-bottom:clamp(78px,9vh,120px);text-align:center;color:#fff}
.hfl-hero-content h1 {
    margin: 0 0 18px;
    font-size: clamp(34px,4.2vw,57px);
    line-height: 1.16;
    font-weight: 750;
    letter-spacing: -.025em;
}
.hfl-lang-fa .hfl-hero-content h1{font-size:clamp(34px,3.8vw,62px);line-height:1.45;letter-spacing:0}
.hfl-hero-content p{width:min(720px,100%);margin:0 auto 30px;color:rgba(255,255,255,.88);font-size:15px;line-height:2}

.hfl-intro{position:relative;width:100%;height:min(1466px,77vw);min-height:0;padding:0!important;display:block;text-align:center;overflow:hidden;background:#fff}
.hfl-intro-copy{position:absolute;z-index:3;top:min(131px,6.88vw);left:50%;width:min(1020px,53.6vw);margin:0!important;transform:translateX(-50%);text-align:center}
.hfl-intro .hfl-eyebrow{display:inline-block;margin:0 0 min(34px,1.79vw);color:#F9AE00;font-size:min(16px,.84vw);line-height:1.5;font-weight:700;letter-spacing:0}
.hfl-intro-title{margin:0!important;color:#000;font-size:min(36px,1.89vw);line-height:1.7;font-weight:700;letter-spacing:0;text-align:center}
.hfl-intro-title .hfl-title-primary{color:rgba(0,0,0,.9);font-weight:800}
.hfl-intro-title .hfl-title-secondary {
    color: rgb(0 0 0 / 70%);
    font-weight: 700;
}
.hfl-intro-stage{position:absolute;z-index:1;top:min(423px,22.22vw);left:50%;width:100%;height:min(845px,44.38vw);margin:0!important;transform:translateX(-50%);pointer-events:none}
.hfl-intro-watermark{position:absolute;z-index:0;top:min(18px,.95vw);left:50%;width:min(980px,51.5vw);height:auto;display:block;transform:translateX(-50%);opacity:.18;pointer-events:none}
.hfl-intro-watermark-logo{display:block!important;width:100%!important;height:auto!important;max-width:none!important;filter:none;object-fit:contain}
.hfl-intro-product{position:absolute;z-index:1;top:min(99px,5.2vw);left:50%;width:min(1490px,78.26vw);height:auto;margin:0!important;transform:translateX(-50%);display:block}
.hfl-intro-product>img{display:block;width:100%!important;height:auto!important;max-width:none!important;object-fit:contain}
.hfl-intro-cta{position:absolute;z-index:4;left:50%;bottom:min(87px,4.57vw);transform:translateX(-50%);min-height:min(47px,2.47vw);padding:0 min(24px,1.26vw);border-radius:min(7px,.37vw);font-size:min(14px,.74vw);line-height:1;white-space:nowrap}
.hfl-intro-cta:hover{transform:translate(-50%,-1px)}
.hfl-intro-cta.hfl-btn-with-icon{gap:min(12px,.63vw)}
.hfl-intro-cta .hfl-btn-icon svg{width:min(18px,.95vw);height:min(18px,.95vw)}
.hfl-placeholder{width:100%;height:100%;min-height:160px;display:grid;place-items:center;background:#f1f1ef;color:#aaa}
.hfl-placeholder svg{width:min(78%,430px);height:auto}

@media (max-width:899px){
  .hfl-intro{height:auto;min-height:720px;padding:58px 18px 52px!important;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
  .hfl-intro-copy{position:relative;top:auto;left:auto;width:min(650px,100%);transform:none;margin:0 auto!important}
  .hfl-intro .hfl-eyebrow{margin-bottom:22px;font-size:12px;line-height:1.5}
  .hfl-intro-title{font-size:clamp(22px,4.5vw,32px);line-height:1.75}
  .hfl-intro-stage{position:relative;top:auto;left:auto;width:100%;min-height:330px;margin:22px 0 18px!important;box-sizing:border-box;transform:none}
  .hfl-intro-watermark{top:8%;left:50%;width:min(620px,72vw);opacity:.16;transform:translateX(-50%)}
  .hfl-intro-product{position:absolute!important;top:auto!important;bottom:0!important;left:50%!important;right:auto!important;width:min(760px,calc(100vw - 64px))!important;max-width:min(760px,calc(100vw - 64px))!important;margin:0!important;transform:translateX(-50%)!important;display:block}
  .hfl-intro-product>img{display:block;width:100%!important;max-width:100%!important;height:auto!important;margin:0 auto!important}
  .hfl-intro-cta{position:relative;left:auto;bottom:auto;transform:none;min-height:42px;padding:0 20px;border-radius:6px;font-size:12px}
  .hfl-intro-cta:hover{transform:translateY(-1px)}
  .hfl-intro-cta.hfl-btn-with-icon{gap:10px}
  .hfl-intro-cta .hfl-btn-icon svg{width:16px;height:16px}
}

@media (max-width:520px){
  .hfl-intro{min-height:650px;padding:48px 16px 42px!important}
  .hfl-intro-copy{width:100%}
  .hfl-intro .hfl-eyebrow{margin-bottom:18px;font-size:11px}
  .hfl-intro-title{font-size:clamp(20px,6vw,27px);line-height:1.72}
  .hfl-intro-stage{min-height:270px;margin-top:18px!important}
  .hfl-intro-watermark{top:10%;left:50%;width:min(460px,82vw);opacity:.14;transform:translateX(-50%)}
  .hfl-intro-product{left:50%!important;width:min(650px,calc(100vw - 48px))!important;max-width:min(650px,calc(100vw - 48px))!important;transform:translateX(-50%)!important}
}

.hfl-categories{background:#f1f1f1;padding-top:88px;padding-bottom:95px}
.hfl-section-head{margin-bottom:42px}
.hfl-section-head h2{margin-bottom:12px;font-size:clamp(28px,2.8vw,44px);font-weight:650}
.hfl-section-head p{margin:0;color:#777;font-size:13px}
.hfl-category-slider{width:100%}.hfl-category-track{width:100%;display:flex;flex-wrap:nowrap;direction:ltr;gap:18px;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;scroll-snap-type:x mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none}.hfl-category-track::-webkit-scrollbar{display:none}
.hfl-category-card{flex:0 0 330px;min-width:330px;max-width:330px;background:#fff;padding:0 0 22px;transition:.2s ease;scroll-snap-align:start;scroll-snap-stop:always}.hfl-lang-fa .hfl-category-card{direction:rtl;text-align:right}.hfl-lang-en .hfl-category-card{direction:ltr;text-align:left}
.hfl-category-card:hover{transform:translateY(-4px)}
.hfl-category-image{height:260px;background:#f7f7f6;overflow:hidden}
.hfl-category-image>img,.hfl-category-image>.hfl-placeholder{width:100%;height:100%;object-fit:cover}.hfl-category-product-card .hfl-category-image>img{object-fit:contain;background:#f7f7f6}
.hfl-category-card h3{margin:18px 18px 7px;font-size:15px;font-weight:750}
.hfl-category-card p{margin:0 18px;color:#777;font-size:11px;line-height:1.7}
.hfl-category-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;min-height:8px}
.hfl-category-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(0,0,0,.16);cursor:pointer;transition:width .2s ease,background .2s ease,transform .2s ease}
.hfl-category-dot.is-active{width:22px;background:rgba(0,0,0,.62)}
.hfl-category-dot:hover{background:rgba(0,0,0,.32)}
.hfl-category-dot:focus-visible{outline:2px solid rgba(0,0,0,.55);outline-offset:3px}

.hfl-feature{width:100%;display:grid;grid-template-columns:1fr 1fr;min-height:720px;gap:16px;background:#fff}
.hfl-feature-copy{min-height:720px;background:#050505 url('../img/feature-copy-bg.webp') center center/contain no-repeat;color:#fff;display:flex;align-items:center;justify-content:center;padding:70px clamp(34px,6vw,100px)}
.hfl-feature-copy-inner{width:min(620px,100%)}
.hfl-feature-copy-inner>p{margin:16px 0 0;font-size:clamp(22px,2.5vw,39px);line-height:1.5;font-weight:560}
.hfl-feature-photo{min-height:720px;background:#e9e9e7;position:relative;overflow:hidden}
.hfl-feature-photo>img,.hfl-feature-photo>.hfl-placeholder{width:100%;height:100%;object-fit:cover}
.hfl-feature-slider{position:relative;width:100%;height:100%}
.hfl-feature-track{display:flex;direction:ltr;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;touch-action:pan-x;cursor:grab}
.hfl-feature-track.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto;user-select:none}
.hfl-feature-track:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:-4px}
.hfl-feature-track::-webkit-scrollbar{width:0!important;height:0!important;display:none!important;background:transparent}
.hfl-feature-slide{flex:0 0 100%;width:100%;height:100%;min-height:720px;scroll-snap-align:start;scroll-snap-stop:always}
.hfl-feature-slide-image{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;user-select:none}
.hfl-feature-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:10px;align-items:center;justify-content:center;z-index:2}
.hfl-feature-dot{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.45);padding:0;cursor:pointer;transition:all .22s ease}
.hfl-feature-dot.is-active{width:26px;background:#fff}
.hfl-feature-dot:focus-visible{outline:2px solid #fff;outline-offset:2px}
.hfl-feature-product-card{position:relative;display:block;width:min(316px,100%);margin:42px auto 0;color:#111!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease}
.hfl-feature-product-card:hover{transform:translateY(-2px)}
.hfl-feature-card-visual{position:relative;min-height:338px;padding:22px 18px 24px;background:#ececea;border-radius:10px 10px 8px 8px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.16)}
.hfl-feature-card-pin{position:absolute;top:10px;inset-inline-end:12px;width:13px;height:13px;border-radius:999px;background:#bbb7b1}
.hfl-feature-card-image,.hfl-feature-card-visual>.hfl-placeholder{display:block;width:100%;max-width:280px;height:228px;object-fit:contain;background:transparent;color:#9b9b98}
.hfl-feature-card-meta{margin-top:8px;background:#efefed;border-radius:0 0 8px 8px;display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:13px 14px 13px 12px;box-shadow:0 10px 24px rgba(0,0,0,.1)}
.hfl-feature-card-action{width:54px;height:54px;display:grid;place-items:center;background:#050505;color:#fff;border-radius:4px}
.hfl-feature-card-action svg,.hfl-feature-card-action .hfl-phone-call-icon{width:22px;height:22px;display:block}
.hfl-feature-card-copy{min-width:0;text-align:right}
.hfl-lang-en .hfl-feature-card-copy{text-align:left}
.hfl-feature-card-copy strong{display:block;margin:0;font-size:14px;line-height:1.85;font-weight:700;color:#111827}
.hfl-feature-card-copy span{display:block;margin-top:2px;color:rgba(17,24,39,.48);font-size:12px;line-height:1.6}

.hfl-products{padding-top:95px;padding-bottom:105px}
.hfl-section-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px}
.hfl-section-title-row h2{margin:6px 0 0;font-size:clamp(28px,3vw,32px);font-weight:650}
.hfl-line{height:1px;background:#ddd;flex:1;margin-bottom:12px}
.hfl-products-title-row{align-items:center}
.hfl-products-title-row .hfl-line{display:none;margin-bottom:0}
.hfl-product-tabs{display:inline-flex;align-items:center;gap:0;flex:0 0 auto;min-height:58px;padding:5px;background:linear-gradient(180deg,#fcfbf8 0%,#f6f4ef 100%);border:1px solid #e4dfd5;border-radius:19px;box-shadow:0 12px 32px rgba(17,24,39,.07),inset 0 1px 0 rgba(255,255,255,.92);white-space:nowrap}
.hfl-product-tab{appearance:none;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:0;min-height:46px;padding:0 27px;border:1px solid transparent;border-radius:14px;background:transparent;color:#6d6d70;font:inherit;font-size:14px;line-height:1;font-weight:700;letter-spacing:-.01em;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .18s ease}
.hfl-product-tab+.hfl-product-tab{border-inline-start-color:#e4dfd7}
.hfl-product-tab:hover{color:#1b1b1d;background:rgba(255,255,255,.58)}
.hfl-product-tab:focus-visible{outline:2px solid #c9a45f;outline-offset:2px}
.hfl-product-tab.is-active{z-index:2;background:linear-gradient(145deg,#1d2023 0%,#101214 100%);color:#fff;border-color:rgba(201,164,95,.92);box-shadow:0 10px 24px rgba(10,12,14,.18),inset 0 1px 0 rgba(255,255,255,.08);transform:translateY(-1px)}
.hfl-product-tab.is-active+.hfl-product-tab{border-inline-start-color:transparent}
.hfl-product-tab:active{transform:translateY(0)}
.hfl-product-tab-label{display:block;position:relative;z-index:1}
.hfl-product-tab-brand-mark{display:none;position:relative;flex:0 0 34px;width:34px;height:26px;margin-inline-start:16px;padding-inline-start:16px;border-inline-start:1px solid rgba(220,183,104,.62);box-sizing:content-box}
.hfl-product-tab[data-hfl-product-tab="fresh_picks"].is-active .hfl-product-tab-brand-mark{display:inline-grid;place-items:center}
.hfl-product-tab-brand-mark:before,.hfl-product-tab-brand-mark:after{content:"";position:absolute;left:50%;top:50%;border:2px solid #d7b46a;border-radius:2px;transform:translate(-50%,-50%) rotate(45deg)}
.hfl-product-tab-brand-mark:before{width:16px;height:16px;box-shadow:0 0 0 4px rgba(215,180,106,.08)}
.hfl-product-tab-brand-mark:after{width:8px;height:8px;border-width:1.5px}
.hfl-lang-en .hfl-product-tab[data-hfl-product-tab="fresh_picks"]{flex-direction:row-reverse}
.hfl-lang-en .hfl-product-tab-brand-mark{margin-inline-start:0;margin-inline-end:16px;padding-inline-start:0;padding-inline-end:16px;border-inline-start:0;border-inline-end:1px solid rgba(220,183,104,.62)}
.hfl-product-tab-panel[hidden]{display:none!important}
.hfl-product-tab-panel.is-active{animation:hfl-product-tab-in .22s ease both}
@keyframes hfl-product-tab-in{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.hfl-products-section-title {
    width: 100%;
    display: flex;
    margin-bottom: 34px;
}
.hfl-lang-fa .hfl-products-section-title {
    justify-content: flex-end;
    direction: rtl;
    text-align: right;
}
.hfl-lang-en .hfl-products-section-title {
    justify-content: flex-start;
    direction: ltr;
    text-align: left;
}.hfl-products-section-title h2{margin:0;font-size:clamp(26px,2.4vw,36px);line-height:1.5;font-weight:700;color:#111}
.hfl-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 22px}
.hfl-product-card{min-width:0}
.hfl-product-image{height:420px;background:#f3f3f1;display:block;overflow:hidden}
.hfl-product-image>img,.hfl-product-image>.hfl-placeholder{width:100%;height:100%;object-fit:contain}
.hfl-product-info{margin-top:8px;padding:12px 14px;background:#efefed;display:flex;align-items:center;justify-content:space-between;gap:14px}
.hfl-product-copy{min-width:0;flex:1 1 auto}
.hfl-product-info h3{margin:0;font-size:14px;line-height:1.8;font-weight:700;color:#0f172a}
.hfl-product-info h3 a{color:inherit!important;text-decoration:none!important}
.hfl-product-meta{display:block;margin-top:3px;color:rgba(15,23,42,.52);font-size:12px;line-height:1.55}
.hfl-cart-btn{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;background:#090909;color:#fff!important;font-size:13px;border-radius:3px;text-decoration:none!important}
.hfl-cart-btn svg,.hfl-cart-btn .hfl-phone-call-icon{width:20px;height:20px;display:block}

.hfl-video-section{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#d8d0c4}
.hfl-video-media,.hfl-video-poster{position:absolute;inset:0;display:block;width:100%!important;height:100%!important;object-fit:cover;object-position:center center;image-rendering:auto;backface-visibility:hidden}
.hfl-video-media{z-index:1;opacity:0;background:#000;transition:opacity .18s ease}
.hfl-video-poster{z-index:0;transition:opacity .18s ease}
.hfl-video-section.is-playing .hfl-video-media{opacity:1}
.hfl-video-section.is-playing .hfl-video-poster{opacity:0}
.hfl-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:78px;height:78px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(25,22,18,.88);color:#fff;cursor:pointer;z-index:2;transition:transform .2s ease,background .2s ease,opacity .2s ease}
.hfl-video-play:hover{transform:translate(-50%,-50%) scale(1.04);background:rgba(18,16,13,.96)}
.hfl-video-play:focus-visible{outline:3px solid rgba(255,255,255,.95);outline-offset:4px}
.hfl-video-play.is-static{pointer-events:none}
.hfl-video-play-triangle{display:block;width:0;height:0;margin-left:5px;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid currentColor;border-right:0 solid transparent;direction:ltr}
.hfl-video-section.is-playing .hfl-video-play{opacity:0;pointer-events:none}
.hfl-video-media[controls]{cursor:pointer}

.hfl-newest{width:100%;min-height:520px;display:grid;grid-template-columns:1fr 1fr;background:#fff;overflow:hidden;direction:ltr}
.hfl-newest-image{background:#f7f7f7;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hfl-newest-image>img,.hfl-newest-image>.hfl-placeholder{display:block;width:100%;height:100%;object-fit:contain}.hfl-newest-default-image{max-width:100%;max-height:100%}
.hfl-newest-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:72px clamp(44px,7vw,118px)}
.hfl-newest-copy h2 {
    max-width: 390px;
    margin: 0 0 10px;
    font-size: clamp(27px,2.35vw,27px);
    line-height: 1.5;
    font-weight: 700;
}.hfl-newest-copy p{color:#777;line-height:1.9;max-width:450px;margin:0 0 25px;font-size:13px}.hfl-newest-copy .hfl-btn{min-height:34px;padding:0 14px 0 12px;font-size:11px;border-radius:3px}.hfl-newest-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:8px}.hfl-newest-btn-icon{display:block;width:16px;height:16px;flex:0 0 16px;object-fit:contain}

.hfl-faq{background:#F5F5F5;display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}
.hfl-faq-head h2{font-size:clamp(29px,3vw,44px);font-weight:650;margin-bottom:18px}
.hfl-faq-head p {
    color: #00000099;
    line-height: 1.5;
    font-size: 17px;
}
.hfl-faq-list{border-top:1px solid #d6d6d6}.hfl-faq-list details{border-bottom:1px solid #d6d6d6;padding:0}.hfl-faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 0;font-size:13px;font-weight:650}.hfl-faq-list summary::-webkit-details-marker{display:none}.hfl-faq-list summary span{font-size:18px;font-weight:400}.hfl-faq-answer{padding:0 0 24px;color:#666;font-size:13px;line-height:2}

.hfl-cta{position:relative;width:100%;aspect-ratio:1904/886;min-height:0;height:auto;margin:0 auto;background:#27231f;display:grid;place-items:center;overflow:hidden;border-radius:0}
.hfl-cta-bg{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;object-position:center center}
.hfl-cta>.hfl-overlay{background:rgba(0,0,0,.22)}
.hfl-cta-content{position:relative;z-index:2;color:#fff;text-align:center;width:min(820px,calc(100% - 48px));padding:32px 0}.hfl-cta-content h2{font-size:clamp(26px,2.5vw,44px);line-height:1.45;font-weight:700;margin:0 0 14px}.hfl-cta-content p{color:rgba(255,255,255,.9);font-size:clamp(12px,1vw,16px);line-height:2;margin:0 auto 24px;max-width:760px}
.hfl-cta-content .hfl-buttons{justify-content:center}

.hfl-blog{padding-top:100px;padding-bottom:105px}.hfl-blog-slider{position:relative;width:100%}.hfl-blog-grid{display:flex;flex-wrap:nowrap;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none}.hfl-blog-grid::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.hfl-blog-card{flex:0 0 calc((100% - 54px)/4);min-width:0;scroll-snap-align:start}.hfl-blog-image{display:block;background:#f3f3f1;overflow:hidden;line-height:0}.hfl-blog-image>img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: initial;
    object-position: center center;
}.hfl-blog-image>.hfl-placeholder{display:block;width:100%;aspect-ratio:4/3;height:auto}.hfl-blog-info{padding-top:14px}.hfl-blog-info>span{font-size:10px;color:#8a8a8a}.hfl-blog-info h3{font-size:13px;line-height:1.75;margin:8px 0 10px;font-weight:650}.hfl-read{font-size:11px;font-weight:650}.hfl-blog-dots{display:flex;align-items:center;justify-content:center;gap:6px;min-height:16px;margin-top:28px}.hfl-blog-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#dedede;cursor:pointer;transition:width .2s ease,background .2s ease}.hfl-blog-dot.is-active{width:16px;background:#4a4a4a}.hfl-blog-dot:focus-visible{outline:2px solid #555;outline-offset:3px}.hfl-blog-more-wrap{display:flex;justify-content:center;margin-top:22px}.hfl-blog-more{min-width:132px;justify-content:center}

.hfl-shop-benefits{width:100%;background:#f7f7f7;padding:42px clamp(28px,5vw,86px)}
.hfl-shop-benefits-inner{width:min(1720px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:34px}
.hfl-shop-benefit{min-width:0;display:flex;align-items:center;justify-content:center;gap:12px;color:#111827;font-size:14px;line-height:1.8;font-weight:500;text-align:center}
.hfl-shop-benefit-icon{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;color:#111827}
.hfl-shop-benefit-icon svg,.hfl-shop-benefit-icon img{display:block;width:100%;height:100%;object-fit:contain}
.hfl-lang-fa .hfl-shop-benefit{direction:rtl}.hfl-lang-en .hfl-shop-benefit{direction:ltr}

.hfl-footer{width:100%;background:#fff;border-top:1px solid #ececec;padding:66px clamp(28px,5vw,96px) 24px}
.hfl-footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:70px;padding-bottom:52px}.hfl-brand-footer{margin-bottom:18px}.hfl-footer-brand p{max-width:500px;color:#777;font-size:12px;line-height:2}.hfl-footer-links{display:flex;flex-direction:column;gap:11px}.hfl-footer-links h3{font-size:13px;margin-bottom:8px}.hfl-footer-links a{font-size:11px;color:#666}.hfl-footer-bottom{border-top:1px solid #eee;padding-top:22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;color:#999;font-size:10px}.hfl-footer-bottom>span:last-child{text-align:end}.hfl-footer-language{display:flex;align-items:center;gap:10px;white-space:nowrap}.hfl-language-picker-footer .hfl-language-option{background:#f5f3ef;border-color:#dedbd3;color:#4b4035!important}.hfl-language-picker-footer .hfl-language-option:hover,.hfl-language-picker-footer .hfl-language-option.active{background:#ece8e0;border-color:#bdb5a7}

.hfl-feature + .hfl-products,
.hfl-products + .hfl-video-section,
.hfl-video-section + .hfl-newest,
.hfl-newest + .hfl-faq,
.hfl-faq + .hfl-cta,
.hfl-cta + .hfl-blog,
.hfl-blog + .hfl-shop-benefits,
.hfl-shop-benefits + .hfl-footer{margin-top:16px}
.hfl-lang-fa .hfl-section-title-row,.hfl-lang-fa .hfl-product-info,.hfl-lang-fa .hfl-faq-list summary,.hfl-lang-fa .hfl-footer-bottom{direction:rtl}
.hfl-lang-fa .hfl-newest-copy{align-items:flex-start;text-align:right;direction:rtl}.hfl-lang-en .hfl-newest-copy{direction:ltr}
.hfl-lang-fa .hfl-feature-copy{text-align:right}.hfl-lang-en .hfl-feature-copy{text-align:left}

@media (max-width:900px){
  .hfl-mega-menu{display:none!important}
}

@media (max-width:1180px){
  .hfl-mega-menu{width:min(980px,94vw)}
  .hfl-mega-main{grid-template-columns:300px minmax(0,1fr)}
  .hfl-lang-en .hfl-mega-main{grid-template-columns:minmax(0,1fr) 300px}
  .hfl-mega-promo{min-height:430px}
  .hfl-mega-card{min-height:150px!important;padding:14px 8px!important}
  .hfl-mega-copy strong{font-size:15px}
}
@media (max-width:1020px){
  .hfl-mega-menu{display:none!important}
}
@media (max-width:1180px){
  .hfl-mega-shell{grid-template-columns:240px minmax(0,1fr)}
  .hfl-lang-en .hfl-mega-shell{grid-template-columns:minmax(0,1fr) 240px}
  .hfl-mega-title{font-size:24px}
  .hfl-mega-grid{gap:12px}
}
@media (max-width:1020px){
  .hfl-mega-shell,.hfl-lang-en .hfl-mega-shell{grid-template-columns:1fr}
  .hfl-mega-aside:after{display:none}
  .hfl-mega-body{padding-top:0}
}
@media (max-width:1180px){
  .hfl-nav{gap:0}.hfl-nav>.hfl-nav-link,.hfl-nav>.hfl-nav-item>.hfl-nav-link{padding-inline:13px}.hfl-mega-menu{width:min(980px,94vw)}.hfl-category-track{display:flex;flex-wrap:nowrap}.hfl-category-card:nth-child(n+4){display:block}.hfl-blog-card{flex-basis:calc((100% - 18px)/2)}
  .hfl-product-image{height:350px}
}
@media (max-width:900px){
  .hfl-shop-benefits{padding:34px 24px}.hfl-shop-benefits-inner{grid-template-columns:1fr;gap:22px}.hfl-shop-benefit{justify-content:flex-start;text-align:start}
  .hfl-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:10px 14px;column-gap:18px}.hfl-nav,.hfl-header-actions{display:none}.hfl-mobile-toggle{display:inline-flex;flex:0 0 auto;align-self:center}.hfl-brand{display:inline-flex;align-items:center;min-width:auto;flex:0 0 auto;align-self:center}.hfl-header-logo{width:112px!important;height:auto!important}.hfl-lang-fa .hfl-header-inner{direction:ltr!important;flex-direction:row}.hfl-lang-fa .hfl-mobile-toggle{order:1;margin-right:auto}.hfl-lang-fa .hfl-brand{order:2;margin-left:auto}.hfl-lang-en .hfl-header-inner{direction:ltr!important;flex-direction:row}.hfl-lang-en .hfl-brand{order:1;margin-right:auto}.hfl-lang-en .hfl-mobile-toggle{order:2;margin-left:auto}
  .hfl-hero{aspect-ratio:1904/1088;height:auto;min-height:0}.hfl-section{padding:78px 24px}
  .hfl-category-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.hfl-category-card{flex:0 0 min(72vw,330px);min-width:min(72vw,330px);max-width:min(72vw,330px);scroll-snap-align:start}.hfl-category-image{height:250px}
  .hfl-feature{grid-template-columns:1fr;gap:12px}.hfl-feature-copy,.hfl-feature-photo{min-height:560px}.hfl-feature-slide{min-height:560px}.hfl-products-title-row{gap:18px}.hfl-product-tabs{min-height:54px}.hfl-product-tab{min-height:42px;padding-inline:18px;font-size:12.5px}.hfl-product-tab-brand-mark{flex-basis:28px;width:28px;height:22px;margin-inline-start:11px;padding-inline-start:11px}.hfl-lang-en .hfl-product-tab-brand-mark{margin-inline-end:11px;padding-inline-end:11px}.hfl-products-grid{grid-template-columns:repeat(2,1fr)}
  .hfl-newest{grid-template-columns:1fr}.hfl-newest-image{min-height:500px}.hfl-newest-copy{min-height:360px;padding:54px 34px}.hfl-faq{grid-template-columns:1fr;gap:36px}.hfl-blog-card{flex-basis:calc((100% - 18px)/2)}
  .hfl-footer-top{grid-template-columns:1fr 1fr}.hfl-footer-brand{grid-column:1/-1}
}
@media (max-width:620px){
  .hfl-shop-benefits{padding:26px 18px}.hfl-shop-benefits-inner{gap:18px}.hfl-shop-benefit{font-size:13px;gap:10px}.hfl-shop-benefit-icon{width:23px;height:23px;flex-basis:23px}
  .hfl-feature-dots{bottom:16px;gap:9px}
  .hfl-feature-dot{width:8px;height:8px}
  .hfl-feature-dot.is-active{width:22px}

  .hfl-header.is-overlay{top:10px}
  .hfl-header-inner{width:calc(100% - 14px);min-height:58px;padding:8px 10px;column-gap:12px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}
  .hfl-brand{min-width:auto;max-width:112px;display:inline-flex;align-items:center}
  .hfl-header-logo{width:94px!important;height:auto!important}
  .hfl-mobile-toggle{width:38px;height:38px;border-radius:9px;align-self:center}
  .hfl-mobile-toggle span{width:16px}
  .hfl-language-picker{gap:4px}
  .hfl-language-option{width:34px;height:30px;padding:0;border-radius:8px}
  .hfl-flag-svg{width:18px!important;height:12px!important}.hfl-flag-fa{width:16px!important;height:16px!important}
  .hfl-mobile-panel-inner{width:calc(100% - 14px);padding:12px;border-radius:16px}
  .hfl-mobile-top strong{font-size:14px}
  .hfl-mobile-nav-link,.hfl-mobile-products-title{min-height:44px;font-size:13px!important;font-weight:700!important}.hfl-mobile-category-link{min-height:38px;font-size:12px;padding:0 10px}.hfl-mobile-categories{gap:5px;padding-bottom:10px}
  .hfl-mobile-cta{min-height:40px;font-size:13px;border-radius:10px}
  .hfl-hero{aspect-ratio:auto;height:620px;min-height:620px;background-position:center center;background-size:cover;place-items:center}
  .hfl-overlay{background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.38) 54%,rgba(0,0,0,.24) 100%)}
  .hfl-hero-content{width:min(92%,420px);padding:96px 14px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}
  .hfl-hero-content .hfl-eyebrow{margin-bottom:10px;font-size:11px;line-height:1.6}
  .hfl-hero-content h1{margin:0 0 14px;font-size:clamp(27px,8.6vw,38px);line-height:1.35;text-wrap:balance}
  .hfl-lang-fa .hfl-hero-content h1{font-size:clamp(28px,8.8vw,40px);line-height:1.5}
  .hfl-hero-content p{width:min(360px,100%);margin:0 auto 22px;font-size:12px;line-height:2;color:rgba(255,255,255,.92)}
  .hfl-hero-content .hfl-buttons{width:min(280px,100%);display:flex;flex-direction:column;gap:10px;align-items:stretch;justify-content:center}
  .hfl-hero-content .hfl-buttons .hfl-btn{width:100%;min-height:42px;padding:0 16px;font-size:12px;box-sizing:border-box}
  .hfl-section{padding:68px 18px}
  .hfl-category-card{flex:0 0 78vw;min-width:78vw;max-width:78vw}.hfl-feature{gap:10px}.hfl-feature-copy{padding:58px 20px;min-height:520px}.hfl-feature-photo{min-height:460px}.hfl-feature-slide{min-height:460px}.hfl-feature-product-card{width:min(330px,100%);margin:34px auto 0}.hfl-feature-card-visual{min-height:300px;padding:18px 16px 20px}.hfl-feature-card-image,.hfl-feature-card-visual>.hfl-placeholder{height:190px}.hfl-feature-card-meta{grid-template-columns:50px minmax(0,1fr);gap:12px;padding:12px}.hfl-feature-card-action{width:50px;height:50px}
  .hfl-section-title-row{display:block}.hfl-line{display:none}.hfl-products-title-row{margin-bottom:30px}.hfl-product-tabs{display:flex;width:100%;min-height:52px;margin-top:20px;padding:4px;box-sizing:border-box;overflow-x:auto;border-radius:16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hfl-product-tabs::-webkit-scrollbar{display:none}.hfl-product-tab{flex:1 0 auto;min-width:max-content;min-height:42px;padding-inline:16px;border-radius:12px;font-size:12px}.hfl-product-tab-brand-mark{flex-basis:24px;width:24px;height:20px;margin-inline-start:9px;padding-inline-start:9px}.hfl-lang-en .hfl-product-tab-brand-mark{margin-inline-end:9px;padding-inline-end:9px}.hfl-product-tab-brand-mark:before{width:13px;height:13px}.hfl-product-tab-brand-mark:after{width:6px;height:6px}.hfl-products-grid{grid-template-columns:1fr;gap:34px}.hfl-product-image{height:420px}
.hfl-newest-image{min-height:380px}.hfl-newest-copy{padding:44px 22px;min-height:320px}.hfl-newest-copy h2{font-size:clamp(25px,7vw,31px)}.hfl-cta{width:calc(100% - 12px);min-height:520px;aspect-ratio:auto;margin:6px auto;border-radius:6px}.hfl-cta-content{width:calc(100% - 36px);padding:36px 0}.hfl-cta-content h2{font-size:clamp(25px,7vw,34px)}.hfl-blog-card{flex-basis:86vw}
  .hfl-footer{padding:52px 20px 20px}.hfl-footer-top{grid-template-columns:1fr;gap:34px}.hfl-footer-brand{grid-column:auto}.hfl-footer-bottom{grid-template-columns:1fr;justify-items:start;gap:14px}.hfl-footer-bottom>span:last-child{text-align:start}.hfl-footer-language{order:2}
}
@media (max-width:420px){
  .hfl-video-play{width:58px;height:58px}.hfl-video-play-triangle{border-top-width:7px;border-bottom-width:7px;border-left-width:11px}
.hfl-feature-card-copy strong{font-size:13px}
.hfl-feature-card-copy span{font-size:11px}
  .hfl-header-inner{width:calc(100% - 12px);padding:7px 8px;column-gap:8px;display:flex;align-items:center;justify-content:space-between}
  .hfl-header-logo{width:86px!important}
  .hfl-mobile-toggle{width:34px;height:34px}
  .hfl-mobile-toggle span{width:14px;height:1.6px}
  .hfl-language-option{width:30px;height:28px}
  .hfl-mobile-panel-inner{width:calc(100% - 10px);padding:10px}
  .hfl-hero{height:570px;min-height:570px;background-position:center center}
  .hfl-hero-content{width:94%;padding:88px 12px 28px}
  .hfl-hero-content h1{font-size:clamp(25px,8.5vw,34px)}
  .hfl-lang-fa .hfl-hero-content h1{font-size:clamp(26px,8.8vw,36px)}
  .hfl-hero-content p{font-size:11px;line-height:1.95;margin-bottom:18px}
  .hfl-hero-content .hfl-buttons{width:min(260px,100%)}
  .hfl-hero-content .hfl-buttons .hfl-btn{min-height:40px;padding:0 13px;font-size:11px}
}

@media (min-width:901px){
  .hfl-lang-fa .hfl-brand{justify-self:start}
  .hfl-lang-fa .hfl-header-actions{justify-self:end;justify-content:flex-end}
  .hfl-lang-fa .hfl-header-actions .hfl-header-cta{order:1}
  .hfl-lang-fa .hfl-header-actions .hfl-language-picker{order:2}

  .hfl-lang-en .hfl-brand{justify-self:start}
  .hfl-lang-en .hfl-header-actions{justify-self:end;justify-content:flex-end}
}

@supports (content-visibility:auto){
.hfl-categories,.hfl-feature,.hfl-products,.hfl-video-section,.hfl-newest,.hfl-faq,.hfl-cta,.hfl-blog,.hfl-shop-benefits,.hfl-footer{content-visibility:auto}
.hfl-categories{contain-intrinsic-size:auto 760px}.hfl-feature{contain-intrinsic-size:auto 720px}.hfl-products{contain-intrinsic-size:auto 980px}.hfl-video-section{contain-intrinsic-size:auto 900px}.hfl-newest{contain-intrinsic-size:auto 560px}.hfl-faq{contain-intrinsic-size:auto 720px}.hfl-cta{contain-intrinsic-size:auto 720px}.hfl-blog{contain-intrinsic-size:auto 780px}.hfl-shop-benefits{contain-intrinsic-size:auto 120px}.hfl-footer{contain-intrinsic-size:auto 420px}
}

.hfl-footer{width:100%;background:#f5f5f5!important;border-top:0!important;padding:8px 8px 22px!important;color:#111827;box-sizing:border-box}
.hfl-footer-card{background:#fff;border-radius:9px;padding:58px clamp(34px,4.3vw,76px) 54px;overflow:hidden}
.hfl-footer-main-grid{display:grid;grid-template-columns:minmax(260px,1.35fr) minmax(125px,.72fr) minmax(145px,.82fr) minmax(150px,.9fr) minmax(300px,1.45fr);gap:clamp(32px,3.2vw,62px);align-items:start}
.hfl-lang-fa .hfl-footer-main-grid,.hfl-lang-fa .hfl-footer-contact-grid{direction:rtl}
.hfl-lang-en .hfl-footer-main-grid,.hfl-lang-en .hfl-footer-contact-grid{direction:ltr}
.hfl-footer-brand-block{min-width:0;text-align:start}
.hfl-footer-logo-link{display:block;width:max-content;max-width:100%;margin-inline:auto;text-decoration:none!important;color:inherit!important}
.hfl-footer-reference-logo{display:block;width:200px;height:200px;max-width:100%;object-fit:contain;margin-inline:auto;image-rendering:auto}
.hfl-lang-en .hfl-footer-reference-logo{margin-inline:auto}
.hfl-footer-brand-block p{margin:18px 0 0;max-width:450px;color:#6f6f6f;font-size:15px;line-height:1.85;font-weight:400}
.hfl-footer-col,.hfl-footer-newsletter{min-width:0}
.hfl-footer-col h3,.hfl-footer-newsletter h3{margin:0 0 19px;color:#a3a3a3;font-size:12px;line-height:1.5;font-weight:600}
.hfl-footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.hfl-lang-fa .hfl-footer-col{align-items:flex-start;text-align:right}
.hfl-footer-col a{color:#303030!important;text-decoration:none!important;font-size:15px;line-height:1.4;font-weight:430;transition:opacity .18s ease}
.hfl-footer-col a:hover{opacity:.6}
.hfl-footer-newsletter p{margin:0;max-width:440px;color:#3e3e3e;font-size:15px;line-height:1.95}
.hfl-footer-newsletter-form{display:flex;flex-wrap:wrap;align-items:stretch;gap:16px;margin-top:24px;direction:rtl}
.hfl-lang-en .hfl-footer-newsletter-form{direction:ltr}
.hfl-footer-newsletter-form input{min-width:0;flex:1 1 auto;height:49px;border:1px solid #d4d4d4;border-radius:8px;background:#fff;padding:0 18px;color:#222;font:inherit;font-size:14px;outline:none;box-sizing:border-box;text-align:start}
.hfl-footer-newsletter-form input::placeholder{color:#b4b4b4}
.hfl-footer-newsletter-form input:focus{border-color:#999}
.hfl-footer-newsletter-form button{flex:0 0 auto;min-width:80px;height:49px;border:0;border-radius:8px;background:#050505;color:#fff;padding:0 18px;font:inherit;font-size:14px;font-weight:650;cursor:pointer;transition:opacity .18s ease}.hfl-footer-newsletter-form button:disabled{opacity:.55;cursor:wait}.hfl-footer-newsletter-status{flex:0 0 100%;min-height:20px;margin-top:-6px;font-size:12px;line-height:1.7;color:#555}.hfl-footer-newsletter-status.is-success{color:#237a3b}.hfl-footer-newsletter-status.is-error{color:#b42318}
.hfl-footer-contact-grid{position:relative;display:grid;grid-template-columns:minmax(320px,1.5fr) minmax(180px,.8fr) minmax(220px,1fr) minmax(200px,.9fr);gap:clamp(26px,2.2vw,46px);align-items:start;margin-top:76px;padding-left:96px}
.hfl-footer-contact-item{min-width:0;text-align:start;display:flex;flex-direction:column;align-items:flex-start}
.hfl-footer-contact-item:first-child strong{white-space:normal;max-width:100%;word-break:normal}
.hfl-footer-contact-item>span+strong,.hfl-footer-contact-item>span+a,.hfl-footer-contact-item>span+.hfl-footer-phone-links{margin-top:0}
.hfl-footer-contact-item>span{display:block;margin-bottom:7px;color:#A3A3A3;font-size:12px;line-height:1.4;font-weight:600;align-self:stretch}
.hfl-footer-contact-item strong,.hfl-footer-contact-item a{display:block;color:#151b2b!important;text-decoration:none!important;font-size:15px;line-height:1.65;font-weight:430}.hfl-footer-contact-phone,.hfl-footer-contact-email{align-items:stretch}.hfl-footer-contact-phone>span,.hfl-footer-contact-email>span{width:100%;text-align:start}.hfl-footer-contact-email>a{display:block;width:100%;text-align:start;align-self:stretch}.hfl-footer-phone-links{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:7px;direction:ltr;white-space:nowrap}.hfl-footer-phone-links a{display:inline-block}.hfl-footer-phone-separator{color:#151b2b;font-size:14px;line-height:1}
.hfl-footer-contact-item a:hover{opacity:.65}
.hfl-lang-fa .hfl-footer-contact-phone,.hfl-lang-fa .hfl-footer-contact-email{text-align:right}
.hfl-lang-fa .hfl-footer-contact-phone>span,.hfl-lang-fa .hfl-footer-contact-email>span{text-align:right}
.hfl-lang-fa .hfl-footer-phone-links{justify-content:flex-end}
.hfl-lang-fa .hfl-footer-contact-email>a{text-align:right}
.hfl-lang-en .hfl-footer-contact-phone,.hfl-lang-en .hfl-footer-contact-email{text-align:left}
.hfl-lang-en .hfl-footer-phone-links{justify-content:flex-start}

.hfl-footer-trust{position:absolute;left:0;bottom:0;display:flex;align-items:flex-end;justify-content:flex-start}
.hfl-footer-trust img{display:block;width:74px;height:auto;object-fit:contain}
.hfl-footer-bottom-bar{min-height:105px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding:0 56px}
.hfl-footer-socials{grid-column:1;display:flex;align-items:center;gap:16px;justify-self:start}
.hfl-footer-socials a{width:64px;height:64px;border-radius:50%;background:#fff;color:#020202!important;display:grid;place-items:center;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease}
.hfl-footer-socials a:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.06)}
.hfl-footer-socials svg,.hfl-footer-socials img{display:block;width:25px;height:25px;object-fit:contain}
.hfl-footer-language{grid-column:2;display:flex;align-items:center;justify-content:center}
.hfl-language-picker-footer{display:flex;gap:6px}
.hfl-language-picker-footer .hfl-language-option{background:#fff!important;border:1px solid #e5e5e5!important;color:#202020!important;box-shadow:none!important}
.hfl-language-picker-footer .hfl-language-option.active{border-color:#999!important;background:#fafafa!important}
.hfl-footer-copyright{grid-column:3;justify-self:end;text-align:end;color:#161b29;font-size:14px;line-height:1.6;font-weight:430}

@media (max-width:1250px){
  .hfl-footer-main-grid{grid-template-columns:1.25fr repeat(3,.8fr);gap:38px}
  .hfl-footer-newsletter{grid-column:1/-1;max-width:620px}
  .hfl-footer-contact-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:54px;padding-left:0}
  .hfl-footer-contact-item:first-child strong{white-space:normal}
  .hfl-footer-trust{position:static;grid-column:1/-1}
}
@media (max-width:900px){
  .hfl-footer{padding:6px 6px 18px!important}
  .hfl-footer-card{padding:46px 28px 38px}
  .hfl-footer-main-grid{grid-template-columns:1fr 1fr;gap:38px 28px}
  .hfl-footer-brand-block,.hfl-footer-newsletter{grid-column:1/-1}
  .hfl-footer-reference-logo{width:160px;height:160px}
  .hfl-footer-contact-grid{grid-template-columns:1fr 1fr;gap:30px;margin-top:48px}
  .hfl-footer-trust{position:static;grid-column:auto}
  .hfl-footer-bottom-bar{min-height:150px;grid-template-columns:1fr 1fr;grid-template-areas:"social language" "copy copy";padding:22px 28px;gap:18px}
  .hfl-footer-socials{grid-area:social;grid-column:auto}
  .hfl-footer-language{grid-area:language;grid-column:auto;justify-self:end}
  .hfl-footer-copyright{grid-area:copy;grid-column:auto;justify-self:stretch;text-align:center}
  .hfl-footer-socials a{width:54px;height:54px}
}
@media (max-width:600px){
  .hfl-footer-card{padding:38px 20px 32px;border-radius:7px}
  .hfl-footer-main-grid{grid-template-columns:1fr 1fr;gap:28px 18px}
  .hfl-footer-brand-block,.hfl-footer-newsletter,.hfl-footer-col-services{grid-column:1/-1}
  .hfl-footer-col-quick,.hfl-footer-col-categories{grid-column:auto}
  .hfl-footer-reference-logo{width:140px;height:140px;margin-inline:auto}
  .hfl-lang-fa .hfl-footer-reference-logo{margin-inline:auto}
  .hfl-footer-brand-block p,.hfl-footer-newsletter p{font-size:14px;line-height:1.9}
  .hfl-footer-col h3,.hfl-footer-newsletter h3{margin-bottom:19px}
  .hfl-footer-col{gap:11px}
  .hfl-footer-col a{font-size:14px}
  .hfl-footer-newsletter-form{gap:9px;margin-top:18px}
  .hfl-footer-newsletter-form input{height:46px;padding:0 13px;font-size:12px}
  .hfl-footer-newsletter-form button{height:46px;min-width:70px;padding:0 14px;font-size:13px}
  .hfl-footer-contact-grid{grid-template-columns:1fr;gap:25px;margin-top:42px}
  .hfl-footer-contact-item strong,.hfl-footer-contact-item a{font-size:14px}
  .hfl-footer-trust{justify-content:flex-start}
  .hfl-lang-fa .hfl-footer-trust{justify-content:flex-end}
  .hfl-footer-bottom-bar{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px 16px;min-height:0}
  .hfl-footer-socials{order:1;justify-self:auto}
  .hfl-footer-language{order:2;justify-self:auto}
  .hfl-footer-copyright{order:3;justify-self:auto;text-align:center;font-size:12px}
  .hfl-footer-socials a{width:50px;height:50px}
  .hfl-footer-socials svg,.hfl-footer-socials img{width:22px;height:22px;object-fit:contain}
}

.hfl-category-dot,.hfl-feature-dot,.hfl-blog-dot{touch-action:manipulation;user-select:none;-webkit-tap-highlight-color:transparent}

.hfl-product-tabs{
  display:inline-flex!important;
  align-items:flex-end!important;
  gap:clamp(24px,3vw,46px)!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  white-space:nowrap;
}
.hfl-product-tab{
  appearance:none;
  position:relative;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0 0 12px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#7d746d!important;
  font:inherit;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:500!important;
  letter-spacing:0!important;
  cursor:pointer;
  transform:none!important;
  transition:color .18s ease!important;
}
.hfl-product-tab+.hfl-product-tab{border:0!important}
.hfl-product-tab:hover{color:#312a25!important;background:transparent!important}
.hfl-product-tab:active{transform:none!important}
.hfl-product-tab:focus-visible{outline:2px solid #9a7d60;outline-offset:5px}
.hfl-product-tab::after{
  content:"";
  position:absolute;
  inset-inline:0;
  bottom:0;
  height:1px;
  background:#8f735a;
  opacity:0;
  transform:scaleX(.55);
  transform-origin:center;
  transition:opacity .18s ease,transform .18s ease;
}
.hfl-product-tab.is-active{
  z-index:1;
  color:#211c18!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  font-weight:700!important;
  transform:none!important;
}
.hfl-product-tab.is-active::after{opacity:1;transform:scaleX(1)}
.hfl-product-tab-brand-mark{display:none!important}
.hfl-lang-en .hfl-product-tab[data-hfl-product-tab="fresh_picks"]{flex-direction:row!important}

@media (max-width:900px){
  .hfl-products-title-row{align-items:flex-start}
  .hfl-product-tabs{
    max-width:100%!important;
    gap:28px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .hfl-product-tabs::-webkit-scrollbar{display:none}
  .hfl-product-tab{font-size:14px!important;padding-bottom:10px!important}
}
@media (max-width:600px){
  .hfl-product-tabs{width:100%!important;margin-top:18px!important;gap:24px!important}
  .hfl-product-tab{font-size:13px!important;flex:0 0 auto!important;padding-inline:0!important}
}

.hfl-mega-grid.hfl-mega-grid-count-7{grid-template-columns:repeat(4,minmax(0,1fr))}

.hfl-landing .hfl-products-section-title.hfl-title-fa {
    direction: ltr !important;
    justify-content: flex-end !important;
    text-align: right !important;
}

.hfl-landing .hfl-products-section-title.hfl-title-en {
    direction: ltr !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.hfl-footer-socials a img[src*="eitaa"],
.hfl-footer-socials img.hfl-footer-eitaa-icon{
    width:25px !important;
    height:25px !important;
    object-fit:contain !important;
    transform:scale(1);
}
.hfl-footer-socials img{
    max-width:25px;
    max-height:25px;
}
