@font-face {
  font-family: "Inter";
  src: url("../fonts/InterVariableFont.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed Bold";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
p {
  margin: 0;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  background: none;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}

select {
  border: none;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
}

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

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9375rem 1.5rem 0.875rem;
  background: #fff;
  border-radius: 20px;
  font-size: 1rem;
  color: #000;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #f00;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .btn {
    padding: 0.375rem 1.3125rem;
    font-size: 0.75rem;
  }
}

.up {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  display: none;
  z-index: 1000;
}
.up.sticky {
  display: block;
}

.cart-fixed {
  position: fixed;
  right: 7.1875rem;
  bottom: 3.125rem;
  display: none;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  color: #fff;
  z-index: 1000;
}
.cart-fixed.sticky {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

h1 {
  margin: 0;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 1.5rem;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.form-item {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.form-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-item label {
  flex: 1;
  padding-left: 0.75rem;
  font-size: 1.25rem;
}
.form-item input {
  width: 100%;
  padding: 0.625rem 1rem;
  border: 1px solid #9d9d9d;
  border-radius: 20px;
  background: #fff;
  font-size: 0.75rem;
}
.form-item input::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: #b9b9b9;
}
.form-item input:-ms-input-placeholder {
  font-size: 0.75rem;
  color: #b9b9b9;
}
.form-item input::-ms-input-placeholder {
  font-size: 0.75rem;
  color: #b9b9b9;
}
.form-item input::placeholder {
  font-size: 0.75rem;
  color: #b9b9b9;
}
@media screen and (max-width: 767.98px) {
  .form-item input {
    font-size: 0.6875rem;
  }
  .form-item input::-webkit-input-placeholder {
    font-size: 0.6875rem;
  }
  .form-item input:-ms-input-placeholder {
    font-size: 0.6875rem;
  }
  .form-item input::-ms-input-placeholder {
    font-size: 0.6875rem;
  }
  .form-item input::placeholder {
    font-size: 0.6875rem;
  }
}
.form-item.error input {
  border-color: #f00;
}
.form-item__error {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #f00;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .form-item__error {
    font-size: 0.625rem;
  }
}
.form button {
  -ms-grid-row-align: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 17.125rem;
  padding: 0.8125rem 1.9375rem 0.75rem;
  background: #000;
  border-radius: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
.form button:hover {
  background: #f00;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .form button {
    min-width: 11.375rem;
    padding: 0.6875rem 1.875rem 0.75rem;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .form-item {
    gap: 0.125rem;
  }
  .form-item label {
    font-size: 0.875rem;
  }
}

.d-none {
  display: none !important;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 17.125rem;
  padding: 0.8125rem 1.9375rem 0.75rem;
  background: #000;
  border-radius: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #f00;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .btn {
    min-width: 11.375rem;
    padding: 0.6875rem 1.875rem 0.75rem;
    font-size: 0.8125rem;
  }
}
.btn--green {
  min-width: 14.5rem;
  border: 1px solid #00bb4e;
  background: transparent;
  font-size: 0.875rem;
  color: #00bb4e;
}
.btn--green:hover {
  background: #00bb4e;
  color: #fff;
}

textarea {
  width: 100%;
  max-width: min(360px, calc(100vw - 1rem));
  margin: 0 auto;
  padding: 0.75rem 1.125rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #b8bdbf;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  resize: none;
}
@media screen and (max-width: 767.98px) {
  textarea {
    width: 100%;
    max-width: min(360px, calc(100vw - 1rem));
    padding: 0.75rem 1.125rem;
    font-size: 0.875rem;
  }
}

.container {
  max-width: 85.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1100;
  padding: 1.5625rem 0;
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.header .container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.header__item {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1.25rem;
  color: #000;
  transition: all 0.3s ease;
}
.header__item:last-child {
  margin-right: 2.5rem;
}
.header__item:hover {
  color: #f00;
}
.header__item:hover svg path {
  stroke: #f00;
}
.header__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-right: 0.5rem;
  padding: 0.375rem 2.75rem;
  background-color: #000;
  border-radius: 20px;
  font-size: 2.25rem;
  line-height: 0.9;
  color: #fff;
}
.header__lang {
  flex: 1;
}
.header__burger {
  all: unset;
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
  width: 1.125rem;
  cursor: pointer;
  z-index: 120;
}
.header__burger span {
  width: 100%;
  height: 3px;
  border-radius: 20px;
  background-color: #000;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.header__mobile {
  display: none;
}
.header.active {
  z-index: 1200;
}
.header.active .header__burger span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.header.active .header__burger span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.header.active .header__burger span:last-child {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.header.active .header__mobile {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  height: 100dvh;
  padding: 3.75rem 2.375rem 3.125rem;
  border-radius: 0px 20px 20px 0px;
  background: #fff;
  z-index: 100;
}
.header.active .header__mobile a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.8125rem 1.25rem 0.75rem;
  border-radius: 20px;
  background-color: #000;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
.header.active .header__mobile ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0.9375rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #b8bdbf;
  border-bottom: 1px solid #b8bdbf;
}
.header.active .header__mobile__contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.header.active .header__mobile__contact a {
  padding: 0;
  background: transparent;
  font-size: 1rem;
  color: #000;
}
.header.active .header__mobile__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
  padding: 0.6875rem 1.875rem 0.5rem;
  border-radius: 20px;
  background-color: #000;
  list-style: none;
}
.header.active .header__mobile__lang select {
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .header {
    padding: 0.9375rem 0;
  }
  .header .container {
    gap: 1.5625rem;
  }
  .header__item {
    font-size: 1rem;
  }
  .header__item:last-child {
    margin-right: 0;
  }
  .header__logo a {
    padding: 0.375rem 1.875rem;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header .container {
    gap: 1.25rem;
  }
  .header__item p {
    display: none;
  }
  .header__item:last-child {
    margin-right: 0;
  }
  .header__lang {
    display: none;
  }
  .header__logo {
    flex: 1;
  }
  .header__logo a {
    margin: 0 auto;
    padding: 0.25rem 1.25rem;
    font-size: 1.25rem;
  }
  .header__logo a p {
    display: block;
  }
  .header__profile {
    margin-left: auto;
  }
  .header__burger {
    display: flex;
  }
}

.footer {
  padding: 1.25rem 0 1.875rem;
  border-radius: 20px 20px 0 0;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding: 1.25rem 0 1.125rem;
  }
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  padding: 0 1.875rem;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  font-size: 1.5rem;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 2rem;
}
.footer__info__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767.98px) {
  .footer__info__block {
    font-size: 1rem;
  }
}
.footer__info__address {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
}
.footer__info__address p:not(:last-child) {
  position: relative;
}
.footer__info__address p:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 3px;
  height: 100%;
  background: #000;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer__social a {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding: 1.25rem 0 1.875rem;
  }
  .footer .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.875rem;
    padding: 0 0.9375rem;
  }
  .footer__links {
    display: none;
  }
  .footer__info {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.25rem;
  }
  .footer__info__address {
    flex: 1;
    flex-direction: column;
    gap: 0.3125rem;
    margin-top: 0;
    text-align: right;
  }
  .footer__info__address p:not(:last-child):after {
    display: none;
  }
  .footer__social {
    display: none;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  display: none;
}

.signup {
  padding: 1.5625rem 0 0.625rem;
}
.signup__form {
  display: flex;
  flex-direction: column;
  width: 41.25rem;
  padding: 2rem 2.375rem;
  border-radius: 20px;
  background: #fff;
}
.signup__form h1 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .signup__form h1 {
    margin-bottom: 0.625rem;
  }
}
.signup__form h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .signup__form h2 {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
}
.signup__form > p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .signup__form > p {
    font-size: 0.6875rem;
  }
}
.signup__form .form {
  margin: 1.375rem 0 1.125rem;
}
@media screen and (max-width: 767.98px) {
  .signup__form .form {
    margin: 2.5rem 0 1.25rem;
  }
}
.signup__form__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
  text-align: center;
  font-size: 0.75rem;
}
.signup__form__button p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.signup__form__button a {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .signup__form__button {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767.98px) {
  .signup__form {
    width: 100%;
    padding: 2.1875rem 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .signup {
    justify-content: normal;
  }
}

.signup-page .main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .signup-page .main {
    justify-content: normal;
  }
}

.login-page .signup__form {
  padding: 2.9375rem 2.375rem 3.25rem;
}
.login-page .signup__form h1 {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .login-page .signup__form h1 {
    margin-bottom: 0.5rem;
  }
}
.login-page .signup__form .form {
  margin: 2.8125rem 0 1.125rem;
}
@media screen and (max-width: 767.98px) {
  .login-page .signup__form .form {
    margin: 2.8125rem 0 0.5rem;
  }
  .login-page .signup__form .form button {
    margin-top: 0.875rem;
  }
}
.login-page .signup__form__button a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .login-page .signup__form {
    padding: 3.125rem 0.9375rem;
  }
}

.passowrd-page .signup__form > * {
  max-width: 23.75rem;
  width: 100%;
  margin: 0 auto;
}
.passowrd-page .signup__form > h1 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .passowrd-page .signup__form > h1 {
    margin-bottom: 2.75rem;
  }
}
.passowrd-page .signup__form > h2 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .passowrd-page .signup__form > h2 {
    margin-bottom: 1.375rem;
  }
}
.passowrd-page .signup__form > .form {
  margin-bottom: 4.25rem;
}
.passowrd-page .signup__form > .form input::-webkit-input-placeholder {
  text-align: center;
}
.passowrd-page .signup__form > .form input:-ms-input-placeholder {
  text-align: center;
}
.passowrd-page .signup__form > .form input::-ms-input-placeholder {
  text-align: center;
}
.passowrd-page .signup__form > .form input::placeholder {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .passowrd-page .signup__form > .form {
    margin-bottom: 2.75rem;
  }
  .passowrd-page .signup__form > .form button {
    margin-top: 1.5rem;
  }
}

.new-password-page .signup__form h1 {
  max-width: 15.625rem;
  margin: 0 auto 1.375rem;
}
@media screen and (max-width: 767.98px) {
  .new-password-page .signup__form h1 {
    max-width: 100%;
    margin: 0 auto 1.125rem;
  }
}
.new-password-page .signup__form > h2 {
  max-width: 21.25rem;
  margin: 0 auto 1.125rem;
  font-size: 1.25rem;
  color: #00bb4e;
}
@media screen and (max-width: 767.98px) {
  .new-password-page .signup__form > h2 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 0.8125rem;
  }
}
.new-password-page .signup__form > .form {
  margin-bottom: 4.25rem;
}
.new-password-page .signup__form > .form .form-item label {
  margin-bottom: 0.625rem;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .new-password-page .signup__form > .form {
    margin-bottom: 2.75rem;
  }
  .new-password-page .signup__form > .form button {
    margin-top: 1.5rem;
  }
  .new-password-page .signup__form > .form .form-item label {
    margin-bottom: 1.25rem;
  }
}

.map .container {
  display: flex;
  gap: 2.25rem;
}
@media screen and (max-width: 767.98px) {
  .map .container {
    flex-direction: column;
    gap: 1rem;
  }
}
.map__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
  max-width: 25rem;
}
.map__item iframe {
  width: 100%;
  height: 25rem;
  border-radius: 20px;
}
.map__item h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .map__item {
    gap: 0.75rem;
  }
  .map__item h3 {
    font-size: 1rem;
  }
}

.contact-page .main {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: normal;
  padding: 2.125rem 0;
}
@media screen and (max-width: 767.98px) {
  .contact-page .main {
    justify-content: center;
    padding: 1.875rem 0;
  }
}

.section-error .container {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
}
.section-error .container h1 {
  margin: 0;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .section-error .container {
    gap: 0.75rem;
    font-size: 1rem;
  }
  .section-error .container h1 {
    font-size: 2rem;
  }
}

.section-text .wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.625rem 2.1875rem;
  background: #fff;
  border-radius: 20px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 767.98px) {
  .section-text .wrapper {
    padding: 4rem 1.5625rem;
    font-size: 0.8125rem;
  }
}

.cabinet__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.375rem;
  padding: 2.625rem 2.1875rem 1.875rem;
  background: #fff;
  border-radius: 20px;
}
.cabinet__wrapper h2 {
  margin: 0;
  font-size: 1.75rem;
}
.cabinet__wrapper > button {
  align-self: flex-end;
  padding: 0.375rem 2.25rem 0.3125rem;
  background: #b9b9b9;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #696969;
}
@media screen and (max-width: 767.98px) {
  .cabinet__wrapper {
    padding: 0.875rem 1.5625rem 1.375rem;
  }
  .cabinet__wrapper h2 {
    font-size: 1rem;
  }
}

.cabinet__buttons {
  position: absolute;
  top: 52px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.cabinet__buttons a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 3.125rem 0.8125rem;
  border-radius: 20px;
  background-color: #000;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .cabinet__buttons {
    display: none;
  }
}

.cabinet-page .main {
  justify-content: center;
  padding: 2.125rem 0;
}
.cabinet-page .main .container {
  position: relative;
}
.cabinet-page .main .cabinet {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .cabinet-page .main {
    padding: 1.5625rem 0;
  }
}

.cabinet__form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  width: 100%;
  max-width: min(360px, calc(100vw - 1rem));
  margin: 0 auto;
}
.cabinet__form__item {
  display: flex;
  flex-direction: column;
}
.cabinet__form__item label {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #9d9d9d;
  -webkit-transform: translate(32px, 7px);
  transform: translate(32px, 7px);
}
.cabinet__form__item label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 1.375rem);
  height: 4px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cabinet__form__item input {
  width: 100%;
  max-width: min(360px, calc(100vw - 1rem));
  min-height: 3.5rem;
  padding: 0.75rem 1.125rem;
  border-radius: 20px;
  border: 1px solid #9d9d9d;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .cabinet__form {
    align-items: center;
    gap: 0.875rem;
  }
  .cabinet__form__item,
  .delivery__time__item {
    width: 100%;
    max-width: min(360px, calc(100vw - 1rem));
  }
  .cabinet__form__item label {
    font-size: 0.75rem;
    -webkit-transform: translate(2rem, 0.4375rem);
    transform: translate(2rem, 0.4375rem);
  }
  .cabinet__form__item label:before {
    width: calc(100% + 1.375rem);
  }
  #delivery-text {
    width: 100%;
    max-width: min(360px, calc(100vw - 1rem));
  }
}

.product .container {
  background: #fff;
  border-radius: 20px;
}
.product__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.375rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1.375rem auto 1.375rem auto;
  grid-template-rows: repeat(3, auto);
  gap: 1.375rem;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.75rem 2.1875rem 3.5rem;
}
.product__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.product__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.product__wrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.product__wrapper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.product__wrapper > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.product__wrapper > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.product__wrapper__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  border-radius: 25px;
  box-shadow: 0px 0px 14.4px 2px rgba(0, 0, 0, 0.61);
  overflow: hidden;
}
.product__wrapper__image img {
  max-width: 100%;
  border-radius: 20px;
}
.product__wrapper__info {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  grid-row: 1/-1;
  display: flex;
  flex-direction: column;
}
.product__wrapper__info h2 {
  font-size: 2.5rem;
}
.product__wrapper__info > p {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.product__wrapper__info__compound {
  display: flex;
  justify-content: center;
  margin: 1.75rem 0 1.25rem;
  padding: 0.6875rem 1.25rem;
  font-size: 1.5rem;
  border-top: 1px solid #b8bdbf;
  border-bottom: 1px solid #b8bdbf;
}
.product__wrapper__info__ingredients {
  flex: 1;
  padding: 1.125rem 1.625rem;
  border-radius: 20px;
  border: 1px solid #b8bdbf;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.product__wrapper__price {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  display: flex;
  gap: 0.75rem;
}
.product__wrapper__price__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product__wrapper__price__item p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6875rem 1.25rem;
  background: #000;
  border-radius: 20px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.product__wrapper__price__item .btn {
  min-width: auto;
}
.product__wrapper__price__item form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: min(360px, calc(100vw - 1rem));
}
.product__wrapper__price__item .section__item__count {
  margin-top: 0;
  border-color: #000;
}
.product__wrapper__price__item .section__item__count__value {
  background: #fff;
  border-radius: 0;
  color: #000;
  border-left-color: #000;
  border-right-color: #000;
}
.product__wrapper__price__item .section__item__count__btn {
  background: transparent;
  color: #000;
}
.product__wrapper__price__item .section__item__count__btn:hover,
.product__wrapper__price__item .section__item__count__btn:focus-visible {
  background: #000;
  color: #fff;
}
.product__wrapper__price__item.active .btn {
  display: none;
}
.product__wrapper__price__item.active .section__item__count {
  display: grid;
}
@media screen and (max-width: 399.98px) {
  .product__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1.125rem auto 1.125rem auto;
    grid-template-rows: repeat(3, auto);
    gap: 1.125rem;
    padding: 1rem 1.5625rem 0.875rem;
  }
  .product__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .product__wrapper > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .product__wrapper > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .product__wrapper__image {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .product__wrapper__info {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .product__wrapper__info h2 {
    font-size: 1.875rem;
    line-height: 1.1;
  }
  .product__wrapper__info > p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .product__wrapper__info__compound {
    margin: 0.6875rem 0 0.625rem;
    padding: 0.3125rem 1.25rem;
    font-size: 1rem;
  }
  .product__wrapper__info__ingredients {
    min-height: 4.875rem;
    padding: 0.6875rem 0.9375rem;
    font-size: 0.9375rem;
    line-height: 1.45;
  }
  .product__wrapper__price {
    grid-column: 1/-1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    gap: 0.3125rem;
  }
  .product__wrapper__price__item {
    gap: 0.5rem;
  }
  .product__wrapper__price__item p {
    padding: 0.375rem 0.875rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 399.98px) {
  .product__wrapper {
    padding-inline: 1rem;
  }
  .product__wrapper__price {
    flex-direction: column;
    gap: 0.75rem;
  }
  .product__wrapper__price__item form {
    max-width: 100%;
  }
  .product__wrapper__price__item .section__item__count {
    width: 100%;
    max-width: 11rem;
  }
}

.main {
  flex-grow: 1;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .main {
    padding-bottom: 1rem;
  }
}

.hero {
  padding: 1.125rem 0;
}
.hero .container {
  display: flex;
  gap: 1.0625rem;
}
.hero__logo {
  flex: 0 1 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}
.hero__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .hero__logo {
    display: none;
  }
}

.categories {
  padding: 1.125rem 0 1.25rem;
  background: #fff;
  border-radius: 0 0 25px 25px;
}
.categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767.98px) {
  .categories__list {
    overflow-y: auto;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.categories__item {
  flex: 1;
}
.categories__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6.375rem;
  height: 4.375rem;
  padding: 0.75rem;
  background: #000;
  border-radius: 20px;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.categories__item a:hover, .categories__item a.active {
  background: #f00;
}
@media screen and (max-width: 767.98px) {
  .categories__item a {
    height: 100%;
    padding: 0.5rem 1.25rem 0.5625rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .categories {
    padding: 0.8125rem 0 0.5rem;
    border-radius: 0 0 20px 20px;
  }
}

.section {
  width: 100%;
  padding-top: 1.75rem;
}
.section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 1.0625rem;
  background-color: #fff;
  border-radius: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .section h2 {
    font-size: 1.5rem;
    padding: 0.5rem 1.0625rem;
  }
}
.section__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(323px, 1fr));
  gap: 2.25rem 0.9375rem;
  margin-top: 1.625rem;
}
.section__items--placeholder {
  min-height: 18rem;
}
.section__items--skeleton {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(323px, 1fr));
  gap: 2.25rem 0.9375rem;
}
.section__skeleton {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.section__skeleton__image,
.section__skeleton__title,
.section__skeleton__text,
.section__skeleton__price,
.section__skeleton__button {
  position: relative;
  overflow: hidden;
  background: #181818;
  border-radius: 20px;
}
.section__skeleton__image::after,
.section__skeleton__title::after,
.section__skeleton__text::after,
.section__skeleton__price::after,
.section__skeleton__button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: skeleton-shimmer 1.5s infinite;
}
.section__skeleton__image {
  aspect-ratio: 324/215;
}
.section__skeleton__title {
  height: 1.75rem;
  width: 70%;
}
.section__skeleton__text {
  height: 0.875rem;
  width: 100%;
}
.section__skeleton__price {
  height: 2.75rem;
  width: 8rem;
}
.section__skeleton__button {
  height: 3.25rem;
  width: 100%;
}
@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767.98px) {
  .section__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.625rem;
    margin-top: 1rem;
  }
  .section__items--skeleton {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.625rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section__items,
  .section__items--skeleton {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.section__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  container-type: inline-size;
}
.section__item__img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 324/215;
  overflow: hidden;
  border-radius: 20px;
}
.section__item__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.section__item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.section__item__img img.section__item__img__notice {
  position: absolute;
  bottom: 0;
  left: 1.125rem;
  width: 2.5rem;
  height: 1.4375rem;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.section__item__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.125rem;
}
.section__item__info__title {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #fff;
  text-decoration: none;
}
.section__item__info__title h3 {
  margin: 0;
  font-size: clamp(1rem, 8.5cqw, 1.75rem);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
.section__item__info__price {
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: clamp(1rem, 6.5cqw, 1.375rem);
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.section__item__info__price p {
  margin: 0;
}
.section__item__cart {
  margin-top: auto;
  padding-top: 1rem;
}
.section__item .btn {
  margin-top: auto;
  width: 100%;
  min-width: 0;
  min-height: 4.125rem;
  padding: 0.875rem 1.5rem;
  background: transparent;
  white-space: normal;
  text-align: center;
  font-size: clamp(0.9375rem, 5.75cqw, 1.125rem);
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 999px;
}
.section__item .btn:hover {
  background: #fff;
  color: #000;
}
.section__item--big .section__item__info__price {
  padding: 0.5rem 1.375rem;
}
.section__item__count {
  --card-counter-height: 4.125rem;
  display: none;
  grid-template-columns: var(--card-counter-height) calc(var(--card-counter-height) * 2) var(--card-counter-height);
  align-items: stretch;
  width: calc(var(--card-counter-height) * 4);
  min-height: var(--card-counter-height);
  height: var(--card-counter-height);
  overflow: hidden;
  justify-content: stretch;
  gap: 0;
  margin-top: auto;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.section__item__count > * {
  min-width: 0;
}
.section__item__count__value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
  font-size: clamp(0.9375rem, 5.75cqw, 1.125rem);
  font-weight: 700;
  color: #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
}
.section__item__count__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: clamp(1.5rem, 8.75cqw, 1.875rem);
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section__item__count__btn:hover,
.section__item__count__btn:focus-visible {
  background: #fff;
  color: #000;
}
.section__item__count__btn:focus,
.section__item__count__btn:active {
  background: transparent;
  color: #fff;
  outline: none;
}
.section__item.active .btn {
  display: none;
}
.section__item.active .section__item__count {
  display: grid;
}
@media screen and (max-width: 767.98px) {
  .section {
    padding-top: 1rem;
  }
  .section__item {
    gap: 0.875rem;
  }
  .section__item__count {
    --card-counter-height: 3.5rem;
    grid-template-columns: minmax(40px, 1fr) minmax(0, 2fr) minmax(40px, 1fr);
    width: 100%;
    max-width: calc(40px + 7rem + 40px);
  }
  .section__item .btn,
  .section__item__count {
    min-height: 3.5rem;
  }
  .section__item__count__btn {
    min-width: 40px;
  }
  .section__item .btn {
    padding: 0.75rem 1rem;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #000;
  font-family: "RobotoCondensed Bold", sans-serif;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
