/* =========================================================
   home_b2b.css — новая B2B-главная Agroshop.site
   Hero / категории / плашки / рекламные блоки.
   Карточки объявлений здесь не трогаем.
   ========================================================= */

/* Пока файл создан как отдельный слой.
   Следующим шагом сюда переносим только стили новой главной. */

/* =========================================================
   HOME B2B 2026 — главная Agroshop.site
   Изолированный слой: карточки объявлений не трогаем
   ========================================================= */

.home-b2b-page{
  width:100%;
  box-sizing:border-box;
}

.home-b2b-hero{
  width:min(100% - 20px, 1680px);
  min-height:260px;
  margin:10px auto 12px;
  padding:34px 54px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:minmax(360px, 0.92fr) minmax(520px, 1.08fr);
  align-items:center;
  gap:26px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(4,111,73,.12);
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.98) 0 11%, transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 32%, rgba(235,249,238,.74) 58%, rgba(222,244,229,.9) 100%);
  box-shadow:0 12px 36px rgba(16,66,40,.10);
  position:relative;
}

.home-b2b-hero::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:82px;
  background:linear-gradient(0deg, rgba(71,154,65,.23), transparent);
  pointer-events:none;
}

.home-b2b-hero__text{
  position:relative;
  z-index:2;
}

.home-b2b-hero h1{
  margin:0 0 16px;
  color:#073f22;
  font-size:clamp(32px, 3.1vw, 56px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
}

.home-b2b-hero p{
  max-width:520px;
  margin:0 0 22px;
  color:#385044;
  font-size:18px;
  line-height:1.42;
  font-weight:500;
}

.home-b2b-hero__actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.home-b2b-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 20px;
  border-radius:10px;
  text-decoration:none !important;
  font-size:15px;
  line-height:1;
  font-weight:900;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.home-b2b-btn:hover{
  transform:translateY(-1px);
}

.home-b2b-btn--primary{
  color:#fff !important;
  background:#078240;
  box-shadow:0 10px 24px rgba(7,130,64,.24);
}

.home-b2b-btn--secondary{
  color:#0b4d2b !important;
  background:#fff;
  border:2px solid #138343;
  box-shadow:0 8px 22px rgba(0,0,0,.07);
}

.home-b2b-hero__media{
  position:relative;
  z-index:1;
  min-height:220px;
}

.home-b2b-hero__bubble{
  position:absolute;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(18,80,45,.14);
}

.home-b2b-hero__bubble img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.home-b2b-hero__bubble--tractor{
  left:2%;
  top:22px;
  width:42%;
  height:175px;
}

.home-b2b-hero__bubble--agro{
  left:35%;
  top:0;
  width:31%;
  height:215px;
}

.home-b2b-hero__bubble--crop{
  right:0;
  top:28px;
  width:36%;
  height:170px;
}

.home-b2b-page .home_category_tiles.home-b2b-cats{
  width:min(100% - 20px, 1680px) !important;
  margin:0 auto 14px !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(10, minmax(0, 1fr)) !important;
  gap:10px !important;
  overflow:visible !important;
}

.home-b2b-page .home_category_tile{
  min-width:0 !important;
  width:auto !important;
  max-width:none !important;
  min-height:96px !important;
  flex:initial !important;
  padding:12px 8px !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  gap:8px !important;
  text-align:center !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#10271b !important;
  border:1px solid rgba(8,90,45,.10) !important;
  box-shadow:0 8px 22px rgba(17,70,38,.07) !important;
}

.home-b2b-page .home_category_tile:hover{
  background:#f7fff9 !important;
  box-shadow:0 12px 28px rgba(17,70,38,.12) !important;
}

.home-b2b-page .home_category_tile img{
  width:34px !important;
  height:34px !important;
  flex:0 0 34px !important;
}

.home-b2b-page .home_category_tile span{
  font-size:13px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  white-space:normal !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
}

.home-b2b-section-title,.home-b2b-section-head{width:calc(100% - 20px);margin:0 auto 8px;}

.home-b2b-section-title,
.home-b2b-section-head h2{
  color:#161f1a;
  font-size:22px;
  line-height:1.15;
  font-weight:900;
}

.home-b2b-section-title{
  display:block;
}

.home-b2b-section-title--new{
  margin-top:16px;
}

.home-b2b-stats{
  width:100%;
  margin:14px auto 14px;
  padding:13px 18px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:0;
  border-radius:14px;
  background:linear-gradient(90deg, #f4fbf5, #ffffff, #f3faf4);
  border:1px solid rgba(5,104,51,.09);
  box-shadow:0 8px 24px rgba(0,0,0,.045);
}

.home-b2b-stats div{
  min-width:0;
  padding:4px 14px;
  border-right:1px solid rgba(0,0,0,.08);
}

.home-b2b-stats div:last-child{
  border-right:0;
}

.home-b2b-stats strong{
  display:block;
  color:#07592e;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

.home-b2b-stats span{
  display:block;
  margin-top:3px;
  color:#4a5f52;
  font-size:12px;
  line-height:1.18;
  font-weight:600;
}

.home-b2b-promos{
  width:100%;
  margin:4px auto 8px;
}

.home-b2b-promos #home-promos.hero-banner{
  margin:0 !important;
}

.home-b2b-promos #home-promos .promo{
  border-radius:14px !important;
  box-shadow:0 8px 24px rgba(0,0,0,.07) !important;
}

@media (max-width: 991.98px){
  .home-b2b-hero{
    width:calc(100% - 20px);
    min-height:auto;
    margin:6px auto 10px;
    padding:22px 16px 18px;
    grid-template-columns:1fr;
    gap:14px;
    border-radius:16px;
  }

  .home-b2b-hero h1{
    font-size:30px;
    line-height:1.02;
    letter-spacing:-.035em;
  }

  .home-b2b-hero p{
    max-width:100%;
    margin-bottom:14px;
    font-size:14px;
    line-height:1.34;
  }

  .home-b2b-hero__actions{
    gap:8px;
  }

  .home-b2b-btn{
    min-height:40px;
    padding:0 12px;
    font-size:12px;
    border-radius:9px;
  }

  .home-b2b-hero__media{
    min-height:120px;
  }

  .home-b2b-hero__bubble{
    border-radius:14px;
  }

  .home-b2b-hero__bubble--tractor{
    left:0;
    top:10px;
    width:42%;
    height:92px;
  }

  .home-b2b-hero__bubble--agro{
    left:34%;
    top:0;
    width:32%;
    height:112px;
  }

  .home-b2b-hero__bubble--crop{
    right:0;
    top:12px;
    width:34%;
    height:92px;
  }

  .home-b2b-page .home_category_tiles.home-b2b-cats{
    width:calc(100% - 20px) !important;
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
    gap:7px !important;
    margin-bottom:10px !important;
  }

  .home-b2b-page .home_category_tile{
    min-height:74px !important;
    padding:7px 3px !important;
    border-radius:12px !important;
    gap:4px !important;
  }

  .home-b2b-page .home_category_tile img{
    width:28px !important;
    height:28px !important;
    flex-basis:28px !important;
  }

  .home-b2b-page .home_category_tile span{
    font-size:9px !important;
    line-height:1.08 !important;
  }

  .home-b2b-section-title,
  .home-b2b-section-head{
    width:calc(100% - 20px);
    margin:10px auto 7px;
  }

  .home-b2b-section-title,
  .home-b2b-section-head h2{
    font-size:18px;
  }

  .home-b2b-stats{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
    padding:10px;
  }

  .home-b2b-stats div{
    padding:8px;
    border-right:0;
    border-radius:10px;
    background:rgba(255,255,255,.72);
  }

  .home-b2b-stats strong{
    font-size:14px;
  }

  .home-b2b-stats span{
    font-size:10px;
  }
}

@media (min-width: 992px) and (max-width: 1280px){
  .home-b2b-page .home_category_tiles.home-b2b-cats{
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  }
}

/* 2026-05-09 CLEAN HOME FINAL
   Один слой для B2B-главной: hero / full-width blocks / stats / mobile.
   Ниже этого блока не должно быть дублей hero.
*/

/* Белый фон страницы */
body,
body .content,
.home-b2b-page{
  background:#fff !important;
}

body .content{
  padding-top:0 !important;
}

/* Ширина главной */
@media (min-width:768px){
  body .home-b2b-page{
    width:calc(100% - 20px) !important;
    max-width:none !important;
    margin:0 auto !important;
  }
}

/* Hero: только один слой — background-image. Старые bubble/media выключены. */
body .home-b2b-page .home-b2b-hero{
  position:relative !important;
  overflow:hidden !important;
  border:1px solid rgba(25,95,38,.12) !important;
  box-shadow:none !important;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.86) 34%, rgba(255,255,255,.12) 58%, rgba(255,255,255,0) 100%),
    url("../images/home_hero_b2b_desktop.65747c3f190a.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

body .home-b2b-page .home-b2b-hero::before,
body .home-b2b-page .home-b2b-hero::after,
body .home-b2b-page .home-b2b-hero__media,
body .home-b2b-page .home-b2b-hero__bubble,
body .home-b2b-page .home-b2b-hero picture,
body .home-b2b-page .home-b2b-hero > img{
  content:none !important;
  display:none !important;
  background:none !important;
}

body .home-b2b-page .home-b2b-hero__text,
body .home-b2b-page .home-b2b-hero__content{
  position:relative !important;
  z-index:2 !important;
  max-width:560px !important;
}

/* Desktop hero */
@media (min-width:1280px){
  body .home-b2b-page .home-b2b-hero{
    width:100% !important;
    min-height:260px !important;
    height:260px !important;
    margin:0 0 16px !important;
    padding:34px 64px !important;
    border-radius:16px !important;
    display:flex !important;
    align-items:center !important;
  }

  body .home-b2b-page .home-b2b-hero h1{
    font-size:40px !important;
    line-height:1.08 !important;
    letter-spacing:-1.2px !important;
    margin:0 0 14px !important;
  }

  body .home-b2b-page .home-b2b-hero p{
    font-size:18px !important;
    line-height:1.35 !important;
    margin:0 0 18px !important;
  }
}

/* Tablet hero */
@media (min-width:768px) and (max-width:1279.98px){
  body .home-b2b-page .home-b2b-hero{
    min-height:300px !important;
    height:auto !important;
    margin:0 0 14px !important;
    padding:34px 52px !important;
    border-radius:16px !important;
    display:flex !important;
    align-items:center !important;
    background-position:center right !important;
  }

  body .home-b2b-page .home-b2b-hero h1{
    font-size:36px !important;
    line-height:1.08 !important;
    margin:0 0 18px !important;
  }

  body .home-b2b-page .home-b2b-hero p{
    font-size:18px !important;
    line-height:1.35 !important;
    margin:0 0 22px !important;
    max-width:500px !important;
  }
}

/* Mobile hero */
@media (max-width:767.98px){
  body .home-b2b-page .home-b2b-hero{
    width:calc(100% - 20px) !important;
    min-height:auto !important;
    height:auto !important;
    margin:0 auto 12px !important;
    padding:28px 18px 24px !important;
    border-radius:16px !important;
    background-image:
      linear-gradient(90deg, rgba(255,255,255,.68) 0%, rgba(255,255,255,.38) 46%, rgba(255,255,255,.04) 100%),
      url("../images/home_hero_b2b_desktop.65747c3f190a.webp") !important;
    background-size:cover !important;
    background-position:center right !important;
    background-repeat:no-repeat !important;
  }

  body .home-b2b-page .home-b2b-hero h1{
    font-size:30px !important;
    line-height:1.08 !important;
    margin:0 0 16px !important;
  }

  body .home-b2b-page .home-b2b-hero p{
    font-size:16px !important;
    line-height:1.35 !important;
    margin:0 0 18px !important;
  }

  body .home-b2b-page .home-b2b-hero__actions{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    width:100% !important;
    margin:0 !important;
  }

  body .home-b2b-page .home-b2b-btn{
    width:100% !important;
    min-height:44px !important;
    height:44px !important;
    box-sizing:border-box !important;
  }
}

/* Кнопка Разместить — плюс в кружочке */
body .home-b2b-page .home-b2b-btn--primary{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  height:48px !important;
  padding:0 22px !important;
  border-radius:10px !important;
  background:#078c3c !important;
  color:#fff !important;
  font-size:0 !important;
  font-weight:800 !important;
  box-shadow:0 8px 18px rgba(7,140,60,.18) !important;
}

body .home-b2b-page .home-b2b-btn--primary::before{
  content:"+" !important;
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  border:2px solid #fff !important;
  border-radius:50% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  font-size:17px !important;
  line-height:1 !important;
  font-weight:900 !important;
  box-sizing:border-box !important;
}

body .home-b2b-page .home-b2b-btn--primary::after{
  content:"Разместить объявление" !important;
  font-size:16px !important;
  line-height:1 !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}

@media (max-width:767.98px){
  body .home-b2b-page .home-b2b-btn--primary{
    height:44px !important;
    padding:0 18px !important;
  }

  body .home-b2b-page .home-b2b-btn--primary::before{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    font-size:15px !important;
  }

  body .home-b2b-page .home-b2b-btn--primary::after{
    font-size:14px !important;
  }
}

/* Лупа во второй кнопке */
body .home-b2b-page .home-b2b-btn--secondary{
  gap:10px !important;
}

body .home-b2b-page .home-b2b-btn__search-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:22px !important;
  height:22px !important;
  font-size:26px !important;
  line-height:1 !important;
  font-weight:900 !important;
  transform:translateY(-1px) !important;
}

/* Внутренние блоки внутри product_table должны занимать всю строку */
body .home-products-wrap .product_table > .home-b2b-stats,
body .home-products-wrap .product_table > .home-b2b-promos,
body .home-products-wrap .product_table > .home-b2b-section-title,
body .home-products-wrap .product_table > .home-b2b-section-title--new,
body .home-products-wrap .product_table > .home-b2b-section-head{
  flex:0 0 100% !important;
  width:100% !important;
  max-width:100% !important;
  min-width:100% !important;
  grid-column:1 / -1 !important;
  box-sizing:border-box !important;
  clear:both !important;
}

/* Stats */
body .home-b2b-page .home-b2b-stats{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:0 !important;
  padding:14px 18px !important;
  align-items:center !important;
  margin:18px 0 !important;
}

body .home-b2b-page .home-b2b-stats div{
  display:grid !important;
  grid-template-columns:42px minmax(0, 1fr) !important;
  grid-template-rows:auto auto !important;
  column-gap:12px !important;
  align-items:center !important;
  min-height:52px !important;
  padding:6px 18px !important;
  box-sizing:border-box !important;
}

body .home-b2b-page .home-b2b-stats div img{
  grid-column:1 !important;
  grid-row:1 / 3 !important;
  width:34px !important;
  height:34px !important;
  max-width:34px !important;
  max-height:34px !important;
  display:block !important;
}

body .home-b2b-page .home-b2b-stats div strong{
  grid-column:2 !important;
  font-size:18px !important;
  line-height:1.05 !important;
  margin:0 !important;
}

body .home-b2b-page .home-b2b-stats div span{
  grid-column:2 !important;
  font-size:12px !important;
  line-height:1.15 !important;
  margin:2px 0 0 !important;
}

/* Mobile stats — одна аккуратная колонка */
@media (max-width:767.98px){

  body .home-products-wrap .product_table > .home-b2b-stats,
  body .home-products-wrap .product_table > .home-b2b-promos,
  body .home-products-wrap .product_table > .home-b2b-section-title,
  body .home-products-wrap .product_table > .home-b2b-section-title--new,
  body .home-products-wrap .product_table > .home-b2b-section-head{
    width:calc(100% - 20px) !important;
    min-width:calc(100% - 20px) !important;
    max-width:calc(100% - 20px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  body .home-products-wrap .product_table > .home-b2b-promos img,
  body .home-products-wrap .product_table > .home-b2b-promos a,
  body .home-products-wrap .product_table > .home-b2b-promos div{
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  body .home-products-wrap .product_table > .home-b2b-stats{
    width:calc(100% - 20px) !important;
    min-width:calc(100% - 20px) !important;
    max-width:calc(100% - 20px) !important;
    margin:14px auto 16px !important;
    padding:10px !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  body .home-b2b-page .home-b2b-stats div{
    width:100% !important;
    min-width:0 !important;
    grid-template-columns:42px minmax(0,1fr) !important;
    column-gap:12px !important;
    padding:8px 10px !important;
    border-right:0 !important;
  }

  body .home-b2b-page .home-b2b-stats div strong{
    font-size:15px !important;
    line-height:1.1 !important;
  }

  body .home-b2b-page .home-b2b-stats div span{
    font-size:11px !important;
    line-height:1.15 !important;
  }
}

/* 2026-05-09 FINAL: mobile stats + promo flush with product grid */
@media (max-width:767.98px){
  body .home-products-wrap .product_table > .home-b2b-stats,
  body .home-products-wrap .product_table > .home-b2b-promos{
    flex:0 0 100% !important;
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
    grid-column:1 / -1 !important;
  }

  body .home-products-wrap .product_table > .home-b2b-stats{
    margin-top:14px !important;
    margin-bottom:16px !important;
    padding:10px !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  body .home-products-wrap .product_table > .home-b2b-promos{
    margin-top:14px !important;
    margin-bottom:12px !important;
    padding:0 !important;
  }

  body .home-products-wrap .product_table > .home-b2b-promos .home-b2b-section-head{
    width:100% !important;
    margin:0 0 8px !important;
  }

  body .home-products-wrap .product_table > .home-b2b-promos #home-promos,
  body .home-products-wrap .product_table > .home-b2b-promos .hero-banner,
  body .home-products-wrap .product_table > .home-b2b-promos .promo,
  body .home-products-wrap .product_table > .home-b2b-promos .promo__viewport,
  body .home-products-wrap .product_table > .home-b2b-promos .promo__track,
  body .home-products-wrap .product_table > .home-b2b-promos .promo__slide,
  body .home-products-wrap .product_table > .home-b2b-promos .promo__media{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
}

/* 2026-05-09: home bottom CTA — return All ads button */
.home-all-ads-cta{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:24px 0 30px;
  padding:0 12px;
  box-sizing:border-box;
}

.home-all-ads-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  height:46px;
  padding:0 28px;
  border-radius:14px;
  background:#078c3c;
  color:#fff !important;
  font-size:16px;
  font-weight:800;
  text-decoration:none !important;
  box-shadow:0 10px 24px rgba(7,140,60,.18);
}

.home-all-ads-cta__btn:hover{
  background:#067735;
}

@media (max-width:767.98px){
  .home-all-ads-cta{
    margin:18px 0 24px;
    padding:0 12px;
  }

  .home-all-ads-cta__btn{
    width:100%;
    height:44px;
    border-radius:12px;
    font-size:15px;
  }
}

/* 2026-05-09: bigger supplier lupa + remove new-title side/top margin */
body .home-b2b-page .home-b2b-btn__search-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;font-size:36px!important;line-height:1!important;font-weight:900!important;transform:translateY(-1px)!important;}
body .home-products-wrap .product_table > .home-b2b-section-title--new{margin:0 0 8px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;}
/* 2026-05-09: remove section head side margin on home */
body .home-products-wrap .product_table > .home-b2b-section-head,body .home-products-wrap .product_table > .home-b2b-section-title,body .home-products-wrap .product_table > .home-b2b-section-title--new{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;}
/* 2026-05-09: force remove all section-head margin */
body .home-products-wrap .product_table > .home-b2b-section-head{margin:0!important;padding:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;}
body .home-products-wrap .product_table > .home-b2b-section-head h2{margin:0!important;padding:0!important;}
/* 2026-05-09: supplier button lupa 1to1 */
body .home-b2b-page .home-b2b-btn--secondary .home-b2b-btn__search-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important;width:24px!important;height:24px!important;min-width:24px!important;margin-right:10px!important;font-size:0!important;line-height:0!important;color:transparent!important;transform:none!important}body .home-b2b-page .home-b2b-btn--secondary .home-b2b-btn__search-icon::before{content:""!important;display:block!important;width:15px!important;height:15px!important;border:2.2px solid #156f3b!important;border-radius:50%!important;box-sizing:border-box!important}body .home-b2b-page .home-b2b-btn--secondary .home-b2b-btn__search-icon::after{content:""!important;position:absolute!important;width:8px!important;height:2.2px!important;background:#156f3b!important;border-radius:2px!important;right:1px!important;bottom:3px!important;transform:rotate(45deg)!important;transform-origin:center!important}\n\n

/* 2026-05-09: promo placement — mobile row 8, desktop old place */
.home-b2b-promos--mobile{
  display:none!important;
}

.home-b2b-promos--desktop{
  display:block!important;
}

@media (max-width:767.98px){
  .home-b2b-promos--mobile{
    display:block!important;
  }

  .home-b2b-promos--desktop{
    display:none!important;
  }
}

@media (min-width:768px){
  .home-b2b-promos--mobile{
    display:none!important;
  }

  .home-b2b-promos--desktop{
    display:block!important;
  }
}
\n

/* 2026-05-09: HOME MOBILE LAW — main page outer blocks must be 10px from left/right */
@media (max-width: 767.98px){
  body .home-b2b-page .home-b2b-hero,
  body .home-b2b-page .home_category_tiles.home-b2b-cats,
  body .home-b2b-page .home-b2b-section-title,
  body .home-products-wrap .product_table,
  body .home-products-wrap .product_table > .home-b2b-promos,
  body .home-all-ads-cta{
    width:calc(100% - 20px) !important;
    min-width:calc(100% - 20px) !important;
    max-width:calc(100% - 20px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  body .home-products-wrap .product_table{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

/* 2026-05-09: HOME products inner alignment — keep outer 10px law, remove old 8px side padding */
@media (max-width: 767.98px){
  body .home-products-wrap{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  body .home-products-wrap .product_table{
    width:calc(100% - 20px) !important;
    min-width:calc(100% - 20px) !important;
    max-width:calc(100% - 20px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  body .home-products-wrap .product_table > .home-b2b-stats,
  body .home-products-wrap .product_table > .home-b2b-promos,
  body .home-products-wrap .product_table > .home-b2b-section-head,
  body .home-products-wrap .product_table > .home-b2b-section-title,
  body .home-products-wrap .product_table > .home-b2b-section-title--new{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
}

/* 2026-05-09: HOME real DOM 10px law — product grid / promos / CTA */
@media (max-width: 767.98px){
  body .home-b2b-page .home_screen_container,
  body .home-b2b-page .home_screen_inner,
  body .home-b2b-page .home_screen{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  body .home-b2b-page .home_screen .product_table,
  body .home-b2b-page .product_table,
  body .home-b2b-page .home-b2b-promos,
  body .home-b2b-page .home-all-ads-cta{
    width:calc(100% - 20px) !important;
    min-width:calc(100% - 20px) !important;
    max-width:calc(100% - 20px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  body .home-b2b-page .home_screen .product_table > .home-b2b-promos,
  body .home-b2b-page .home_screen .product_table > .home-b2b-stats,
  body .home-b2b-page .home_screen .product_table > .home-b2b-section-head,
  body .home-b2b-page .home_screen .product_table > .home-b2b-section-title,
  body .home-b2b-page .home_screen .product_table > .home-b2b-section-title--new{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
}
