html {
  scroll-behavior: smooth;
}
.prodejna {
  color: #2C2C2C;
  width: 100%;
  max-width: 1600px;
  min-height: 300px;
  margin: auto;
  padding: 0 20px;
}
.prodejna-content {
  padding: 0 2rem;
}
.prodejna-teaser-top {
  display: flex;
  flex-direction: row;
  column-gap: 64px;
  margin-top: 44px;
  margin-bottom: 25px;
  align-items: flex-start;
}
.prodejna-teaser-top__picture {
  flex: 1 1 50%;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 35px 25px 21px 26px;
}
.prodejna-teaser-top__picture img {
  max-width: 100%;
}
.prodejna-teaser-top__pictureMobile {
  display: none;
}
.prodejna-teaser-top-textwrap {
  flex: 1 1 50%;
  max-width: 589px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.prodejna-teaser-top-textwrap a {
  width: 190px;
}
.prodejna-teaser-top-textwrap__h1 {
  font-size: 45px;
  line-height: 45px;
  color: #d7007f;
  margin-bottom: 30px;
}
.prodejna-teaser-top-textwrap__h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.prodejna-teaser-top-textwrap__h3 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
  color: #d7007f;
}
.prodejna-teaser-info {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  margin-bottom: 20px;
}
.prodejna-teaser-info-box {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  background: transparent linear-gradient(180deg, #D7007F 0%, #972961 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 55px 55px 55px 45px;
}
.prodejna-teaser-info-box__icon {
  width: 68px;
  margin-bottom: 25px;
  height: 90px;
}
.prodejna-teaser-info-box__h2 {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 20px;
}
.prodejna-teaser-info-box__h3 {
  font-size: 22px;
  line-height: 26px;
}
.prodejna-teaser-app {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.prodejna-teaser-app.active .prodejna-teaser-app-wrap {
  display: flex;
}
.prodejna-teaser-app.active .prodejna-teaser-app-hl__arrow {
  transform: rotateX(180deg);
}
.prodejna-teaser-app-hl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: transparent linear-gradient(180deg, #D7007F 0%, #972961 100%) 0% 0% no-repeat padding-box;
  padding: 42px 35px 42px 45px;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
.prodejna-teaser-app-hl__h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
.prodejna-teaser-app-hl__arrow {
  min-width: 2rem;
  margin-left: 2rem;
  fill: #fff;
  transition: transform 0.25s ease-in-out;
}
.prodejna-teaser-app-wrap {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.prodejna-teaser-app-wrap-box {
  flex: 1 1 359px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 37px 15px 22px 20px;
  height: 198px;
  justify-content: center;
}
.prodejna-teaser-app-wrap-box__icon {
  margin-bottom: 17px;
}
.prodejna-teaser-app-wrap-box__h3 {
  font-size: 24px;
  line-height: 29px;
}
.prodejna-countdown__header {
  font-size: 39px;
  line-height: 54px;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}
.prodejna-countdown-content {
  position: relative;
  border: 3px solid #D7007F;
  border-radius: 10px;
  max-width: 1355px;
  margin: auto;
  margin-top: 50px;
}
.prodejna-countdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  padding: 80px 0px;
  border: 2px solid #d7007f;
  border-radius: 20px;
  margin-bottom: 80px;
}
.prodejna-countdown-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prodejna-countdown-part {
  min-width: 130px;
}
.prodejna-countdown-part .big {
  font-size: 100px;
  line-height: 120px;
  color: #d7007f;
}
.prodejna-countdown-part .small {
  font-size: 20px;
  line-height: 24px;
  color: #2C2C2C;
}
.prodejna-map {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.prodejna-map__h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
  text-align: center;
}
.prodejna-map__iframe {
  width: 100%;
  max-width: 100%;
  height: 560px;
  border-radius: 20px;
}
.prodejna-soon__h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.prodejna-soon-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.prodejna-soon-wrap-box {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
  border-radius: 20px;
  background-size: cover;
  padding: 0 1rem;
}
.prodejna-soon-wrap-box:nth-last-of-type(1) {
  background: transparent url("/lp/Otevirame-Koruna/Images/cb-bg.webp") no-repeat center center;
  background-size: cover;
}
.prodejna-soon-wrap-box__h3 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 5px;
}
.prodejna-soon-wrap-box__h4 {
  font-size: 30px;
  line-height: 30px;
  color: #d7007f;
}
.prodejna-offer {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 75px;
}
.prodejna-offer__h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
}
.prodejna-offer-top {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 135px;
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin-bottom: 77px;
  padding: 50px 55px 70px 108px;
}
.prodejna-offer-top-textwrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.prodejna-offer-top-textwrap__logo {
  margin-bottom: 20px;
  width: 145px;
  height: 30px;
}
.prodejna-offer-top-textwrap__h3 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 20px;
}
.prodejna-offer-top-textwrap__h4 {
  font-size: 22px;
  line-height: 26px;
}
.prodejna-offer-top__discount {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 13px 16px;
  background-color: #d7007f;
  text-align: center;
  border-radius: 80px;
  width: 410px;
  transform: translateY(-50%);
}
.prodejna-offer-top__disclaimer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #777777;
}
.prodejna-offer-row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 20px;
  row-gap: 75px;
  position: relative;
  padding: 25px;
  column-gap: 25px;
  margin-bottom: 75px;
}
.prodejna-offer-row-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.prodejna-offer-row-left__picture {
  margin-bottom: 35px;
}
.prodejna-offer-row-left__picture img {
  max-width: 100%;
}
.prodejna-offer-row-left__acc {
  font-size: 36px;
  line-height: 43px;
  text-align: center;
}
.prodejna-offer-row-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 25px;
}
.prodejna-offer-row-right.soloProduct {
  flex: 1 1 47%;
}
.prodejna-offer-row-right-box {
  flex: 1 1 47%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 20px;
}
.prodejna-offer-row-right-box__picture {
  margin-bottom: 30px;
}
.prodejna-offer-row-right-box__h3 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 5px;
}
.prodejna-offer-row-right-box__h4 {
  font-size: 22px;
  line-height: 26px;
  color: #d7007f;
}
.prodejna-offer-row__discount {
  position: absolute;
  top: 0;
  left: unset;
  right: 25px;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 13px 16px;
  background-color: #d7007f;
  text-align: center;
  border-radius: 80px;
  width: 190px;
  transform: translateY(-50%);
}
.prodejna-offer-row__disclaimer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #777777;
}
.prodejna-offer-row__disclaimerMobile {
  display: none;
  flex: 1 1 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #777777;
}
.prodejna-offer-row:nth-of-type(2n+1) {
  flex-direction: row;
}
.prodejna-offer-row:nth-of-type(2n+1) .prodejna-offer-row__discount {
  top: 0;
  left: 25px;
}
.prodejna-offer-row:nth-of-type(2n+1) .prodejna-offer-row__disclaimer {
  text-align: left;
  bottom: 20px;
  left: 20px;
}
.prodejna-offer-row:nth-of-type(1) {
  background-color: #FFC676;
}
.prodejna-offer-row:nth-of-type(2) {
  background-color: #D1E1F0;
}
.prodejna-offer-row:nth-of-type(3) {
  background-color: #FFCCDF;
}
.prodejna-offer-row:nth-of-type(4) {
  background-color: #FFBEA5;
}
.prodejna-offer-row:nth-of-type(5) {
  background-color: #EBEBEB;
}
.prodejna-offer-row:nth-of-type(6) {
  background-color: #FFACDD;
}
.prodejna-offer-conditions {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 70px;
}
.prodejna-discounts {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.prodejna-discounts.active .prodejna-discounts-wrap {
  display: flex;
}
.prodejna-discounts.active .prodejna-discounts-hl__arrow {
  transform: rotateX(180deg);
}
.prodejna-discounts-hl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: transparent linear-gradient(180deg, #D7007F 0%, #972961 100%) 0% 0% no-repeat padding-box;
  padding: 42px 35px 42px 45px;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
.prodejna-discounts-hl__h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
.prodejna-discounts-hl__arrow {
  min-width: 2rem;
  margin-left: 2rem;
  fill: #fff;
  transition: transform 0.25s ease-in-out;
}
.prodejna-discounts-wrap {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #F2F2F2;
  padding: 30px;
  row-gap: 25px;
  column-gap: 15px;
}
.prodejna-discounts-wrap__h3 {
  flex: 1 1 100%;
  font-size: 24px;
  line-height: 29px;
}
.prodejna-discounts-wrap-box {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.prodejna-discounts-wrap-box__h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.prodejna-discounts-wrap-box__product {
  font-size: 22px;
}
.prodejna-ap {
  height: 163px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  border-radius: 20px;
  background-color: #1F1F1F;
  margin-bottom: 120px;
}
.prodejna-ap__text {
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  padding-right: 5%;
}
.prodejna-ap__logo {
  margin-right: 80px;
}
.prodejna-ap__voucher {
  margin-right: auto;
  padding-left: 10%;
  padding-right: 20px;
}
.prodejna-ap__voucher img {
  max-width: 100%;
}
.prodejna-nespresso {
  height: 163px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: 20px;
  background-color: #1F1F1F;
  margin-bottom: 120px;
  padding-left: 175px;
}
.prodejna-nespresso__h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  color: #fff;
}
.prodejna-nespresso__cup {
  position: absolute;
  right: 15%;
}
.prodejna-nespresso__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
@media screen and (max-width: 1400px) {
  .prodejna-ap {
    height: 250px;
  }
  .prodejna-offer-top {
    column-gap: 0;
  }
  .prodejna-nespresso {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1150px) {
  .prodejna-offer-top__picture img {
    max-width: 100%;
  }
  .prodejna-offer-top__disclaimer {
    max-width: 400px;
  }
  .prodejna-nespresso__cup {
    right: 5%;
  }
}
@media screen and (max-width: 1030px) {
  .prodejna-nespresso {
    flex-direction: column;
    height: unset;
    padding: 2rem;
    padding-top: 100px;
  }
  .prodejna-nespresso__cup {
    position: relative;
    right: unset;
  }
  .prodejna-nespresso__h2 {
    text-align: center;
  }
  .prodejna-nespresso__logo {
    top: 25px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 1100px) {
  .prodejna-offer-row-right-box__picture img {
    width: 150px;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .prodejna-teaser-info {
    flex-direction: column;
    gap: 20px;
  }
  .prodejna-teaser-app {
    margin-bottom: 15px;
  }
  .prodejna-teaser-top {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .prodejna-teaser-top-textwrap {
    margin-bottom: 2rem;
    text-align: center;
    align-items: center;
  }
  .prodejna-teaser-top__picture {
    display: none;
  }
  .prodejna-teaser-top__pictureMobile {
    display: block;
  }
  .prodejna-teaser-top__pictureMobile img {
    margin: auto;
    max-width: 100%;
  }
  .prodejna-discounts-wrap-box {
    flex: 1 1 48%;
  }
  .prodejna-ap {
    height: unset;
    flex-direction: column-reverse;
    padding: 3rem 1rem;
    margin: unset;
    margin-bottom: 100px;
  }
  .prodejna-ap__text {
    padding-right: unset;
    margin-bottom: 25px;
  }
  .prodejna-ap__logo {
    margin-right: unset;
    margin-bottom: 25px;
  }
  .prodejna-ap__voucher {
    padding: unset;
    margin: auto;
  }
  .prodejna-ap__text {
    text-align: center;
  }
  .prodejna-ap__text br {
    display: none;
  }
  .prodejna-offer-top {
    flex-direction: column;
    padding: 3rem;
  }
  .prodejna-offer-top-textwrap {
    margin-bottom: 25px;
  }
  .prodejna-offer-top__picture {
    margin-bottom: 25px;
  }
  .prodejna-offer-top__disclaimer {
    position: relative;
    right: unset;
    bottom: unset;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .prodejna-offer-row {
    flex-direction: column !important;
    row-gap: 25px;
    padding-bottom: 35px;
    padding-top: 40px;
    margin-bottom: 45px;
  }
  .prodejna-offer-row-right {
    align-items: unset;
    width: 100%;
    flex-wrap: wrap;
  }
  .prodejna-offer-row__disclaimer {
    display: none;
  }
  .prodejna-offer-row__disclaimerMobile {
    display: block;
    flex: 1 1 100%;
    margin-top: 5px;
  }
  .prodejna-offer-row__discount {
    font-size: 20px;
    width: 140px;
    padding: 8px 16px;
  }
  .prodejna-offer-conditions {
    margin-bottom: 35px;
  }
  .prodejna-offer-top__discount {
    font-size: 20px;
    width: 285px;
    padding: 8px 16px;
  }
  .prodejna-offer-top {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 730px) {
  .prodejna-countdown {
    column-gap: 5px;
    padding: 40px 0px;
  }
  .prodejna-countdown-part {
    min-width: unset;
    flex: 1 1 25%;
  }
  .prodejna-countdown-part .big {
    font-size: 65px;
    line-height: 75px;
  }
}
@media screen and (max-width: 650px) {
  .prodejna-discounts-wrap-box {
    flex: 1 1 100%;
  }
  .prodejna-discounts-wrap-box__product {
    font-size: 18px;
    line-height: 24px;
  }
  .prodejna-discounts-wrap,
  .prodejna-discounts-wrap-box {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .prodejna-content {
    padding: 0 0rem;
  }
  .prodejna-countdown-part .big {
    font-size: 35px;
    line-height: 45px;
  }
  .prodejna-teaser-top-textwrap__h1,
  .prodejna-teaser-info-box__h2,
  .prodejna-soon-wrap-box__h3 {
    font-size: 35px;
    line-height: 42px;
  }
  .prodejna-teaser-top-textwrap__h2,
  .prodejna-soon-wrap-box__h4,
  .prodejna-offer-row-right-box__h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .prodejna-teaser-top-textwrap__h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .prodejna-teaser-info-box {
    align-items: center;
    text-align: center;
  }
  .prodejna-teaser-info-box__icon {
    width: 40px;
  }
  .prodejna-teaser-app-hl,
  .prodejna-discounts-hl {
    flex-direction: column;
  }
  .prodejna-teaser-app-hl__h2,
  .prodejna-countdown__header,
  .prodejna-map__h2,
  .prodejna-soon__h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 1rem;
  }
  .prodejna-teaser-app-hl__h2 br,
  .prodejna-countdown__header br,
  .prodejna-map__h2 br,
  .prodejna-soon__h2 br {
    display: none;
  }
  .prodejna-discounts-hl__h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .prodejna-offer__h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 3rem;
  }
  .prodejna-teaser-app-hl__arrow,
  .prodejna-discounts-hl__arrow {
    margin-left: unset;
  }
  .prodejna-teaser-app,
  .prodejna-discounts {
    margin-bottom: 20px;
  }
  .prodejna-teaser-app-wrap-box,
  .prodejna-discounts-hl {
    align-items: center;
    text-align: center;
  }
  .prodejna-countdown {
    margin-bottom: 20px;
  }
  .prodejna-map {
    margin-bottom: 20px;
  }
  .prodejna-soon-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .prodejna-soon-wrap-box {
    flex: unset;
    height: 200px;
  }
  .prodejna-offer-row-right-box__h4,
  .prodejna-ap__text {
    font-size: 18px;
    line-height: 24px;
  }
  .prodejna-offer-row-right-box__picture {
    margin-bottom: 15px;
  }
  .prodejna-offer-row-right {
    flex-direction: column;
    row-gap: 25px;
  }
  .prodejna-offer-row-left__picture {
    margin-bottom: 20px;
  }
  .prodejna-offer-row {
    row-gap: 10px;
  }
  .prodejna-offer {
    margin-bottom: 0px;
  }
  .prodejna-ap {
    margin-bottom: 45px;
  }
  .prodejna-offer-top-textwrap__h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .prodejna-nespresso {
    margin-bottom: 45px;
  }
  .prodejna-nespresso__h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .prodejna-nespresso__cup img {
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .prodejna-teaser-info-box,
  .prodejna-teaser-app-hl,
  .prodejna-teaser-discounts-hl {
    padding: 2rem 1rem;
  }
  .prodejna-offer-top__discount {
    font-size: 15px;
    width: 219px;
    padding: 8px 16px;
  }
}