/* SOURCE assets/css/product-list-v135.css */

/* V135 - Trang danh sách sản phẩm đồng bộ frontend VIFOOD */
.v135-product-list-page,
.product-list-page,
.category-page{
  width:100%;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:18px 20px 42px!important;
  box-sizing:border-box;
}

/* Header danh mục */
.v135-product-list-page h1,
.product-list-page h1,
.category-page h1{
  margin:8px 0 8px!important;
  font-size:28px!important;
  line-height:1.25!important;
  letter-spacing:-.4px;
  color:#082f22;
  font-weight:800;
}
.v135-product-list-page .category-description,
.product-list-page .category-description,
.category-page .category-description,
.v135-product-list-page .lead,
.product-list-page .lead{
  max-width:860px;
  margin:0 0 18px!important;
  font-size:13px!important;
  line-height:1.7!important;
  color:#66766f;
}

/* Toolbar */
.v135-product-toolbar,
.product-toolbar,
.category-toolbar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  padding:12px 14px!important;
  margin:14px 0 18px!important;
  border:1px solid #e1ebe6!important;
  border-radius:12px!important;
  background:#f8fbf9!important;
  box-shadow:0 4px 16px rgba(20,70,50,.035);
}
.v135-product-toolbar select,
.product-toolbar select,
.category-toolbar select,
.v135-product-toolbar input,
.product-toolbar input,
.category-toolbar input{
  min-height:38px!important;
  border:1px solid #d7e4dd!important;
  border-radius:9px!important;
  background:#fff!important;
  padding:0 11px!important;
  font-size:12.5px!important;
  color:#24483a!important;
  outline:none!important;
}
.v135-product-toolbar select:focus,
.product-toolbar select:focus,
.category-toolbar select:focus{
  border-color:#138249!important;
  box-shadow:0 0 0 3px rgba(19,130,73,.08)!important;
}

/* Product grid */
.v135-product-grid,
.product-list-page .product-grid,
.category-page .product-grid,
.product-list-page .v117-product-grid,
.category-page .v117-product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}

/* Unified card sizing */
.v135-product-list-page .v117-product-card,
.product-list-page .v117-product-card,
.category-page .v117-product-card,
.product-list-page .product-card,
.category-page .product-card{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  border:1px solid #e2ebe6!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(22,63,47,.05)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
.v135-product-list-page .v117-product-card:hover,
.product-list-page .v117-product-card:hover,
.category-page .v117-product-card:hover,
.product-list-page .product-card:hover,
.category-page .product-card:hover{
  transform:translateY(-3px)!important;
  border-color:#cfe2d8!important;
  box-shadow:0 12px 28px rgba(22,63,47,.09)!important;
}

/* Image: always equal square */
.v135-product-list-page .v117-product-media,
.product-list-page .v117-product-media,
.category-page .v117-product-media,
.product-list-page .product-img,
.category-page .product-img{
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
  position:relative!important;
}
.v135-product-list-page .v117-product-media img,
.product-list-page .v117-product-media img,
.category-page .v117-product-media img,
.product-list-page .product-img img,
.category-page .product-img img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* Card body */
.v135-product-list-page .v117-product-body,
.product-list-page .v117-product-body,
.category-page .v117-product-body{
  padding:12px 13px 14px!important;
}
.v135-product-list-page .v117-product-title,
.product-list-page .v117-product-title,
.category-page .v117-product-title{
  min-height:42px!important;
  margin:0 0 8px!important;
  font-size:15px!important;
  line-height:1.4!important;
  font-weight:800!important;
  color:#082f22!important;
}
.v135-product-list-page .v117-product-facts,
.product-list-page .v117-product-facts,
.category-page .v117-product-facts{
  min-height:72px!important;
  font-size:12px!important;
  line-height:1.55!important;
  color:#5e6e67!important;
}
.v135-product-list-page .v117-product-price,
.product-list-page .v117-product-price,
.category-page .v117-product-price{
  margin-top:10px!important;
}
.v135-product-list-page .v117-price-now,
.product-list-page .v117-price-now,
.category-page .v117-price-now{
  font-size:18px!important;
  font-weight:800!important;
  color:#ef2b2d!important;
}

/* Pagination */
.v135-pagination,
.product-list-page .pagination,
.category-page .pagination{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  flex-wrap:wrap!important;
  margin:28px 0 0!important;
}
.v135-pagination a,
.v135-pagination span,
.product-list-page .pagination a,
.product-list-page .pagination span,
.category-page .pagination a,
.category-page .pagination span{
  min-width:38px!important;
  height:38px!important;
  padding:0 11px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #dce7e1!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#315647!important;
  font-size:12px!important;
  text-decoration:none!important;
}
.v135-pagination .active,
.product-list-page .pagination .active,
.category-page .pagination .active,
.v135-pagination .current,
.product-list-page .pagination .current,
.category-page .pagination .current{
  background:#0c8649!important;
  border-color:#0c8649!important;
  color:#fff!important;
  font-weight:700!important;
}

/* Tablet */
@media(max-width:1024px){
  .v135-product-grid,
  .product-list-page .product-grid,
  .category-page .product-grid,
  .product-list-page .v117-product-grid,
  .category-page .v117-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
  }
}

/* Mobile */
@media(max-width:760px){
  .v135-product-list-page,
  .product-list-page,
  .category-page{
    padding:12px 12px 30px!important;
  }
  .v135-product-list-page h1,
  .product-list-page h1,
  .category-page h1{
    font-size:21px!important;
    margin-top:5px!important;
  }
  .v135-product-toolbar,
  .product-toolbar,
  .category-toolbar{
    padding:9px!important;
    gap:8px!important;
  }
  .v135-product-toolbar select,
  .product-toolbar select,
  .category-toolbar select{
    width:100%!important;
  }
  .v135-product-grid,
  .product-list-page .product-grid,
  .category-page .product-grid,
  .product-list-page .v117-product-grid,
  .category-page .v117-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .v135-product-list-page .v117-product-body,
  .product-list-page .v117-product-body,
  .category-page .v117-product-body{
    padding:9px 9px 10px!important;
  }
  .v135-product-list-page .v117-product-title,
  .product-list-page .v117-product-title,
  .category-page .v117-product-title{
    min-height:38px!important;
    font-size:13px!important;
  }
  .v135-product-list-page .v117-product-facts,
  .product-list-page .v117-product-facts,
  .category-page .v117-product-facts{
    min-height:62px!important;
    font-size:10.5px!important;
  }
  .v135-product-list-page .v117-price-now,
  .product-list-page .v117-price-now,
  .category-page .v117-price-now{
    font-size:15px!important;
  }
}


/* SOURCE assets/css/product-list-v136.css */

/* V136 - Trang danh sách sản phẩm theo mockup */
.v136-product-list-page{
  max-width:1180px!important;
  margin:0 auto!important;
  padding:14px 20px 42px!important;
}

/* Banner */
.v136-category-banner{
  position:relative;
  min-height:108px;
  margin:6px 0 14px;
  padding:20px 28px;
  display:grid;
  grid-template-columns:1.15fr .8fr .85fr;
  align-items:center;
  gap:22px;
  overflow:hidden;
  border:1px solid #e1e9e5;
  border-radius:14px;
  background:linear-gradient(90deg,#f7f3eb 0%,#fff 55%,#f2faf5 100%);
}
.v136-category-banner h1{
  margin:0 0 5px!important;
  font-size:26px!important;
  color:#0a6f42!important;
  letter-spacing:-.4px;
}
.v136-category-banner p{margin:0!important;font-size:12.5px!important;color:#537064}
.v136-banner-points{list-style:none;margin:0;padding:0;display:grid;gap:7px;font-size:12px;color:#31584a}
.v136-banner-points li:before{
  content:"✓";display:inline-flex;width:19px;height:19px;margin-right:7px;align-items:center;justify-content:center;
  border-radius:50%;background:#0b8b4e;color:#fff;font-weight:800;font-size:11px
}
.v136-banner-image{height:104px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}
.v136-banner-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}

/* 2-column page layout */
.v136-list-layout{
  display:grid;
  grid-template-columns:225px minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.v136-sidebar{
  border:1px solid #dfe9e4;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  position:sticky;
  top:92px;
}
.v136-sidebar-title{
  padding:13px 15px;
  background:#0b7c45;
  color:#fff;
  font-size:12.5px;
  font-weight:800;
}
.v136-sidebar-nav{display:flex;flex-direction:column}
.v136-sidebar-nav a{
  min-height:43px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid #edf2ef;color:#31564a;text-decoration:none;font-size:12px
}
.v136-sidebar-nav a:hover,.v136-sidebar-nav a.is-active{background:#eef8f2;color:#0a7542;font-weight:700}
.v136-delivery-box{
  margin:14px;padding:18px 14px;border-radius:10px;background:linear-gradient(135deg,#edf9f2,#f9fcfa);
  color:#0a6f42;text-align:center
}
.v136-delivery-box strong{display:block;font-size:18px;line-height:1.15}.v136-delivery-box small{display:block;margin-top:6px;font-size:10px;color:#557467}

/* Header & toolbar */
.v136-list-main h1{font-size:24px!important;margin:2px 0 4px!important}
.v136-list-main .category-description{font-size:12px!important;line-height:1.55!important;margin-bottom:10px!important}
.v136-toolbar{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(130px,1fr)) auto!important;
  gap:9px!important;
  padding:9px!important;
  margin:10px 0 12px!important;
  border-radius:10px!important;
}
.v136-toolbar label{font-size:11px;color:#5d7068}
.v136-toolbar select{width:100%;min-height:36px!important}

/* Grid */
.v136-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
.v136-product-grid .v117-product-card,
.v136-product-grid .product-card{
  border-radius:11px!important;
  box-shadow:0 3px 12px rgba(25,64,49,.05)!important;
}
.v136-product-grid .v117-product-media,
.v136-product-grid .product-img{
  aspect-ratio:1/1!important;
}
.v136-product-grid .v117-product-title{
  min-height:36px!important;
  font-size:13px!important;
}
.v136-product-grid .v117-product-facts{
  min-height:58px!important;
  font-size:10.5px!important;
}
.v136-product-grid .v117-price-now{font-size:16px!important}
.v136-product-grid .v117-product-body{padding:9px 10px 10px!important}
.v136-product-grid .v117-product-actions{margin-top:8px!important}
.v136-product-grid .v117-product-actions a{
  min-height:34px!important;font-size:11px!important;border-radius:18px!important
}

/* Pagination */
.v136-pagination{margin-top:18px!important}
.v136-pagination a,.v136-pagination span{min-width:34px!important;height:34px!important;border-radius:8px!important}

/* Responsive */
@media(max-width:1050px){
  .v136-list-layout{grid-template-columns:190px minmax(0,1fr);gap:14px}
  .v136-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .v136-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .v136-product-list-page{padding:10px 12px 28px!important}
  .v136-category-banner{grid-template-columns:1fr;padding:15px;min-height:0}
  .v136-banner-image{display:none}
  .v136-banner-points{grid-template-columns:1fr}
  .v136-list-layout{display:block}
  .v136-sidebar{display:none}
  .v136-toolbar{grid-template-columns:1fr!important}
  .v136-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .v136-product-grid .v117-product-media,.v136-product-grid .product-img{aspect-ratio:1/1!important}
}


/* SOURCE assets/css/product-list-v137.css */
/* V137 - render thật cho route danh mục sản phẩm */
.v137-product-list-page{padding-top:10px!important}
.v137-list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:4px 0 8px}
.v137-list-heading h1{font-size:24px!important;margin:0 0 4px!important}
.v137-list-heading h1 small{font-size:12px;color:#75837d;font-weight:500}
.v137-toolbar label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:7px;min-width:0}
.v137-toolbar label select{min-width:0}
.v137-product-grid .v117-product-media{aspect-ratio:1/1!important}
.v137-product-grid .v117-product-media>img{object-fit:cover!important}
.v137-product-grid .v117-product-card{height:100%!important;display:flex!important;flex-direction:column!important}
.v137-product-grid .v117-product-body{display:flex!important;flex:1!important;flex-direction:column!important}
.v137-product-grid .v117-product-actions{margin-top:auto!important}
.v137-category-copy{margin-top:28px;padding-top:22px;border-top:1px solid #e5ece8}
@media(max-width:760px){
 .v137-toolbar label{grid-template-columns:1fr;gap:4px}
 .v137-product-grid .v117-product-media{aspect-ratio:1/1!important}
 .v137-list-heading h1{font-size:20px!important}
}
