:root {
  --main-color: #d3d0d5;
  --border: 2px solid #cb95f5;
}
@font-face {
  font-family: "silkFont";
  src: url("../font/silkFont-Regular.ttf");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "silkFont";
  src: url("../font/silkFont-Bold.ttf");
  font-weight: bold;
  font-display: swap;
}
.ss-mission.main__container {
  margin-top: 55px;
      background: rgb(234, 229, 248);
      padding: 2rem;
      border-radius: 12px;
      margin-bottom: 3rem;
      box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    }
    .ss-mission h2 {
      color: rgb(68, 31, 167);
      font-size: 1.6rem;
      margin-bottom: 1rem;
    }
    .ss-mission p {
      color: #333;
    }
    .ss-team {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
    }
    .ss-member {
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.07);
      overflow: hidden;
      text-align: center;
      padding: 1.5rem;
    }
    .ss-member img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 1rem;
    }
    .ss-member h3 {
      margin: 0.5rem 0;
      font-size: 1.2rem;
      color: #444;
    }
    .ss-member p {
      font-size: 0.95rem;
      color: #666;
    }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  scroll-padding-top: 95px;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  min-height: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  overflow-x: hidden;
}
footer,
main,
section {
  display: block;
}
a {
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s linear;
}
a:active,
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  object-fit: cover;
  border: 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.ss-body {
  font-family: "silkFont", sans-serif;
  position: relative;
}
 .heritage-block {
  margin-top: 55px;
      padding: 4rem 2rem;
      background: linear-gradient(135deg, #fff, #d5ccff);
    }
    .heritage-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
    }
    .heritage-text h2 {
      font-size: 2rem;
      color: rgb(91, 44, 220);
      margin-bottom: 1rem;
    }
    .heritage-text p {
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 1.5rem;
    }
    .heritage-points {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .heritage-points div {
      background: #fff;
      border-radius: 12px;
      padding: 1.2rem;
      flex: 1;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    .heritage-image img {
      width: 60%;
display: block;
margin: 0 auto;
object-fit: contain;
      border-radius: 20px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    }

    /* Section 2 – Resource Hub */
    .resource-zone {
      background: rgb(103, 84, 152);
      color: #fff;
       padding: 5rem 2rem;
    }
    .resource-zone h2 {
            line-height: 130%;

      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 2rem;
      color: rgb(214, 199, 254);
    }
    .resource-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
    }
    .resource-card {
      background: #1b2836;
      border-radius: 16px;
      padding: 2rem;
      box-shadow: 0 5px 12px rgba(0,0,0,0.5);
      transition: transform 0.3s ease;
    }
    .resource-card:hover {
      transform: translateY(-8px);
    }
    .resource-card h3 {
      margin-top: 0;
      color: rgb(228, 226, 226);
    }
    .resource-card p {
      font-size: 1rem;
      line-height: 1.6;
      color: #ddd;
    }

    /* Section 3 – Community Voices */
    .voices-panel {
      padding: 5rem 2rem;
      background: linear-gradient(to right, #fff0f6, rgb(228, 226, 226));
    }
    .voices-panel h2 {
      text-align: center;
      font-size: 2rem;
      color: rgb(68, 31, 167);
      margin-bottom: 3rem;
    }
    .voices-slider {
      display: flex;
      gap: 2rem;
      align-items: center;
      justify-content: center;
      overflow-x: auto;
      padding-bottom: 1rem;
      scrollbar-width: none;
    }
    .voices-slider::-webkit-scrollbar {
      display: none;
    }
    .voice-card {
      flex: 0 0 320px;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 2rem;
    }
    .voice-card h4 {
      margin: 0;
      color: rgb(126, 90, 222);
    }
    .voice-card p {
      font-size: 1rem;
      margin: 1rem 0 0;
      color: #444;
      line-height: 1.7;
    }
#two {
  margin-top: 55px;
}
#main-page-cta,
#catalog-page-cta {
  background-color: var(--main-color);
  padding: 6em 0;
}
#catalog-page-cta {
  margin-top: 55px;
}
#main-page-cta {
  background-image: url("../img/hair-bottle.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
 }
#main-page-cta .main__container {
  position: relative;
  z-index: 1;
  color: #fff;
}
#main-page-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#main-page-cta h2 {
  font-size: 36px;
  line-height: 130%;
}
#main-page-cta p {
  font-size: 20px;
}
.ss-cta p {
  font-size: 18px;
}
#oils.ss-catalog .ss-products-grid .ss-product {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  padding: 0;
  margin: 0;
}
#oils.ss-catalog .ss-products-grid .ss-product img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 10px;
}
#oils.ss-catalog .ss-products-grid .ss-product h3 {
  width: auto;
  height: min-content;
}
.ss-products-grid .ss-product h3 {
  grid-column: span 2;
}
#oils.ss-catalog .ss-products-grid .ss-product p {
  font-size: 20px;
}
#about h2,
.top {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 130%;
}
#about h3,
.bottom {
  font-size: 20px;
}
#about p {
  text-align: center;
  line-height: 130%;
}
#about img {
  width: 33%;
  margin: 30px auto 0;
  display: block;
}

.ssn-myths {
  background: linear-gradient(135deg, #d5ccff, #fff);
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  color: #222;
}

.ssn-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.ssn-heading {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #3b2e2a;
  letter-spacing: 1px;
  line-height: 130%;
}

.ssn-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5c4a45;
}

/* Grid Layout */
.ssn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Cards */
.ssn-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ssn-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Myth */
.ssn-myth {
  font-size: 1.3rem;
  color: rgb(91, 44, 220);
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Fact */
.ssn-fact {
  font-size: 1.2rem;
  color: rgb(126, 90, 222);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.ssn-text {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333;
}

.ssn-detail {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

/* Decorative Effect */
.ssn-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 100px;
  height: 100px;
  background: rgba(198, 160, 120, 0.15);
  border-radius: 50%;
  z-index: 0;
  transition: all 0.4s ease;
}

.ssn-card:hover::before {
  transform: scale(1.3);
  background: rgba(198, 160, 120, 0.25);
}
.ss-hero {
  width: 100%;
  padding: 8em 30px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f55;
  position: relative;
}
.ss-hero#main-page {
  background-image: url("../img/silkStrands-banner.webp");
}
.ss-hero#catalog-page {
  background-image: url("../img/silkSkalpOil.webp");
}
.ss-hero::after {
  content: "";
  background-color: #3e4140f5;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
}
.ss-categories.main__container {
  margin-top: 45px;
  text-align: center;
}
.ss-header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px;
  background-color: var(--main-color);
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  color: #3f3e45;
  border-bottom: 1px solid #6f6d7b;
}
.ss-header-menu li a:hover {
  color: #3e414094;
  text-decoration: none;
}
.--container-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}
.ss-team-member img {
  margin: 30px 0;
  height: 330px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.ss-header-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
  position: relative;
}
.ss-header-logo {
  text-align: center;
  display: block;
  color: rgb(91, 44, 220);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.ss-header-logo:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.ss-header-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  align-items: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #6f6d7b;
  font-size: 20px;
  justify-content: flex-end;
}
.ss-header-menu-item {
  text-decoration: none;
  color: #3f3e45;
  font-size: 16px;
}
.ss-main-title {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  margin: 10px 0;
  text-align: center;
}
.ss-main-subtitle {
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 150%;
}
.button {
  text-decoration: none !important;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgb(91, 44, 220);
  width: fit-content;
}
.ss-works img {
  border: var(--border);
  overflow: hidden;
  width: 100%;
}
.ss-works p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.ss-works h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
  width: max-content;
  text-align: center;
  margin: 0 auto;
}
.ss-works .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  align-items: center;
  margin: 55px auto;
}
#flexgrid {
  text-align: center;
  gap: 30px;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  background-color: #f4f4f4cd;
  padding: 20px;
}
#flexgrid p {
  font-size: 16px;
}
#flexgrid div {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.button:hover {
  background-color: #000;
  transition: 0.2s;
}
.ss-promo {
  margin: 55px auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.ss-promo-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ss-main {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main__container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 40px;
}
.ss-categories-list-text {
  display: flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.ss-category-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.ss-category-text p {
  font-size: 20px;
}
.hh1 {
  text-align: center;
  width: 100%;
  line-height: 1;
  font-size: 36px;
}
.ss-faqs {
  margin: 0 auto;
  width: 60%;
  gap: 0;
  cursor: pointer;
}
summary {
  border-radius: 15px;
  transition: all 0.3s linear;
  padding: 15px;
  background: rgb(214, 199, 254);
}
.ss-faq {
  width: 100%;
  margin: 15px auto;
  padding: 10px;
  background: #f4f4f4;
  font-size: 18px;
}
.ss-contacts a:hover {
  color: var(--main-color);
}
.ss-works {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 55px;
  gap: 30px;
  margin: 55px auto 0;
}
.ss-catalog__title,
.ss-category-text p {
  width: 80%;
  line-height: 150%;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.ss-category-text {
  margin: 55px auto 55px;
}
.ss-footer {
  margin-top: 55px;
  border-top: 1px solid #6f6d7b;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--main-color);
}
.ss-footer-section {
  margin: 55px auto 20px;
  padding: 0 30px;
  gap: 20px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ss-footer-section > div > .ss-header-logo {
  text-decoration: none !important;
  width: auto !important;
}
.ss-contacts {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #000;
}
.ss-contacts a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.ss-docs-link {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.ss-footer-section {
  flex-direction: column;
  align-items: center;
}
.ss-footer-section div {
  width: auto;
  text-align: center;
}
.ss-contacts {
  text-align: center;
  flex-direction: row;
}
.ss-contacts a:hover {
  text-decoration: underline;
  color: #000;
}
.main-about {
  margin-top: 100px !important;
}
.ss-terms {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto 55px;
}
.ss-terms a:hover {
  text-decoration: none;
}
.ss-terms ol {
  padding-left: 30px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ss-terms ul {
  padding-left: 30px;
  list-style-type: disc;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ss-terms h2 {
  margin-bottom: 15px;
}
.ss-catalog__title {
  align-items: center;
  z-index: 3;
}
.ss-team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 55px;
}
.ss-team-member {
  background-color: #f4f4f476;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ss-team-member h2 {
  font-size: 20px;
  margin: 10px 0;
}
.ss-team-member p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.ssj-journey {
  background: #fafaf8;
  padding: 100px 20px;
  font-family: 'Lato', sans-serif;
  color: #2a2a2a;
  line-height: 1.7;
}

.ssj-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Заголовок */
.ssj-heading {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 800;
  color: #3c2e2a;
  letter-spacing: 1px;
}

.ssj-intro {
  text-align: center;
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto 70px auto;
  color: #5c4a45;
}

/* Этапы (timeline effect) */
.ssj-stage {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 40px 30px;
  margin-bottom: 60px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ssj-stage:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

/* Чередующиеся этапы */
.ssj-stage-alt {
  background: linear-gradient(135deg, #f9f6f2, #ffffff);
}

/* Заголовки этапов */
.ssj-stage-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #7a4935;
  margin-bottom: 15px;
}

.ssj-stage-text {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 15px;
}

.ssj-stage-detail {
  font-size: 0.95rem;
  color: #666;
  border-left: 4px solid #cda274;
  padding-left: 12px;
  margin-top: 10px;
  font-style: italic;
}

/* Линия timeline */
.ssj-stage::before {
  content: '';
  position: absolute;
  top: -30px;
  left: -40px;
  width: 3px;
  height: calc(100% + 60px);
  background: #e6d3c5;
  z-index: -1;
}

.ssj-stage:first-child::before {
  top: 50%;
}

.ssj-stage:last-child::before {
  height: 50%;
}

/* Closing block */
.ssj-conclusion {
  text-align: center;
  padding: 50px 20px;
  margin-top: 80px;
  background: linear-gradient(135deg, #fffaf4, #fdfdfd);
  border-radius: 18px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.06);
}

.ssj-conclusion-title {
  font-size: 2rem;
  color: #5a3e2d;
  font-weight: 700;
  margin-bottom: 15px;
}

.ssj-conclusion-text {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  color: #444;
  line-height: 1.8;
}

/* Анимация появления */
.ssj-stage, .ssj-conclusion {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s forwards;
}

.ssj-stage:nth-child(1) { animation-delay: 0.2s; }
.ssj-stage:nth-child(2) { animation-delay: 0.4s; }
.ssj-stage:nth-child(3) { animation-delay: 0.6s; }
.ssj-stage:nth-child(4) { animation-delay: 0.8s; }
.ssj-stage:nth-child(5) { animation-delay: 1s; }
.ssj-conclusion { animation-delay: 1.2s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ss-catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
.ss-catalog h2 {
  text-align: center;
}
.ss-product-promo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#features > h2:first-child {
  font-size: 2.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  line-height: 130%;
}
.ss-product-promo {
  background-color: #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 0 10px #3e41405d;
  padding: 20px;
  flex: 1 1 300px;
  text-align: center;
  transition: all 0.3s linear;
}
.ss-product-promo:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px #3e414088;
}
.ss-product-promo h2 {
  font-size: 1.5em;
  margin: 10px 0;
}
.ss-product-promo img {
  width: 30%;
  height: auto;
}
.ss-product {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px #fff;
  margin: 10px;
  padding: 20px;
  max-width: 300px;
  flex: 1 1 300px;
  text-align: center;
}
.ss-product h3 {
  font-size: 1.4em;
  margin: 10px 0;
}
.ss-product p {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}
.ss-ingredients {
  font-size: 0.8em;
  color: #666;
}
.ss-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#oils .ss-products-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.ss-ingredients strong {
  color: #3f3e45;
}
.ss-ingredients {
  font-size: 16px;
}
@media (max-width: 1130px) {
  #flexgrid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
  #flexgrid div {
    gap: 10px;
  }
  .ss-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ss-products-grid h3:first-child {
    grid-column: span 3;
  }
  .ss-promo-box {
    row-gap: 20px;
  }
  .ss-promo-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .ss-promo-box,
  #oils .ss-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .heritage-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 755px) {
  #oils.ss-catalog .ss-products-grid .ss-product,
  #oils .ss-products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ss-catalog__title,
  .ss-category-text p,
  #about img,
  .ss-faq {
    width: 100%;
  }
  .hh1,
  #about h2,
  .top {
    font-size: 24px;
    line-height: 130%;
  }
  .main__container {
    padding: 0 15px;
  }
  .ss-works .wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #main-page-cta h2 {
    font-size: 28px;
  }
  #main-page-cta p {
    font-size: 18px;
    line-height: 130%;
  }
  h1 {
    font-size: 24px;
    line-height: 130%;
  }
  #oils.ss-catalog .ss-products-grid .ss-product p {
    font-size: 16px;
    text-align: left;
  }
  .ss-works img {
    width: 100%;
  }
  .ss-team {
    grid-template-columns: repeat(1, 1fr);
  }
  #flexgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ss-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ss-products-grid h3:first-child {
    grid-column: span 2;
  }
  .ss-header-logo {
    width: auto;
  }
  .ss-header-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  .ss-header {
    padding: 10px;
  }
  .ss-header-menu {
    justify-content: center;
  }
  #flexgrid div > p {
    height: auto;
    font-size: 16px;
  }
  .ss-category-text {
    width: auto;
  }
  #two {
    padding: 0 15px;
  }
  .ss-works {
    padding: 55px 15px 55px;
  }
  .ss-categories-list-text {
    flex-wrap: wrap;
    gap: 30px;
  }
  .ss-category-text {
    width: auto;
  }

  .heritage-points {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .ss-faqs {
    width: 100%;
  }
  .ss-works h3 {
    width: 100%;
  }
  .ss-products-grid h3:first-child {
    grid-column: span 1;
  }
  .ss-products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ss-promo-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .ss-footer-section div {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  #catalog-page-cta a.button {
    width: 100%;
  }
  .ss-terms h2 {
    font-size: 16px;
  }
  .ss-category-text p {
    font-size: 18px;
  }
  .ss-products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
 
  .ss-works p {
    font-size: 16px;
  }
  .ss-header-logo {
    text-align: center;
    height: auto;
    font-size: 20px;
  }
  .ss-header-menu-item {
    font-size: 13px;
  }
  .ss-main-title {
    font-size: 26px;
  }
  .ss-catalog__title {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  p,
  li {
    font-size: 18px !important;
  }
}
.ss-terms p,
.ss-terms li {
  font-size: 18px;
}
.ss-terms a {
  color: #333;
  text-decoration: underline;
}
.ss-contact {
  margin-top: 55px;
}
.ss-contact h2 {
  color: rgb(91, 44, 220);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.ss-contact p,
.ss-contact li {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.ss-contact ul {
  list-style: none;
  padding: 0;
}
.ss-contact li {
  margin-bottom: 0.5rem;
}
.ss-map {
  margin-top: 1.5rem;
  text-align: center;
}
.ss-map img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ss-new-header {
  font-family: "Lato", sans-serif;
  background: linear-gradient(90deg, #f7ecf5 0%, rgb(184, 166, 234) 100%);
  color: #333;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}
.ss-new-header:hover {
  background: linear-gradient(90deg, rgb(184, 166, 234) 0%, #f8e1f4 100%);
}
.ss-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.ss-logo {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(91, 44, 220);
  text-decoration: none;
  transition: transform 0.3s ease;
}
.ss-logo:hover {
  transform: scale(1.1);
  color: rgb(126, 90, 222);
}
.ss-menu-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  color: rgb(91, 44, 220);
  transition: transform 0.3s ease;
}
.ss-menu-toggle:hover {
  transform: rotate(90deg);
}
.ss-nav {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.ss-nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0.5rem 2rem;
}
.ss-nav-item {
  text-decoration: none;
  font-weight: 600;
  color: rgb(91, 44, 220);
  position: relative;
  transition: color 0.3s ease;
}
.ss-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: rgb(91, 44, 220);
  transition: width 0.3s ease;
}
.ss-nav-item:hover {
  color: rgb(91, 44, 220);
  text-decoration: none;
}
.ss-nav-item:hover::after {
  width: 100%;
}
.ss-header-text {
  text-align: center;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
  color: rgb(68, 31, 167);
  background: rgba(255, 255, 255, 0.05);
  animation: fadeInText 1s ease-in-out;
}
@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .ss-nav {
    display: none;
    flex-direction: column;
  }
  .ss-nav.show {
    display: flex;
  }
  .ss-menu-toggle {
    display: block;
  }
  .ss-header-top {
    width: 100%;
    justify-content: space-between;
    gap: 30px;
  }
  .ss-nav-list {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.ss-new-footer {
  background: linear-gradient(90deg, #f1eef1 0%, rgb(214, 199, 254) 100%);
  color: #333;
  font-family: "Lato", sans-serif;
 }
.ss-footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  padding: 2rem;
}
.ss-footer-logo {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgb(68, 31, 167);
  text-decoration: none;
}
.ss-footer-about {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}
.ss-footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(68, 31, 167);
  margin-bottom: 0.8rem;
}
.ss-footer-link {
  text-decoration: none;
  color: rgb(91, 44, 220);
  transition: color 0.3s ease;
}
.ss-footer-link:hover {
  color: rgb(126, 90, 222);
}
.ss-footer-links ul,
.ss-footer-legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ss-footer-links li,
.ss-footer-legal li {
  margin-bottom: 0.5rem;
}
.ss-footer-contact p {
  margin: 0.3rem 0;
}
.ss-footer-socials {
  margin-top: 0.8rem;
}
.ss-social {
  margin-right: 0.6rem;
  text-decoration: none;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.ss-social:hover {
  transform: scale(1.2);
}
.ss-footer-bottom {
  text-align: center;
  padding: 1rem;
  font-size: 0.85rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: #555;
}
