.homeSlider {
    overflow : hidden;
}

.featuredProducts__container {
    padding : 5vh 0;
}

.s-tabs-title-content {
  background-color: #ffffff;
  padding-top: 100px;
}

.profitable_container .section_title {
  color: var(--color-primary);
  font-family: Elsie;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.profitable_inner {
 background-color: var(--color-secondary);
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.profitable_inner p {
  color: #004B49;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.84px;
}

.profitable_inner .btn-primary {
  color: #ffffff;
  font-family: Elsie;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: initial;
  height: 48px;
  padding: 14px 24px;
  margin:  40px auto 0;
  display: block;
  width: fit-content;
  background: var(--color-primary);
  border : 1px solid var(--color-primary);
}

.profitable_inner .btn-primary:hover {
  color: var(--color-primary) !important;
  background: #fff;
}

.profitable_inner .deco-leaf-right {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  justify-content: end;
}

.profitable_inner  .deco-leaf-left {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
}

.profitable_inner .deco-logo-white {
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 1;
}

.profitable_inner  .deco-leaf-left img,.profitable_inner .deco-logo-white svg, .profitable_inner .deco-leaf-right img {
  width: 85%;
}

.profitable_container {
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff 50%, #F9F2ED 50%);
}

.shop_presentation {
  background: var(--color-bg-primary);
  padding: 130px 20px;
}

h2.title_content {
  color: #004B49;
  font-family: Elsie;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 30px;
  margin: 0;
}

.shop_presentation p{
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.84px;
  max-width: 500px;
  margin-bottom: 20px;
}

.shop_presentation  .content_container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.shop_presentation .btn.btn-primary {
  margin:20px 0 0;
}

.shop_presentation .btn.btn-secondary a {
  color:  #FFF;
  font-family: Elsie;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: initial;
  transition: 0.3s ease;
}

.shop_presentation .btn.btn-secondary a:hover {
  color: var(--color-primary) !important;
}

.shop_presentation__inner,.shop_faq {
  display: flex;
  justify-content: space-between;
  max-width: 1200px ;
  margin: 0 auto;
  gap: 70px;
  transition: 0.3s ease;
}

.shop_faq .content_container {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
}

.shop_presentation__inner {
  margin: 0 auto 130px;
}

.media-presentation {
  position : relative;
  /*max-height: 550px;*/
}

.media-presentation .logo_animate{
  position: absolute;
  top :30px;
  left: -70px;
}

.shop_faq .media-presentation img {
  position: relative;
  z-index: 2;
}
.logo_faq {
  position: absolute;
  top : -100px;
  left: -400px;
  z-index: 1;
}

.s-tabs-title-content__inner.container-primary {
  max-width: 90vw;
}

.shop_cards_categories {
  overflow: hidden;
}

.shop_cards_categories {
  background: #F9F2ED;
}
