/* Akční týden -> /akcni-tyden */
.saleWeek {
  background-color: #f0f0f0;
  line-height: 0;
}

.saleWeek__header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  line-height: 1;
}

.saleWeek__header .img {
  flex: 1 auto;
  background: url("https://www.mp.cz/media/photos/2021/05/27/96223-header-akcni-tyden-mp-cz.jpg") no-repeat right 0;
  background-size: 1600px 418px;
  height: 418px;
}

@media (max-width: 600px) {
  .saleWeek__header .img {
    background: url("https://www.mp.cz/media/photos/2021/05/27/96231-header-mobile-akcni-tyden-mp-cz.jpg") no-repeat calc(100% + 100px) 0;
    background-size: 800px 210px;
    height: 210px;
  }
}

.saleWeek__header .desc {
  position: absolute;
  right: 80px;
}

@media (max-width: 600px) {
  .saleWeek__header .desc {
    right: 40px;
  }
}

.saleWeek__header .headline {
  position: relative;
  font-size: 98px;
}

@media (max-width: 600px) {
  .saleWeek__header .headline {
    font-size: 30px;
  }
}

.saleWeek__header .headline:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 70px;
  background: url("https://www.mp.cz/media/photos/2021/05/27/96230-icon-akcni-tyden-mp-cz.png");
  width: 85px;
  height: 85px;
}

@media (max-width: 600px) {
  .saleWeek__header .headline:before {
    right: 30px;
    background: url("https://www.mp.cz/media/photos/2021/05/27/96229-icon-mobile-akcni-tyden-mp-cz.png");
    width: 25px;
    height: 25px;
  }
}

.saleWeek__header .discount {
  display: flex;
  justify-content: center;
  width: 340px;
  height: 100px;
  margin-top: 35px;
  padding-top: 12px;
  font-size: 52px;
  color: #fff;
  clip-path: polygon(100% 0, 100% 80%, 28% 80%, 20% 100%, 15% 80%, 0 80%, 0 0);
  background: linear-gradient(270deg, rgba(255, 0, 144, 1) 13%, rgba(226, 0, 16, 1) 100%);
}

@media (max-width: 600px) {
  .saleWeek__header .discount {
    width: 150px;
    height: 50px;
    margin-top: 35px;
    padding-top: 8px;
    font-size: 22px;
  }
}

.saleWeek__content {
  padding: 0 20px 85px;
  line-height: 1.2;
}

.saleWeek__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  border-top: 1px solid #fff;
  min-height: 70px;
}

@media (max-width: 600px) {
  .saleWeek__title {
    font-size: 28px;
    min-height: 60px;
  }
}

.saleWeek__contentWrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 35px 245px;
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .saleWeek__contentWrapper {
    padding: 35px 130px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .saleWeek__contentWrapper {
    padding: 35px 50px;
  }
}

@media (max-width: 1200px) {
  .saleWeek__contentWrapper {
    padding: 35px;
  }
}

@media (max-width: 850px) {
  .saleWeek__contentWrapper {
    flex-direction: column;
  }
}

.saleWeek__contentBox {
  flex: 1;
  padding: 0 50px;
}

@media (max-width: 850px) {
  .saleWeek__contentBox {
    padding: 0;
  }
}

.saleWeek__subtitle {
  font-size: 39px;
  padding: 0 0 5px;
}

@media (max-width: 600px) {
  .saleWeek__subtitle {
    font-size: 30px;
  }
}

.saleWeek__desc ul {
  list-style: none;
}

.saleWeek__desc ul li {
  font-size: 22px;
}

@media (max-width: 600px) {
  .saleWeek__desc ul li {
    font-size: 18px;
  }
}

.saleWeek__desc ul li:before {
  content: "\2022";
  color: #f90073;
  font-weight: 700;
  display: inline-block;
  width: 15px;
  margin-left: -19px;
}

.saleWeek__info {
  flex-basis: 100%;
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .saleWeek__info {
    font-size: 14px;
  }
}

.saleWeek-page .bf__boxes {
  padding: 0 20px;
}

.saleWeek-page .bf__box {
  background: linear-gradient(214deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.saleWeek-page .bf__box:hover, .saleWeek-page .bf__box.is-active {
  background: linear-gradient(214deg, rgba(255, 0, 144, 1) 13%, rgba(226, 0, 16, 1) 100%);
  color: #fff;
}

.saleWeek-page .bf__box:before {
  border-top: 0;
  border-left: 0;
  background: linear-gradient(-26deg, rgba(255, 0, 144, 1) 13%, rgba(226, 0, 16, 1) 100%);
}

.saleWeek-page .bf__box:hover:before, .saleWeek-page .bf__box.is-active:before {
  border-top: 0;
  border-left: 0;
  background: linear-gradient(-26deg, rgba(255, 0, 144, 1) 13%, rgba(226, 0, 16, 1) 100%);
}
