/* Master Palm patch 251: product zoom, cordless MSRP notices, and catalog spacing fixes. */
body.masterpalm-store-white .mpb2b-catalog-layout{
  grid-template-columns:245px minmax(0,1fr)!important;
}
body.masterpalm-store-white .mpb2b-catalog-aside{
  display:none!important;
}
body.masterpalm-store-white .mpb2b-catalog-results{
  min-width:0;
  width:100%;
}
body.masterpalm-store-white .mpb2b-product-grid-catalog{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;
  align-items:stretch;
}
body.masterpalm-store-white .mpb2b-product-grid-catalog > .mpb2b-product-card{
  width:100%;
}
body.masterpalm-store-white .mpb2b-product-media{
  aspect-ratio:16/9;
  min-height:0!important;
  background-color:#fff!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
body.masterpalm-store-white .mpb2b-gallery-main{
  display:block;
  padding:0;
  width:100%;
  border:0;
  cursor:zoom-in;
  background-color:#fff;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  appearance:none;
  -webkit-appearance:none;
}
body.masterpalm-store-white .mpb2b-gallery-main:focus-visible,
body.masterpalm-store-white .mpb2b-thumb:focus-visible{
  outline:3px solid rgba(215,25,33,.35);
  outline-offset:3px;
}
body.masterpalm-store-white .mpb2b-gallery-zoom{
  pointer-events:none;
}
.mpb2b-image-zoom-open{
  overflow:hidden;
}
.mpb2b-image-zoom-modal{
  position:fixed;
  inset:0;
  z-index:20000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(5,8,12,.88);
  backdrop-filter:blur(8px);
}
.mpb2b-image-zoom-modal.is-open{
  display:flex;
}
.mpb2b-image-zoom-modal__stage{
  width:min(1180px,96vw);
  height:min(760px,86vh);
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(255,255,255,.28);
  border-radius:16px;
  box-shadow:0 24px 80px rgba(0,0,0,.48);
  padding:18px;
}
.mpb2b-image-zoom-modal__stage img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}
.mpb2b-image-zoom-modal__close{
  position:fixed;
  top:18px;
  right:22px;
  z-index:20001;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:#d71921;
  color:#fff;
  font-size:30px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.mpb2b-cordless-note,
.mpb2b-cordless-buybox-note,
.mpb2b-cordless-detail-notice{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-top:10px;
  padding:10px 11px;
  border:1px solid rgba(244,123,32,.35);
  border-left:4px solid #f47b20;
  border-radius:6px;
  background:#fff7ed;
  color:#602a08;
  font-size:.78rem;
  line-height:1.35;
  font-weight:850;
}
.mpb2b-cordless-note i,
.mpb2b-cordless-buybox-note i,
.mpb2b-cordless-detail-notice i{
  color:#d71921;
  margin-top:1px;
  flex:0 0 auto;
}
.mpb2b-cordless-detail-notice{
  margin-top:14px;
  font-size:.88rem;
}
@media (min-width:1201px){
  body.masterpalm-store-white .mpb2b-product-grid-catalog{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}
@media (max-width:1200px){
  body.masterpalm-store-white .mpb2b-catalog-layout{
    grid-template-columns:230px minmax(0,1fr)!important;
  }
  body.masterpalm-store-white .mpb2b-product-grid-catalog{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media (max-width:900px){
  body.masterpalm-store-white .mpb2b-catalog-layout{
    grid-template-columns:1fr!important;
  }
  body.masterpalm-store-white .mpb2b-product-grid-catalog{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .mpb2b-image-zoom-modal{
    padding:14px;
  }
  .mpb2b-image-zoom-modal__stage{
    width:96vw;
    height:78vh;
    padding:10px;
    border-radius:12px;
  }
}
@media (max-width:560px){
  body.masterpalm-store-white .mpb2b-product-grid-catalog{
    grid-template-columns:1fr!important;
  }
}
