.usleep-bestsellers{
  width:calc(100% - 30px);
  max-width:1450px;
  margin:0 auto 36px;
}
.usleep-bestsellers__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:14px;
}
.usleep-bestsellers__title{
  margin:0;
  color:#173a78;
  font-size:26px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.02em;
}
.usleep-bestsellers__tabs{
  display:flex;
  align-items:center;
  gap:12px;
  overflow-x:auto;
  scrollbar-width:none;
}
.usleep-bestsellers__tabs::-webkit-scrollbar{display:none;}
.usleep-best-tab{
  border:0;
  border-radius:8px;
  background:transparent;
  color:#173a78;
  min-height:32px;
  padding:6px 10px;
  font-size:12px;
  line-height:20px;
  font-weight:600;
  white-space:nowrap;
  cursor:pointer;
}
.usleep-best-tab.is-active{
  background:var(--usleep-best-color);
  color:#fff;
  padding-left:18px;
  padding-right:18px;
}
.usleep-bestsellers__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
}
.usleep-best-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #dfe6f1;
  border-radius:12px;
  box-shadow:0 4px 14px rgba(0,48,128,.035);
}
.usleep-best-card.is-filtered-out{display:none;}
.usleep-best-card__media{
  position:relative;
  height:195px;
  overflow:hidden;
  background:#fff;
}
.usleep-best-card__image-link{
  display:block;
  width:100%;
  height:100%;
}
.usleep-best-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:0;
  box-sizing:border-box;
  transform:scale(var(--usleep-best-image-scale,1.35));
  transform-origin:center center;
  transition:transform .2s ease;
}
.usleep-best-card__badges{
  position:absolute;
  z-index:2;
  left:11px;
  top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  max-width:calc(100% - 54px);
}
.usleep-best-card__badge{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 9px;
  border-radius:11px;
  color:#fff;
  font-size:10px;
  line-height:15px;
  font-weight:700;
}
.usleep-best-card__badge--hit{background:#4db85f;}
.usleep-best-card__badge--new{background:#0b4299;}
.usleep-best-card__badge--sale{background:#dc5a48;}
.usleep-best-card__badge--sale-auto{background:#e0483e;}
.usleep-best-card__heart{
  position:absolute;
  z-index:2;
  right:11px;
  top:8px;
  border:0;
  background:transparent;
  color:#7e8ca6!important;
  font-size:22px;
  line-height:1;
  font-weight:300;
  padding:0;
  text-decoration:none!important;
}
.usleep-best-card__body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:12px 13px 13px;
}
.usleep-best-card__title{
  min-height:36px;
  margin:0 0 6px;
  color:#173a78!important;
  font-size:14px;
  line-height:1.3;
  font-weight:750;
  text-decoration:none!important;
}
.usleep-best-card__specs{
  min-height:51px;
  margin-bottom:7px;
  color:#5b6880;
  font-size:10.5px;
  line-height:1.52;
}
.usleep-best-card__rating{
  display:flex;
  align-items:center;
  gap:5px;
  margin:0 0 8px;
}
.usleep-best-card__stars{
  display:flex;
  gap:1px;
  color:#ffbf15;
  font-size:12px;
  letter-spacing:-1px;
}
.usleep-best-card__stars .is-empty{color:#dbe0e8;}
.usleep-best-card__reviews{
  color:#68758a;
  font-size:10px;
}
.usleep-best-card__price-row{
  min-height:31px;
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-top:auto;
  margin-bottom:10px;
}
.usleep-best-card__price{
  color:#12366f;
  font-size:17px;
  line-height:1.2;
  font-weight:800;
}
.usleep-best-card__old-price{
  color:#8b96a9;
  font-size:11px;
  text-decoration:line-through;
}
.usleep-best-card__price-row.is-sale .usleep-best-card__price{
  color:#d93025;
}

.usleep-best-card__cart-form{
  margin:0;
  padding:0;
}
.usleep-best-card__button{
  width:100%;
  min-height:39px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:6px;
  background:var(--usleep-best-color);
  color:#fff!important;
  text-decoration:none!important;
  font-size:11.5px;
  font-weight:700;
  cursor:pointer;
}
.usleep-best-card__button.is-loading{
  opacity:.6;
  pointer-events:none;
}
.usleep-bestsellers__view-all-wrap{
  display:flex;
  justify-content:center;
  margin-top:14px;
}
.usleep-bestsellers__view-all{
  min-width:300px;
  min-height:39px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border:1px solid #8aa7d8;
  border-radius:7px;
  background:#fff;
  color:#244b8d!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:700;
}
.usleep-best-toast{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999999;
  min-width:250px;
  max-width:360px;
  padding:13px 16px;
  border:1px solid #d7e3f3;
  border-radius:10px;
  background:#fff;
  color:#123778;
  box-shadow:0 12px 34px rgba(0,48,128,.18);
  font-size:14px;
  line-height:1.35;
  font-weight:500;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .18s ease,transform .18s ease;
}
.usleep-best-toast.is-visible{opacity:1;transform:translateY(0);}
.usleep-best-toast.is-error{color:#9d1d1d;border-color:#efcaca;}

@media(max-width:1199px){
  .usleep-bestsellers__head{align-items:flex-start;flex-direction:column;}
  .usleep-bestsellers__tabs{width:100%;}
  .usleep-bestsellers__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
  .usleep-bestsellers{
    width:calc(100% - 24px);
    margin-bottom:24px;
  }

  .usleep-bestsellers__title{
    font-size:22px;
    line-height:1.15;
  }

  .usleep-bestsellers__head{
    gap:8px;
    margin-bottom:10px;
  }

  .usleep-bestsellers__tabs{
    width:100%;
    gap:5px;
    padding:0 2px 2px 0;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .usleep-bestsellers__tabs::-webkit-scrollbar{display:none;}

  .usleep-best-tab{
    flex:0 0 auto;
    min-height:30px;
    padding:5px 8px;
    border-radius:8px;
    font-size:11.5px;
    line-height:18px;
  }

  .usleep-best-tab.is-active{
    padding-left:14px;
    padding-right:14px;
  }

  .usleep-bestsellers__grid{
    display:flex;
    overflow-x:auto;
    gap:11px;
    padding:2px 1px 8px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .usleep-bestsellers__grid::-webkit-scrollbar{display:none;}

  .usleep-best-card{
    flex:0 0 78%;
    scroll-snap-align:start;
  }

  .usleep-best-card__media{
    height:158px;
  }

  .usleep-best-card__body{
    padding:10px 12px 11px;
  }

  .usleep-best-card__title{
    min-height:34px;
    margin-bottom:5px;
    font-size:13.5px;
    line-height:1.27;
  }

  .usleep-best-card__specs{
    min-height:43px;
    margin-bottom:5px;
    font-size:10px;
    line-height:1.38;
  }

  .usleep-best-card__rating{
    gap:4px;
    margin-bottom:6px;
  }

  .usleep-best-card__stars{
    font-size:11px;
  }

  .usleep-best-card__reviews{
    font-size:9.5px;
  }

  .usleep-best-card__price-row{
    min-height:27px;
    gap:7px;
    margin-bottom:8px;
  }

  .usleep-best-card__price{
    font-size:16px;
  }

  .usleep-best-card__old-price{
    font-size:10px;
  }

  .usleep-best-card__button{
    min-height:37px;
    font-size:11px;
  }

  .usleep-bestsellers__view-all-wrap{
    margin-top:10px;
  }

  .usleep-bestsellers__view-all{
    width:100%;
    min-width:0;
    min-height:38px;
  }

  .usleep-best-toast{
    left:12px;
    right:12px;
    bottom:14px;
    min-width:0;
    max-width:none;
  }
}
