@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-color: #FFFFFF;
}

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

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.hello-container {
        width: 100%;
        height: 25px;
        
    }

.hello-bar {
    background-color: #ffd700;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap; 
    text-align: center; 
}


.text {
    max-width: 80%; 
    word-wrap: break-word; 
    white-space: nowrap; 
    text-align: left; 
}


.info-icon {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    margin-left: 10px; 
}

.popup {
    display: none;
    position: absolute; 
    top: 40px; 
    left: 50%; 
    transform: translateX(-50%); 
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    width: 90%;
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    z-index: 1001;
    color: #000;
    border-radius: 5px;
}


.popup .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    background: #ccc;
    border: none;
    padding: 2px 5px;
    border-radius: 50%;
}




@media (max-width: 600px) {
    .hello-container {
        margin-bottom: 25px;
    }

    .hello-bar {
        flex-direction: row; 
        padding: 10px 15px;
        font-size: 16px;
        text-align: center; 
        justify-content: center; 
        gap: 0px; 
        
    }

    .text {
        max-width: 75%; 
        white-space: normal; 
    }

    .info-icon {
        margin-left: 5px; 
    }
}

.footer__wrapper, .category__list, .products__wrapper, .band__wrapper, .mainstage__inner, .mainstage__wrapper, .header__wrapper {
  max-width: 1678px;
  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%;
  z-index: 2;
  padding: 30px 0 0 0;
  outline: 0;
  margin-top: 15px;
}
.header__wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.header__turkcell-logo {
  display: grid;
  align-content: center;
  outline: 0;
}
.header__turkcell-logo img {
  height: 48px;
}
.header__mainpage {
  color: #3354A6 !important;
  height: 30px;
  line-height: 29px;
  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: #3354A6 !important;
}
.header__mainpage:after {
  content: " ";
  position: relative;
  background: url(../images/btn_arrow_before.png) no-repeat right top;
  background-size: cover;
  width: 8px;
  height: 9px;
  right: -2px;
  top: 1px;
  display: inline-block;
}
.header--hidden {
  display: none;
}

.mainstage {
  padding-top: 30px;
}
.mainstage__wrapper {
  position: relative;
}
.mainstage__bg img {
  border-radius: 20px;
  width: 100%;
}
.mainstage__inner {
  display: grid;
  grid-template-columns: 1fr;
  width: 85%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  align-items: center;
}
.mainstage__text {
  text-align: center;
}
.mainstage__text-title {
  font-size: 4.125rem;
  line-height: 4.625rem;
  color: #FFF;
  font-weight: 700;
}
.mainstage__text-content {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  color: #FFF;
  padding-top: 10px;
}
.mainstage__badge {
  position: absolute;
  right: -20px;
  bottom: 20px;
}
.mainstage__badge img {
  width: 260px;
  height: 104px;
}

.discount {
  border-radius: 20px;
  background: none;
  border: solid 2px #fff;
  padding: 13px;
  width: 322px;
  margin: 50px auto 0 auto;
}
.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;
}
.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: #FCFEFF;
  align-items: center;
  gap: 36px;
  cursor: pointer;
}
.discount__area span {
  font-size: 1.269rem;
  font-weight: 500;
  letter-spacing: 10.154px;
  color: #313131;
}
.discount__copy {
  width: 43px;
  height: 43px;
  background-color: #FFC82A;
  border-radius: 10px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.discount__copy img {
  width: 60%;
}

.band {
  width: 100%;
  margin: 40px 0 0 0;
}
.band__out {
  background: linear-gradient(270deg, #E8B6C3 -8.98%, #E8627D 90.09%);
  height: 108px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  position: relative;
  align-items: center;
  text-decoration: none;
}
.band__out:hover, .band__out:focus {
  text-decoration: none;
}
.band h2 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 500;
  padding-left: 46px;
}
.band img.gift {
  position: absolute;
  width: 250px;
  height: 125px;
  right: 30px;
  bottom: 0;
}
.band img.icon {
  width: 45px;
  height: 20px;
  vertical-align: middle;
}

.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%;
  background-color: #fff;
  padding: 84px 0 114px 0;
}
.sss__caption {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 35px;
}
.sss__accordion {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
}
.sss__acc-wrap {
  cursor: pointer;
  margin: 10px 0;
  padding: 20px 30px 20px 30px;
  width: calc(100% - 60px);
  display: block;
  border-bottom: solid 1px #EFF3F6;
  background-color: #EFF3F6;
  text-decoration: none;
  border-radius: 12px;
}
.sss__acc-wrap.active {
  border-bottom: solid 1px #EFF3F6;
  background-color: #EFF3F6;
}
.sss__acc-wrap.active .sss__acc-item h3 {
  font-weight: 700;
}
.sss__acc-wrap.active .sss__acc-item-plus {
  opacity: 1;
}
.sss__acc-wrap.active .sss__acc-item-plus:before {
  transform: rotate(-90deg);
  background-color: #D4D4D4;
}
.sss__acc-wrap.active .sss__acc-item-plus:after {
  background-color: #D4D4D4;
}
.sss__acc-wrap h3 {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.sss__acc-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  align-items: center;
}
.sss__acc-item-plus {
  position: relative;
  width: 18px;
  height: 18px;
}
.sss__acc-item-plus:after {
  border-radius: 15px;
  background-color: #D4D4D4;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
}
.sss__acc-item-plus:before {
  background-color: #D4D4D4;
  width: 2px;
  height: 18px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 8px;
  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: 2090px;
  overflow: visible;
  opacity: 1;
  padding: 20px 0 0 0;
}
.sss__acc-content p {
  color: rgba(30, 30, 30, 0.67);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3rem;
}
.sss__acc-content p.pdg {
  padding: 10px 0;
}
.sss__acc-content p.pdgtwo {
  padding: 40px 0 20px 0;
}
.sss__acc-content p.bold {
  font-weight: 700;
  padding: 10px 0 10px 0;
}
.sss__acc-content p a {
  color: rgba(30, 30, 30, 0.67);
  text-decoration: none;
  word-wrap: break-word;
  text-decoration: underline;
}
.sss__acc-content p a:hover, .sss__acc-content p a:focus {
  color: rgba(30, 30, 30, 0.67);
  text-decoration: underline;
}
.sss__acc-content p span {
  font-weight: 700;
}
.sss__acc-content table {
  color: #fff;
  margin: 15px 0;
  width: 100%;
}
.sss__acc-content table tr {
  display: grid;
  grid-template-columns: 1fr 2fr 0.5fr;
  align-content: center;
  height: 62px;
  font-size: 1.15rem;
  border-bottom: 0.5px solid #7A7A7A;
}
.sss__acc-content table tr th {
  height: 62px;
  display: grid;
  align-content: center;
  text-align: center;
}
.sss__acc-content table tr th.first {
  background: #3354A6;
}
.sss__acc-content table tr th.second {
  background: #163175;
}
.sss__acc-content table tr th .mobile {
  display: none;
}
.sss__acc-content table tr td {
  text-align: left;
  vertical-align: top;
  border-left: 0.5px solid #7A7A7A;
  border-top: 0.5px solid #7A7A7A;
  height: 62px;
  display: grid;
  align-content: center;
  color: #7A7A7A;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}
.sss__acc-content table tr td:last-child {
  border-right: 0.5px solid #7A7A7A;
}
.sss__acc-content table tr td.tl {
  text-align: center;
  vertical-align: middle;
}
.sss__acc-content ul {
  margin: 0;
  padding: 0;
}
.sss__acc-content ul p {
  padding: 10px 0 0 0;
}
.sss__acc-content li {
  font-size: 1rem;
  line-height: 1.3rem;
  color: rgba(30, 30, 30, 0.67);
  padding: 5px 0;
  list-style-type: disc;
  width: 98%;
  margin: 0 auto;
}
.sss__acc-content li a {
  color: rgba(30, 30, 30, 0.67);
  text-decoration: none;
  word-wrap: break-word;
}
.sss__acc-content li a:hover, .sss__acc-content li a:focus {
  color: #FAFBFD;
  text-decoration: underline;
}
.sss__acc-content img {
  width: 100%;
}

.footer {
  background: #0D4BA0;
  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: 1449px) {
  .header__turkcell-logo img {
    height: 42px;
  }

  .mainstage__text-title {
    font-size: 2.925rem;
    line-height: 3.425rem;
  }
  .mainstage__text-content {
    font-size: 1.575rem;
    line-height: 1.95rem;
  }
  .mainstage__badge img {
    width: 200px;
    height: 80px;
  }

  .discount {
    width: 300px;
    margin: 30px auto 0 auto;
  }

  .band h2 {
    font-size: 1.375rem;
  }

  .category__link p {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 1370px) {
  .mainstage__text-title {
    font-size: 2.025rem;
    line-height: 2.825rem;
  }

  .category__list {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .category__item {
    min-width: 140px;
  }
}
@media screen and (max-width: 1300px) {
  .products__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .mainstage__inner {
    width: 100%;
  }
  .mainstage__badge {
    right: 80px;
  }
  .mainstage__badge img {
    width: 150px;
    height: 60px;
  }
  .mainstage__text-title {
    font-size: 2.125rem;
    line-height: 2.925rem;
  }
  .mainstage__text-content {
    padding-top: 5px;
  }

  .discount {
    padding: 10px;
    border-radius: 10px;
    margin: 15px auto 0 auto;
  }
  .discount__label {
    font-size: 0.876rem;
  }
  .discount__area {
    border-radius: 10px;
    padding: 0 5px 0 10px;
    gap: 22px;
    height: 50px;
  }
  .discount__area span {
    font-size: 1rem;
    letter-spacing: 8px;
    text-align: left;
  }

  .band h2 {
    font-size: 1.175rem;
  }

  .sss__acc-content table {
    height: auto;
  }
  .sss__acc-content table tr {
    height: auto;
  }
  .sss__acc-content table tr td {
    height: auto;
    font-size: 0.56rem;
    line-height: 0.75rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .desktop-tablet-hidden {
    display: block !important;
  }

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

  .header {
    padding: 15px 0 0 0;
	margin-top: 40px
  }
  .header__turkcell-logo img {
    height: 32px;
  }
  .header__mainpage {
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
    height: auto;
  }
  .header__mainpage:after {
    width: 7px;
    height: 8px;
    top: 1px;
  }

  .mainstage {
    padding-top: 15px;
  }
  .mainstage__inner {
    width: 90%;
  }
  .mainstage__badge {
    right: 30px;
  }

  .discount__area {
    grid-template-columns: 1fr 30px;
  }
  .discount__copy {
    width: 30px;
    height: 30px;
    border-radius: 4.755px;
  }
  .discount__copy img {
    width: 70%;
  }

  .band {
    margin: 15px 0 0 0;
  }
  .band img.gift {
    width: 104px;
    height: 52px;
    right: 0px;
  }
  .band__out {
    grid-template-columns: 2fr 1fr;
  }
  .band img.icon {
    width: 26px;
    height: 12px;
    vertical-align: middle;
  }
  .band__out {
    height: 70px;
  }
  .band h2 {
    font-size: 0.875rem;
    padding-left: 16px;
  }

  .category {
    padding: 10px 0;
  }
  .category__item-seperator {
    height: 15px;
  }
  .sss {
    padding: 60px 0;
  }
  .sss__caption {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .sss__acc-wrap {
    padding: 15px 15px 15px 15px;
    width: calc(100% - 30px);
  }
  .sss__acc-wrap h3 {
    font-size: 0.79rem;
    line-height: 0.975rem;
  }
  .sss__acc-content p {
    font-size: 0.825rem;
    line-height: 1.05rem;
  }
  .sss__acc-content ul li {
    font-size: 0.825rem;
    line-height: 1.05rem;
    width: 93%;
  }

  .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__wrapper, .mainstage__wrapper, .mainstage__inner, .band__wrapper, .products__wrapper, .category__list, .footer__wrapper, .sss__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainstage__text {
    text-align: center;
  }
  .mainstage__text-title {
    font-size: 1.375rem;
    line-height: 1.675rem;
  }
  .mainstage__text-content {
    font-size: 0.75rem;
    line-height: 0.93rem;
  }
  .mainstage__badge {
    display: none;
  }

  .discount {
    padding: 5px;
    border-radius: 10px;
    width: 178px;
    margin: 15px auto 0 auto;
  }
  .discount__label {
    font-size: 0.65rem;
  }
  .discount__area {
    height: 32px;
    gap: 10px;
    border-radius: 6px;
    margin-top: 7px;
    padding: 0 0 0 5px;
  }
  .discount__area span {
    font-size: 0.713rem;
    letter-spacing: 5px;
  }
  .discount__copy {
    width: 24px;
    height: 24px;
  }

  .category {
    top: -1px;
  }
  .category__item {
    min-width: 80px;
  }
  .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;
  }

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

  .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;
  }

  .footer {
    height: 156px;
  }
  .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 #a9abbb;
  }
  .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;
  }
}
