/* =========================================================
   BẾP HỒNG - BẾP GAS KAFF / CATEGORY CSS V2
   File: Assets/bephong-bep-gas-kaff.css
   Gồm:
   1) Layout full-width không sidebar
   2) SEO Bottom editorial, căn theo khung TOP
   3) Bảng model responsive
========================================================= */

/* ===== 1. LAYOUT KHÔNG SIDEBAR ===== */
body.bephong-theme-luxury .bph-collection-layout--no-sidebar{
  grid-template-columns:minmax(0,1fr)!important;
  gap:0!important;
}
body.bephong-theme-luxury .bph-collection-layout--no-sidebar > .bph-collection-main{
  grid-column:1/-1!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body.bephong-theme-luxury .bph-collection-layout--no-sidebar .bph-collection-toolbar,
body.bephong-theme-luxury .bph-collection-layout--no-sidebar .bph-collection-products{
  width:100%!important;
  min-width:0!important;
}

/* ===== 2. SEO BOTTOM KAFF ===== */
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom{
  width:100%;
  max-width:none;
  margin:32px 0 0;
  padding:24px 26px 22px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  box-sizing:border-box;
}

body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-category-desc__content{
  width:100%;
  max-width:none;
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:15px;
  line-height:1.76;
}

/* H2 */
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2{
  position:relative;
  margin:30px 0 12px;
  padding:0 0 0 15px;
  color:#fff;
  font-size:20px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:-.01em;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2:first-child{margin-top:0;}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2:before{
  content:"";
  position:absolute;
  left:0;
  top:.22em;
  width:4px;
  height:1.05em;
  border-radius:999px;
  background:#D8AE62;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2:not(:first-child){
  padding-top:24px;
  border-top:1px solid rgba(216,174,98,.09);
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2:not(:first-child):before{
  top:calc(24px + .22em);
}

/* H3 */
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h3{
  margin:18px 0 7px;
  padding:0;
  border:0;
  color:#E9C873;
  font-size:15.5px;
  line-height:1.45;
  font-weight:760;
}

/* Nội dung */
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom p{
  margin:0 0 12px;
  color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:1.76;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom strong{
  color:#fff;
  font-weight:760;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom a{
  color:#E5BE68;
  text-decoration:none;
  font-weight:700;
  border-bottom:1px solid rgba(229,190,104,.28);
}
@media(hover:hover) and (pointer:fine){
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom a:hover{
    color:#F2D68B;
    border-color:#F2D68B;
  }
}

/* Checklist */
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 10px;
  margin:14px 0 18px;
  padding:0;
  list-style:none;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom li{
  position:relative;
  min-width:0;
  margin:0;
  padding:10px 12px 10px 32px;
  border:1px solid rgba(216,174,98,.10);
  border-radius:9px;
  background:rgba(255,255,255,.02);
  color:rgba(255,255,255,.82);
  line-height:1.55;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom li:before{
  content:"✓";
  position:absolute;
  left:12px;
  top:10px;
  color:#D8AE62;
  font-weight:900;
}

/* ===== 3. BẢNG MODEL ===== */
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-kaff-table-wrap{
  width:100%;
  margin:16px 0 18px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid rgba(216,174,98,.12);
  border-radius:10px;
  background:rgba(255,255,255,.018);
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-kaff-table{
  width:100%;
  min-width:920px;
  border-collapse:collapse;
  table-layout:auto;
  color:rgba(255,255,255,.84);
  font-size:14px;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-kaff-table th{
  padding:12px 13px;
  background:rgba(216,174,98,.08);
  color:#F0D48A;
  text-align:left;
  font-weight:800;
  line-height:1.4;
  border-bottom:1px solid rgba(216,174,98,.16);
  white-space:nowrap;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-kaff-table td{
  padding:11px 13px;
  vertical-align:top;
  border-bottom:1px solid rgba(216,174,98,.08);
  line-height:1.5;
}
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-kaff-table tbody tr:last-child td{
  border-bottom:0;
}
@media(hover:hover) and (pointer:fine){
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-kaff-table tbody tr:hover{
    background:rgba(255,255,255,.025);
  }
}

/* Xem thêm / Thu gọn */
body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-category-desc__toggle{
  display:block;
  min-width:112px;
  margin:24px auto 0;
  padding:9px 18px;
  border:1px solid rgba(216,174,98,.38);
  border-radius:999px;
  background:transparent;
  color:#E7C56E;
  font-weight:800;
  line-height:1.2;
  cursor:pointer;
}
@media(hover:hover) and (pointer:fine){
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-category-desc__toggle:hover{
    background:rgba(216,174,98,.07);
    border-color:rgba(216,174,98,.62);
    color:#F2D88E;
  }
}

body.bephong-theme-luxury .bph-gas-kaff-desc .bph-category-desc__toggle{
  font-weight:800;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1199px){
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom{
    padding:22px 22px 20px;
  }
}
@media(max-width:991px){
  body.bephong-theme-luxury .bph-collection-layout--no-sidebar{
    display:block!important;
  }
  body.bephong-theme-luxury .bph-collection-layout--no-sidebar > .bph-collection-main{
    width:100%!important;
  }
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom{
    margin-top:26px;
    padding:20px 18px 18px;
  }
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2{font-size:18.5px;}
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h3{font-size:15px;}
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom p,
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-category-desc__content{
    font-size:14.5px;
  }
}
@media(max-width:767px){
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom{
    margin-top:20px;
    padding:18px 14px 16px;
  }
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2{
    margin-top:26px;
    padding-left:13px;
    font-size:17.5px;
  }
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2:before{width:3px;}
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2:not(:first-child){
    padding-top:21px;
  }
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2:not(:first-child):before{
    top:calc(21px + .22em);
  }
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h3{
    margin-top:16px;
    font-size:14.5px;
  }
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom ul{
    grid-template-columns:1fr;
    gap:7px;
  }
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-category-desc__toggle{
    min-height:42px;
    margin-top:20px;
  }
}
@media(max-width:374px){
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h2{font-size:17px;}
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom h3{font-size:14px;}
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom p,
  body.bephong-theme-luxury .bph-gas-kaff-seo-bottom .bph-category-desc__content{
    font-size:14px;
    line-height:1.7;
  }
}