/* =========================================================
   BẾP HỒNG - FILTER BẾP GAS ÂM V1
   File: Assets/bephong-filter-bep-gas-am.css
   Namespace riêng: .bph-filter-gas
========================================================= */
body.bephong-theme-luxury .bph-filter-gas{width:100%;min-width:0;}
body.bephong-theme-luxury .bph-filter-gas .bph-filter-shell{width:100%;}
@media(max-width:991px){body.bephong-theme-luxury .bph-filter-gas{width:100%;}}

/* BẾP HỒNG - FILTER BẾP GAS ÂM RESPONSIVE V1.1 */
body.bephong-theme-luxury .bph-filter-gas .bph-filter-options{min-width:0;}
body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-option]{min-width:0;max-width:100%;box-sizing:border-box;}
body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-option] span:last-child{min-width:0;white-space:normal;overflow-wrap:break-word;word-break:normal;line-height:1.25;}

body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="brand"] .bph-filter-options,
body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="origin"] .bph-filter-options,
body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="installation"] .bph-filter-options,
body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="zones"] .bph-filter-options,
body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="color"] .bph-filter-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}

body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="stove_type"] .bph-filter-options,
body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="price"] .bph-filter-options{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;}

body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-option]{min-height:42px;display:flex;align-items:center;}

@media(max-width:1199px){
  body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group] .bph-filter-options{gap:7px;}
  body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-option]{font-size:13px;}
}

@media(max-width:991px){
  body.bephong-theme-luxury .bph-filter-gas,
  body.bephong-theme-luxury .bph-filter-gas .bph-filter-shell{width:100%;max-width:none;}
}

@media(max-width:575px){
  body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group] .bph-filter-options{gap:7px;}
  body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-option]{min-height:40px;font-size:13px;padding-left:10px;padding-right:10px;}
}

@media(max-width:359px){
  body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="brand"] .bph-filter-options,
  body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-group="origin"] .bph-filter-options{grid-template-columns:minmax(0,1fr);}
  body.bephong-theme-luxury .bph-filter-gas [data-bph-filter-option]{font-size:12.5px;}
}