/* Sepahan v2.76 - restore classic product-card proportions, prevent mobile overflow, fix category arrows */

/* Shop width safety: no child may enlarge the mobile viewport. */
html body main#primary.sepahan-shop-page,
html body main#primary.sepahan-shop-page .sepahan-shop-container,
html body main#primary.sepahan-shop-page .sepahan-shop-layout,
html body main#primary.sepahan-shop-page .sepahan-shop-content,
html body main#primary.sepahan-shop-page .sepahan-products-grid,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
html body main#primary.sepahan-shop-page{overflow-x:hidden!important}
html body main#primary.sepahan-shop-page .sepahan-shop-layout,
html body main#primary.sepahan-shop-page .sepahan-shop-content,
html body main#primary.sepahan-shop-page .sepahan-products-grid{overflow:visible!important}

/* Authoritative shop grid. */
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products.sepahan-shop-grid,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products.sepahan-products-loop{
  display:grid!important;
  grid-template-columns:repeat(var(--sepahan-shop-desktop-cols,4),minmax(0,1fr))!important;
  gap:16px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

/* Category controls: left control moves to later items, right control returns. */
html body main#primary.sepahan-shop-page .sepahan-shop-cats-shell-scroll{
  direction:ltr!important;
  grid-template-columns:44px minmax(0,1fr) 44px!important;
}
html body main#primary.sepahan-shop-page .sepahan-shop-cats-shell-scroll .sepahan-shop-cats-scroll{
  direction:rtl!important;
  min-width:0!important;
}
html body main#primary.sepahan-shop-page .sepahan-shop-cats-nav{
  direction:ltr!important;
}
html body main#primary.sepahan-shop-page .sepahan-shop-cats-nav svg{
  display:block!important;
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.5!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}

/* Restore the older compact card look, but keep the new price/rating positions. */
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  border:1px solid var(--sepahan-border,#e5e7eb)!important;
  border-radius:18px!important;
  background:var(--sepahan-card,#fff)!important;
  box-shadow:0 7px 20px rgba(15,23,42,.05)!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card > .sepahan-product-inner{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:100%!important;
  min-height:286px!important;
  padding:9px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  background:inherit!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-image-link{
  position:relative!important;
  display:block!important;
  flex:0 0 auto!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:128px!important;
  min-height:128px!important;
  max-height:128px!important;
  margin:0!important;
  padding:8px!important;
  overflow:hidden!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
  background:var(--sepahan-card,#fff)!important;
}
/* Strong specificity intentionally defeats legacy width:auto / oversized image rules. */
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-image-link .sepahan-product-img > img,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-image-link .sepahan-product-img > picture > img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0 auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border-radius:12px!important;
  box-sizing:border-box!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  gap:6px!important;
  padding:9px 3px 5px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-title,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-title > a{
  display:-webkit-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  overflow:hidden!important;
  color:var(--sepahan-text,#0f172a)!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:20px!important;
  text-align:right!important;
  white-space:normal!important;
  word-break:normal!important;
  text-decoration:none!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-meta-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  width:100%!important;
  min-width:0!important;
  min-height:44px!important;
  margin-top:auto!important;
  padding:0!important;
  gap:7px!important;
  direction:ltr!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized{
  grid-column:1!important;
  justify-self:start!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  color:var(--sepahan-product-price,#2563eb)!important;
  text-align:left!important;
  direction:rtl!important;
  overflow:hidden!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price del,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized del,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price ins,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized ins,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price .woocommerce-Price-amount,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized .woocommerce-Price-amount{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-align:left!important;
  box-sizing:border-box!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price del,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized del{
  font-size:10px!important;
  line-height:16px!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price ins,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized ins,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price > .woocommerce-Price-amount,
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized > .woocommerce-Price-amount{
  color:var(--sepahan-product-price,#2563eb)!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:19px!important;
  text-decoration:none!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-rating{
  grid-column:2!important;
  justify-self:end!important;
  align-self:end!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:2px!important;
  max-width:48px!important;
  margin:0 0 3px!important;
  padding:0!important;
  color:#f59e0b!important;
  font-size:10.5px!important;
  font-weight:850!important;
  line-height:1!important;
  direction:rtl!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}

/* View button must fill the free cell; only the cart button stays square. */
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-card-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 40px!important;
  align-items:center!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-top:auto!important;
  padding:5px 1px 1px!important;
  gap:7px!important;
  box-sizing:border-box!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-card-actions > a.sepahan-card-btn.sepahan-card-btn-light{
  display:flex!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:36px!important;
  min-height:36px!important;
  padding:0 12px!important;
  border-radius:11px!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-card-actions > a.sepahan-card-btn.sepahan-card-btn-icon{
  display:flex!important;
  width:40px!important;
  max-width:40px!important;
  min-width:40px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0!important;
  border-radius:11px!important;
  box-sizing:border-box!important;
}

@media(min-width:1024px){
  html body main#primary.sepahan-shop-page.sepahan-shop-layout-4-2 .sepahan-product-img{height:122px!important;min-height:122px!important;max-height:122px!important}
  html body main#primary.sepahan-shop-page.sepahan-shop-layout-3-2 .sepahan-product-img,
  html body main#primary.sepahan-shop-page.sepahan-shop-layout-3-1 .sepahan-product-img{height:148px!important;min-height:148px!important;max-height:148px!important}
  html body main#primary.sepahan-shop-page.sepahan-shop-layout-2-1 .sepahan-product-img{height:205px!important;min-height:205px!important;max-height:205px!important}
}

@media(max-width:1023px) and (min-width:768px){
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products.sepahan-shop-grid,
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products.sepahan-products-loop{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
}

@media(max-width:767px){
  html body main#primary.sepahan-shop-page .sepahan-shop-container{padding-right:10px!important;padding-left:10px!important}
  html body main#primary.sepahan-shop-page .sepahan-shop-layout{display:flex!important;flex-direction:column!important}
  html body main#primary.sepahan-shop-page .sepahan-shop-content{order:1!important}
  html body main#primary.sepahan-shop-page .sepahan-shop-sidebar{order:2!important;width:100%!important;max-width:100%!important;min-width:0!important}
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products.sepahan-shop-grid,
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products.sepahan-products-loop{
    grid-template-columns:repeat(var(--sepahan-shop-mobile-cols,2),minmax(0,1fr))!important;
    gap:10px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card{
    border-radius:15px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card > .sepahan-product-inner{
    min-height:260px!important;
    padding:7px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img{
    height:108px!important;
    min-height:108px!important;
    max-height:108px!important;
    padding:6px!important;
  }
  html body main#primary.sepahan-shop-page.sepahan-shop-layout-3-1 .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img,
  html body main#primary.sepahan-shop-page.sepahan-shop-layout-2-1 .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img{
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-body{
    padding:7px 2px 4px!important;
    gap:5px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-title,
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-title > a{
    min-height:36px!important;
    max-height:36px!important;
    font-size:11px!important;
    line-height:18px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-meta-row{
    min-height:42px!important;
    gap:4px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price ins,
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized ins,
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-price > .woocommerce-Price-amount,
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-price-normalized > .woocommerce-Price-amount{
    font-size:10.5px!important;
    line-height:17px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-rating{
    max-width:42px!important;
    font-size:9.5px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-card-actions{
    grid-template-columns:minmax(0,1fr) 36px!important;
    gap:6px!important;
    padding-top:4px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-card-actions > a.sepahan-card-btn.sepahan-card-btn-light{
    width:100%!important;
    min-width:0!important;
    height:33px!important;
    min-height:33px!important;
    padding:0 7px!important;
    font-size:10px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-card-actions > a.sepahan-card-btn.sepahan-card-btn-icon{
    width:36px!important;
    max-width:36px!important;
    min-width:36px!important;
    height:33px!important;
    min-height:33px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-shop-cats-shell-scroll{display:block!important}
}

@media(max-width:380px){
  html body main#primary.sepahan-shop-page .sepahan-shop-container{padding-right:8px!important;padding-left:8px!important}
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products.sepahan-shop-grid,
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products.sepahan-products-loop{gap:8px!important}
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card > .sepahan-product-inner{padding:6px!important}
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img{height:98px!important;min-height:98px!important;max-height:98px!important;padding:5px!important}
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-card-actions{grid-template-columns:minmax(0,1fr) 34px!important;gap:5px!important}
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-card-actions > a.sepahan-card-btn.sepahan-card-btn-icon{width:34px!important;max-width:34px!important;min-width:34px!important}
}
