/* Sepahan v2.77 - mobile toolbar/pagination + larger uncropped product images */

/* Keep toolbar and pagination independent from old inline percentage widths. */
html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar,
html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-pagination{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-right:0!important;
  margin-left:0!important;
  box-sizing:border-box!important;
}

html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar{
  overflow:hidden!important;
}
html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar .sepahan-sort-links{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

/* Product media uses its natural aspect ratio; never stretch or crop it. */
html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img{
  height:180px!important;
  min-height:180px!important;
  max-height:180px!important;
  padding:8px!important;
}
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,
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{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  aspect-ratio:auto!important;
}

@media(min-width:1024px){
  html body main#primary.sepahan-shop-page.sepahan-shop-layout-4-2 .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img{
    height:165px!important;min-height:165px!important;max-height:165px!important;
  }
  html body main#primary.sepahan-shop-page.sepahan-shop-layout-3-2 .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img,
  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{
    height:190px!important;min-height:190px!important;max-height:190px!important;
  }
  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:245px!important;min-height:245px!important;max-height:245px!important;
  }
}

/* Pagination is outside the product grid and owns a full row. */
html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-pagination{
  clear:both!important;
  margin-top:16px!important;
  padding:11px!important;
  border:1px solid var(--sepahan-border,#e2e8f0)!important;
  border-radius:16px!important;
  background:var(--sepahan-card,#fff)!important;
  overflow:hidden!important;
  text-align:center!important;
}
html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}
html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination::-webkit-scrollbar{display:none!important}
html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination > ul.page-numbers{
  display:inline-flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  min-width:min-content!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  float:none!important;
  direction:rtl!important;
  white-space:nowrap!important;
}
html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination > ul.page-numbers > li{
  display:block!important;
  flex:0 0 auto!important;
  margin:0 3px!important;
  padding:0!important;
  border:0!important;
  float:none!important;
}
html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination a.page-numbers,
html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination span.page-numbers{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:10px!important;
  box-sizing:border-box!important;
}

@media(max-width:767px){
  html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar{
    margin:0 0 12px!important;
    padding:9px 10px!important;
    border-radius:14px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar .sepahan-sort-links{
    display:flex!important;
    flex-flow:row nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    padding:1px 0 3px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-inline:contain!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar .sepahan-sort-links::-webkit-scrollbar{display:none!important}
  html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar .sepahan-sort-links > strong,
  html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar .sepahan-sort-links > a{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    white-space:nowrap!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar .sepahan-sort-links > strong{
    font-size:12px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-toolbar .sepahan-sort-links > a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:31px!important;
    padding:6px 8px!important;
    border-radius:9px!important;
    font-size:11px!important;
    line-height:1!important;
  }

  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card > .sepahan-product-inner{
    min-height:300px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img{
    height:142px!important;
    min-height:142px!important;
    max-height:142px!important;
    padding:5px!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:235px!important;
    min-height:235px!important;
    max-height:235px!important;
  }

  html body main#primary.sepahan-shop-page .sepahan-shop-content > .sepahan-shop-pagination{
    margin:12px 0 0!important;
    padding:8px 6px!important;
    border-radius:14px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination a.page-numbers,
  html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination span.page-numbers{
    width:33px!important;
    min-width:33px!important;
    max-width:33px!important;
    height:33px!important;
    min-height:33px!important;
    border-radius:9px!important;
    font-size:12px!important;
  }
  html body main#primary.sepahan-shop-page .sepahan-shop-pagination nav.woocommerce-pagination > ul.page-numbers > li{
    margin:0 2px!important;
  }
}

@media(max-width:380px){
  html body main#primary.sepahan-shop-page .sepahan-products-grid > ul.products > li.product.sepahan-product-card .sepahan-product-img{
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
  }
}
