@media (max-width: 1024px){
  .ept-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
  .ept-layout{grid-template-columns: 260px 1fr;}
}

@media (max-width: 780px){
  .ept-header__nav{display:none;}
  .ept-layout{grid-template-columns: 1fr;}
  .ept-sidebar{position:relative; top:auto;}
  .ept-cats{
    display:grid;
    grid-auto-flow:column;
    grid-template-rows:repeat(3, auto);
    gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:10px;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
  }
  .ept-cats > li{min-width:170px; scroll-snap-align:start;}
  .ept-cat-btn{padding:12px 12px;}
  .ept-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
  .ept-container{width:calc(100% - 24px);}
  .ept-card__body{padding:12px;}
  .ept-card__title{font-size:13px;}
  .ept-btn{padding:12px 12px;}

  .ept-single__grid{grid-template-columns: 1fr;}
  .ept-single__actions{flex-direction:column; gap:10px;}
  .ept-single__gallery .woocommerce-product-gallery{max-width:100%;}

  .ept-cart__grid{grid-template-columns: 1fr;}
  .ept-checkout__grid{grid-template-columns: 1fr;}

  .woocommerce .shop_table,
  .woocommerce table.shop_table{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .woocommerce form .form-row{width:100% !important;}
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select{
    font-size:16px;
  }

  .ept-footer__inner{grid-template-columns:1fr;}
}
