@font-face{
  font-family:'NikYekanBakhFaNum';
  src:url('../fonts/YekanBakhFaNum-Light.woff') format('woff');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'NikYekanBakhFaNum';
  src:url('../fonts/YekanBakhFaNum-Regular.woff') format('woff');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'NikYekanBakhFaNum';
  src:url('../fonts/YekanBakhFaNum-Medium.woff') format('woff');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'NikYekanBakhFaNum';
  src:url('../fonts/YekanBakhFaNum-Bold.woff') format('woff');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

:root{
  --nik-black:#050505;
  --nik-ink:#111111;
  --nik-dark:#171717;
  --nik-gray:#606060;
  --nik-soft:#f5f5f5;
  --nik-line:#e7e7e7;
  --nik-white:#fff;
  --nik-radius:28px;
  --nik-shadow:0 24px 80px rgba(0,0,0,.09);
}

html,
body,
button,
input,
select,
textarea,
table,
.elementor,
.elementor-widget,
.elementor-heading-title,
.elementor-button,
.woocommerce,
.woocommerce-page,
.woocommerce input,
.woocommerce button,
.woocommerce select,
.woocommerce textarea,
.woocommerce table,
.woocommerce .button,
.woocommerce-loop-product__title,
.product_title,
.price,
.amount,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol{
  font-family:'NikYekanBakhFaNum', Tahoma, Arial, sans-serif !important;
}

body{
  direction:rtl;
  background:#fff;
  color:var(--nik-ink);
  font-weight:400;
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}

.nik-container{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
}

.nik-topbar{
  background:#050505;
  color:#fff;
  font-size:13px;
  line-height:1.9;
}
.nik-topbar-inner{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}
.nik-topbar a{color:#fff;font-weight:700}

.nik-site-header{
  position:sticky;
  top:0;
  z-index:999;
  margin:12px 0;
}
.admin-bar .nik-site-header{top:32px}

.nik-nav-shell{
  min-height:76px;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:24px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 50px rgba(0,0,0,.08);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
}

.nik-brand-link{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:max-content;
}
.nik-brand-link img{
  width:58px;
  height:auto;
  display:block;
}
.nik-brand-link strong{
  display:block;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.4px;
}
.nik-brand-link small{
  display:block;
  color:#777;
  margin-top:2px;
  font-size:12px;
  direction:ltr;
  text-align:right;
}

.nik-main-nav{
  display:flex;
  justify-content:center;
}
.nik-menu{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:0;
  margin:0;
}
.nik-menu li{
  position:relative;
}
.nik-menu a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:42px;
  padding:8px 13px;
  border-radius:999px;
  color:#222;
  font-size:14px;
  font-weight:700;
  overflow:hidden;
  transition:color .25s ease, background .25s ease, transform .25s ease;
}
.nik-menu a:before{
  content:"";
  position:absolute;
  inset:auto 13px 6px 13px;
  height:2px;
  border-radius:99px;
  background:#111;
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .28s cubic-bezier(.2,.9,.2,1);
}
.nik-menu a:hover{
  background:#f2f2f2;
  transform:translateY(-1px);
}
.nik-menu a:hover:before,
.nik-menu .current-menu-item > a:before{
  transform:scaleX(1);
}

.nik-nav-actions{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:max-content;
}
.nik-icon-link,
.nik-cta-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 14px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
}
.nik-icon-link{background:#f2f2f2;color:#111}
.nik-cta-link{background:#111;color:#fff}

.nik-menu-toggle{
  display:none;
  width:42px;
  height:42px;
  border:0;
  border-radius:14px;
  background:#111;
  padding:10px;
}
.nik-menu-toggle span{
  display:block;
  height:2px;
  background:#fff;
  margin:5px 0;
  border-radius:99px;
}

.nik-home{
  padding-top:8px;
}

.nik-hero-v2{
  position:relative;
  isolation:isolate;
  margin:18px 0 28px;
  overflow:hidden;
}
.nik-hero-v2:before{
  content:"";
  position:absolute;
  inset:10px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(0,0,0,.12), transparent 68%);
  filter:blur(20px);
  z-index:-1;
}
.nik-hero-grid{
  min-height:520px;
  border-radius:36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 40%),
    linear-gradient(135deg,#050505,#262626);
  color:#fff;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:center;
  padding:56px;
  position:relative;
  overflow:hidden;
}
.nik-hero-grid:after{
  content:"NIKUP";
  position:absolute;
  left:24px;
  bottom:-34px;
  color:rgba(255,255,255,.05);
  font-size:150px;
  font-weight:900;
  letter-spacing:-10px;
  pointer-events:none;
}
.nik-eyebrow{
  display:inline-flex;
  margin-bottom:14px;
  color:#8f8f8f;
  font-size:13px;
  font-weight:800;
  direction:ltr;
}
.nik-hero-copy h1{
  max-width:720px;
  margin:0 0 16px;
  font-size:clamp(32px,5vw,64px);
  line-height:1.45;
  letter-spacing:-1.6px;
}
.nik-hero-copy p{
  max-width:680px;
  margin:0;
  color:#eeeeee;
  line-height:2.2;
  font-size:16px;
}
.nik-hero-actions{
  margin-top:28px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.nik-btn-dark,
.nik-btn-light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border-radius:999px;
  font-weight:900;
  transition:transform .25s ease, box-shadow .25s ease;
}
.nik-btn-dark{background:#111;color:#fff}
.nik-hero-v2 .nik-btn-dark{background:#fff;color:#000}
.nik-btn-light{background:#f3f3f3;color:#111}
.nik-hero-v2 .nik-btn-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}
.nik-btn-dark:hover,
.nik-btn-light:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 35px rgba(0,0,0,.14);
}

.nik-hero-art{
  min-height:360px;
  position:relative;
}
.nik-orbit{
  position:absolute;
  inset:30px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  animation:nik-spin 16s linear infinite;
}
.nik-orbit:before,
.nik-orbit:after{
  content:"";
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff;
}
.nik-orbit:before{top:20px;right:55px}
.nik-orbit:after{bottom:35px;left:70px;background:#9b9b9b}
@keyframes nik-spin{to{transform:rotate(360deg)}}

.nik-shoe-card{
  position:absolute;
  inset:70px 20px auto auto;
  width:min(360px, 90%);
  min-height:230px;
  padding:26px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:32px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  transform:rotate(-4deg);
}
.nik-shoe-card span{
  display:block;
  color:#ddd;
  direction:ltr;
}
.nik-shoe-card strong{
  display:block;
  margin:20px 0;
  font-size:34px;
  line-height:1.1;
  direction:ltr;
  text-align:left;
}
.nik-shoe-card em{
  color:#bdbdbd;
  font-style:normal;
  direction:ltr;
  display:block;
}

.nik-feature-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:28px auto;
}
.nik-feature-card{
  position:relative;
  padding:22px;
  border:1px solid var(--nik-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 40px rgba(0,0,0,.04);
  overflow:hidden;
}
.nik-feature-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent, rgba(0,0,0,.06), transparent);
  transform:translateX(120%);
  transition:transform .65s cubic-bezier(.2,.9,.2,1);
}
.nik-feature-card:hover:before{
  transform:translateX(-120%);
}
.nik-feature-card span{
  display:block;
  color:#999;
  font-weight:900;
  direction:ltr;
}
.nik-feature-card strong{
  display:block;
  margin:10px 0 8px;
  font-size:18px;
}
.nik-feature-card p{
  margin:0;
  color:#666;
  line-height:2;
}

.nik-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:16px;
  margin:44px 0 18px;
}
.nik-section-head h2{
  margin:0;
  font-size:28px;
  letter-spacing:-.8px;
}
.nik-section-head a{
  font-weight:900;
  color:#111;
}

.woocommerce ul.products{
  display:grid;
  gap:18px !important;
}
.woocommerce ul.products.columns-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.woocommerce ul.products:before,
.woocommerce ul.products:after{display:none !important}
.woocommerce ul.products li.product{
  float:none !important;
  width:auto !important;
  margin:0 !important;
  position:relative;
  border:1px solid #eee;
  border-radius:28px;
  padding:14px !important;
  background:#fff;
  box-shadow:0 14px 40px rgba(0,0,0,.045);
  overflow:hidden;
  transition:transform .32s cubic-bezier(.2,.9,.2,1), box-shadow .32s ease;
}
.woocommerce ul.products li.product:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at var(--mx,50%) var(--my,30%), rgba(0,0,0,.10), transparent 34%);
  opacity:0;
  transition:opacity .25s ease;
  pointer-events:none;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 80px rgba(0,0,0,.12);
}
.woocommerce ul.products li.product:hover:before{
  opacity:1;
}
.woocommerce ul.products li.product img{
  border-radius:22px;
  background:#f6f6f6;
  transition:transform .45s cubic-bezier(.2,.9,.2,1), filter .45s ease;
}
.woocommerce ul.products li.product:hover img{
  transform:scale(1.035);
  filter:contrast(1.02);
}
.woocommerce-loop-product__title{
  min-height:58px;
  font-size:15px !important;
  line-height:1.9 !important;
  color:#111;
}
.woocommerce ul.products li.product .price{
  color:#111 !important;
  font-size:15px !important;
  font-weight:900 !important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.elementor-button{
  border-radius:999px !important;
  background:#111 !important;
  color:#fff !important;
  font-weight:800 !important;
  padding:12px 17px !important;
  transition:transform .22s ease, box-shadow .22s ease !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.elementor-button:hover{
  transform:translateY(-2px);
  box-shadow:0 15px 30px rgba(0,0,0,.16);
}

.nik-split-banner{
  margin:50px auto;
  padding:28px;
  border-radius:32px;
  background:#f4f4f4;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:center;
}
.nik-split-banner h2{
  margin:0 0 10px;
  font-size:30px;
}
.nik-split-banner p{
  color:#555;
  line-height:2;
}






.nik-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .75s ease, transform .75s cubic-bezier(.2,.9,.2,1);
}
.nik-reveal.is-visible{
  opacity:1;
  transform:none;
}

.product_title,
.woocommerce div.product .product_title{
  font-size:30px;
  line-height:1.7;
}
.price,
.amount,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol{
  font-weight:900;
  direction:rtl;
  unicode-bidi:plaintext;
}

@media(max-width:1024px){
  .nik-nav-shell{
    grid-template-columns:auto auto;
  }
  .nik-menu-toggle{
    display:block;
    justify-self:end;
  }
  .nik-main-nav,
  .nik-nav-actions{
    grid-column:1 / -1;
    display:none;
  }
  body.nik-menu-open .nik-main-nav,
  body.nik-menu-open .nik-nav-actions{
    display:flex;
  }
  body.nik-menu-open .nik-main-nav{
    justify-content:flex-start;
  }
  .nik-menu{
    width:100%;
    flex-direction:column;
    align-items:stretch;
  }
  .nik-menu a{
    justify-content:center;
    background:#f5f5f5;
  }
  .nik-nav-actions{
    justify-content:center;
    flex-wrap:wrap;
  }
  .nik-hero-grid{
    grid-template-columns:1fr;
    padding:36px 22px;
  }
  .nik-hero-art{
    min-height:260px;
  }
  .woocommerce ul.products.columns-4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:768px){
  .admin-bar .nik-site-header{top:46px}
  .nik-container{width:min(100% - 22px,1180px)}
  .nik-topbar-inner{gap:10px;font-size:12px}
  .nik-nav-shell{border-radius:18px;min-height:66px}
  .nik-brand-link img{width:48px}
  .nik-brand-link strong{font-size:16px}
  .nik-hero-grid{
    min-height:auto;
    border-radius:26px;
    padding:30px 18px;
  }
  .nik-hero-copy h1{
    font-size:30px;
  }
  .nik-hero-copy p{
    font-size:14px;
  }
  .nik-hero-art{display:none}
  .nik-feature-row,
  .nik-split-banner,

  .nik-section-head{
    display:block;
  }
  .nik-section-head h2{
    font-size:23px;
    margin-bottom:8px;
  }
  .woocommerce ul.products.columns-4{
    grid-template-columns:1fr;
  }
}

/* NikUpSport WooCommerce polish */
.woocommerce-page main,
.woocommerce main{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
}

.woocommerce-products-header{
  margin:24px 0 20px;
  padding:34px 28px;
  border-radius:30px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg,#050505,#252525);
  color:#fff;
  overflow:hidden;
  position:relative;
}

.woocommerce-products-header:after{
  content:"SHOP";
  position:absolute;
  left:20px;
  bottom:-26px;
  color:rgba(255,255,255,.06);
  font-size:96px;
  font-weight:900;
  letter-spacing:-4px;
  direction:ltr;
}

.woocommerce-products-header__title,
.woocommerce-products-header h1{
  color:#fff;
  font-size:clamp(28px,4vw,46px);
  line-height:1.5;
  margin:0;
}

.woocommerce-result-count,
.woocommerce-ordering{
  margin:0 0 18px !important;
}

.woocommerce-ordering select{
  min-height:44px;
  border:1px solid #e7e7e7;
  border-radius:999px;
  padding:8px 14px;
  background:#fff;
}

.woocommerce ul.products li.product .button{
  width:100%;
  margin-top:10px !important;
  text-align:center;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale{
  min-width:auto;
  min-height:auto;
  border-radius:999px;
  padding:7px 12px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
}

.woocommerce div.product{
  margin-top:26px;
}

.woocommerce div.product div.images img{
  border-radius:30px;
  background:#f6f6f6;
  box-shadow:0 18px 60px rgba(0,0,0,.08);
}

.woocommerce div.product div.summary{
  padding:24px;
  border:1px solid #eee;
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 60px rgba(0,0,0,.05);
}

.woocommerce div.product .product_title{
  margin:0 0 12px;
  letter-spacing:-.8px;
}

.woocommerce div.product form.cart{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid #eee;
}

.woocommerce div.product form.cart .variations{
  margin-bottom:16px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td{
  display:block;
  text-align:right;
  padding:0 0 8px;
  line-height:2;
}

.woocommerce div.product form.cart .variations label{
  font-weight:900;
  color:#111;
}

.woocommerce div.product form.cart .variations select{
  width:100%;
  min-height:48px;
  border:1px solid #e4e4e4;
  border-radius:16px;
  padding:8px 14px;
  background:#fafafa;
}

.woocommerce div.product form.cart .reset_variations{
  display:inline-flex;
  margin-top:8px;
  color:#555;
  font-size:13px;
}

.woocommerce div.product form.cart div.quantity{
  margin-left:10px;
}

.woocommerce .quantity .qty{
  width:82px;
  min-height:48px;
  border:1px solid #e4e4e4;
  border-radius:16px;
}

.woocommerce div.product form.cart .button{
  min-height:48px;
  padding-inline:24px !important;
}

.woocommerce-tabs{
  margin-top:30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding:0;
  margin:0 0 18px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before{
  display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  border:0;
  background:#f3f3f3;
  border-radius:999px;
  padding:0;
  margin:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background:#111;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  padding:11px 16px;
  color:#111;
  font-weight:900;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color:#fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
  padding:24px;
  border:1px solid #eee;
  border-radius:24px;
  line-height:2.2;
  background:#fff;
}

.nik-product-trust{
  margin:18px 0;
  padding:16px;
  border:1px solid #e8e8e8;
  border-radius:20px;
  background:#fafafa;
  line-height:2;
  color:#333;
}

.nik-product-trust strong{
  display:block;
  margin-bottom:5px;
}

.related.products,
.upsells.products{
  margin-top:44px;
}

.related.products > h2,
.upsells.products > h2{
  font-size:24px;
  margin-bottom:18px;
}

@media(max-width:768px){
  .woocommerce-page main,
  .woocommerce main{
    width:min(100% - 22px,1180px);
  }

  .woocommerce-products-header{
    border-radius:22px;
    padding:26px 18px;
  }

  .woocommerce div.product div.summary{
    padding:18px;
    border-radius:22px;
  }

  .woocommerce div.product form.cart .button{
    width:100%;
    margin-top:10px;
  }

  .woocommerce .quantity .qty{
    width:100%;
  }
}

.nik-hero-product-art{
  display:flex;
  align-items:center;
  justify-content:center;
}

.nik-hero-image-card{
  position:relative;
  width:min(390px, 92%);
  padding:16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:34px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
  box-shadow:0 30px 90px rgba(0,0,0,.30);
  transform:rotate(-3deg);
  z-index:2;
}

.nik-hero-image-card img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:26px;
  background:#f5f5f5;
}

.nik-hero-image-card span{
  display:block;
  padding:14px 8px 2px;
  color:#fff;
  font-weight:900;
  direction:ltr;
  text-align:left;
}

.single-product .woocommerce-product-gallery img,
.woocommerce ul.products li.product img{
  object-fit:cover;
}

/* Fix duplicate Hello Elementor titles on front page */
.home .page-header,
.home .entry-title,
.home h1.entry-title,
.home .page-content > h1:first-child,
.page-id-24 .page-header,
.page-id-24 .entry-title,
.page-id-24 h1.entry-title,
.page-id-24 .page-content > h1:first-child{
  display:none !important;
}

/* Remove extra default page spacing on home */
.home .site-main,
.page-id-24 .site-main{
  padding-top:0 !important;
}

.home .page-content,
.page-id-24 .page-content{
  margin-top:0 !important;
}

/* Hero real product image fix */
.nik-hero-product-art{
  display:flex;
  align-items:center;
  justify-content:center;
}

.nik-hero-image-card{
  position:relative;
  width:min(430px, 94%);
  padding:14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:34px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
  box-shadow:0 30px 90px rgba(0,0,0,.30);
  transform:rotate(-3deg);
  z-index:2;
}

.nik-hero-image-card img{
  display:block;
  width:100%;
  aspect-ratio:1 / .78;
  object-fit:cover;
  border-radius:26px;
  background:#f5f5f5;
}

.nik-hero-image-card span{
  display:block;
  padding:13px 8px 2px;
  color:#fff;
  font-weight:900;
  direction:ltr;
  text-align:left;
}

/* Better desktop header balance */
.nik-nav-shell{
  grid-template-columns:auto 1fr auto;
}

.nik-main-nav{
  min-width:0;
}

.nik-menu{
  flex-wrap:wrap;
}

.nik-menu a{
  white-space:nowrap;
}

/* Mobile polish */
@media(max-width:768px){
  .nik-topbar{
    font-size:11px;
  }

  .nik-topbar-inner{
    min-height:auto;
    padding:7px 0;
    gap:7px;
  }

  .nik-site-header{
    margin:8px 0;
  }

  .nik-nav-shell{
    padding:10px;
    border-radius:16px;
  }

  .nik-brand-link img{
    width:42px;
  }

  .nik-brand-link strong{
    font-size:15px;
  }

  .nik-brand-link small{
    font-size:11px;
  }

  .nik-menu a{
    min-height:40px;
    font-size:13px;
  }

  .nik-hero-grid{
    padding:24px 16px;
    border-radius:22px;
  }

  .nik-hero-copy h1{
    font-size:27px;
    line-height:1.55;
    letter-spacing:-.6px;
  }

  .nik-hero-copy p{
    font-size:13px;
    line-height:2.05;
  }

  .nik-hero-actions{
    gap:8px;
  }

  .nik-btn-dark,
  .nik-btn-light{
    min-height:44px;
    padding:10px 15px;
    font-size:13px;
  }

  .nik-hero-product-art{
    display:flex;
    min-height:auto;
    margin-top:18px;
  }

  .nik-hero-image-card{
    width:100%;
    transform:none;
    border-radius:24px;
  }

  .nik-hero-image-card img{
    border-radius:18px;
    aspect-ratio:1 / .72;
  }

  .nik-feature-card{
    padding:17px;
    border-radius:18px;
  }
}

/* Final NikUpSport UI cleanup */

/* No underline decoration anywhere */
a,
a:hover,
a:focus,
a:active,
.nik-menu a,
.nik-menu a:hover,
.nik-section-head a,
.nik-section-head a:hover,
.nik-footer a,
.nik-footer a:hover,
.woocommerce a,
.woocommerce a:hover,
.elementor a,
.elementor a:hover{
  text-decoration:none !important;
box-shadow:none;
}

/* Remove animated underline from menu */
.nik-menu a:before,
.nik-menu a:after,
.nik-menu .current-menu-item > a:before,
.nik-menu .current-menu-item > a:after{
  display:none !important;
  content:none !important;
}

/* Active menu should be clean, no underline */
.nik-menu .current-menu-item > a{
  background:#f2f2f2;
  color:#111;
}

/* Remove duplicate Hello Elementor default header/title on home */
.home .site-header,
.page-id-24 .site-header,
.home header.site-header,
.page-id-24 header.site-header,
.home .site-branding,
.page-id-24 .site-branding,
.home .site-title,
.page-id-24 .site-title,
.home .site-description,
.page-id-24 .site-description,
.home .page-header,
.page-id-24 .page-header,
.home header.page-header,
.page-id-24 header.page-header,
.home .entry-header,
.page-id-24 .entry-header,
.home .entry-title,
.page-id-24 .entry-title,
.home h1.entry-title,
.page-id-24 h1.entry-title,
.home .page-content > h1:first-child,
.page-id-24 .page-content > h1:first-child,
.home main > h1:first-child,
.page-id-24 main > h1:first-child{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

/* Remove unnecessary top whitespace from home */
.home .site-main,
.page-id-24 .site-main,
.home main.site-main,
.page-id-24 main.site-main,
.home .page-content,
.page-id-24 .page-content,
.home .entry-content,
.page-id-24 .entry-content{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Keep only custom NikUpSport header visible */
.nik-site-header{
  display:block !important;
  height:auto !important;
  min-height:auto !important;
  overflow:visible !important;
}

/* Reduce vertical waste on desktop */
.nik-home{
  padding-top:0 !important;
}

.nik-hero-v2{
  margin-top:10px !important;
}

.nik-hero-grid{
  min-height:460px;
}

/* Cleaner buttons without text underline */
.nik-btn-dark,
.nik-btn-light,
.nik-icon-link,
.nik-cta-link{
  text-decoration:none !important;
}

/* Mobile compact layout */
@media(max-width:768px){
  .nik-hero-v2{
    margin-top:6px !important;
  }

  .nik-hero-grid{
    min-height:auto;
    padding-top:22px;
    padding-bottom:22px;
  }

  .nik-feature-row{
    margin-top:18px;
  }

  .nik-section-head{
    margin-top:28px;
  }
}

/* Final header architecture - no underline */
.nik-site-header{
  margin:10px 0 18px;
}

.nik-nav-shell{
  max-width:1180px;
  min-height:72px;
  grid-template-columns:230px 1fr 180px;
  gap:12px;
  padding:10px 12px;
}

.nik-brand-link{
  justify-content:flex-start;
}

.nik-brand-link img{
  width:54px;
  max-height:54px;
  object-fit:contain;
}

.nik-brand-link strong{
  font-size:17px;
  line-height:1.5;
}

.nik-brand-link small{
  font-size:11px;
  line-height:1.4;
}

.nik-menu{
  gap:2px;
}

.nik-menu a{
  min-height:40px;
  padding:8px 11px;
  font-size:13px;
  font-weight:800;
  background:transparent;
}

.nik-menu a:hover,
.nik-menu .current-menu-item > a{
  background:#111;
  color:#fff;
  transform:none;
}

.nik-nav-actions{
  justify-content:flex-end;
}

.nik-icon-link,
.nik-cta-link{
  min-height:40px;
  padding:8px 13px;
  font-size:12px;
}

.nik-icon-link{
  background:#f2f2f2;
}

.nik-cta-link{
  background:#111;
  color:#fff;
}

/* Product cards: remove any decorative line */
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:hover,
.woocommerce-loop-product__title,
.woocommerce-loop-product__title:hover{
  text-decoration:none !important;
  border:0 !important;
}

/* Make home first screen tighter */
.nik-hero-grid{
  min-height:430px;
  padding:44px;
}

.nik-hero-copy h1{
  font-size:clamp(34px,4vw,56px);
}

.nik-hero-copy p{
  max-width:650px;
}

/* Better visual product image */
.nik-hero-image-card{
  width:min(410px, 94%);
  transform:rotate(-2deg);
}

.nik-hero-image-card img{
  aspect-ratio:1.15 / .82;
  object-fit:cover;
}

/* Mobile menu as clean panel */
@media(max-width:1024px){
  .nik-nav-shell{
    grid-template-columns:1fr auto;
    gap:10px;
  }

  .nik-brand-link{
    min-width:0;
  }

  .nik-main-nav,
  .nik-nav-actions{
    grid-column:1 / -1;
  }

  body.nik-menu-open .nik-main-nav{
    display:block;
    width:100%;
    animation:nikMenuDrop .22s ease both;
  }

  body.nik-menu-open .nik-nav-actions{
    display:flex;
    width:100%;
    animation:nikMenuDrop .22s ease both;
  }

  @keyframes nikMenuDrop{
    from{opacity:0;transform:translateY(-6px)}
    to{opacity:1;transform:none}
  }

  .nik-menu{
    gap:8px;
    padding-top:8px;
  }

  .nik-menu a{
    min-height:44px;
    border-radius:14px;
    background:#f6f6f6;
    color:#111;
  }

  .nik-menu a:hover,
  .nik-menu .current-menu-item > a{
    background:#111;
    color:#fff;
  }

  .nik-nav-actions{
    padding-top:8px;
  }

  .nik-icon-link,
  .nik-cta-link{
    flex:1;
  }
}

@media(max-width:768px){
  .nik-topbar span:nth-child(2){
    display:none;
  }

  .nik-site-header{
    margin:7px 0 12px;
  }

  .nik-nav-shell{
    width:min(100% - 18px,1180px);
    min-height:60px;
    padding:8px;
    border-radius:16px;
  }

  .nik-brand-link{
    gap:8px;
  }

  .nik-brand-link img{
    width:40px;
    max-height:40px;
  }

  .nik-brand-link strong{
    font-size:14px;
  }

  .nik-brand-link small{
    display:none;
  }

  .nik-menu-toggle{
    width:38px;
    height:38px;
    border-radius:12px;
  }

  .nik-menu-toggle span{
    margin:4px 0;
  }

  .nik-menu a{
    font-size:13px;
    min-height:42px;
  }

  .nik-hero-grid{
    padding:20px 14px;
    border-radius:20px;
  }

  .nik-hero-copy h1{
    font-size:25px;
    line-height:1.55;
  }

  .nik-hero-copy p{
    font-size:13px;
    line-height:2;
  }

  .nik-hero-image-card{
    margin-top:8px;
  }
}

/* Absolutely no underline anywhere */
*,
*:hover,
*:focus{
  text-decoration-thickness:0 !important;
}

a,
a:hover,
a:focus,
a:active{
  text-decoration:none !important;
}


/* Global final rule: no underline decoration in NikUpSport UI */
a,
a:hover,
a:focus,
a:active,
.nik-menu a,
.nik-menu a:hover,
.nik-section-head a,
.nik-section-head a:hover,
.nik-footer a,
.nik-footer a:hover,
.woocommerce a,
.woocommerce a:hover,
.elementor a,
.elementor a:hover{
  text-decoration:none !important;
  border:0 !important;
}

.nik-menu a:before,
.nik-menu a:after,
.nik-section-head a:before,
.nik-section-head a:after{
  display:none !important;
  content:none !important;
}

/* Iranized WooCommerce price and RTL cleanup */
.woocommerce,
.woocommerce-page,
.woocommerce table,
.woocommerce form,
.woocommerce-checkout,
.woocommerce-cart{
  direction:rtl;
  text-align:right;
}

.price,
.amount,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.cart_totals,
.order-total,
.woocommerce-checkout-review-order-table{
  direction:rtl !important;
  unicode-bidi:isolate !important;
  text-align:right !important;
}

.woocommerce-Price-amount{
  display:inline-flex !important;
  align-items:center;
  gap:.35em;
  white-space:nowrap;
  flex-direction:row;
}

.woocommerce-Price-currencySymbol{
  margin:0 !important;
  padding:0 !important;
  white-space:nowrap;
}

.woocommerce table.shop_table{
  border-radius:20px;
  overflow:hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
  text-align:right;
  line-height:2;
}

.woocommerce form .form-row label{
  text-align:right;
  display:block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  direction:rtl;
  text-align:right;
}

/* Prevent duplicate manual footer */


/* Keep possible Elementor/Hello footer clean */
.site-footer,
footer.site-footer{
  direction:rtl;
  text-align:right;
}

/* Final no underline rule */
a,
a:hover,
a:focus,
a:active,
button,
button:hover{
  text-decoration:none !important;
}

/* Elementor / FontAwesome icons used in NikUpSport UI */
.nik-topbar i,
.nik-icon-link i,
.nik-cta-link i,
.nik-feature-card i,
.nik-split-banner i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:7px;
  font-size:.95em;
  line-height:1;
}

.nik-feature-card > span{
  width:42px;
  height:42px;
  border-radius:16px;
  background:#111;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
}

.nik-feature-card > span i{
  margin:0;
  font-size:17px;
}

.nik-icon-link,
.nik-cta-link,
.nik-btn-dark,
.nik-btn-light{
  gap:7px;
}

/* Persian price final spacing */
.price,
.amount,
.woocommerce-Price-amount{
  direction:rtl !important;
  text-align:right !important;
  white-space:nowrap !important;
}

.woocommerce-Price-amount{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:6px !important;
}

.woocommerce-Price-currencySymbol{
  display:inline-flex !important;
  margin:0 !important;
  padding:0 !important;
}

/* No underline, no decorative line */
a,
a:hover,
a:focus,
a:active,
.nik-section-head a,
.nik-section-head a:hover,
.woocommerce a,
.woocommerce a:hover,
.elementor a,
.elementor a:hover{
  text-decoration:none !important;
  border:0 !important;
}

.nik-menu a:before,
.nik-menu a:after,
.nik-section-head a:before,
.nik-section-head a:after{
  display:none !important;
  content:none !important;
}

@media(max-width:768px){
  .nik-topbar i{
    margin-left:4px;
  }

  .nik-feature-card > span{
    width:38px;
    height:38px;
    border-radius:14px;
  }
}

/* Elementor / FontAwesome icons used in NikUpSport UI */
.nik-topbar i,
.nik-icon-link i,
.nik-cta-link i,
.nik-feature-card i,
.nik-split-banner i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:7px;
  font-size:.95em;
  line-height:1;
}

.nik-feature-card > span{
  width:42px;
  height:42px;
  border-radius:16px;
  background:#111;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
}

.nik-feature-card > span i{
  margin:0;
  font-size:17px;
}

.nik-icon-link,
.nik-cta-link,
.nik-btn-dark,
.nik-btn-light{
  gap:7px;
}

/* Persian price final spacing */
.price,
.amount,
.woocommerce-Price-amount{
  direction:rtl !important;
  text-align:right !important;
  white-space:nowrap !important;
}

.woocommerce-Price-amount{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:6px !important;
}

.woocommerce-Price-currencySymbol{
  display:inline-flex !important;
  margin:0 !important;
  padding:0 !important;
}

/* No underline, no decorative line */
a,
a:hover,
a:focus,
a:active,
.nik-section-head a,
.nik-section-head a:hover,
.woocommerce a,
.woocommerce a:hover,
.elementor a,
.elementor a:hover{
  text-decoration:none !important;
  border:0 !important;
}

.nik-menu a:before,
.nik-menu a:after,
.nik-section-head a:before,
.nik-section-head a:after{
  display:none !important;
  content:none !important;
}

@media(max-width:768px){
  .nik-topbar i{
    margin-left:4px;
  }

  .nik-feature-card > span{
    width:38px;
    height:38px;
    border-radius:14px;
  }
}


a,
a:hover,
a:focus,
a:active,
.elementor a,
.elementor a:hover,
.woocommerce a,
.woocommerce a:hover{
  text-decoration:none !important;
  border:0 !important;
}

/* NikUpSport custom footer */
.nik-site-footer{
  display:block !important;
  margin-top:56px;
  padding:42px 0 18px;
  background:#070707;
  color:#fff;
  direction:rtl;
  text-align:right;
}

.nik-site-footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1.2fr 1fr;
  gap:26px;
  align-items:start;
}

.nik-footer-brand{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.nik-footer-brand img{
  width:62px;
  height:auto;
  background:#fff;
  border-radius:18px;
  padding:8px;
}

.nik-footer-brand strong,
.nik-footer-col h3{
  display:block;
  margin:0 0 12px;
  color:#fff;
  font-size:18px;
  font-weight:900;
}

.nik-footer-brand p,
.nik-footer-col p,
.nik-footer-col a{
  margin:0 0 9px;
  color:#d7d7d7;
  font-size:14px;
  line-height:2;
}

.nik-footer-col a{
  display:flex;
  align-items:center;
  gap:8px;
  text-decoration:none !important;
  border:0 !important;
}

.nik-footer-col a:hover{
  color:#fff;
  text-decoration:none !important;
  border:0 !important;
}

.nik-footer-col i,
.nik-footer-brand i{
  width:18px;
  min-width:18px;
  text-align:center;
  color:#fff;
  margin-left:6px;
}

.nik-footer-bottom{
  margin-top:28px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#bdbdbd;
  font-size:13px;
}

.site-footer,
footer.site-footer,
#site-footer{
  display:none !important;
}

/* No underline in footer or links */
.nik-site-footer a,
.nik-site-footer a:hover,
.nik-site-footer a:focus,
.nik-site-footer a:active{
  text-decoration:none !important;
  border:0 !important;
}

@media(max-width:1024px){
  .nik-site-footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:768px){
  .nik-site-footer{
    margin-top:38px;
    padding:30px 0 16px;
  }

  .nik-site-footer-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .nik-footer-brand img{
    width:54px;
    border-radius:15px;
  }

  .nik-footer-bottom{
    display:block;
    line-height:2;
  }
}

/* Local FontAwesome final fix */
.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands{
  font-family:"Font Awesome 6 Free","Font Awesome 6 Brands" !important;
}

.fas,
.fa-solid{
  font-family:"Font Awesome 6 Free" !important;
  font-weight:900 !important;
}

.far,
.fa-regular{
  font-family:"Font Awesome 6 Free" !important;
  font-weight:400 !important;
}

.fab,
.fa-brands{
  font-family:"Font Awesome 6 Brands" !important;
  font-weight:400 !important;
}

.nik-topbar i,
.nik-icon-link i,
.nik-cta-link i,
.nik-feature-card i,
.nik-split-banner i,
.nik-site-footer i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

/* Remove duplicated default titles in inner pages */
.page:not(.home) .page-header,
.page:not(.home) header.page-header,
.page:not(.home) .entry-header,
.page:not(.home) .entry-title,
.page:not(.home) h1.entry-title,
.woocommerce-page .page-header,
.woocommerce-page header.page-header,
.woocommerce-page .entry-header,
.woocommerce-page .entry-title,
.woocommerce-page h1.entry-title,
.single-product .page-header,
.single-product header.page-header,
.single-product .entry-header,
.single-product h1.entry-title,
.post-type-archive-product .page-header,
.post-type-archive-product header.page-header,
.post-type-archive-product .entry-header,
.post-type-archive-product h1.entry-title{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

/* Keep WooCommerce real product title visible only inside summary */
.single-product .summary .product_title,
.single-product div.product .product_title{
  display:block !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 0 12px !important;
  padding:0 !important;
  overflow:visible !important;
}

/* Shop custom header is enough; prevent duplicate Woo header title if theme prints it */
.woocommerce-products-header__title.page-title{
  display:none !important;
}

/* No underline anywhere */
a,
a:hover,
a:focus,
a:active,
.nik-site-footer a,
.nik-site-footer a:hover,
.woocommerce a,
.woocommerce a:hover,
.elementor a,
.elementor a:hover{
  text-decoration:none !important;
  border:0 !important;
}

/* Hide default Hello Elementor header everywhere */
#site-header,
header#site-header,
.site-header.dynamic-header,
header.site-header.dynamic-header,
.site-header .header-inner,
.site-header .site-branding,
.site-header .site-title,
.site-header .site-description{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  visibility:hidden !important;
}

/* Keep our custom header visible */
.nik-site-header,
.nik-site-header *{
  visibility:visible !important;
}

/* Rename menu spacing / prevent CTA overflow */
.nik-nav-shell{
  grid-template-columns:220px minmax(0,1fr) 170px !important;
  gap:10px !important;
}

.nik-main-nav{
  min-width:0 !important;
  overflow:hidden;
}

.nik-menu{
  max-width:100%;
  flex-wrap:nowrap;
}

.nik-menu a{
  padding:8px 10px !important;
  font-size:12.5px !important;
  white-space:nowrap;
}

.nik-nav-actions{
  min-width:0 !important;
  gap:6px !important;
}

.nik-icon-link,
.nik-cta-link{
  min-width:0 !important;
  padding:8px 10px !important;
  font-size:12px !important;
  white-space:nowrap;
}

.nik-icon-link i,
.nik-cta-link i{
  font-size:12px !important;
  margin-left:4px !important;
}

/* On smaller desktop/tablet, use mobile menu earlier */
@media(max-width:1180px){
  .nik-nav-shell{
    grid-template-columns:1fr auto !important;
  }

  .nik-menu-toggle{
    display:block !important;
    justify-self:end;
  }

  .nik-main-nav,
  .nik-nav-actions{
    grid-column:1 / -1;
    display:none;
  }

  body.nik-menu-open .nik-main-nav{
    display:block;
    width:100%;
  }

  body.nik-menu-open .nik-nav-actions{
    display:flex;
    width:100%;
  }

  .nik-menu{
    width:100%;
    flex-direction:column;
    align-items:stretch;
    flex-wrap:nowrap;
    gap:8px;
    padding-top:8px;
  }

  .nik-menu a{
    justify-content:center;
    min-height:42px;
    border-radius:14px;
    background:#f6f6f6;
    color:#111;
    font-size:13px !important;
  }

  .nik-menu .current-menu-item > a,
  .nik-menu a:hover{
    background:#111;
    color:#fff;
  }

  .nik-nav-actions{
    padding-top:8px;
    justify-content:center;
  }

  .nik-icon-link,
  .nik-cta-link{
    flex:1;
    justify-content:center;
  }
}

/* No underline anywhere */
a,
a:hover,
a:focus,
a:active{
  text-decoration:none !important;
  border:0 !important;
}

/* Premium footer credit */
.nik-footer-bottom{
  position:relative;
  padding-top:18px;
}

.nik-footer-credit{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#d8d8d8;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.nik-footer-credit a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#ffffff,#bdbdbd);
  color:#050505 !important;
  font-weight:900;
  letter-spacing:-.2px;
  text-decoration:none !important;
  border:0 !important;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.nik-footer-credit a:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(255,255,255,.12);
  text-decoration:none !important;
  border:0 !important;
}

.nik-footer-credit a:after,
.nik-footer-credit a:before{
  display:none !important;
  content:none !important;
}

@media(max-width:768px){
  .nik-footer-credit{
    margin-top:10px;
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
  }
}

/* Premium footer credit */
.nik-footer-bottom{
  position:relative;
  padding-top:18px;
}

.nik-footer-credit{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#d8d8d8;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.nik-footer-credit a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#ffffff,#bdbdbd);
  color:#050505 !important;
  font-weight:900;
  letter-spacing:-.2px;
  text-decoration:none !important;
  border:0 !important;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.nik-footer-credit a:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(255,255,255,.12);
  text-decoration:none !important;
  border:0 !important;
}

.nik-footer-credit a:after,
.nik-footer-credit a:before{
  display:none !important;
  content:none !important;
}

@media(max-width:768px){
  .nik-footer-credit{
    margin-top:10px;
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
  }
}

/* Enamad footer badge */
.nik-enamad-box{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  min-height:120px;
}

.nik-enamad-box a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  border:0 !important;
}

.nik-enamad-box img{
  display:block;
  max-width:110px;
  max-height:110px;
  object-fit:contain;
  background:#fff;
  border-radius:16px;
  padding:8px;
  cursor:pointer;
}

.nik-enamad-box a:hover img{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(255,255,255,.12);
}

@media(max-width:1024px){
  .nik-enamad-box{
    grid-column:auto;
  }
}

@media(max-width:768px){
  .nik-enamad-box{
    justify-content:flex-start;
  }
}

/* Persian cart / checkout cleanup */
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.woocommerce-cart table,
.woocommerce-checkout table{
  direction:rtl !important;
  text-align:right !important;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals table{
  direction:rtl !important;
  text-align:right !important;
}

.woocommerce-cart table.cart td.actions .coupon{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
  min-width:180px;
  border-radius:14px;
  padding:10px 12px;
  direction:rtl;
  text-align:right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  width:100%;
  text-align:center;
  border-radius:999px !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
  text-align:right !important;
}

@media(max-width:768px){
  .woocommerce-cart table.cart td.actions .coupon{
    display:block;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button{
    width:100%;
    margin:0 0 8px !important;
  }
}

/* Iranian checkout form */
.woocommerce-checkout .col2-set,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout-review-order{
  direction:rtl !important;
  text-align:right !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2{
  float:none !important;
  width:100% !important;
}

.woocommerce-checkout .woocommerce-billing-fields{
  padding:24px;
  border:1px solid #eee;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 40px rgba(0,0,0,.04);
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading{
  font-size:22px;
  margin:0 0 18px;
  line-height:1.7;
}

.woocommerce-checkout .form-row{
  margin-bottom:14px !important;
}

.woocommerce-checkout .form-row label{
  font-weight:800;
  margin-bottom:7px;
  color:#111;
}

.woocommerce-checkout .form-row .required{
  color:#d60000;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection{
  min-height:48px;
  border:1px solid #e5e5e5 !important;
  border-radius:16px !important;
  padding:10px 13px !important;
  background:#fafafa !important;
  direction:rtl;
  text-align:right;
}

.woocommerce-checkout #billing_phone,
.woocommerce-checkout #billing_postcode,
.woocommerce-checkout #billing_email{
  direction:ltr !important;
  text-align:left !important;
}

.woocommerce-checkout .nik-checkout-country,
.woocommerce-checkout #billing_country_field{
  display:none !important;
}

.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_company_field,
.woocommerce-checkout #shipping_address_2_field{
  display:none !important;
}

.woocommerce-checkout .woocommerce-additional-fields{
  margin-top:18px;
}

.woocommerce-checkout #order_review{
  padding:22px;
  border:1px solid #eee;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 40px rgba(0,0,0,.04);
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
  text-align:right !important;
  line-height:2;
}

.woocommerce-checkout #place_order{
  width:100%;
  min-height:52px;
  border-radius:999px !important;
  font-weight:900 !important;
  font-size:16px !important;
}

@media(max-width:768px){
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout #order_review{
    padding:16px;
    border-radius:20px;
  }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last{
    width:100% !important;
    float:none !important;
  }
}

/* Checkout final Persian text boxes */
.nik-checkout-service-note{
  margin:16px 0;
  padding:16px 18px;
  border:1px solid #e5e5e5;
  border-radius:18px;
  background:#fafafa;
  color:#222;
  line-height:2;
}

.nik-checkout-service-note strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:#111;
}

.nik-checkout-service-note p{
  margin:4px 0;
  color:#444;
}

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
  direction:rtl;
  text-align:right;
  line-height:2;
  color:#444;
  font-size:13px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a{
  font-weight:800;
  color:#111;
  text-decoration:none !important;
  border:0 !important;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error{
  direction:rtl;
  text-align:right;
  line-height:2;
  border-radius:16px;
}

.woocommerce-checkout #payment ul.payment_methods li{
  direction:rtl;
  text-align:right;
  line-height:2;
}

.woocommerce-checkout #payment div.payment_box{
  direction:rtl;
  text-align:right;
  line-height:2;
  border-radius:16px;
  background:#f6f6f6;
}

.woocommerce-checkout #payment div.payment_box:before{
  display:none;
}
