body {
  display: block;
}

@media (max-width:575px) { 
  .doonAJ {
    bottom: 80px !important;
    right: 10px !important;
  }

  .dohEF {
    width: 48px !important;
    height: 48px !important;
  }
}
.age-banner {
  display:none; // BROKEN POPUP??
}
.product-description .full {
  max-height: 0;
  overflow: hidden;
  display: none;
}

.product-description.expanded .full {
  max-height: 3000px;
  display: block;
}

.product-description .shortened {
  display: block;
}

.product-description.expanded .shortened {
  display: none;
}

.product-description * {
  font-size: 14px !important;
  font-family: var(--font-main) !important;
}

.product-description.expanded .show-more-btn::after {
  content: 'Свернуть';
}

.show-more-btn {
  background: none;
  border: none;
  color: #A00001;
  cursor: pointer;
  padding: 5px 0;
  font: inherit;
}

.show-more-btn::after {
  content: 'Ещё';
  font-weight: bold;
}

/* Стили для универсальной лендинговой кнопки SMLBTN.1 */
.maniere-landing-universal-btn-text {
  word-break: break-word;
  margin-bottom: 1rem;
}

.maniere-landing-universal-btn-link {
  display: flex;
  align-items: center;
  width: 100%;
}

.maniere-landing-universal-btn-link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #bd0209;
  color: white;
  min-width: 250px;
  padding: 0.15rem;
}

.maniere-landing-universal-btn-block {
  margin: 1rem;
}

.page--subscribe-landing-saccess {
  /* sAccess?? */
  padding-top: 30px;
}
 

 
 
.cart__summary .item--bonuses {
  display:none; 
}
.cart__summary .item--discounts.is-shown {
  display:block;
}
.cart__summary .item--bonuses.is-shown {
  display:flex;
}
.cart .insales-ui-discounts {
  display:flex;
  flex-direction:column;
  gap:10px; 
}
.cart .insales-ui-discounts .insales-ui-discount-item {
  display:flex;
  justify-content:space-between;
  gap:20px;
}
.cart .alert {
  padding:12px 20px;
  border-left:0;
  font-size:13px;
  text-align:center;
}
.cart .cart__coupon .coupon-notice {
  text-align:left;
  font-size:14px;
  padding-top:8px;
}

.discountForm {
  display:flex;
  gap:10px;
  flex-direction:column;
}
