@charset "UTF-8";
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/Greycliff-TR-Bold.eot");
  src: url("../fonts/Greycliff-TR-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Greycliff-TR-Bold.woff2") format("woff2"), url("../fonts/Greycliff-TR-Bold.woff") format("woff"), url("../fonts/Greycliff-TR-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/Greycliff-TR-Heavy.eot");
  src: url("../fonts/Greycliff-TR-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Greycliff-TR-Heavy.woff2") format("woff2"), url("../fonts/Greycliff-TR-Heavy.woff") format("woff"), url("../fonts/Greycliff-TR-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/Greycliff-TR-Medium.eot");
  src: url("../fonts/Greycliff-TR-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Greycliff-TR-Medium.woff2") format("woff2"), url("../fonts/Greycliff-TR-Medium.woff") format("woff"), url("../fonts/Greycliff-TR-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/Greycliff-TR-Regular.eot");
  src: url("../fonts/Greycliff-TR-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Greycliff-TR-Regular.woff2") format("woff2"), url("../fonts/Greycliff-TR-Regular.woff") format("woff"), url("../fonts/Greycliff-TR-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: GreycliffCF, Helvetica, Calibri, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: #F1F5F9;
}

h1, h2, p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.footer__wrapper, .category__list, .products__wrapper, .mainstage__wrapper, .header__wrapper {
  max-width: 1592px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

.sss__wrapper {
  max-width: 1179px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

.blur .card__price {
  visibility: hidden;
  opacity: 0;
}

.desktop-hidden, .desktop1024-hidden, .mobil-visible, .desktop-tablet-hidden {
  display: none !important;
}

.desktop-visible, .desktop1024-visible, .mobil-hidden, .desktop-tablet-visible {
  display: block !important;
}

.center {
  text-align: center;
}

.hdesc {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.btn {
  background: #FFC40C;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 1.091rem;
  font-weight: 600;
  padding: 1.5rem 3.8rem;
  width: auto;
  cursor: pointer;
  background-color: #0D4BA0;
}

.header {
  width: 100%;
  padding: 28px 0;
  position: absolute;
  z-index: 2;
}
.header__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.header__turkcell-logo {
  display: grid;
  align-content: center;
}
.header__turkcell-logo img {
  height: 57px;
}
.header--hidden {
  display: none;
}
.header__mainpage {
  color: #ffffff !important;
  width: auto;
  padding: 0;
  font-size: 15px;
  outline: none;
  transition: all 0.5s ease;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.header__mainpage:hover, .header__mainpage:focus {
  text-decoration: none;
  color: #ffffff !important;
}
.header__mainpage:after {
  content: " ";
  position: relative;
  background: url(../images/btn_arrow_before.png) no-repeat right top;
  background-size: cover;
  width: 6px;
  height: 9px;
  right: -3px;
  top: 1px;
  display: inline-block;
}

.mainstage {
  width: 100%;
  background: #fff;
  min-height: 387px;
  position: relative;
  z-index: 1;
}
.mainstage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 387px;
  
  background: url(../images/mainstage_bg.jpg) no-repeat center;
  background-size: cover;
}
.mainstage__bg img {
  width: 100%;
  border-radius: 20px;
}
.mainstage__inner {
  display: grid;
  grid-template-columns: 220px auto 220px;
  max-width: 1047px;
  margin: 0 auto;
  padding-top: 90px;
  position: relative;
  z-index: 10;
  display: grid;
  align-items: flex-start;
}
.mainstage__inner--hidden {
  padding-top: 45px !important;
}
.mainstage__text {
  text-align: center;
}
.mainstage__text-title {
  font-size: 2.56rem;
  line-height: 3.125rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: -0.82px;
  padding-top: 15px;
}
.mainstage__text-title span {
  color: #FFC82A;
}
.mainstage__badge {
  margin: 0 auto;
  text-align: center;
}
.mainstage__badge img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.discount {
  border-radius: 12px;
  background: #093DAC;
  width: 100%;
  max-width: 1047px;
  padding: 35px 45px 20px 45px;
  margin: -20px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 314px;
  align-items: center;
}
.discount__label {
  color: #FFF;
  font-size: 0.951rem;
  letter-spacing: -0.005px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-align: left;
  display: inline-flex;
  align-items: center;
}
.discount__label img {
  width: 44px;
  height: 45px;
  padding-right: 10px;
}
.discount__area {
  border: solid 1px #FCFEFF;
  border-radius: 11.846px;
  display: grid;
  grid-template-columns: 1fr 43px;
  margin-top: 8px;
  padding: 0 15px;
  height: 60px;
  background-color: transparent;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.discount__area span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 12px;
  text-align: left;
  color: #ffffff;
  margin-top: 3px;
}
.discount__copy {
  width: 42px;
  height: 42px;
  background-color: #FFC82A;
  border-radius: 10px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.discount__copy img {
  width: 60%;
}

.recipeday {
  padding: 0;
  background-color: #FFFFFF;
  margin: -20px auto 0 auto;
  max-width: 1047px;
  padding: 40px 45px 35px 45px;
  border-radius: 12px;
  position: relative;
}
.recipeday__badge {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.recipeday__badge img {
  width: 174px;
  height: 41px;
}
.recipeday__subtitle {
  color: #BBC1D0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  margin: 0;
  padding: 0;
}
.recipeday__titlearea {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-bottom: 25px;
}
.recipeday__title {
  color: #002E5F;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.recipeday__right {
  display: flex;
  gap: 17px;
  align-items: center;
}
.recipeday__right-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
}
.recipeday__right-item img.clock {
  width: 22px;
  height: 23px;
}
.recipeday__right-item img.portion {
  width: 24px;
  height: 25px;
}
.recipeday__right-item span {
  font-size: 1.125rem;
  font-weight: 500;
}
.recipeday__right-line {
  width: 1px;
  height: 24px;
  background: rgba(180, 187, 193, 0.82);
}
.recipeday__accordion {
  position: relative;
  width: 100%;
  margin: 0;
}
.recipeday__acc-wrap {
  cursor: pointer;
  padding: 18px 23px;
  width: calc(100% - 46px);
  display: block;
  text-decoration: none;
  border: solid 1px #F0F8FF;
  background-color: #F0F8FF;
  margin-bottom: 10px;
  border-radius: 8px;
}
.recipeday__acc-wrap h3 {
  color: #161616;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.recipeday__acc-wrap img.cook, .recipeday__acc-wrap img.materials {
  width: 30px;
  height: 31px;
}
.recipeday__acc-wrap.active .recipeday__acc-item-plus:before {
  transform: translateY(-50%) rotate(315deg);
}
.recipeday__acc-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  align-items: center;
}
.recipeday__acc-item-plus {
  position: relative;
}
.recipeday__acc-item-plus:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-right: 5px;
  right: 0;
  z-index: 8;
  transform: translateY(-50%) rotate(220deg);
  background: transparent;
  border-left: solid 2px #CCCCCC;
  border-bottom: solid 2px #CCCCCC;
  transition: all 0.2s ease-in-out;
}
.recipeday__acc-content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
}
.recipeday__acc-content.active {
  max-height: 100%;
  overflow: visible;
  opacity: 1;
  padding: 20px 0 0 0;
}
.recipeday__acc-content p {
  color: #626262;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 5px 0;
}
.recipeday__acc-content p a {
  color: #626262;
  text-decoration: none;
  word-wrap: break-word;
  text-decoration: underline;
}
.recipeday__acc-content p a:hover, .recipeday__acc-content p a:focus {
  color: #626262;
  text-decoration: underline;
}
.recipeday__numberlist {
  width: 97%;
  margin: 0 auto;
}
.recipeday__numberlist li {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #4C4C4C;
  padding: 6px 0;
}
.recipeday__disclist {
  width: 97%;
  margin: 0 auto;
}
.recipeday__disclist li {
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #4C4C4C;
  padding: 6px 0;
}
.recipeday__disclist p {
  font-weight: 700;
  padding: 25px 0 10px 0;
  margin-left: -10px;
}

.products {
  width: 100%;
  background-color: #ffffff;
  padding: 50px 0 70px 0;
}
.products__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

.category {
  padding: 22px 0 22px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.category__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category__link {
  text-align: center;
  padding: 7px 12px;
  transition: all 0.2s ease-in-out;
}
.category__link p {
  font-size: 0.75rem;
  color: #1E1E1E;
  font-weight: 500;
  position: relative;
}
.category__link p span.sup {
  font-size: 0.5rem;
  top: -1.5px;
  position: relative;
}
.category__link:hover, .category__link:focus {
  padding: 7px 12px;
  background: #EFF3F6;
  border-radius: 4px;
}
.category__item {
  padding: 10px;
  cursor: pointer;
}
.category__item-seperator {
  width: 1px;
  background: rgba(125, 159, 199, 0.54);
  height: 38px;
}
.category__item--active .category__link {
  padding: 5px;
  background: none;
  padding: 7px 12px;
}
.category__item--active .category__link p {
  font-weight: 700;
}

.card {
  display: block;
  background: #eff3f6;
  border-radius: 26.652px;
  position: relative;
  text-decoration: none;
}
.card__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.card__container--out-of-stock {
  opacity: 0.5;
}
.card__image {
  margin: 22px;
  text-align: center;
  background-color: #fff;
  width: calc(100% - 44px);
  border-radius: 14px;
}
.card__image img {
  margin: 0 auto;
  width: 90%;
  padding: 10px 0;
}
.card__btn {
  margin: 0 22px 22px 22px;
  width: calc(100% - 44px);
  padding: 0;
  height: 52px;
  line-height: 51px;
  color: #fff;
}
.card__ribbon {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 2.4rem;
  font-size: 0.75rem;
  background: #0D4BA0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  z-index: 99;
}
.card__ribbon img {
  width: 15px;
  height: 15px;
  padding-left: 3px;
}
.card__text {
  position: relative;
}
.card__text--offersnot {
  padding-bottom: 25px;
}
.card__text-title {
  font-size: 1.125rem;
  line-height: 1.525rem;
  color: #1E1E1E;
  margin: 0;
  padding: 0 22px 15px 22px;
  height: 34px;
  font-weight: 700;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.card__text-pricearea {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
}
.card__text-price {
  font-size: 1.875rem;
  font-weight: 700;
  color: #3354A6;
  position: relative;
  text-align: left;
  padding: 0 22px;
  width: calc(100% - 44px);
  letter-spacing: -0.708px;
}
.card__text-price sup {
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 700;
  top: 4px;
  position: relative;
}
.card__text-price.text--out-of-stock {
  font-size: 1.5rem;
}
.card__offers {
  padding: 22px 22px 11px 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
.card__offers-item {
  border-radius: 10px;
  padding: 10px;
  text-align: left;
}
.card__offers-item--first {
  background: #FFE595;
  font-size: 0.7rem;
  color: #202020;
  letter-spacing: -0.28px;
  font-weight: 400;
  text-align: center;
}
.card__offers-item--first .bold {
  font-weight: 700;
}
.card__offers-item--second {
  background: #C5EAF7;
  color: #202020;
  letter-spacing: -0.28px;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
}
.card__offers-item--second .bold {
  font-weight: 700;
}

.sss {
  width: 100%;
  padding: 82px 0 99px 0;
  margin: 0;
  background-color: #F1F5F9;
}
.sss__title {
  font-size: 1.75rem;
  line-height: 2.175rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}
.sss__accordion {
  position: relative;
  width: 100%;
  margin: 60px 0 0 0;
  text-align: left;
}
.sss__acc-wrap {
  cursor: pointer;
  padding: 20px 23px;
  width: calc(100% - 46px);
  display: block;
  text-decoration: none;
  border: solid 1px #FFFFFF;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 12px;
}
.sss__acc-wrap h3 {
  color: #161616;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}
.sss__acc-wrap.active .sss__acc-item-plus {
  opacity: 1;
}
.sss__acc-wrap.active .sss__acc-item-plus:before {
  transform: rotate(-90deg);
  background-color: #A1A1A1;
}
.sss__acc-wrap.active .sss__acc-item-plus:after {
  background-color: #A1A1A1;
}
.sss__acc-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  align-items: center;
}
.sss__acc-item-plus {
  position: relative;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.sss__acc-item-plus:after {
  border-radius: 15px;
  background-color: #A1A1A1;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
}
.sss__acc-item-plus:before {
  background-color: #A1A1A1;
  width: 2px;
  height: 16px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 7px;
  content: "";
  transition: all 0.2s ease-in-out;
}
.sss__acc-content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
}
.sss__acc-content.active {
  max-height: 1250px;
  overflow: visible;
  opacity: 1;
  padding: 20px 0 0 0;
}
.sss__acc-content p {
  color: #626262;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 5px 0;
}
.sss__acc-content p.pdg {
  padding: 10px 0;
}
.sss__acc-content p.pdgtwo {
  padding: 40px 0 20px 0;
}
.sss__acc-content p a {
  color: #626262;
  text-decoration: none;
  word-wrap: break-word;
  text-decoration: underline;
}
.sss__acc-content p a:hover, .sss__acc-content p a:focus {
  color: #626262;
  text-decoration: underline;
}
.sss__acc-content p span {
  font-weight: 700;
}
.sss__acc-content p span.line-through {
  text-decoration: line-through;
  font-weight: 400;
}
.sss__acc-content table {
  color: #fff;
  margin: 15px 0;
  border: solid 1px #DBDBDB;
  border-bottom: none;
}
.sss__acc-content table tr th {
  padding: 15px;
  border-bottom: 0.5px solid #DBDBDB;
  border-left: 0.5px solid #DBDBDB;
  color: #a5b1bf;
}
.sss__acc-content table tr th:first-child {
  border-left: none;
}
.sss__acc-content table tr td {
  text-align: center;
  color: #a5b1bf;
  vertical-align: middle;
  padding: 15px;
  border-left: 0.5px solid #DBDBDB;
  border-bottom: 0.5px solid #DBDBDB;
}
.sss__acc-content table tr td:first-child {
  border-left: none;
}
.sss__acc-content table tr td.tl {
  text-align: center;
  vertical-align: middle;
}

.footer {
  background: #082684;
  width: 100%;
  height: 80px;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-template-areas: "copyright logo social";
}
.footer__logo {
  grid-area: logo;
  text-align: center;
  height: 40px;
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  width: 40px;
  height: 40px;
}
.footer__copyright {
  grid-area: copyright;
  color: #a9abbb;
  font-size: 0.875rem;
  padding: 3px 0;
  font-weight: 400;
}
.footer__social {
  grid-area: social;
  float: right;
  padding: 0;
  text-align: right;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.footer__social-follow {
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  padding-right: 20px;
}
.footer__social-twitter {
  width: 17px;
  height: 17px;
}
.footer__social-item {
  float: left;
}
.footer__social-link {
  padding: 0 15px;
  display: block;
}
.footer__social-link i {
  font-size: 24px;
  color: #fff;
}
.footer__social-link i:before {
  font-size: 24px;
}
.footer__social-link i:hover {
  color: #ffc40c;
}
.footer__social-list {
  margin: 0;
  padding: 0;
  float: right;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}

@media screen and (max-width: 1550px) {
  .mainstage__text-title {
    font-size: 2.06rem;
    line-height: 2.725rem;
  }
  .mainstage__inner {
    max-width: 980px;
  }

  .recipeday {
    max-width: 980px;
  }

  .discount {
    max-width: 980px;
    padding: 30px 30px 20px 30px;
  }
}
@media screen and (max-width: 1449px) {
  .header__turkcell-logo img {
    height: 45px;
  }

  .mainstage__inner {
    padding-top: 50px;
  }

  .recipeday {
    padding: 30px 30px 15px 30px;
  }
  .recipeday__title {
    font-size: 1.7rem;
  }
  .recipeday__numberlist li {
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 5px 0;
  }
  .recipeday__disclist li {
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 5px 0;
  }
  .recipeday__acc-wrap {
    padding: 15px 23px;
  }

  .discount__area span {
    font-size: 1.3rem;
  }

  .products {
    padding: 30px 0 100px 0;
  }

  .category__link p {
    font-size: 0.65rem;
  }

  .sss__accordion {
    margin: 40px 0 0 0;
  }
  .sss__acc-wrap h3 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1350px) {
  .mainstage__text-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  .mainstage__inner {
    grid-template-columns: 220px auto 220px;
  }

  .products__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .mainstage__inner {
    max-width: 800px;
  }

  .recipeday {
    max-width: 800px;
  }

  .discount {
    max-width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .category__list {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .category__item {
    min-width: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .mainstage__text-title {
    font-size: 1.25rem;
    line-height: 1.575rem;
    padding-top: 0;
  }
  .mainstage__inner {
    padding-top: 70px;
  }
  .mainstage__badge img {
    width: 50%;
  }

  .recipeday {
    margin: -25px auto 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .desktop-tablet-hidden {
    display: block !important;
  }

  .desktop-tablet-visible {
    display: none !important;
  }

  .header__wrapper, .mainstage__wrapper, .products__wrapper, .category__list, .footer__wrapper, .sss__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding: 15px 0;
  }
  .header__turkcell-logo img {
    height: 32px;
  }

  .mainstage__bg img {
    border-radius: 10px;
  }
  .mainstage__text-title {
    padding-top: 20px;
  }
  .mainstage__inner {
    grid-template-columns: 115px auto 115px;
    padding-left: 0;
    padding-right: 0;
  }
  .mainstage__badge img {
    width: 100%;
  }

  .products {
    padding: 0 0 50px 0;
  }

  .recipeday {
    padding: 20px 20px 15px 20px;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
    max-width: calc(100% - 40px);
  }
  .recipeday__badge {
    top: -14px;
  }
  .recipeday__badge img {
    width: 106px;
    height: 25px;
  }
  .recipeday__subtitle {
    text-align: center;
    font-size: 0.75rem;
  }
  .recipeday__title {
    font-size: 1rem;
  }
  .recipeday__titlearea {
    padding-bottom: 10px;
  }
  .recipeday__accordion {
    margin: 5px 0 0 0;
  }
  .recipeday__right {
    justify-content: center;
    gap: 13px;
  }
  .recipeday__right-item img.clock {
    width: 15px;
    height: 15px;
  }
  .recipeday__right-item img.portion {
    width: 15px;
    height: 15px;
  }
  .recipeday__right-item span {
    font-size: 0.65rem;
  }
  .recipeday__acc-wrap {
    width: calc(100% - 30px);
    padding: 8px 15px;
  }
  .recipeday__acc-wrap h3 {
    font-size: 1rem;
  }
  .recipeday__acc-wrap img.cook, .recipeday__acc-wrap img.materials {
    width: 25px;
    height: 25px;
  }
  .recipeday__acc-item-plus {
    position: relative;
  }
  .recipeday__acc-item-plus:before {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  .recipeday__numberlist li, .recipeday__disclist li {
    font-size: 0.8rem;
  }
  .recipeday__disclist p {
    font-size: 0.9rem;
    padding: 20px 0 10px 0;
  }

  .discount {
    margin: -15px auto 0 auto;
    padding: 25px 20px 10px 20px;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
    grid-template-columns: 1fr 155px;
  }
  .discount__label {
    font-size: 0.625rem;
  }
  .discount__label img {
    width: 22px;
    height: 22px;
  }
  .discount__area {
    height: 32px;
    gap: 10px;
    border-radius: 6px;
    margin-top: 0;
    padding: 0 5px;
    grid-template-columns: 1fr 24px;
  }
  .discount__area span {
    font-size: 0.713rem;
    letter-spacing: 3px;
  }
  .discount__copy {
    width: 24px;
    height: 24px;
    border-radius: 5px;
  }

  .footer__social-follow {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .desktop-hidden, .mobil-visible {
    display: block !important;
  }

  .desktop-visible, .mobil-hidden {
    display: none !important;
  }

  .header__mainpage {
    font-size: 12px;
  }

  .mainstage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 259px;
    
    background: url(../images/mainstage_bg_mobile.jpg) no-repeat center;
    background-size: cover;
  }
  .mainstage__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .mainstage__inner {
    padding-top: 60px;
  }
  .mainstage__badge {
    margin: 0;
  }
  .mainstage__badge--right {
    display: grid;
    justify-items: flex-end;
  }
  .mainstage__badge img {
    width: 100%;
    margin: 0;
  }

  .recipeday {
    margin: 5px 20px 0 20px;
  }

  .products__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .category {
    top: -1px;
  }
  .category__item--active .category__link {
    padding: 4px 4px;
  }
  .category__link {
    padding: 4px 8px;
  }
  .category__link p {
    font-size: 0.625rem;
  }
  .category__link p span.sup {
    font-size: 0.5rem;
  }
  .category__link:hover, .category__link:focus {
    padding: 4px 4px;
  }

  .card {
    border-radius: 7.06px;
  }
  .card__btn {
    margin: 0px 7px 10px 7px;
    width: calc(100% - 14px);
    height: 28px;
    line-height: 27px;
    font-size: 0.625rem;
    border-radius: 5.326px;
  }
  .card__image {
    padding: 0;
    margin: 10px 10px;
    width: calc(100% - 20px);
  }
  .card__text-title {
    font-size: 0.7rem;
    line-height: 1rem;
    height: 26px;
    padding: 0 15px 5px 15px;
    width: calc(100% - 30px);
    word-break: break-all;
  }
  .card__text-title--break {
    word-break: break-all;
  }
  .card__text-pricearea {
    height: 30px;
  }
  .card__text-price {
    font-size: 1em;
    padding: 0 15px 0 15px;
    width: calc(100% - 30px);
  }
  .card__text-price sup {
    font-size: 0.75rem;
  }
  .card__text-price.text--out-of-stock {
    font-size: 0.75rem;
  }
  .card__ribbon {
    height: 1.6rem;
    top: 14px;
    right: 14px;
    font-size: 0.5rem;
    border-radius: 4.439px;
    padding: 0 7px;
  }
  .card__offers {
    padding: 10px 7px 7px 7px;
    gap: 3px;
  }
  .card__offers-item {
    padding: 5px;
    border-radius: 4.697px;
  }
  .card__offers-item--first, .card__offers-item--second {
    font-size: 0.46rem;
  }

  .sss {
    padding: 50px 0 50px 0;
  }
  .sss__title {
    font-size: 1.2rem;
    padding-bottom: 5px;
    letter-spacing: -0.32px;
  }
  .sss__accordion {
    margin: 20px 0 0 0;
  }
  .sss__acc-wrap {
    width: calc(100% - 40px);
    padding: 15px 15px;
  }
  .sss__acc-wrap h3 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
  }
  .sss__acc-content li, .sss__acc-content p {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
  .sss__acc-content table tr {
    font-size: 0.7rem;
  }
  .sss__acc-content table th .mobile {
    display: block !important;
  }

  .footer {
    height: auto;
  }
  .footer__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "social" "copyright";
    padding: 22px 20px;
  }
  .footer__logo {
    display: none;
  }
  .footer__copyright {
    padding: 15px 0 0 0;
    text-align: center;
  }
  .footer__social {
    grid-template-columns: 1fr;
    text-align: center;
    border-bottom: 1px solid #21418F;
  }
  .footer__social-follow {
    visibility: visible;
    padding-right: 0;
  }
  .footer__social-list {
    padding: 22px 0 11px 0;
  }
  .footer__social-facebook {
    width: 20px;
    height: 19px;
  }
  .footer__social-instagram {
    width: 25px;
    height: 25px;
  }
  .footer__social-youtube {
    width: 21px;
    height: 17px;
  }
  .footer__social-linkedin {
    width: 22px;
    height: 22px;
  }
  .footer__social-tiktok {
    width: 16px;
    height: 19px;
  }
  .footer__social-link {
    padding: 0 8px;
  }
  .footer__social-link i {
    font-size: 18px;
    color: #fff;
  }
  .footer__social-link i:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  .mainstage__text-title {
    font-size: 1.075rem;
    line-height: 1.275rem;
  }

  .discount {
    grid-template-columns: 1fr 135px;
  }
}
