/* Responsive category landing pages: Power Tools and Pipes & Fittings */
html,body{max-width:100%;overflow-x:hidden}
.store-footer.enhanced-footer{left:auto!important;margin-left:0!important;width:100%!important;max-width:100%!important}
.page-banner[data-section="power-tools"],
.page-banner[data-section="pipes-fittings"]{
  min-height:280px;
  display:flex;
  align-items:center;
  padding:70px 0;
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
}
.page-banner[data-section="power-tools"]:before,
.page-banner[data-section="pipes-fittings"]:before{
  background:linear-gradient(90deg,rgba(4,15,30,.92) 0%,rgba(6,26,50,.72) 48%,rgba(6,26,50,.16) 100%);
}
.page-banner[data-section] .container{width:100%;align-items:center}
.page-banner[data-section] h1{max-width:720px;font-size:clamp(38px,4.4vw,62px);line-height:1.05}
.page-banner[data-section] .page-banner-sub{max-width:620px;font-size:13px;line-height:1.6;color:#d9e7f5}

@media(min-width:1400px){
  .page-banner[data-section="power-tools"],
  .page-banner[data-section="pipes-fittings"]{min-height:320px;background-position:center}
  .catalog{max-width:1280px}
}

@media(max-width:980px){
  .page-banner[data-section="power-tools"],
  .page-banner[data-section="pipes-fittings"]{min-height:250px;padding:58px 0;background-position:62% center}
  .page-banner[data-section] h1{font-size:clamp(34px,6vw,50px)}
  .filter-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .filter-bar .fb-group{min-width:0;align-items:stretch;flex-direction:column}
  .filter-bar .fb-spacer{display:none}
  .filter-bar select,.filter-bar input,.filter-bar button.clear-filters{width:100%;min-width:0}
}

@media(max-width:680px){
  .page-banner[data-section="power-tools"],
  .page-banner[data-section="pipes-fittings"]{min-height:225px;padding:46px 0;background-position:68% center}
  .page-banner[data-section="power-tools"]:before,
  .page-banner[data-section="pipes-fittings"]:before{background:linear-gradient(90deg,rgba(4,15,30,.95) 0%,rgba(6,26,50,.78) 62%,rgba(6,26,50,.42) 100%)}
  .page-banner[data-section] .container{padding:0 18px}
  .page-banner[data-section] h1{font-size:clamp(30px,9vw,40px);max-width:88%;overflow-wrap:anywhere}
  .page-banner[data-section] .page-banner-sub{font-size:11px;max-width:85%}
  .filter-bar{grid-template-columns:1fr;padding:14px;margin-bottom:20px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}

@media(max-width:440px){
  .page-banner[data-section="power-tools"],
  .page-banner[data-section="pipes-fittings"]{min-height:210px;background-position:72% center}
  .page-banner[data-section] h1{font-size:29px;max-width:94%}
  .page-banner[data-section] .page-banner-sub{max-width:94%}
  .product-grid{grid-template-columns:1fr;gap:16px}
  .product-image{height:210px}
  .product-info{padding:16px}
}

[dir="rtl"] .page-banner[data-section="power-tools"]:before,
[dir="rtl"] .page-banner[data-section="pipes-fittings"]:before{
  background:linear-gradient(270deg,rgba(4,15,30,.94) 0%,rgba(6,26,50,.76) 50%,rgba(6,26,50,.22) 100%);
}
