/*Скрываем кнопку Подробнее у товаров*/
a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm {
       display:none!important;
}
    
.t-store__prod__quantity, .t-store__prod__quantity__minus, .t-store__prod__quantity__plus, .t706__cartwin-content, input.t-input.js-tilda-rule, .t1002__wishlistwin-content, .t702 .t-popup__close-wrapper {
    background-color: #f9f2e5;
}
.t786 .t-store__card__btns-wrapper {
    margin-top: 0px !important;
}


@media (max-width: 640px) {
    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn svg {
        max-width: 50%;
        max-height: 50%;
    }
    
    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
        width: 25px;
        height: 25px;
    }
    
    .js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs, .js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_xs, .js-store-prod-all-text, .t-descr_xxs {
       font-size: 14px !important;
    }
    
    .t-store__card__price.t-store__card__price-item.t-name.t-name_xs, .t-name_md {
     font-size: 17px !important;
    }
    
    #rec422131021 .t-popup__container { 
        border-radius: 16px;
    }
    .t654__btn {
        height: 30px;
        font-size: 10px;
    }
    .t654__cell-container {
        padding: 20px 30px!important;
    }
    .t654__text {
        font-size: 10px!important;
    }
}

@media (min-width: 640px) {
    .t-popup__container, .t706__cartwin-content { 
        border-radius: 16px;
}}



/* Плагин 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;
  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(#f9f2e5 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(#f9f2e5 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: 1px solid #6b6b6b;
  background: #f9f2e5;
  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(#f9f2e5 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;
}
.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-radius: 5px;
  border: 1px solid #6b6b6b;
  background: #f9f2e5;
}
.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(#f9f2e5 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(#f9f2e5 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(#f9f2e5 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 */
