:root{
  color-scheme:light;
  --olimo-navy:var(--olimo-dark);
  --olimo-purple:var(--olimo-primary);
  --olimo-purple-2:#A654FF;
  --olimo-muted:#858896;
  --olimo-border:#E8E9EF;
  --olimo-page:#FBFBFF;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  color:var(--olimo-navy);
  background:var(--olimo-page);
  font-family:"YekanBakhFaNum","Yekan Bakh","Noto Sans Arabic","IRANSansX","IRANSans",Tahoma,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}

/* ========================= HEADER ========================= */
.olimo-site-header{
  position:relative;
  z-index:50;
  height:105px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(17,29,59,.04);
}
.olimo-site-header__inner{
  width:100%;
  height:105px;
  padding:0 56px 0 54px;
  display:grid;
  grid-template-columns:190px 385px 1fr 132px;
  align-items:center;
  gap:24px;
  direction:ltr;
}
.olimo-site-brand{
  width:126px;
  height:76px;
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.olimo-site-brand img{
  width:126px;
  height:73px;
  object-fit:contain;
}
.olimo-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:25px;
  direction:ltr;
}
.olimo-header-action{
  position:relative;
  width:31px;
  height:31px;
  padding:0;
  border:0;
  background:transparent;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.olimo-header-action img{
  width:25px;
  height:25px;
  object-fit:contain;
}
.olimo-header-action[aria-pressed="true"] img{filter:drop-shadow(0 0 7px rgba(139,44,243,.35))}
.olimo-cart-icon{position:relative;width:31px;height:31px;display:block;color:#101B3D}
.olimo-cart-icon svg{width:31px;height:31px}
.olimo-cart-icon b{
  position:absolute;
  top:-8px;
  right:-8px;
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#a250fa,#8024e9);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:800;
  box-shadow:0 4px 12px rgba(139,44,243,.2);
}
.olimo-header-search{
  height:55px;
  border-radius:30px;
  background:#f2f3f8;
  display:grid;
  grid-template-columns:44px 1fr;
  align-items:center;
  direction:ltr;
  padding:0 16px 0 10px;
}
.olimo-header-search img{width:21px;height:21px;object-fit:contain;justify-self:center}
.olimo-header-search input{
  direction:rtl;
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#646b80;
  font-size:14px;
  font-weight:500;
}
.olimo-header-search input::placeholder{color:#999fb0;opacity:1}
.olimo-main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:25px;
  direction:rtl;
  white-space:nowrap;
  font-size:15px;
  font-weight:750;
}
.olimo-main-nav>a{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 4px;
  border-radius:10px;
  transition:.2s ease;
}
.olimo-main-nav>a:hover{color:var(--olimo-purple)}
.olimo-main-nav>a.is-active{
  min-width:62px;
  padding:0 13px;
  color:var(--olimo-purple);
  background:linear-gradient(180deg,#F8F4FF,#f3edff);
  box-shadow:inset 0 -2px 0 var(--olimo-purple);
}
.olimo-nav-categories{gap:7px}
.olimo-nav-categories svg{width:17px;height:17px;transition:transform .2s ease}
.olimo-nav-categories[aria-expanded="true"] svg{transform:rotate(180deg)}
.olimo-menu-button{display:none}
.olimo-mobile-menu{display:none}

/* ========================= HERO ========================= */
.olimo-hero{
  position:relative;
  height:calc(100vh - 105px);
  min-height:760px;
  max-height:840px;
  overflow:hidden;
  display:grid;
  grid-template-columns:66.8% 33.2%;
  direction:ltr;
  isolation:isolate;
  background:
    radial-gradient(circle at 98% 14%,rgba(168,84,255,.10),transparent 22%),
    radial-gradient(circle at 4% 86%,rgba(80,191,242,.10),transparent 22%),
    linear-gradient(90deg,#f9faff 0%,#fbfbff 66%,#fff 100%);
}
.olimo-hero::before{
  content:"";
  position:absolute;
  z-index:-2;
  width:510px;
  height:620px;
  right:-245px;
  top:35px;
  border-radius:50%;
  background:rgba(164,101,255,.08);
  filter:blur(2px);
}
.olimo-hero::after{
  content:"";
  position:absolute;
  z-index:-2;
  width:440px;
  height:440px;
  left:-230px;
  bottom:-65px;
  border-radius:50%;
  background:rgba(100,204,244,.08);
}
.olimo-hero__media{
  position:relative;
  height:100%;
  overflow:hidden;
  direction:ltr;
}
.olimo-media-arch{
  position:absolute;
  z-index:-1;
  left:-28px;
  top:0;
  width:485px;
  height:715px;
  border-radius:250px 250px 0 0;
  background:linear-gradient(155deg,rgba(223,225,235,.9),rgba(242,243,249,.65));
  box-shadow:inset -18px 0 36px rgba(255,255,255,.8);
}
.olimo-media-arch::after{
  content:"";
  position:absolute;
  left:70px;
  top:0;
  width:360px;
  height:680px;
  border-radius:220px 220px 0 0;
  background:rgba(250,250,253,.82);
}
.olimo-media-orbit{
  position:absolute;
  z-index:-1;
  right:-78px;
  bottom:80px;
  width:350px;
  height:350px;
  border-radius:50%;
  background:rgba(232,234,243,.72);
}
.olimo-models{
  position:absolute;
  z-index:5;
  left:139px;
  bottom:0;
  height:800px;
  object-fit:fill;
  object-position:center bottom;
  pointer-events:none;
  user-select:none;
}
.olimo-english-slogan{
  position:absolute;
  z-index:8;
  left:130px;
  top:40px;
  width:176px;
  height:auto;
  opacity:.78;
}

/* floating product cards */
.olimo-float-product{
  position:absolute;
  z-index:12;
  width:226px;
  height:101px;
  padding:10px 10px 10px 12px;
  display:grid;
  grid-template-columns:68px 1fr 28px;
  gap:10px;
  align-items:center;
  direction:ltr;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(17,29,59,.035);
  border-radius:14px;
  box-shadow:0 12px 28px rgba(39,43,78,.09);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform .22s ease,box-shadow .22s ease;
}
.olimo-float-product:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(39,43,78,.13)}
.olimo-float-product__thumb{
  width:68px;height:79px;border-radius:10px;overflow:hidden;background:#f0f0f3;
}
.olimo-float-product__thumb img{width:100%;height:100%;object-fit:cover;object-position:center top}
.olimo-float-product__info{
  min-width:0;
  direction:rtl;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  line-height:1.25;
}
.olimo-float-product__info strong{font-size:13px;font-weight:900;color:var(--olimo-navy);white-space:nowrap}
.olimo-float-product__info small{font-size:11px;font-weight:650;color:#424960;margin-top:2px}
.olimo-float-product__info b{font-size:10px;font-weight:850;color:var(--olimo-purple);margin-top:8px;white-space:nowrap}
.olimo-float-product__arrow{
  width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eee8ff;color:#8D2BF4;font-size:25px;font-family:Arial,sans-serif;line-height:1;padding-bottom:3px;
}
.olimo-float-product--top{left:795px;top:96px}
.olimo-float-product--left{left:45px;bottom:180px}
.olimo-float-product--right{right:5px;bottom:147px}

/* copy */
.olimo-hero__copy{
  position:relative;
  z-index:20;
  width:489px;
  max-width:calc(100% - 32px);
  justify-self:end;
  align-self:start;
  margin-top:84px;
  margin-right:48px;
  direction:rtl;
  text-align:right;
}
.olimo-kicker{
  width:max-content;
  min-height:49px;
  padding:0 18px;
  border-radius:28px;
  display:flex;
  align-items:center;
  gap:10px;
  background:linear-gradient(90deg,#f5ecff,#f6efff);
  color:var(--olimo-purple);
  font-size:15px;
  font-weight:800;
  margin-right:auto;
  margin-left:0;
}
.olimo-kicker img{width:22px;height:22px;object-fit:contain}
.olimo-hero__copy h1{
  margin:24px 0 0;
  line-height:1.34;
  letter-spacing:-2.7px;
}
.olimo-hero__copy h1 span{display:block}
.olimo-heading-dark{
  font-size:58px;
  font-weight:950;
  color:#101B3D;
}
.olimo-heading-purple{
  margin-top:2px;
  font-size:55px;
  white-space:nowrap;
  font-weight:950;
  color:#8D2BF4;
  background:linear-gradient(90deg,#7119DA,#8D2BF4);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.olimo-hero__lead{
  margin:18px 0 0;
  color:#858896;
  font-size:20px;
  font-weight:600;
  line-height:1.85;
}
.olimo-hero__actions{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:25px;
}
.olimo-button{
  height:59px;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  font-size:14px;
  font-weight:900;
  transition:.22s ease;
}
.olimo-button--primary{
  width:220px;
  color:#fff;
  background:var(--olimo-gradient-purple);
  box-shadow:0 13px 25px rgba(139,44,243,.22);
}
.olimo-button--secondary{
  width:158px;
  color:#101B3D;
  background:rgba(255,255,255,.74);
  border:1.5px solid var(--olimo-primary);
}
.olimo-button:hover{transform:translateY(-2px)}
.olimo-button__arrow{font-size:22px;font-weight:400;line-height:1}

.olimo-benefits{
  width:100%;
  margin-top:49px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  direction:rtl;
}
.olimo-benefit{
  min-height:91px;
  padding:0 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  position:relative;
}
.olimo-benefit:not(:last-child)::after{
  content:"";
  position:absolute;
  left:0;
  top:3px;
  width:1px;
  height:82px;
  background:rgba(17,29,59,.08);
}
.olimo-benefit img{width:34px;height:34px;object-fit:contain;margin-bottom:8px}
.olimo-benefit strong{font-size:14px;font-weight:850;color:#676B7A;line-height:1.45}
.olimo-benefit span{font-size:13px;font-weight:600;color:#858896;line-height:1.45}
.olimo-persian-slogan{
  position:absolute;
  right:18px;
  top:598px;
  width:190px;
  opacity:.62;
}

.olimo-scroll-cue{
  position:absolute;
  z-index:18;
  left:43px;
  bottom:30px;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:14px;
  padding:0;
  border:0;
  background:transparent;
  color:#70768b;
  cursor:pointer;
  font-size:12px;
  font-weight:650;
}
.olimo-scroll-cue__circle{
  width:60px;
  height:60px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.76);
  border:4px solid #fff;
  box-shadow:0 3px 14px rgba(22,31,60,.06);
}
.olimo-scroll-cue__circle img{width:27px;height:27px;object-fit:contain}

/* ========================= TABLET ========================= */
@media(max-width:1180px){
  .olimo-site-header__inner{padding-inline:26px;grid-template-columns:150px 300px 1fr 108px;gap:16px}
  .olimo-main-nav{gap:14px;font-size:13px}
  .olimo-site-brand{width:100px}.olimo-site-brand img{width:100px}
  .olimo-hero{grid-template-columns:61% 39%}
  .olimo-models{left:10px;width:760px;height:690px}
  .olimo-float-product--top{left:auto;right:5px}
  .olimo-float-product--right{right:0}
  .olimo-hero__copy{width:430px;margin-right:30px}
  .olimo-heading-dark{font-size:49px}.olimo-heading-purple{font-size:51px}
  .olimo-hero__lead{font-size:17px}
}

/* ========================= MOBILE ========================= */
@media(max-width:820px){
  .olimo-site-header{height:72px}
  .olimo-site-header__inner{
    height:72px;
    padding:0 16px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:12px;
    direction:ltr;
  }
  .olimo-site-brand{grid-column:3;width:74px;height:54px}
  .olimo-site-brand img{width:74px;height:54px}
  .olimo-header-actions{grid-column:1;gap:12px}
  .olimo-header-action{width:28px;height:28px}.olimo-header-action img{width:26px;height:26px}
  .olimo-header-actions .olimo-header-action:first-child{display:none}
  .olimo-header-search,.olimo-main-nav{display:none}
  .olimo-menu-button{
    grid-column:2;
    justify-self:start;
    width:37px;height:37px;border:0;border-radius:12px;background:#F8F4FF;padding:8px;display:flex;flex-direction:column;justify-content:center;gap:4px;cursor:pointer;
  }
  .olimo-menu-button span{height:2px;width:100%;background:#101B3D;border-radius:3px}
  .olimo-mobile-menu{
    position:absolute;top:72px;right:12px;left:12px;padding:12px;border-radius:16px;background:#fff;box-shadow:0 15px 35px rgba(20,24,48,.12);display:grid;gap:2px;transform:translateY(-10px);opacity:0;pointer-events:none;transition:.2s ease;
  }
  .olimo-mobile-menu[data-open="true"]{transform:translateY(0);opacity:1;pointer-events:auto}
  .olimo-mobile-menu a{padding:11px 12px;border-radius:10px;font-size:13px;font-weight:750}.olimo-mobile-menu a:hover{background:#F8F4FF;color:#8D2BF4}

  .olimo-hero{
    height:auto;
    min-height:0;
    max-height:none;
    grid-template-columns:1fr;
    padding-bottom:34px;
    direction:ltr;
    overflow:hidden;
  }
  .olimo-hero__media{height:450px;order:1}
  .olimo-media-arch{width:260px;height:390px;left:-42px}.olimo-media-arch::after{left:45px;width:190px;height:370px}
  .olimo-media-orbit{width:180px;height:180px;right:-60px;bottom:34px}
  .olimo-models{left:50%;bottom:-6px;transform:translateX(-50%);width:430px;height:430px;object-fit:fill}
  .olimo-english-slogan{left:18px;top:70px;width:90px}
  .olimo-float-product{width:150px;height:70px;padding:7px;grid-template-columns:46px 1fr 21px;gap:6px;border-radius:11px}
  .olimo-float-product__thumb{width:46px;height:54px;border-radius:7px}
  .olimo-float-product__info strong{font-size:9px}.olimo-float-product__info small{font-size:8px}.olimo-float-product__info b{font-size:7.5px;margin-top:4px}
  .olimo-float-product__arrow{width:21px;height:21px;font-size:18px}
  .olimo-float-product--top{left:auto;right:12px;top:34px}
  .olimo-float-product--left{left:10px;bottom:36px}
  .olimo-float-product--right{display:none}
  .olimo-scroll-cue{display:none}

  .olimo-hero__copy{
    order:2;
    width:calc(100% - 32px);
    max-width:none;
    margin:18px 16px 0;
    justify-self:stretch;
    text-align:right;
  }
  .olimo-kicker{min-height:36px;padding:0 12px;font-size:11px;margin-right:0}.olimo-kicker img{width:17px;height:17px}
  .olimo-hero__copy h1{margin-top:14px;letter-spacing:-1px}.olimo-heading-dark{font-size:38px}.olimo-heading-purple{font-size:40px}
  .olimo-hero__lead{font-size:13px;line-height:1.9;margin-top:12px}.olimo-hero__lead br{display:none}
  .olimo-hero__actions{margin-top:18px;gap:9px}.olimo-button{height:46px;border-radius:12px;font-size:11px}.olimo-button--primary{width:56%}.olimo-button--secondary{width:44%}
  .olimo-benefits{margin-top:25px}.olimo-benefit{min-height:75px;padding-inline:6px}.olimo-benefit img{width:28px;height:28px;margin-bottom:5px}.olimo-benefit strong{font-size:10px}.olimo-benefit span{font-size:9px}.olimo-benefit:not(:last-child)::after{height:66px}
  .olimo-persian-slogan{position:static;width:145px;margin:18px 0 0 auto;opacity:.62}
}

@media(max-width:430px){
  .olimo-header-actions{gap:9px}.olimo-header-action{width:25px;height:25px}.olimo-header-action img{width:23px;height:23px}
  .olimo-models{width:390px;height:414px}
  .olimo-hero__media{height:425px}
  .olimo-heading-dark{font-size:34px}.olimo-heading-purple{font-size:36px}
  .olimo-float-product--left{bottom:28px}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* WordPress/WooCommerce integration additions */
.olimo-header-action-wrap{position:relative;width:31px;height:31px;display:grid;place-items:center}
.olimo-header-action-wrap .olimo-header-popover{direction:rtl;top:46px;left:0;right:auto}
.olimo-header-search{position:relative}
.olimo-header-search .olimo-live-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:90;direction:rtl;background:#fff;border:1px solid var(--olimo-border);border-radius:16px;box-shadow:0 15px 35px rgba(20,24,48,.10)}
.olimo-hero-cart-count.is-empty{display:none}
@media(max-width:820px){.olimo-header-action-wrap{width:28px;height:28px}.olimo-header-action-wrap .olimo-header-popover{position:fixed;top:76px;left:12px;right:12px;width:auto;max-width:none}.olimo-site-header__inner>.olimo-menu-button{grid-column:2}}
