*:focus,
*:active {
  -webkit-tap-highlight-color: transparent;
  outline: none; /* необов’язково, якщо треба прибрати фокус-рамку */
}

button, a, input, textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

* {font-family: 'Nunito', sans-serif;}

body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  background: #fff;
  color: #1B1615;
}

body.lock-scroll {
  overflow: hidden;
  
}



.container {
  max-width: 480px;
  margin: 0 auto;
}


html {
  scroll-behavior: smooth;
}


/*.header {
  position: relative;
  height: 72px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  z-index: 900;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}*/

.header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 72px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  z-index: 999;
}



.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
}




.hero {
background: linear-gradient(to bottom, #F1FFF8 0%, rgba(231, 250, 240, 0) 100%);
padding: 32px 15px 0 15px;
}



.hero-content h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1B1615;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.hero-image {
  position: relative;
  text-align: center;
  margin: 24px 0 0 0;
}
.hero-image img {
  width: 100%;
  max-width: 448px;
}

.hero-info-box {
  position: relative;
  border: 2px dashed #6EA576;
  border-radius: 8px;
  padding: 32px 7px 24px 7px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  margin-top: 58px;
  font-weight: 600;
}

.hero-info-box p{
 margin: 0;	
}

.hero-icon-wrapper {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.white-circle {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #6EA576;
}

.hero-info-icon {
  width: 28px;
  height: 28px;
}

.highlight-green {
  color: #6EA576;
  font-weight: 700;
}



.promo-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  /* Якщо треба по центру екрана вертикально, додай ще:
  align-items: center;
  height: 100vh;
  */
}

.promo-box {
  position: relative;
  z-index: 1;
  background: #FDF5EA;
  border: 2px solid #EC5737;
  border-radius: 8px;
  padding: 32px 15px 24px 15px;
  text-align: center;
  width: 370px;
  margin-top: 56px;
}



.promo-badge {
  position: absolute;
  top: -16px; /* підіймає бейдж над лінією */
  left: 50%;
  transform: translateX(-50%);
  background: #EC5737;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  border-radius: 16px;
  padding: 4px 16px;
  z-index: 3;
  white-space: nowrap;
  text-transform: uppercase;
}

.promo-title {
  font-size: 20px;
  font-weight: 700;
  color: #1B1615;
  margin: 0 0 16px 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.promo-price {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.price-container {
  position: relative;
  width: 193px;
  height: 48px;
  background: #fff;
  border-radius: 24px;
  padding: 0px 17px 0px 0px; /* зліва додали місце під абсолютний блок */
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);*/
}

.discount {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 80px;
  height: 48px;
  background: #EC5737;
  border-radius: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-text {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: right;
	line-height: 22px;
}

.old-price {
  font-size: 14px;
  color: #1B1615;
  text-decoration: line-through;
  font-weight: 600;
}

.new-price {
  font-size: 24px;
  color: #EC5737;
  font-weight: 700;
}

.bonus-box-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.bonus-box-wrapper .menu-bonus-label {
  position: absolute;
  top: 90.4px;
  left: 50%;
  transform: translateX(-50%);
  background: #efe5d5;
  color: #a3855b;
  font-weight: 700;
  font-size: 10px;
  padding: 4px 12px;
  border-radius: 0px 0px 8px 8px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}

.bonus-order {
  margin-top: 15px!important;
}

.bbw {
  margin: 24px 0 0 0!important;
}

.bonus-box {
  border: 2px solid #EC5737;
  border-radius: 8px;
  padding: 20px 24px 12px 24px;
  /*padding: 16px 24px 8px 24px;*/
  background: #fff;
  max-width: 440px;
  text-align: center;
  font-size: 16px;
  color: #1B1615;
  line-height: 1.4;
  width: 100%;
}

.bonus-text{
  font-size: 15px;
  font-weight: 600;
}

.bonus-box strong {
  font-weight: 800;
  
}

.bonus-icon {
  position: absolute;
  top: -18px;
  background: #fff;
  padding: 8px;
  border: 2px solid #EC5737;
  border-radius: 50%;
}

.bonus-icon img {
  width: 16px;
  height: 16px;
  display: block;
}








.puree-box-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.puree-box {
  border: 2px solid #6EA576;
  border-radius: 8px;
  padding: 32px 16px 24px 16px;
  /*padding: 16px 24px 8px 24px;*/
  background: #fff;
  max-width: 440px;
  text-align: center;
  color: #1B1615;
  line-height: 1.4;
  width: 100%;
  background-color: #F4FAF7;
}

.puree-box-text{
  font-size: 16px;
  font-weight: 600;
}

.puree-box-box strong {
  font-weight: 800;
  
}

.puree-box-icon {
  position: absolute;
  top: -25px;
  background: #fff;
  padding: 8px;
  border: 2px solid #6EA576;
  border-radius: 50%;
}

.puree-box-icon img {
  width: 28px;
  height: 28px;
  display: block;
}








.promo-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*background: linear-gradient(360deg, #FFA05C 0%, #FFDF68 100%);*/
  /*background: linear-gradient(180deg, #ffca4c 0%, #ec9337 100%);*/
  
  background: linear-gradient(180deg, #faca73 0%, #ffa700 100%);
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);*/
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  width: 277px;
  height: 56px;
  text-transform: uppercase;
}

.promo-btn:hover {
  background: linear-gradient(360deg, #faca73 0%, #ffa700 100%);
}

.fruit {
  position: absolute;
  z-index: 2; /* вище promo-box */
}

.fruit-left {
  top: 49px;
  left: -26px;
  width: 83px;
  height: 83px;
}

.fruit-top {
  top: -15px;
  right: -20px;
  width: 55px;
  height: 55px;
}

.fruit-right {
  bottom: 10px; /* 28px; */
  right: -20px;
  width: 70px;
  height: 70px;
}

.broccoli {
  top: 66px;
  left: -26px;
  width: 86px;
  height: 86px;
}

.strawberry {
  top: 0px;
  right: -25px;
  width: 74px;
  height: 74px;
}

.kiwi {
  bottom: -10px;
  right: -17px;
  width: 64px;
  height: 64px;
}








.about-section {
  padding: 92px 15px 0 15px;
  text-align: center;
  background: #fff;
}

.about-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #1B1615;
  margin:0;
  text-transform: uppercase;
}


.about-photo {
position: relative;
    text-align: center;
    margin: 24px 0 0 0;
}
.about-photo img {
  width: 100%;
  max-width: 400px;

}

.about-name {
  font-size: 24px;
  font-weight: 700;
  color: #1B1615;
  margin-bottom: 24px;
}

.about-name strong {
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-top: 4px;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
  max-width: 450px;
  margin: 0 auto 56px auto;
}

.fact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fact p {
  margin: 0;
  font-size: 14px;
  color: #1B1615;
  font-weight: 600;
}

.fact-icon {
  width: 80px;
  height: 80px;
  background-color: #FDF5EA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.fact-icon img {
  width: 40px;
  height: 40px;
}
.about-quote {
  border: 2px solid #DA7C45;
  border-radius: 8px;
  padding: 25px 16px 16px 16px;
  background: #FDF5EA;
  font-size: 16px;
  color: #1B1615;
  position: relative;
  text-align: center;
  font-weight: 600;
}

.quote-icon {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 2px solid #DA7C45;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-icon img {
  width: 30px;
  height: 21.17px;
}












.certificates {
  text-align: center;
  padding: 64px 15px 0 15px;
}

.certificates-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

.certificates-slider {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.certificates-wrapper {
  overflow: hidden;
  border-radius: 12px;
}

.certificates-track {
  display: flex;
  transition: transform 0.2s ease;
}

.cert-slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 2px solid #C8E5D6; /* Зелена обводка */
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.slider-btn img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(315%) hue-rotate(108deg) brightness(94%) contrast(90%);
  /* Це робить стрілку темно-зеленою */
}

.slider-btn:hover {
  background: #f4faf7;
  border-color: #A4DBC2;
}

.slider-btn.prev {
  left: -25px;
}

.slider-btn.next {
  right: -25px;
}

.certificates-dots {
  margin-top: 16px;
}

.dot {
  width: 16px;
  height: 16px;
  border: 2px solid #C8E5D6;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  background: transparent;
  position: relative;
  transition: background 0.3s ease;
}

.dot.active::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #C8E5D6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}









.how-it-works {
  text-align: center;
  padding: 64px 15px 0 15px;
}

.how-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

.steps {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
    max-width: 450px;
    margin: 0 auto 32px auto;
}

.step {
      display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}

.circle-bg {
  width: 80px;
  height: 80px;
  background: #FDF5EA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-bg img {
  width: 40px;
  height: 40px;
}

.circle-number {
  position: absolute;
  right: 0px;
  background: #C8E5D6;
  color: #1B1615;
  font-weight: 700;
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step p {
  margin: 0;
  font-size: 14px;
  color: #1B1615;
  font-weight: 600;
}

.how-note {
  font-size: 16px;
  margin: 0;
}

.how-note .red {
  color: #FF5B2E;
}

.how-note .underline {
  /*text-decoration: underline;*/
  font-weight: 700;
}

@media (max-width: 480px) {
  .step {
    width: 100%;
  }
}





.payment-info {
  padding: 24px 15px 0 15px;
}

.payment-box {
  border: 2px solid #C8E5D6;
  border-radius: 8px;
  padding: 16px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.payment-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
}

.payment-benefits li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 16px;
  color: #1B1615;
}

.payment-benefits img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}

.payment-methods img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 8px;
}






.menu-section {
  padding: 64px 15px 64px 15px;
}

.menu-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  text-align: center;
}

.menu-list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 16px;
}
.menu-item {
  display: flex;
  gap: 10px;
  align-items: stretch; /*  ключова зміна */
  border-top: 1px solid #C8E5D6; 
  padding-top: 16px;
  position: relative;
}

.menu-item:last-child {
padding-bottom: 16px;
  border-bottom: 1px solid #C8E5D6;
}


.menu-image-wrapper {
  width: 76px;
  height: 76px;
  background: #FDF5EA;
  border-radius: 8px;
  padding: 2px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-image-wrapper a {line-height: 0;}

.menu-image {
  object-fit: contain;

  /* Прибери фіксовані розміри, щоб задати індивідуально */
  width: 60px;
  height: 60px;
}

.menu-image-plus {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.menu-content {
flex: 1;
}
.menu-name {
  font-size: 15px; /* 12.5px */
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.menu-name a {
  color:#1B1615;
  text-decoration: none;
  cursor: pointer;
}
.menu-title a {
  color:#1B1615;
  text-decoration: none;
  cursor: pointer;
}

.price-and-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-block {
  display: flex;
  flex-direction: column;
}
.price-old {
  font-size: 14px;
  font-weight: 600;
  color: #1B1615;
  text-decoration: line-through;
  line-height: 1.2;
}
.price-new {
  font-size: 20px;
  font-weight: 700;
  color: #EC5737;
}
.buttons {
  display: flex;
  gap: 16px;
  margin-left: 20px;
}
.btn-detail {
  display: inline-flex; /* вирівнює текст всередині */
  align-items: center;  /* вертикальне центрування */
  justify-content: center;
  text-decoration: none; /* прибирає підкреслення */
  color: #6EA576;
  padding: 0px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border: 1px solid #C8E5D6;
  text-transform: uppercase;
}

.btn-detail:hover {
  background: #f2f2f2;
}


.btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: linear-gradient(180deg, #faca73 0%, #ffa700 100%);
}


.btn-cart:hover {
  background: linear-gradient(360deg, #faca73 0%, #ffa700 100%);
}

.btn-cart img {
  width: 24px;
  height: 24px;
}

.btn-detail,
.btn-cart {
  vertical-align: middle;
}

.new-label {

	color: white;
    font-weight: bold;
    font-size: 10px;
    padding: 0px 15px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 15px;
    transform: rotate(0deg);
    background-color: rgb(236 87 55 / 84%);
    z-index: 1;
}




.menu-discount {
  background: #FFF4EB;
  padding: 32px 15px 32px 15px;
  text-align: center;
}

.menu-discount-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  text-align: center;
}

.menu-discount .menu-card-list {
  display: flex;
  flex-wrap: wrap; /* головне — дозволити перенос */
  justify-content: center; /* або center */
  gap: 46px; /* відступ між картками */
}

.menu-discount .menu-card {
  width: 100%;
  border: 2px solid #C8E5D6;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.menu-discount .menu-top {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.menu-discount .menu-photo {
  width: 104px;
  height: 104px;
  
  object-fit: cover;
  flex-shrink: 0;
}

.menu-discount .menu-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.menu-discount .menu-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.2;
  text-align: left;
  color: #1B1615;
}

.menu-discount .menu-prices {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  line-height: 1.2;
}

.menu-discount .menu-old-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #1B1615;
  font-weight: 700;
}

.menu-discount .menu-new-price {
  color: #EC5737;
  font-weight: 700;
  font-size: 24px;
  
}

.menu-discount .menu-desc {
  background: #F4FAF7;
  padding: 8px 8px;
  border-radius: 8px;
  margin-bottom: 16px;
  text-align: left;
}

.menu-discount .menu-desc ul {
  padding-left: 25px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.menu-discount .menu-buttons {
  display: flex;
  gap: 10px;
}

.menu-discount .btn {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  flex: 1;
}

.menu-discount .btn-outline {
  color: #6EA576;
  border: 1px solid #C8E5D6;
  background: #fff;
  cursor: pointer;
}

.menu-discount .btn-outline:hover {
  background: #f2f2f2;
}

.menu-discount .btn-gradient {
  background: linear-gradient(180deg, #faca73 0%, #ffa700 100%);
  color: #fff;
  border: none;
  font-weight: 800;
  cursor: pointer;
}

.menu-discount .btn-gradient:hover {
  background: linear-gradient(360deg, #faca73 0%, #ffa700 100%);
}





.menu-discount .popular {
  position: relative;
  border: 2px solid #EC5737; /* яскравіший бордер */
}

.menu-discount .menu-label {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: #EC5737;
  color: white;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 8px 8px 0px 0px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}

.menu-discount .menu-prices-popular {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.menu-discount .desccol {
  background: #FDF5EA;
}

.menu-discount .menu-discount-tag {
  background: #EC5737;
  color: #fff;
  height:25px;
  font-weight: 700;
  font-size: 24px;
  padding: 8px 8px;
  border-radius: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-discount .menu-price-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  align-items: flex-start;
}












.menu-slider {
  text-align: center;
  padding: 64px 15px 0 15px;
}

.slider-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.slider {
  position: relative;

  margin: 0 auto;
}


.slider-wrapper {
  overflow: hidden;
  cursor: grab;
  user-select: none;
   border-radius: 8px;
}

.slider-track {
  display: flex;
  transition: transform 0.2s ease;
  will-change: transform;
}

.slider-slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 2px solid #C8E5D6;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.slider-btn img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(315%) hue-rotate(108deg) brightness(94%) contrast(90%);
}

.slider-btn.prev {
  left: -25px;
}

.slider-btn.next {
  right: -25px;
}

.slider-dots {
  margin-top: 16px;
}

.dot {
  width: 16px;
  height: 16px;
  border: 2px solid #C8E5D6;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  background: transparent;
  position: relative;
  transition: background 0.3s ease;
}

.dot.active::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #C8E5D6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-inner {
  transition: height 0.3s ease;
  overflow: hidden;
}







.slider-track img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  pointer-events: none;
}


.no-scroll {
  overflow: hidden;
  touch-action: none;
}





.faq-question,
.faq-answer {
  font-family: 'Nunito', sans-serif;
}

.faq-section {
  padding: 64px 15px 0 15px;
}

.faq-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  text-align: center;
}

.faq-item {
  border-top: 1px solid #C8E5D6;
  padding: 12px 16px;
}

.faq-item:last-child {
  border-bottom: 1px solid #D7E2DD;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-weight: 600;
  color: #1B1615;
  -webkit-tap-highlight-color: transparent; /* прибирає миготіння на мобільних */
}

.faq-question:focus {
  outline: none;
  box-shadow: none; /* прибирає миготіння на десктопі */
}

/* стрілка як псевдо-елемент, завжди по центру */
.faq-question::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #6EA576;
  border-bottom: 2px solid #6EA576;
  transform: rotate(45deg);
  transition: transform .3s ease;
  margin-left: 10px;
  flex: 0 0 auto;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, margin-top 0.4s ease;
  font-size: 15px;
  color: #1B1615;
  line-height: 1.4;
  margin-top: 0; /* по замовчуванню без відступу */
  font-weight: 500;
}

.faq-item.open .faq-answer {
  margin-top: 8px; /* або 16px, 20px – як тобі подобається */
}



.faq-item.active .arrow {
  transform: rotate(-135deg);
}

.faq-item.open .faq-question::after {
  transform: rotate(-135deg);
}





.reviews {
  text-align: center;
  padding: 64px 15px 64px 15px;
}

.reviews-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

.reviews-slider {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.reviews-wrapper {
  overflow: hidden;
  border-radius: 12px;
}

.reviews-track {
  display: flex;
  transition: transform 0.2s ease;
}

.review-slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.reviews-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 2px solid #C8E5D6;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.reviews-btn img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(315%) hue-rotate(108deg) brightness(94%) contrast(90%);
}

.reviews-btn:hover {
  background: #f4faf7;
  border-color: #A4DBC2;
}

.reviews-btn.prev {
  left: -25px;
}

.reviews-btn.next {
  right: -25px;
}

.reviews-dots {
  margin-top: 16px;
}

.reviews-dots .dot {
  width: 16px;
  height: 16px;
  border: 2px solid #C8E5D6;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  background: transparent;
  position: relative;
  transition: background 0.3s ease;
}

.reviews-dots .dot.active::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #C8E5D6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.feeding-start {
  padding: 32px 15px 108px 15px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 244, 227, 1) 0%, rgba(255, 240, 227, 0) 100%);
}


.feeding-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  text-align: center;
}

.feeding-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 0; /* без скруглень, можна змінити */
}







.footer_payments {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 32px 24px 32px 24px;
  background: #C8E5D6;
}

.footer_payments img {
  max-width: 100%;
  height: auto;
}

.footer_main {
  background: #6EA576;
  color: white;
  text-align: center;
  padding: 24px 15px 24px 15px;
}

.footer_fop {
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 16px;
  color: #C8E5D6;
}

.footer_links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #fff;
}

.footer_links a {
  color: white;
  text-decoration: underline;
}

.footer_email a {
  color: white;
  text-decoration: none;
}

.footer_email {
  margin-bottom: 24px;
  font-size: 14px;
  color: #fff;
}

.footer_copyright {
  font-size: 12px;
  color: #C8E5D6;
}



.footer_socials {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 8px 0 81px 0;
  background: #FDF5EA;
}

.footer_socials a {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.footer_socials a:hover {
  background: #a6cfae;
}

.footer_socials img {
  width: 24px;
  height: 24px;
}




.header-inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.burger {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  display: flex;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #6ba97c;
  border-radius: 2px;
  transition: all 0.3s ease;
}


  

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

    /* Меню */
.mobile-menu {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  background: white;
  display: none;
  justify-content: center;
  border-top: 1px solid #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  z-index: 999;
}

    .mobile-menu.active {
      display: flex;
    }

    .mobile-menu-inner {
      max-width: 480px;
      width: 100%;
      padding: 32px 16px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
	  text-transform: uppercase;
    }

    .mobile-menu-inner a {
  text-decoration: none;
  color: #1B1615;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 8px 0 8px 0;
  border-radius: 6px;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.mobile-menu-inner a:hover {
  background: #6ba97c;
  color: #fff;
}

.mobile-menu-inner a.highlight {
  color: #EC5737;
}

    /* Відступ для вмісту */
    .content {
      padding-top: 100px;
      text-align: center;
    }



.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);	
  display: none;
  z-index: 899;
}

.menu-overlay.active {
  display: block;
}




.popup-container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}



.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: flex-end; /* змінено з center */
  pointer-events: auto;
}



.popup.show {
  display: flex;
}

.popup-inner {
  background: #fff;
  width: 100%;
  max-width: 480px;
  height: calc(100% - 68px); /* щоб залишався верхній простір */
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  padding: 12px 0 0 0;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 26px;
  font-family: Arial, sans-serif; /* стабільний шрифт */
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  transition: background 0.3s;
  
}

.popup-close:hover {
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  padding: 12px 16px 130px;
  overflow-y: auto;
  flex-grow: 1;
}




.popup-content h2{
  font-size: 19px;
  font-weight: 700;
  color: #1B1615;
  margin: 0;
  text-transform: uppercase;
	
}


.popup-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.popup-icon {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  object-fit: cover;
  background: #FDF5EA;
  padding: 5px;
}

.popup-icon-dop {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  background: #FDF5EA;
  padding: 0;
}

.popup-section {
  margin-bottom: 24px;
}

.popup-section p {
  font-size: 15px;
  line-height: 1.5rem;
  margin: 0 auto;
  color: #1B1615;
}

.popup-section h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.popup-section ul {
  padding-left: 0;
  list-style: none;
}

.popup-section li {
  font-size: 15px;
  margin-bottom: 6px;
}

.popup-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: #FDF5EA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F9D5C6;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.05);
}

.popup-price {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: #1B1615;
  font-size: 14px;
}

.new-price {
  color: #EC5737;
  font-size: 22px;
}

.popup-buy {
  background: linear-gradient(180deg, #faca73 0%, #ffa700 100%);
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  max-width: 150px;
  width: 100%;
  
}

.popup-buy:hover {
  background: linear-gradient(360deg, #faca73 0%, #ffa700 100%);
}


.popup.show .popup-inner {
  animation: slideUp 0.3s ease;
}

.popup-order_container {
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}



.popup-preloader {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-preloader[hidden] {
  display: none;
}

.loader-spinner {
  width: 36px;
  height: 36px;
  border: 4px solid #ddd;
  border-top: 4px solid #6EA576;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}





.bullet {
    color: #a3c793;
    margin-right: 3px;
}










/* Фон, который будет содержать кнопку */
.buy-button-background {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(248, 248, 248, 0.8);
/*box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);*/
z-index: 998;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
padding: 16px 16px;
border-top: 1px solid #C8E5D6; 
}
/* Кнопка */
.buy-button-fixed {
width: calc(100% - 0px); /* Кнопка занимает почти всю ширину */
max-width: 448px;
padding: 10px 30px;
text-align: center;
background: linear-gradient(180deg, #a3cfa9 0%, #74A97C 100%);
color: #ffffff;
font-size: 20px;
font-weight: bold;
border-radius: 8px; /* Закругляем края для создания "капсулы" */
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
cursor: pointer;
position: relative;
display: flex;
align-items: center;
justify-content: center;
border: none;

}
/* Значок скидки */
.buy-button-fixed .discount-badge {
position: absolute;
right: -18px;
width: 70px; /* Ширина и высота одинаковы для создания круга */
height: 70px;
background: #fff;
color: #444;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%; /* Делаем элемент круглым */
font-size: 0.8em;
font-weight: bold;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* Показываем фон с кнопкой */
.buy-button-background.show-buy-button {
opacity: 1;
visibility: visible;
}
.buy-button-fixed .button-title {
flex-grow: 1;
text-align: center;
text-transform: uppercase;
font-size: 17px;
}
.buy-button-fixed span.price {
display: block;
font-size: 0.7em;
font-weight: 400;
margin: 2px 0 0 0;
}











.popup-order {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: flex-end;
  pointer-events: auto;
}
/* Явний вищий z-index за #paymentMethodOverlay (id-селектор переважає .popup-order за
   специфічністю незалежно від порядку в файлі) — .popup-order віддає обом попапам однаковий
   z-index:9999, і без цього правила порядок відображення залежав би лише від порядку в DOM. */
#paymentMethodOverlay {
  z-index: 10000;
}
#paymentMethodOverlay .wfp-button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(180deg, #faca73 0%, #ffa700 100%);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
}
#paymentMethodOverlay .wfp-button:hover {
  background: linear-gradient(360deg, #faca73 0%, #ffa700 100%);
}
.payment-method-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.payment-method-option { display: block; cursor: pointer; }
.payment-method-option input[type="radio"] { display: none; }
.payment-method-card {
  display: flex; align-items: center; gap: 14px;
  border: 2px solid #ededed; border-radius: 10px; padding: 12px 14px;
  transition: border-color 0.2s;
  text-align: left;
}
.payment-method-option input[type="radio"]:checked + .payment-method-card {
  border-color: rgb(248 180 50);
  background: #fffaf0;
}
.payment-method-logo { width: 80px; height: 48px; object-fit: contain; flex-shrink: 0; }
.payment-method-text { display: flex; flex-direction: column; gap: 2px; }
.payment-method-text small { color: #777; font-size: 12.5px; }

.popup-order_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup-order_container {
  position: relative;
  background: #fff;
  max-width: 480px;
  width: 100%;
  height: calc(100% - 56px); /* щоб залишався верхній простір 68px*/
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  
  box-sizing: border-box;
  text-align: center;
  overflow-y: auto;
  flex-grow: 1;
}

.popup-order_content {
  padding: 15px;	
  overflow-y: auto;
  flex-grow: 1;
}
.popup-order_close {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 36px;
    height: 36px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  transition: background 0.3s;
  font-family: Arial, sans-serif;
  z-index: 10;
  display: flex;
  line-height: 1;
}


.popup-order_header {
  background-color: #6EA576;
  border-radius: 8px 8px 0 0;
  
  padding: 16px;
}
.popup-order_title {
  margin: 0;
  color: #fff;
  font-size: 22px;
}


.popup-order_product {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  /*border-bottom: 1px solid #C8E5D6;
  padding-bottom: 8px;*/
}


.popup-order-icon {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 8px;
  background: #FDF5EA;
  padding: 5px;

}

.popup-order-icon-dop {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    background: #FDF5EA;
    padding: 0;
}

.popup-order_info {
  text-align: left;
}
.popup-order_name {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.popup-order_price {
  font-size: 16px;
  color: #1B1615;
  font-weight: 600;
}

.popup-order_price span {
  font-size: 20px;
  color: #EC5737;
  font-weight: 700;
}
.popup-order_price del {
  color: #1B1615;
  font-size: 16px;
}
.popup-order_form input {
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid #E9E8E8;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  color: #1B1615;
  
}

.popup-order_form input::placeholder {
  color: #8C8A89; /* заміни на потрібний: #888, #555, #fff тощо */
  opacity: 1; /* щоб було чітко видно */
}

.popup-order_form input:focus {
  border-color: #ffb300;
  outline: none;
  
}


.popup-order_form button {
  width: 100%;
  padding: 12px;
  /*background: linear-gradient(to right, #ffb300, #ff7043);*/
  background: linear-gradient(180deg, #faca73 0%, #ffa700 100%);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.popup-order_form button:hover {
  background: linear-gradient(360deg, #faca73 0%, #ffa700 100%);
}

.popup-order_bonus {
  border: 2px solid #f44336;
  padding: 10px;
  border-radius: 8px;
  margin-top: 16px;
  color: #333;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  justify-content: center;
}
.popup-order_bonus-icon {
  font-size: 20px;
}
.popup-order_policy {
  font-size: 11px;
  color: #777;
  margin: 0;
}
.popup-order_policy a {
  color: #6EA576;
  text-decoration: underline;
}



.fa-lock {
    margin-right: 4px;
    font-size: 0.8em;
}

.fa-lock:before {
    content: "\f023";
}




.wfp-button.loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
  color: transparent; /* сховаємо текст */
}

.wfp-button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border: 3px solid #fff;
  border-top-color: #f9a825;
  border-radius: 50%;
  animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}



#payment-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px 20px 15px 20px;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-size: 12px;
    max-width: 320px;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.3s ease;
    position: fixed;
}

#payment-alert .close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: #721c24;
    cursor: pointer;
}




.bf-marquee {
    position: relative;        /* або fixed; top:0; left:0; z-index:9999; якщо хочеш абсолютно зверху */
    width: 100%;
    overflow: hidden;
    background: #dd5b2f;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    z-index: 999;
}

.bf-marquee__track {
    display: inline-block;
    white-space: nowrap;
    animation: bf-marquee-scroll 20s linear infinite;
}

.bf-marquee__track span {
    display: inline-block;
    padding: 0 3rem;
}

/* Анімація "бігучого рядка" */
@keyframes bf-marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Мобільна адаптація */
@media (max-width: 768px) {
    .bf-marquee {
        font-size: 12px;
        padding: 6px 0;
    }
}



@media (max-width: 480px) {
.promo-box {max-width: 300px;}
.promo-title {font-size: 18px !important;}
.bonus-text {font-size: 13px;}
.promo-badge {font-size: 14px;}
.hero-info-box {font-size: 14px;}
.hero-content h1 {font-size: 24px;}
.about-title {font-size: 24px;}
.about-name {font-size: 20px;}
.about-quote {font-size: 13px;}
.fact-icon {width: 70px; height: 70px;}
.fact-icon img {width: 35px; height: 35px;}
.certificates-title {font-size: 24px;}
.certificates-slider {max-width: 360px;}
.dot {width: 13px; height: 13px;}
.dot.active::after {width: 5px; height: 5px;}
.slider-btn {width: 45px; height: 45px;}
.slider-btn img {width: 20px; height: 20px;}
.slider-btn.prev {left: -19px;}
.slider-btn.next {right: -19px;}
.how-title {font-size: 24px;}
.circle-bg {width: 70px; height: 70px;}
.circle-bg img {width: 35px; height: 35px;}
.circle-number {width: 27px; height: 27px;font-size: 16px;}
.how-note {font-size: 14px;}
.menu-title {font-size: 24px;}
.payment-box {padding: 14px;}
.payment-benefits li {font-size: 14px;}
.payment-benefits img {width: 20px; height: 20px; margin-right: 8px;}
.slider-title {font-size: 24px;}
.faq-title {font-size: 24px;}
.reviews-title {font-size: 24px;}
.reviews-slider {max-width: 360px;}
.feeding-title {font-size: 24px;}
.bonus-box {padding: 16px 5px 8px 5px;}
.menu-list {gap: 11px;}
.menu-image-wrapper {width: 65px; height: 65px;}
.menu-image {width: 49px; height: 49px;}
.menu-name {font-size: 14px;font-weight: 700; margin-bottom:11px; }
.price-old {font-size: 14px;}
.price-new {font-size: 20px;}
.buttons {gap: 10px;}
.btn-detail {padding: 0px 10px; font-size: 14px;}
.btn-cart {width: 35px; height: 35px;}
.btn-cart img {width: 19px; height: 19px;}
.menu-item:last-child {padding-bottom: 11px;}
.new-label {top: 10px;left: 8px;}
.menu-discount .menu-prices-popular {display: flex;align-items: center;gap: 16px;margin-top: 0px;}
.menu-discount-title {font-size: 24px;}
.menu-discount .menu-photo {width: 84px; height: 84px;}
.menu-discount .menu-title {font-size: 16px;}
.menu-discount .menu-prices {line-height: 1.2;}
.menu-discount .menu-old-price {font-size: 13px;}
.menu-discount .menu-new-price {font-size: 20px;}
.menu-discount .desccol {background: #FDF5EA;}
.menu-discount .menu-discount-tag {font-size: 24px; padding: 5px 8px;}
.menu-discount .menu-desc ul {font-size: 13px;}
.menu-discount .menu-price-texts {line-height: 1.2;}
.faq-question {font-size: 16px;}
.broccoli {width: 76px; height: 76px;}
.logo {height: 32px;}
.header {height: 60px;}
.mobile-menu {top: 60px;}
.mobile-menu-inner {font-size: 18px;}
.popup-content h2 {font-size: 18px;}
.puree-box-text {font-size: 14px;}
}

@media (max-width: 430px) {
.hero-content h1 {font-size: 25px;}
.hero-info-box {font-size: 14px;}
}

@media (max-width: 400px) {
.certificates-slider {max-width: 320px;}
.reviews-slider {max-width: 320px;}
.hero-info-box {font-size: 13.6px;}

}
@media (max-width: 370px) {
.certificates-slider {max-width: 300px;}
.reviews-slider {max-width: 300px;}

.menu-image-wrapper {width: 50px; height: 50px;}
.menu-image {width: 35px; height: 35px;}
.menu-name {font-size: 14px;font-weight: 700; margin-bottom:10px; }
.price-old {font-size: 14px;}
.price-new {font-size: 17px;}
.buttons {gap: 10px;}
.btn-detail {padding: 0px 8px; font-size: 13px;}
.btn-cart {width: 30px; height: 30px;}
.btn-cart img {width: 19px;height: 19px;}
.how-note {font-size: 12px;}
.buy-button-fixed .button-title {font-size: 16px;}
.footer_fop {font-size: 14px;}
.payment-benefits li {font-size: 13px;}
.new-label {left: 5px;padding: 0px 10px;}

}
@media (max-width: 320px) {
.promo-box {max-width: 250px;}
.promo-btn {font-size: 16px; width: 224px;height: 50px;}
.fruit-left {top: 49px; left: -26px; width: 73px; height: 73px;}
.fruit-top {top: -15px; right: -20px; width: 45px; height: 45px;}
.fruit-right {bottom: 28px; right: -25px; width: 60px; height: 60px;}
.certificates-slider {max-width: 260px;}
.dot {width: 11px; height: 11px;}
.dot.active::after {width: 5px; height: 5px;}
.slider-btn {width: 40px; height: 40px;}
.slider-btn img {width: 15px; height: 15px;}
.slider-btn.prev {left: -19px;}
.slider-btn.next {right: -19px;}

.menu-discount .menu-photo {width: 80px; height: 80px;}
.menu-discount .menu-title {font-size: 15px;}

.menu-discount .menu-discount-tag {font-size: 21px; padding: 5px 8px;}
.menu-discount .menu-desc ul {font-size: 13px;}
.menu-discount .menu-price-texts {line-height: 1.2;}

.broccoli {top: 85px; left: -21px; width: 55px; height: 55px;}
.strawberry {top: -4px; right: -22px; width: 55px; height: 55px;}
.kiwi {bottom: -15px; right: -16px; width: 50px; height: 50px;}
.footer_links {gap: 13px;}


.hero-content h1 {font-size: 22px;}
.about-title {font-size: 22px;}
.certificates-title {font-size: 22px;}
.how-title {font-size: 22px;}
.menu-title {font-size: 22px;}
.menu-discount-title {font-size: 22px;}
.slider-title {font-size: 22px;}
.faq-title {font-size: 22px;}
.reviews-title {font-size: 22px;}
.feeding-title {font-size: 21px;}


.promo-title {font-size: 16px;}
.bonus-text {font-size: 11px;}
.promo-btn {font-size: 15px;}
.buy-button-fixed .button-title {font-size: 14px;}
.payment-benefits li {font-size: 12px;}

.popup-buy {max-width: 125px;}
.puree-box-text {font-size: 12px;}

}















