/* Плагин Misty :: Start */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@keyframes wmsy-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wmsy-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wmsy-wrap {
  position: relative;
  color: #000;
  font-family: "Manrope", sans-serif;
  width: 100%;
  margin-bottom: 20px;
}
.wmsy-wrap.loading > * {
  opacity: 0.25;
}
.wmsy-wrap.loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  display: block;
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #FF5C00 #FF5C00;
  animation: wmsy-spin 500ms linear infinite;
  border-radius: 50%;
}
.wmsy-init {
  padding: 25px 35px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(30deg, #16E3FF, #FF5C00) border-box;
  animation: wmsy-fade-in 200ms;
  transition: opacity 200ms;
}
.wmsy-init__msg {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.wmsy-init__btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 16px;
  -webkit-appearance: button;
  color: #ffffff;
  background-color: #FF5C00;
  transition: opacity 200ms;
}
.wmsy-init__btn:hover {
  opacity: 0.75;
}
.wmsy-login {
  padding: 25px 35px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(30deg, #16E3FF, #FF5C00) border-box;
  animation: wmsy-fade-in 200ms;
  transition: opacity 200ms;
}
.wmsy-login__input {
  color: #000;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 16px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  line-height: 24px;
  border: none;
  background: #F3F3F3;
  border-radius: 16px;
}
.wmsy-login__input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.wmsy-login__input::placeholder {
  color: inherit;
  opacity: 0.5;
}
.wmsy-login__error {
  color: #FF2222;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  margin-top: 6px;
  animation: wmsy-fade-in 200ms;
}
.wmsy-login__btn {
  cursor: pointer;
  margin-top: 20px;
  box-sizing: border-box;
  -webkit-appearance: button;
}
.wmsy-login__policy {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.wmsy-login__policy a {
  color: #FF5C00;
}
.wmsy-btn,
.wmsy-login__btn {
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 24px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: button;
  border: none;
  overflow: visible;
  border-radius: 16px;
  color: #fff;
  background-color: #FF5C00;
  transition: opacity 200ms;
}
.wmsy-btn:disabled,
.wmsy-login__btn:disabled {
  cursor: not-allowed;
  color: #cdcdcd;
  background-color: #808080;
}
.wmsy-btn:hover,
.wmsy-login__btn:hover {
  opacity: 0.75;
}
.wmsy-enter {
  padding: 25px 35px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(30deg, #16E3FF, #FF5C00) border-box;
  animation: wmsy-fade-in 200ms;
  transition: opacity 200ms;
}
.wmsy-enter__upper {
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}
.wmsy-enter__upper-info {
  font-size: 16px;
  line-height: 1.5;
}
.wmsy-enter__upper-edit {
  font-size: 16px;
  line-height: 1.5;
  display: inline;
  text-decoration: underline;
  border: none;
  color: #000;
  background: none;
  transition: opacity 200ms;
}
.wmsy-enter__upper-edit:hover {
  opacity: 0.75;
}
.wmsy-enter__pcode {
  margin-top: 25px;
  gap: 5px;
  display: flex;
  justify-content: center;
}
.wmsy-enter__pcode-input {
  display: block;
  width: 32px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  border-radius: 5px;
  background: #F3F3F3;
}
.wmsy-enter__error {
  color: #FF2222;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-top: 12px;
  animation: wmsy-fade-in 200ms;
}
.wmsy-enter__timer {
  margin-top: 25px;
}
.wmsy-enter__timer-label {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
.wmsy-enter__timer-field {
  padding: 16px 24px;
  border: 1px solid #FF5C00;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.wmsy-enter__apply {
  margin-top: 25px;
}
.wmsy-profile {
  padding: 25px 35px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(30deg, #16E3FF, #FF5C00) border-box;
  animation: wmsy-fade-in 200ms;
  transition: opacity 200ms;
}
.wmsy-profile__name {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.wmsy-profile__list {
  gap: 2px;
  display: grid;
}
.wmsy-profile__list-item {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.wmsy-profile__bonus {
  gap: 4px;
  display: grid;
  margin-top: 24px;
}
.wmsy-profile__bonus-value {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
.wmsy-profile__bonus-label {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.wmsy-profile__apply {
  margin-top: 24px;
}
.wmsy-profile__edit {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  text-decoration: underline;
  border: none;
  color: #000;
  background: none;
  margin: 16px auto 0;
  transition: opacity 200ms;
}
.wmsy-profile__edit:hover {
  opacity: 0.75;
}
.wmsy-success {
  padding: 15px 25px;
  border-radius: 16px;
  border: 1px solid #28AE07;
  animation: wmsy-fade-in 200ms;
}
.wmsy-success__msg {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.wmsy-failure {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(30deg, #16E3FF, #FF5C00) border-box;
  animation: wmsy-fade-in 200ms;
}
.wmsy-failure__msg {
  color: #FF2222;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.wmsy-failure__btn {
  margin-top: 20px;
}
.wmsy-hello {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(30deg, #16E3FF, #FF5C00) border-box;
  transition: opacity 200ms;
}
.wmsy-hello__msg {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
/* Плагин Misty :: End */






.t-store__relevants__title {
    margin: 70px 0 20px;
    letter-spacing: inherit;
    padding-left: 0;
}

.element.style {
    color: #453529;
    font-size: 40px;
    font-weight: 300;
    font-family: Antonym;
}


.t-store__prod-snippet__container {
    padding-top: 20px;
    padding-bottom: 120px;
}

.t-descr_xxs {
        font-size: 14px;
}


.t-store__empty-part-msg:after {
    content: "К сожалению, по указанным вами фильтрам, десертов не нашлось.";
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap='10'], .t-store__grid-cont_col-width_stretch[data-col-gap='10'] {
        padding: 10px 10px 10px 10px;
    }

@media screen and (max-width: 960px)
.t706__cartpage-heading {
    font-size: 20px;
}


.t706__product-title {
    display: table-cell;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 500;
    vertical-align: middle;
}


.t-descr_xxs {		
    font-size: 14px;		
    line-height: 1.55;
}


  .t-descr_md {
font-size: 16px;
line-height: 1.55;
}


.t-store__filter__item-title {
    color: #453529;
    font-family: Antonym;
    font-weight: 700;
}

.t-cart__promocode {
    display: none !important;
}







