html {
  margin-top: 0 !important;
}

.smartbanner {
  margin: 0 auto;
  position: sticky;
  overflow-x: hidden;
  width: 95%;
  height: 84px;
  background: white;
  font-family: 'Roboto Condensed', system-ui, -apple-system, sans-serif;
  border: 1px solid rgb(243 244 246);
  bottom: 3.5rem;
  border-radius: 1rem;
  z-index: 10;
  box-shadow: 0 0 0.75rem 0.15rem rgb(26 42 52 / 30%);
}

.smartbanner__icon {
  align-self: center;
  top: 20px;
  left: 40px;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  border-radius: 8px;
  background-size: 50px 50px;
  background-image: url('https://contents.mediadecathlon.com/s941863/k$e17d5c68d27a7704ef02c2127831afca/smartbanner%20icon%20v2%20nl.png');
}

.smartbanner__icon::after {
  content: '';

  border-radius: 8px;
  background-size: 50px 50px;
  background-image: url('https://contents.mediadecathlon.com/s941863/k$e17d5c68d27a7704ef02c2127831afca/smartbanner%20icon%20v2%20nl.png');
}

.smartbanner__info {
  display: flex;
  align-self: center;
  place-content: center;
  overflow-y: hidden;
  width: 50%;
  height: 64px;
  align-items: center;
  color: black;
}
.smartbanner__info__title {
  font-size: 14px;
  font-weight: bold;
}
.smartbanner__info__author,
.smartbanner__info__price {
  font-size: 12px;
}
.smartbanner__button {
  width: 22%;
  align-self: center;
  z-index: 1;
  display: block;
  padding: 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #3643BA;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.smartbanner__button__label {
  text-align: center;
}
.cancelButton {
  height: 100%;
  width: 10%;
  font-size: 20px;
  justify-content: center;
}
