/* ===== HOME ===== */
.st-home-hero{
  background: linear-gradient(180deg, rgba(208,132,112,.14), rgba(255,255,255,0));
}
.st-home-hero__badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(0,0,0,.04);
  border:1px solid rgba(0,0,0,.06);
  color:rgba(0,0,0,.70);
  font-weight:700;
  font-size:13px;
}
.st-home-hero__title{
  font-weight:900;
  font-size:clamp(28px, 3vw, 44px);
  line-height:1.08;
  letter-spacing:.2px;
}
.st-home-hero__text{
  color:rgba(0,0,0,.68);
  font-size:16px;
  line-height:1.75;
}
.st-home-hero__image{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:20px;
  box-shadow:0 14px 40px rgba(0,0,0,.06);
  overflow:hidden;
}
.st-home-hero__image img{
  width:100%;
  height:auto;
  display:block;
}
.st-home-hero__placeholder{
  padding:36px;
  color:rgba(0,0,0,.55);
}

/* Buttons (same vibe as PDP) */
.st-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:48px;
  padding:0 18px;
  border-radius:14px;
  font-weight:900;
  text-decoration:none !important;
}
.st-btn-primary{
  background:#d08470;
  color:#fff !important;
  box-shadow:0 14px 28px rgba(208,132,112,.28);
  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.st-btn-primary:hover{
  background:#2f8f5b;
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(47,143,91,.28);
}
.st-btn-outline{
  background:#fff;
  color:#2f8f5b !important;
  border:1px solid rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.st-btn-outline:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.08);
  border-color: rgba(47,143,91,.35);
}

.st-home-perks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.st-home-perk{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(0,0,0,.02);
  border:1px solid rgba(0,0,0,.08);
  color:rgba(0,0,0,.72);
  font-size:14px;
  font-weight:600;
}

.st-home-h2, .sbi-title{

  text-transform: uppercase;
  color: #d08470;
}
.st-home-link{
  text-decoration:none !important;
  font-weight:500;
  color:#c69178;
  text-transform: uppercase;
  margin-top: 20px;
}

.st-cat-card{
  display:flex;
  gap:14px;
  padding:14px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 26px rgba(0,0,0,.04);
  text-decoration:none !important;
  color:inherit;
  transition: transform .15s ease, box-shadow .15s ease;
}
.st-cat-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(0,0,0,.08);
}
.st-cat-card__img{
  width:88px;
  height:88px;
  border-radius:14px;
  overflow:hidden;
  background:#fafafa;
  border:1px solid rgba(0,0,0,.06);
  flex:0 0 auto;
}
.st-cat-card__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.st-cat-card__title{
  font-weight:900;
  line-height:1.2;
}
.st-cat-card__meta{
  margin-top:6px;
  color:rgba(0,0,0,.58);
  font-size:13px;
}

.st-home-trust{ background:rgba(0,0,0,.02); }
.st-home-muted{ color:rgba(0,0,0,.65); line-height:1.75; }

.st-mini-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:14px;
  box-shadow:0 10px 26px rgba(0,0,0,.04);
}
.st-mini-card__t{ font-weight:900; }
.st-mini-card__d{ margin-top:6px; color:rgba(0,0,0,.62); font-size:14px; }

.st-home-cta{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:20px;
  padding:22px;
  box-shadow:0 14px 40px rgba(0,0,0,.06);
}
.st-home-cta__t{ font-weight:900; margin:0 0 10px; }
.st-home-cta__d{ color:rgba(0,0,0,.65); line-height:1.7; margin:0 0 16px; }

.st-post-card{
  display:block;
  border-radius:16px;
  overflow:hidden;
  text-decoration:none !important;
  color:inherit;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 26px rgba(0,0,0,.04);
  transition: transform .15s ease, box-shadow .15s ease;
}
.st-post-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(0,0,0,.08);
}
.st-post-card__img img{ width:100%; height:auto; display:block; }
.st-post-card__body{ padding:14px; }
.st-post-card__t{ font-weight:900; line-height:1.2; }
.st-post-card__d{ margin-top:8px; color:rgba(0,0,0,.62); font-size:14px; line-height:1.6; }

/* Home products grid fixes */
.st-home-woo ul.products{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.st-home-woo ul.products li.product{
  list-style: none !important;
}

/*about*/
.st-ethos, .home-cathegoties{
  --accent:#c79278;
  --text:#2b2b2b;
  --muted:#6f6f6f;
  --line:#ece6e2;
  /* padding:48px 0; */
  background:#fff;
}
/* УБРАТЬ кастомную ширину контейнера в ethos */



/* title with lines */
.st-ethos__title{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0 0 18px;
  justify-content:center;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
  color:var(--accent);
}
.st-ethos__title::before,
.st-ethos__title::after{
  content:"";
  height:1px;
  background:var(--line);
  flex:1;
}
.st-ethos__title span{ white-space:nowrap; }

/* top icons row */
.st-ethos__icons{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  margin-bottom:26px;
}
.st-ethos__item{
  display:flex;
  align-items:center;
  justify-content: flex-start;
  gap:30px;
  padding:18px 22px;
}
.st-ethos__item:not(:last-child){
  border-right:1px solid var(--line);
}
.st-ethos__icon{
  width:34px;
  height:34px;
  color:var(--accent);
  flex:0 0 auto;
}
.st-ethos__icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.st-ethos__text{
  color:#444;
  font-size:14px;
  line-height:1.2;
}

/* main block */
.st-ethos__content{
  display:grid;
  grid-template-columns:1.25fr 0.95fr;
  gap:44px;
  align-items:center;
}
.st-ethos__media img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.st-ethos__headline{
  margin:0 0 14px;
  /* color:var(--text); */
  color: #7a4938;
  font-size:26px;
  line-height:1.25;
  font-weight:500;
}
.st-ethos__desc{
  margin:0 0 22px;
  /* color:var(--muted); */
  color: #8c6d62;
  font-size:14px;
  line-height:1.6;
  max-width:520px;
}
.st-ethos__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 26px;
  background:var(--accent);
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-size:12px;
  font-weight:600;
  border:1px solid var(--accent);
  transition:opacity .2s ease;
}
.st-ethos__btn:hover{ opacity:.9; }

@media (max-width: 992px){
  .st-ethos__icons{ grid-template-columns:repeat(2, 1fr); }
  .st-ethos__item:nth-child(2){ border-right:none; }
  .st-ethos__content{ grid-template-columns:1fr; gap:22px; }
}
@media (max-width: 520px){
  .st-ethos__icons{ grid-template-columns:1fr; }
  .st-ethos__item{ border-right:none!important; border-bottom:1px solid var(--line); }
  .st-ethos__item:last-child{ border-bottom:none; }
  .st-ethos__headline{ font-size:22px; }
}
.st-partners{
    padding: 70px 0 40px;
    background: #f8f5f2;
}

.st-partners__head{
    max-width: 760px;
    margin-bottom: 30px;
}

.st-partners__title{
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 500;
    color: #5f6673;
}

.st-partners__subtitle{
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #7e8693;
}

.st-partners__grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.st-partner-card{
    display: grid;
    grid-template-columns: 320px 1fr;
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(77, 53, 37, 0.08);
    border: 1px solid rgba(200, 131, 109, 0.12);
}

.st-partner-card__logo-wrap{
    background: linear-gradient(135deg, #c9855f 0%, #bb7650 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px;
    min-height: 240px;
    position: relative;
}

.st-partner-card__logo-wrap::after{
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 20px;
    pointer-events: none;
}

.st-partner-card__logo{
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.st-partner-card__content{
    padding: 34px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.st-partner-card__label{
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #f8eee8;
    color: #c9855f;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.st-partner-card__title{
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    color: #5f6673;
}

.st-partner-card__text{
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.7;
    color: #6f7784;
    max-width: 780px;
}

.st-partner-card__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.st-partner-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    transition: all .25s ease;
    font-size: 15px;
    font-weight: 600;
}

.st-partner-btn--primary{
    background: #c9855f;
    color: #fff;
    box-shadow: 0 10px 20px rgba(201, 133, 95, 0.20);
}

.st-partner-btn--primary:hover{
    background: #b8734e;
    color: #fff;
    transform: translateY(-1px);
}

.st-partner-btn--ghost{
    background: transparent;
    color: #c9855f;
    border: 1px solid #d7b2a0;
}

.st-partner-btn--ghost:hover{
    background: #f8eee8;
    color: #b8734e;
}

@media (max-width: 991px){
    .st-partner-card{
        grid-template-columns: 1fr;
    }

    .st-partner-card__logo-wrap{
        min-height: 200px;
    }

    .st-partner-card__content{
        padding: 28px 24px;
    }

    .st-partner-card__title{
        font-size: 28px;
    }

    .st-partner-card__text{
        font-size: 16px;
    }

    .st-partners__title{
        font-size: 34px;
    }

    .st-partners__subtitle{
        font-size: 16px;
    }
}

@media (max-width: 575px){
    .st-partners{
        padding: 55px 0 30px;
    }

    .st-partner-card__actions{
        flex-direction: column;
    }

    .st-partner-btn{
        width: 100%;
    }
}
.st-partner-card__contacts{
    margin: 0 0 24px;
    display: grid;
    gap: 10px;
}

.st-partner-card__contact-item{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 16px;
    line-height: 1.6;
    color: #6f7784;
}

.st-partner-card__contact-label{
    font-weight: 600;
    color: #5f6673;
}

.st-partner-card__contact-value{
    color: #6f7784;
}

.st-partner-card__contact-link{
    color: #c9855f;
    text-decoration: none;
    transition: .2s ease;
}

.st-partner-card__contact-link:hover{
    color: #b8734e;
}

.home-page section.st-home-products, .home-page section.home-cathegoties, .home-page section.shop-by-ingredients {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

.home-page .st-home-products.pt-25 {
  padding-top: 25px!important;
}
.st-cat-card{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 138px;
  padding: 24px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  color: #f7eee9 !important;
  background: #c79278;
  border: none;
  box-shadow: none;
}

.st-cat-card:hover{
  transform: none;
  box-shadow: none;
}

.st-cat-card__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  z-index: 1;
}

.st-cat-card__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* .st-cat-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(190, 103, 55, .62);
  z-index: 2;
} */

.st-cat-card__body{
  position: relative;
  z-index: 3;
  text-align: center;
  color: #f7eee9;
}

.st-cat-card__title{
  color: #f7eee9!important;
 
  font-weight: 500;
  line-height: 1.2;
}

.st-cat-card__meta{
  display: none;
}