/* ландинг крема - начало           */

.lnd-creams-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 181px;
  padding-bottom: 36px;
  display: flex;

}

.lnd-creams-hero__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

}

/* Левая колонка */
.lnd-creams-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #232323;
  padding-left: 60px;
}

.lnd-creams-hero__description {

  width: 520px;
  flex: 0 0 auto;
  padding: 40px 0 0 55px;
  background: #ebeff6;
  border-radius: 50px 0 0 50px;


}


.lnd-creams-hero__title {

  font-size: clamp(32px, 4vw, 40px);
  font-weight: 600;
  line-height: 75px;
  margin-bottom: 24px;

}

.lnd-creams-hero__subtitle {
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
  margin-bottom: 32px;
}

.lnd-creams-hero__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.7;
  margin-bottom: 25px;
}

.lnd-creams-hero__product {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.85;
  background: rgba(171, 164, 164, 0.1);
  padding: 10px 10px 10px 40px;
  border-radius: 50px 0 50px 50px;
  margin-top: 5px;

}

.lnd-creams-hero__image .lnd-creams-hero__image--mobile {
  display: none;
}


.lnd-creams-hero__product img {
  width: 100px;
  height: auto;
}


/* Правая колонка */
.lnd-creams-hero__image {
  flex: 0 0 auto;
  background: #ebeff6;
  display: flex;
  align-items: center;
  border-radius: 0 50px 50px 0;
}

.lnd-creams-hero__image img {
  height: auto;
  max-height: 700px;
  /* под макет */
  width: auto;
  display: block;
  border-radius: 0 50px 50px 0;

}

.lnd-creams-hero__product span {
  font-size: 17px;
}

/* 📱 Адаптив */
@media (max-width: 992px) {
  .lnd-creams-hero__wrap {
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
  }

  .lnd-creams-hero__image {
    justify-content: center;
  }


  .lnd-creams-hero__product {
    justify-content: center;
    gap: 0;
    font-size: 14px;
  }

}

@media (max-width: 768px) {
  .lnd-creams-hero {
    padding: 90px 10px 0;
  }

  .lnd-creams-hero__wrap {
    padding: 0;
  }

  .lnd-creams-hero__content {
    background: #ebeff6;
    padding: 0;
    border-radius: 50px 50px 0 0;
  }

  .lnd-creams-hero__description {
    width: 100%;
    flex: 0 0 auto;
    padding: 40px 15px 0 35px;
    border-radius: 50px;
    text-align: left;
     
  }


  .lnd-creams-hero__title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .lnd-creams-hero__subtitle {
  
  }
   .lnd-creams-hero__text {
    font-size: 16px;
    line-height: 1;
   
  }
  .lnd-creams-hero__text:last-child {
  margin-bottom: 0;
}




  .lnd-creams-hero__image {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #ebeff6;
    
    border-radius: 0 0 50px 50px;

  }

    .lnd-creams-hero__image .lnd-creams-hero__image--mobile {
    display: block;
    width: 80%;
  }

  .lnd-creams-hero__image .lnd-creams-hero__image--desctop {
    display: none;
  }

 

 .lnd-creams-hero__product{
border: 1px solid #fff;
align-items: flex-start;
width: 350px;
border-radius: 50px;
position: relative;
left: 0;
top: 40px;
 }

  .lnd-creams-hero__product span {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    padding-left: 10px;
    
  }

  .lnd-creams-hero__product img {
  width: 80px;
 
}

}

/* ландинг крема - блок 2          */


.lnd-creams-daynight {
  background: #ffffff;

  color: #232323;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-top: 210px;

}

.lnd-creams-daynight__wrap {
  display: flex;
  flex-direction: column;
}

.lnd-creams-daynight__title {
  text-align: center;
  font-size: clamp(22px, 3vw, 35px);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 90px;
}

/* BODY (центр композиции) */
.lnd-creams-daynight__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;

}

/* SUN ICON */
.lnd-creams-daynight__sunimage {
  position: absolute;
  left: -105px;
  top: 5px;
  width: 70px;
}

/* PRODUCT (BACKGROUND IMAGE) */
.lnd-creams-daynight__product {
  width: 375px;
  height: 675px;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-2whitecream-w236.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;

  flex-shrink: 0;
}


.lnd-creams-daynight__icon {
  width: 36px;
  height: auto;
  opacity: 0.6;
}

/* PRODUCT IMAGE */
.lnd-creams-daynight__image img {
  width: 375px;
  height: auto;
  display: block;
}

/* ПРАВАЯ КОЛОНКА */
.lnd-creams-daynight__content {
  max-width: 520px;
  display: flex;
  flex-direction: column;
}

/* PRODUCT NAME */
.lnd-creams-daynight__name {
  font-size: clamp(24px, 3vw, 35px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

/* SUBTITLE */
.lnd-creams-daynight__subtitle {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  opacity: 0.7;
  margin-bottom: 36px;
}

/*список начало*/
/* LIST */
.lnd-creams-daynight__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 576px;
}

/* ITEM */
.lnd-creams-daynight__item {
  background: #eef1f5;
  border-radius: 32px;
  overflow: hidden;
  transition: border-radius 0.25s ease;

}

.lnd-creams-daynight__item--night {
  background-color: #363a8b;
}

/* OPEN STATE */
.lnd-creams-daynight__item.is-open .lnd-creams-daynight__trigger {
  /* border-radius: 32px; */
  text-align: left;

}

/* TRIGGER */
.lnd-creams-daynight__trigger {
  width: 100%;
  padding: 14px 24px;
  background: transparent;
  border: none;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  border: none;
}

.lnd-creams-daynight__trigger-night {
  color: #ffffff;
}

/* ACCORDION */
.lnd-creams-daynight__accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;

}

/* OPEN ACCORDION */
.lnd-creams-daynight__item.is-open .lnd-creams-daynight__accordion {
  max-height: 1000px;
  padding: 28px 32px;
}

/* CARD (для "Как работает") */
/* .lnd-creams-daynight__card {
  background: #eef1f5;
  padding: 28px 32px;
} */

/* CARD TITLE */
.lnd-creams-daynight__card-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 400;
}

/* TEXT LIST */
.lnd-creams-daynight__text-list {
  margin: 0;
  padding-left: 20px;
}

.lnd-creams-daynight__text-list--night {
  color: #ffffff;
}

.lnd-creams-daynight__text-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 12px;
}

.lnd-creams-daynight__text-list-night li {
  color: #ffffff;
}

.lnd-creams-daynight__text-list li:last-child {
  margin-bottom: 0;
}

/* RESULT TEXT */
.lnd-creams-daynight__result-text {
  padding: 24px 32px 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.lnd-creams-daynight__result-text--night {
  color: #ffffff;
}

/* RESULT IMAGE */
.lnd-creams-daynight__result-image {
  padding: 0 32px 32px;
}

.lnd-creams-daynight__result-image img {
  width: 100%;
  max-width: 477px;
  display: block;
  border-radius: 20px;
}

/*список конец*/

.lnd-creams-daynight__btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.lnd-creams-daynight__btn a {
  width: 100%;
  max-width: 710px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 18px 32px;
  background: #1c1c1c;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;

  transition: background 0.2s ease;
}

.lnd-creams-daynight__btn a:hover {
  background: #000000;
}

@media (max-width: 768px) {
  .lnd-creams-daynight {
    margin-top: 70px;

  }

  .lnd-creams-daynight__wrap{
    /* position: relative; */
    padding: 0 10px;
  }

  .lnd-creams-daynight__title {
    font-size: 17px;
    line-height: 30px;
  }

  .lnd-creams-daynight__title span {
    display: block;
  }
  

  .lnd-creams-daynight__body {

    align-items: self-start;

  }

  .lnd-creams-daynight__product {

    height: 400px;
    flex: 0 0 40%;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-2whitecream-w82.webp");
    background-position: center top;
    background-size: contain;

  }

  .lnd-creams-daynight__content {
    flex: 0 0 60%;
    text-align: center;
    align-items: center;
    padding-left: 20px;
  }

  .lnd-creams-daynight__name {
    font-size: 16px;
    text-align: left;
  }

  .lnd-creams-daynight__subtitle {
    
    font-size: 14px;
    text-align: left;

    display: flex;
    align-items: flex-start;
    gap: 5px;
  }

  .lnd-creams-daynight__subtitle::before {
    content: "";
    
    position: relative;
        top: 0;
        left: -10px;
        width: 47px;
        height: 61px;
        background-image: url(/wp-content/themes/store-pe_1677846640/images/lnd-creams-sun.svg);
        background-size: 114%;
        background-repeat: no-repeat;
  }

  .lnd-creams-daynight__item.is-open .lnd-creams-daynight__accordion {
    padding-top: 5px;
  }

  .lnd-creams-daynight__text-list li {
    text-align: left;
    font-size: 11px;
  }

  .lnd-creams-daynight__trigger {
    font-size: 15px;
  }

  .lnd-creams-daynight__result-text {
    padding-left: 0;
    text-align: left;
    font-size: 12px;
  }

  .lnd-creams-daynight__btn a {
    font-size: 16px;
  }

  .lnd-creams-daynight__btn {
    margin-top: 30px;
  }
}

/* блок 2 - конец*/


/* блок 3 - начало*/
.lnd-creams-system {
  background: #ffffff;

  color: #232323;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-top: 210px;
}

.lnd-creams-system__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Заголовки */
.lnd-creams-system__title {
  font-size: clamp(22px, 3vw, 35px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;

}

.lnd-creams-system__subtitle--mobile {
  display: none;
}

.lnd-creams-system__subtitle {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  opacity: 0.6;
  text-align: center;
  margin-top: 12px;
}

/* Тело */
.lnd-creams-system__body {
  display: flex;
  align-items: start;
  justify-content: space-between;
  /* gap: 20px; */
  max-width: 1200px;
  margin-top: 100px;
}

/* Левая часть */
.lnd-creams-system__image {
  position: relative;
  border-radius: 32px;

}

.lnd-creams-system__image img {
  width: 100%;
  max-width: 594px;
  display: block;
  border-radius: 24px;
}

.lnd-creams-system__image-text {
  position: absolute;
  left: 24px;
  bottom: 24px;

  background: rgba(255, 255, 255, 0.55);

  /* МАТОВОСТЬ */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* мягкий край */
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);

  color: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;

  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 500px;
}

/* Правая часть */
.lnd-creams-system__content {
  max-width: 614px;
  padding-left: 55px;
}

.lnd-creams-system__content-title {
  font-size: 26px;
  font-weight: 500;

}

/* Список */
.lnd-creams-system__list {
  margin: 0 0 32px;
  padding-left: 18px;
  margin-top: 10px;
}

.lnd-creams-system__list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

/* Примечание */
.lnd-creams-system__note {
  background: #eef1f5;
  border-radius: 20px;
  padding: 20px 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

/* 📱 Адаптив */
@media (max-width: 992px) {
  .lnd-creams-system {
    margin-top: 70px;
  }

  .lnd-creams-system__body {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    align-items: center;
  }

  .lnd-creams-system__content {
    max-width: 100%;
  }

  .lnd-creams-system__image-text {
    position: static;
    margin-top: 16px;
    margin: -120px auto 0;
    color: white;
    background: rgba(235, 242, 248, 0.4);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);

    box-shadow:
      0 8px 30px rgba(0, 0, 0, 0.06),
      inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  }

}

/* ===================== */
/* 📱 MOBILE */
/* ===================== */
@media (max-width: 768px) {
  .lnd-creams-system__title {
    font-size: 17px;
    font-weight: 700;
  }

  .lnd-creams-system__subtitle {
    font-size: 17px;
    font-weight: 700;
  }

  .lnd-creams-system__body {
    margin-top: 52px;
  }

  .lnd-creams-system__image img{
    max-width: 360px;
  }

      .lnd-creams-system__image-text {
        margin-top: -120px;
        font-size: 13px;
        text-align: left;
        padding-left: 38px;
        width: 300px;
    }

  .lnd-creams-system__subtitle--mobile {
    display: block;
  }

  .lnd-creams-system__subtitle--desctop {
    display: none;
  }
.lnd-creams-system__content{
  padding: 0 20px;
}
  .lnd-creams-system__content-title {
    font-size: 16px;
    margin-top: 35px;
    margin-left: 22px;
    text-align: left;
  }

  .lnd-creams-system__list {
    margin: 10px 0 0 20px;
    padding-left: 15px;


  }

  .lnd-creams-system__list li {
    font-size: 13px;
    text-align: left;

  }

  .lnd-creams-system__note {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
  }

}


/* блок 3 - конец*/


/* блок 4 - начало*/

/* SECTION */
.lnd-creams-together {
  background: #ffffff;
  color: #232323;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-top: 210px;
}

/* WRAP */
.lnd-creams-together__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* TITLE */
.lnd-creams-together__title {
  text-align: center;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}

/* VISUAL (BACKGROUND IMAGE) */
.lnd-creams-together__visual {
  width: 100%;
  height: 720px;

  background-image:
    linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 60%,
      #ffffff 100%),
    url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-white-hand-w1140.webp");

  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

/* BODY */
.lnd-creams-together__body {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  pointer-events: ;
  /* чтобы не мешать фону */
}

/* LEFT / RIGHT COLUMNS */
.lnd-creams-together__left,
.lnd-creams-together__rigt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 365px;
  pointer-events: auto;
}


/* INFO BLOCK */
.lnd-creams-together__info {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 14px;

  line-height: 1.6;
}

.lnd-creams-together__info p,
.lnd-creams-together__info span {
  font-size: 25px;
  font-weight: 400;
}

.lnd-creams-together__info img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}

/* TOP INFO */
.lnd-creams-together__info--top {
  margin-bottom: 20px;
}

/* SUN / MOON */
.lnd-creams-together__info--sun,
.lnd-creams-together__info--moon {
  font-weight: 500;
}

/* BUBBLE */
.lnd-creams-together__bubble {
  background: #eef1f5;
  border-radius: 20px;
  padding: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 380px;
}

/* ===================== */
/* 📱 MOBILE */
/* ===================== */
@media (max-width: 768px) {

  .lnd-creams-together {
    padding: 10px 0;
    margin-top: 70px;

  }

  .lnd-creams-together__title {
    margin-bottom: 40px;
    font-size: 17px;
    font-weight: 700;
  }

  .lnd-creams-together__visual {
    height: 520px;

    background-image:
      linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 55%,
        #ffffff 100%),
      url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-white-hand-w153.webp");

    background-size: contain;
    background-position: left 33px;
  }

  .lnd-creams-together__body {
    left: inherit;
    top: 80px;
    flex-direction: column;
    align-items: left;
    width: 230px;
  }

  .lnd-creams-together__left,
  .lnd-creams-together__rigt {
    align-items: flex-start;
    text-align: left;
    gap: 0;

  }

  .lnd-creams-together__info--top {
    margin: 0 0 0 -65px;
    width: 262px;
  }

  .lnd-creams-together__info--sun {
    margin: 30px 0 0 30px;
  }


  .lnd-creams-together__rigt {
    margin: 40px 0 0 60px;
  }


  .lnd-creams-together__info {
    flex-direction: column;
    justify-content: center;

  }

  .lnd-creams-together__info p,
  .lnd-creams-together__info span {
    font-size: 14px;
  }

  .lnd-creams-together__info img {
    align-self: flex-start;
  }

  .lnd-creams-together__info--moon {
    order: 1;
  }

  .lnd-creams-together__bubble {
    background: inherit;
    text-align: left;
    font-size: 14px;
    order: 2;
    margin: 35px 0 0 -36px;
  }
}


/* блок 4 - конец*/

/* блок 5 - начало*/

/* SECTION */
.lnd-creams-use {
  background: #ffffff;
  color: #232323;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-top: 210px;
}

/* WRAP */
.lnd-creams-use__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* TITLE */
.lnd-creams-use__title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

/* VISUAL (фон в колонке) */
.lnd-creams-use__visual {
  position: relative;
  width: 100%;
  max-width: 1270px;
  height: 680px;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-use2-w1270.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 32px;
}

/* LABELS */
.lnd-creams-use__label {
  position: absolute;
  top: 36px;
  font-size: 24px;
  font-style: italic;
  color: #ffffff;
}

.lnd-creams-use__label--morning {
  left: 40px;
}

.lnd-creams-use__label--night {
  right: 40px;
}

/* TEXT */
.lnd-creams-use__text {
  position: absolute;

  max-width: 380px;
  padding: 43px 24px;

  background: rgba(240, 226, 214, 0.1);
  backdrop-filter: blur(37px);
  color: #ffffff;

  border-radius: 20px;

  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
}

.lnd-creams-use__text--morning {
  left: 40px;
  bottom: 135px;
}

.lnd-creams-use__text--night {
  right: 45px;
  bottom: 46px;
}

/* ===================== */
/*  MOBILE */
/* ===================== */
@media (max-width: 768px) {

  .lnd-creams-use {
    padding: 0 10px;
    margin-top: 80px;
  }

  .lnd-creams-use__title {
    margin: 0;
  }

  .lnd-creams-use__visual {
    height: auto;
    background-image: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
  }

  .lnd-creams-use__box {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .lnd-creams-use__img {
    flex: 0 0 150px;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lnd-creams-use__img--morning {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-use-morning-w150.webp");
  }

  .lnd-creams-use__img--evening {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-use-evening-w150.webp");
  }

  .lnd-creams-use__label {

    display: none;
  }

  .lnd-creams-use__text {
    position: static;

    max-width: 172%;
    margin: 0;

    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    border-radius: 20px;

    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #232323;

  }

  .lnd-creams-use__text--morning {

    padding: 0;
  }

  .lnd-creams-use__text--night {

    padding: 0 10px 0 0;
    text-align: right;
  }

  .lnd-creams-use__img--evening {
    order: 2;
  }

  .lnd-creams-use__text--night {
    order: 1;
  }


}



/* блок 5 - конец*/

/* блок 6 - начало*/
/* SECTION */
.lnd-creams-forwhom {
  background: #ffffff;
  color: #232323;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-top: 210px;
}

/* WRAP */
.lnd-creams-forwhom__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lnd-creams-forwhom__title--mobile {
  display: none;
}

/* VISUAL (фон в колонке) */
.lnd-creams-forwhom__visual {
  position: relative;
  width: 100%;
  max-width: 1277px;
  height: 640px;

  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-for-whom-w1277.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;

  border-radius: 40px;
  overflow: hidden;
}

/* CARD */
.lnd-creams-forwhom__card {
  position: absolute;
  left: 40px;
  top: 40px;

  max-width: 600px;
  padding: 32px 36px;

  background: rgba(235, 242, 248, 0.4);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);

  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* TITLE */
.lnd-creams-forwhom__title {
  font-size: clamp(22px, 3vw, 35px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
  text-align: center;
}

/* LIST */
.lnd-creams-forwhom__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lnd-creams-forwhom__list li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 18px;

  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
}

/* CHECK ICON */
.lnd-creams-forwhom__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;

  width: 50px;
  height: 50px;
  border-radius: 50%;

  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 25px;
  font-weight: 600;
}


/* ===================== */
/* 📱 MOBILE */
/* ===================== */
@media (max-width: 768px) {

  .lnd-creams-forwhom {
    padding: 0 10px;
    margin-top: 70px;
  }

  .lnd-creams-forwhom__title--mobile {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
  }

  .lnd-creams-forwhom__title {
    display: none;
  }

  .lnd-creams-forwhom__visual {

    background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-for-whom-w300.webp");
    background-position: center top;
    background-size: contain;

    border-radius: 50px;
  }

  .lnd-creams-forwhom__card {
    position: relative;

    max-width: 310px;
    padding: 20px 20px 10px;
    margin-top: 310px;
  }

  .lnd-creams-forwhom__list li {
    font-size: 13px;
    padding-left: 45px;
    margin-bottom: 5px;
  }

  /* CHECK ICON */
  .lnd-creams-forwhom__list li::before {

    width: 25px;
    height: 25px;


    font-size: 18px;
    font-weight: 600;
  }
}

/* блок 6 - конец*/


/* блок 7 - начало*/

.lnd-creams-philosophy {
  background: #ffffff;
  color: #232323;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin: 210px 0;
}

/* ОБЁРТКА С ФОНОМ */
.lnd-creams-philosophy__wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  /* контент справа */



  background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-philosophy-w783.webp");
  background-repeat: no-repeat;
  background-position: left center;

  min-height: 713px;
  background-size: 54% auto;
  /* увеличили картинку */


  overflow: hidden;
}

/* КОНТЕНТ */
.lnd-creams-philosophy__content {
  max-width: 640px;
  margin-top: 100px;
}

/* ТИПОГРАФИЯ */
.lnd-creams-philosophy__title {
  font-size: clamp(22px, 3vw, 35px);
  font-weight: 700;

}

.lnd-creams-philosophy__subtitle {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.08em;
  opacity: 0.7;
  margin-top: 8px;
}

.lnd-creams-philosophy__text {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 50px;
}

.lnd-creams-philosophy__list {
  list-style: none;
  margin-top: 80px;
  position: relative;
}

.lnd-creams-philosophy__list li {

  background: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      rgba(238, 241, 245, 0.8) 20%,
      rgba(238, 241, 245, 0.8));
  margin-left: -70px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 10px 0 10px 25px;

  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 1044px) {
  .lnd-creams-philosophy__content {
    max-width: 600px;
  }

  .lnd-creams-philosophy__text {
    margin-top: 36px;
  }

  .lnd-creams-philosophy__list {
    margin-top: 60px;
  }
}

@media (max-width: 980px) {
  .lnd-creams-philosophy__content {
    max-width: 550px;
  }

  .lnd-creams-philosophy__text {
    margin-top: 30px;
  }

  .lnd-creams-philosophy__list {
    margin-top: 50px;
  }
}

@media (max-width: 900px) {
  .lnd-creams-philosophy__content {
    max-width: 500px;
  }

  .lnd-creams-philosophy__text {
    font-size: 20px;
  }

  .lnd-creams-philosophy__list li {
    font-size: 20px;
  }
}


@media (max-width: 768px) {
  .lnd-creams-philosophy {
    margin: 30px 0 10px;
  }

  .lnd-creams-philosophy__wrap {

    justify-content: center;

    background-image: url("/wp-content/themes/store-pe_1677846640/images/lnd-creams-philosophy-w207.webp");
    background-position: left center;
    background-size: 54% auto;
    min-height: 530px;

  }

  .lnd-creams-philosophy__content {
    position: relative;
    max-width: 230px;
    margin-left: auto;
    margin-right: 0;
  }

  .lnd-creams-philosophy__title {
    position: absolute;
    left: -70px;
    top: -100px;
    font-size: 20px;
  }

  .lnd-creams-philosophy__subtitle {
    position: absolute;
    left: -120px;
    top: -60px;
    font-size: 18px;

  }

  .lnd-creams-philosophy__text {
    font-size: 10px;
  }

  .lnd-creams-philosophy__list li {
    font-size: 10px;
    margin-bottom: 5px;
  }
}


/* блок 7 - конец*/
/* ландинг крема - конец           */