/** Shopify CDN: Minification failed

Line 343:4 "opject-position" is not a known CSS property
Line 1317:1 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.additional_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .additional_product .boxes_left {
    max-width: 635px;
  }
  .additional_product .boxes_left h2 {
    color: #49443E;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
  }
  .additional_product .box_left {
    border-radius: 20px;
    border: 1px solid #E88C97;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(6px);
    padding: 31px 37px 25px 38px
  }
  .additional_product .boxes_left .header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 24px;
  }
  .additional_product .boxes_left .header h3 {
    color: #49443E;
    max-width: 80%;
    font-family: Libre Caslon Text;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
  }
  .additional_product .boxes_left .price {
    color: #49443E;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
  }
  .additional_product .boxes_left .description {
    color: #49443E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .additional_product .boxes_left .description p + p {
    margin-top: 6px;
  }
  .additional_product .boxes_left .product_collections {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 24px;
  }
  .additional_product .boxes_left .product_collections li {
    border-radius: 19px;
    background: #F1D7D8;
    padding: 4px 10px;
    color: #49443E;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }
  .additional_product .boxes_left .link_parent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .additional_product .boxes_left .link_parent a {
    display: block;
    margin-right: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #49443E;
  }
  .additional_product .image_right {
    width: 100%;
    max-width: 635px;
    display: flex;
    align-items: center;
    justify-content: center;    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://dewha-international.myshopify.com/cdn/shop/t/13/assets/addit-product.svg)
  }
  .additional_product .image_right img {
    max-height: 500px;
    object-fit: contain;
    object-position: center;
  }
  @media screen and (max-width: 1149.98px) {
    .additional_product {
      flex-direction: column;
      gap: 20px;
    }
    .additional_product .image_right {
      order: -1;
    }
    .additional_product .boxes_left h2 {
      font-size: 24px;
      margin-bottom: 24px;
    }
    .additional_product .box_left {
      padding: 40px 15px 35px;
    }
    .additional_product .boxes_left .header {
      flex-direction: column;
      align-items: start;
      gap: 12px;
    }
    .additional_product .boxes_left .header h3 {
      font-size: 22px;
      line-height: 34px;
      max-width: 100%;
    }
    .additional_product .boxes_left .link_parent {
      justify-content: center;
    }
  }
.collapse_image {
    background: linear-gradient(180deg, rgba(255, 251, 236, 0.00) 0%, #FFFBEC 100%);
    min-height: 389px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .collapse_image details {
    flex: 1 0 100%;
  }
  .collapse_image summary {
    color: #49443E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
    gap: 12px;
  }
  .collapse_image summary svg {
    transition: all .1s ease-in-out;
  }
  .collapse_image img {
    margin-right: auto;
    margin-left: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease-in-out;
  }
  .collapse_image details[open] summary svg {
    transform: rotate(-180deg);
  }
  .collapse_image details[open] img {
    margin-top: 30px;
    max-height: 2000rem;
  }
  @media screen and (max-width: 1149.98px) {
    .collapse_image {
      min-height: 363px;
    } 
    .collapse_image summary {
      font-size: 24px;
      flex-direction: column;
      gap: 8px;
    }
    .collapse_image details[open] img {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 991.98px) {
   .collapse_image summary {
      font-size: 20px;
   }    
  }
.contact_banner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
  }
  .contact_banner .content {
    max-width: 635px;
    color: #49443E;
  }
  .contact_banner h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
  }
  .contact_banner h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
  }
  .contact_banner h1 span {
    font-family: Libre Caslon Text;
    font-style: italic;
  }
  .contact_banner p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
  .contact_banner ul {
    display: flex;
    gap: 28px;
    margin-top: 32px;
  }
  @media screen and (max-width: 1149.98px) {
    .contact_banner {
      flex-direction: column;
      gap: 5px;
    }
    .contact_banner .image {
      order: -1;
    }
    .contact_banner .content {
      max-width: max-content;
      text-align: center;
    }
    .contact_banner h2 {
      margin-bottom: 5px;
      font-size: 24px;
    }
    .contact_banner h1 {
      margin-bottom: 24px;
      font-size: 42px;
    }
    .contact_banner ul {
      gap: 18px;
      margin-top: 24px;
      justify-content: center;
    }
    .contact_banner ul li {
      max-width: 45px;
    }
  }
.effects_benefits.no_grid {
    grid-template-columns: 1fr;
  }
  .effects_benefits.no_grid .full  {
    grid-column-start: auto;
  }
  .effects_benefits .full {
    grid-column-start: span 2;
    text-align: center;
  }
  .effects_benefits .before-after-image {
    position: relative;
  }
  .effects_benefits .before-after-image .before_text,
  .effects_benefits .before-after-image .after_text {
    position: absolute;
    top: 22px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    z-index: 2;
  }
  .effects_benefits .before-after-image .before_text {
    left: 22px;
  }
   .effects_benefits .before-after-image .after_text {
    right: 22px;
  }
  .effects_benefits {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 0 30px;
    align-items: end;
  }
  .effects_benefits p {
    color: #49443E;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;    grid-column-start: 2;

  }
  .effects_benefits h2 {
    color: #49443E;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;    grid-column-start: 2;

  }
  .effects_benefits .effects_benefits_content ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 32px 48px;
    justify-content: center;
    align-items:center;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//dewha-international.myshopify.com/cdn/shop/t/13/assets/effect-bene-bg.svg);
  }
  .effects_benefits .effects_benefits_content ul li {
    display: flex;
    text-align: center;
    align-items:center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    color: #FFFEFA;
    font-size: 15px !important;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    background-color: #E88D97;
  }
  .effects_benefits .slick-track .slick-slide {
    height: 437px;
    object-fit: cover;
    opject-position: center;
  }
  .effects_benefits .slick-list {
    border-radius: 40px;
  }
  .effects_benefits .slick-prev,
  .effects_benefits .slick-next {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    background-image: url(//dewha-international.myshopify.com/cdn/shop/t/13/assets/Forward.svg) !important;
  }
  .effects_benefits .slick-next {
    right: 10%;
    transform: rotate(180deg) translateY(4px);
  }
  .effects_benefits .slick-prev {
    left: 10%;
  }
  .effects_benefits .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    gap: 20px;
  }
  .effects_benefits .slick-dots li button {
    color: #49443E;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .effects_benefits .slick-dots li.slick-active button {
    color: #fff;
    background: #49443E;
  }
  @media screen and (max-width: 1149.98px) {
    .effects_benefits {
      display: block;
      text-align: center;
    }
    .effects_benefits p {
      margin-bottom: 12px;
    }
    .effects_benefits h2 {
      max-width: 250px;
      margin-right: auto;
      margin-left: auto;
      font-size: 24px;
      margin-bottom: 12px;
    }
    .effects_benefits .slick-prev, .effects_benefits .slick-next {
      display: none !important;
    }
    .effects_benefits .slick-dots {
      position: unset;
      transform: none;
      margin-top: 20px;
      gap: 12px;
    }
    .effects_benefits .effects_benefits_content ul {
      padding-top: 30px;
      gap: 24px 12px;
    }
    .effects_benefits .effects_benefits_content ul li {
      font-size: 15px !important;
      width: 165px;
      height: 165px;
    }
  }
.gallery-lists {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content max-content;
    justify-content: center;
    gap: 30px;
  }
  .gallery-lists .gallery-list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .gallery-lists .gallery-list img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: none;
    object-position: center;
  }
  .gallery-lists .gallery-list:nth-child(odd) img:nth-child(1) {
    max-height: 328px;
  }
  .gallery-lists .gallery-list:nth-child(odd) img:nth-child(2) {
    max-height: 278px;
    margin-top: 30px;
  }
  .gallery-lists .gallery-list:nth-child(even) img:nth-child(1) {
    max-height: 278px;
  }
  .gallery-lists .gallery-list:nth-child(even) img:nth-child(2) {
    max-height: 328px;
    margin-top: 30px;
  }
  @media screen and (max-width: 1149.98px) {
    .gallery-lists {
      gap: 12px;
      grid-template-columns: 1fr 1fr;
    }
    .gallery-lists .gallery-list {
      display: flex;
      flex-direction: column;
    }
    .gallery-lists .gallery-list:last-child {
      display: none;
    }
    .gallery-lists .gallery-list:nth-child(odd) img:nth-child(2),
    .gallery-lists .gallery-list:nth-child(even) img:nth-child(2) {
      margin-top: 12px;
    }
  }
.four-heading-text-section .container .heading-text-row{
    display: flex;
    gap: 32px;
    margin-top:25px;
    flex-wrap: wrap;
} 

.four-heading-text-section .container .heading-text-row .heading-text-block{
    margin-top: 0px;
}
.four-heading-text-section .container .heading-text-row h2{
  color: #49443E;
  font-family: Work Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.four-heading-text-section .container .heading-text-row .heading-text-block h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
}
.four-heading-text-section .container .heading-text-row p{
    margin-top: 8px;
    color: #49443E;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner_button button.button.button--lg {
    border-radius: 40px;
    border: 1px solid #E88C97;
    background: #F1D7D8;
} 
.place-self-center .prose  h1{
  margin-top: 0px;
}
.place-self-center .prose .text{
      margin: 32px 0px;
}
  .anchor .shopify-section {
    background: linear-gradient(0deg, rgba(255, 231, 216, 0.00) 2.47%, #FFE7D8 74.29%);
  }

  
@media screen and (max-width: 767px) {
  .four-heading-text-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
  }
  /* .four-heading-text-section .container {
      width: 120% !important;
  } */
  /* .four-heading-text-section .heading-text-block {
    width: calc(50% - 10px);
    margin-bottom: 20px; 
    flex: 0 0 calc(50% - 10px); 
  } */
  .home-banner .four-heading-text-section .heading-text-block{
    width: calc(50% - 10px);
    text-align: center;
  }
  .home-banner .four-heading-text-section .container .heading-text-row {
    gap: 20px;
    width: 100%;
    margin-top: 34px;
  }
  .home-banner {
    margin-top: 7rem;
    gap: 0px;
  }
   .text-section .place-self-center .prose h1{
     color: #49443E;
    text-align: center;
    font-family: Work Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 100% !important;
    margin-top: 10px;
   }
  
  .text-section .place-self-center .prose h1 span{
      color: #49443E;
      font-family: Libre Caslon Text;
      font-size: 34px;
      font-style: italic;
      font-weight: 600;
      line-height: 120%;
  }
  .text-section .place-self-center .prose .banner_text {
    color: #49443E;
    font-family: Work Sans;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .text-section .banner_button button.button.button--lg {
      width:100%;
      color: #49443E;
      font-family: Work Sans;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
  }
  .four-heading-text-section .container .heading-text-row .heading-text-block h3 {
    font-size: 28px;
  }
  
  .four-heading-text-section{
    margin:50px 0px 0px
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  four-heading-text-section{
    margin-top: 10px;
  }
  .text-section .place-self-center .prose h1 span {
    color: #49443E;
    font-family: Libre Caslon Text;
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    line-height: 120%;
  }
  /* .four-heading-text-section .container .heading-text-row .heading-text-block {
    margin-top: 0px;
    width: 100%;
  } */


  .four-heading-text-section .container .heading-text-row {
    margin-top: 10px !important;
  }
  .text-section .place-self-center .prose h1 {
    font-size: 26px;
    width: 100% !important;
  }

  .text-section .place-self-center .prose .banner_text {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  .text-section .place-self-center .prose .text{
    font-size: 12px;
    margin: 10px 0px;
  }
  .banner_button button.button.button--lg {
    border-radius: 40px;
    border: 1px solid #E88C97;
    background: #F1D7D8;
    padding: 10px;
    font-size: 14px;
  }
  .text-section .place-self-center .prose .banner_button{
        margin: 15px 0px;
  }
  
}
.four-heading-text-section .container {
    margin-left: 0px;
    display: flex;
  }
  .four-heading-text-section .container .heading-text-row {
    display: flex;
    gap: 32px;
    margin-top: 64px;
  }

  .four-heading-text-section .container .heading-text-row .heading-text-block {
    margin-top: 0px;
  }
  .four-heading-text-section .container .heading-text-row h2 {
    color: #49443e;
    font-family: Work Sans;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .four-heading-text-section .container .heading-text-row p {
    margin-top: 7px;
    color: #49443e;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
/* CSS */
.image-text-review-section {
  padding: 60px 45px;
}

.image-text-review-section .image-text-row {
  display: flex;
  align-items: center;
  gap: 60px;
}

.image-text-review-section .image-right .image-block {
  order: 2;
  /* margin-left: 20px; */
  margin-right: 0;
  width: 50%;
}

.image-text-review-section .container .image-text-row .image-block img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover; 
  max-height: 440px;
}

.image-text-review-section .text-block {
  flex: 1;
  text-align: left;
  width: 50%;
}

.image-text-review-section .container .image-text-row .text-block h2 {
  margin-bottom: 10px;
  color: #49443E;
  font-family: 'Work Sans', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.image-text-review-section .container .image-text-row .text-block h3 {
  margin-bottom: 5px;
  color: #49443E;
  font-family: 'Work Sans', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.image-text-review-section .container .image-text-row .text-block .text p {
  color: #49443E;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 50px 0px;
}

.image-text-review-section .main_button .button {
  border-radius: 40px;
  border: 2px solid #49443E;
  background-color: white;
  color: black;
}
  .image-text-review-section .image-text-row .text-block .image-block {
  display: none; /* Hide the image block by default */
}
@media(max-width: 1024px){
  .image-text-review-section .image-text-row {
    gap: 30px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .image-text-review-section .container .image-text-row .text-block h3 {
    font-size: 24px;
  }
  .image-text-review-section .container .image-text-row .text-block .text p{
    color: #49443E;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 40px 0px;
  }
  .image-text-review-section .container .image-text-row .text-block h2{
    font-size: 22px;
  }
}
  .image-text-review-section .image-text-row .mobile-image {
    display: none;
  }

/* Mobile Responsive Styles */
@media screen and (max-width: 767px) {
  .image-text-review-section {
    padding: 20px 10px; 
  }

  .image-text-review-section .container .image-text-row {
    flex-direction: column; 
  }

  .image-text-review-section .image-right .image-block {
   
    margin: 0;
    text-align: center; 
    width: 100%;
    display: none;
  }

  .image-text-review-section .container .image-text-row .text-block {
    text-align: center; 
    width: 100%;
  }

  .image-text-review-section .container .image-text-row .text-block h2,
  .image-text-review-section .container .image-text-row .text-block h3,
  .image-text-review-section .container .image-text-row .text-block .text p {
    text-align: center; 
  }

  /* Responsive font sizes */
  .image-text-review-section .container .image-text-row .text-block h2 {
    font-size: 28px;
  }

  .image-text-review-section .container .image-text-row .text-block h3 {
    font-size: 32px;
    margin-bottom: 12px; 
  }

  .image-text-review-section .container .image-text-row .text-block .text p {
    font-size: 14px;
    margin: 30px 0px;
  }

  .image-text-review-section .main_button .button {
    font-size: 14px;
    padding: 10px 20px; 
  }
  

 
 .image-text-review-section .image-text-row .mobile-image {
    display: block;
  }
 .image-text-review-section .image-text-row .mobile-image img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    max-height: 288px;
  }
  
}
.image_with_texts .multiple-images-with-text .prose p {
  font-weight: 500;
}
.image_with_texts .multiple-images-with-text .multiple-images-with-text__content-list .prose .button {
    border-radius: 40px;
    border: 1px solid #E88C97;
    background: #F1D7D8;
    color: #49443E;
    font-family: Work Sans;
    font-size: var(--text-base);
}
.image_with_texts{
    margin: 7rem 0px;
}
  .image_with_texts .multiple-images-with-text .multiple-images-with-text__content-with-nav .prose .subheading{
    color: #49443E;
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
  .image_with_texts .multiple-images-with-text .multiple-images-with-text__content-with-nav .prose .subheading h1{
    color: #49443E;
    font-family: Work Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.image_with_texts .multiple-images-with-text .multiple-images-with-text__content-with-nav .prose .subheading p{
    color: #49443E;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
  .image_with_texts .multiple-images-with-text__content-with-nav .mobile-image{
    display: none;
  }
  .image_with_texts .multiple-images-with-text .multiple-images-with-text__image-list{
    display: block;
  }
  .image_with_texts .multiple-images-with-text .multiple-images-with-text__content-with-nav .multiple-images-with-text__content-list .h1{
    font-family: Work Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
  }
@media screen and (max-width: 767px) {
    .image_with_texts {
      padding: 0px 30px;
    }
  .image_with_texts .multiple-images-with-text__content-with-nav .multiple-images-with-text__content-list .mobile-image{
    display: block;
  }
  .image_with_texts .multiple-images-with-text__content-with-nav .multiple-images-with-text__content-list .mobile-image img{
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    max-height: 292px;
  }
  .image_with_texts .multiple-images-with-text .multiple-images-with-text__image-list{
    display: none;
  }
}
.image-text-2 .multiple-images-with-text .multiple-images-with-text__content-list .prose .button {
   border-radius: 40px;
  border: 1px solid #E88C97;
  background: #F1D7D8;
}
  .image-text-2 .multiple-images-with-text .multiple-images-with-text__content-with-nav .prose .button{
    color: #49443E;
  }
  .image-text-2 .multiple-images-with-text .multiple-images-with-text__content-with-nav .prose .btn{
    border-radius: 40px;
    border: 1px solid #E88C97;
    background: #F1D7D8;
    color: #49443E;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 40px;
  }
 .image-text-2 .multiple-images-with-text__content-list .prose .h1{
    margin: 5px 0px;
    color: #49443E;
    font-family: Work Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
  .image-text-2 .multiple-images-with-text__content-list .prose .subheading{
    color: #49443E;
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .image-text-2 .multiple-images-with-text__content-list .prose p{
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
@media screen and (max-width: 767px) {
  .image-text-2 .multiple-images-with-text .multiple-images-with-text__image-list img {
    height: 100%;
    width: 100%;
  }
}
.product_organization {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .product_organization .boxes_left {
    padding: 47.5px 67px 47.5px 68px;
    border-radius: 40px;
    border: 1px solid #E88C97;
    background: linear-gradient(97deg, rgba(252, 248, 236, 0.60) 1.21%, rgba(252, 243, 226, 0.60) 27.99%, rgba(241, 244, 233, 0.60) 56.44%, rgba(243, 228, 225, 0.60) 108.31%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 635px;
  }
  .product_organization .boxes_left .box_left {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .product_organization .boxes_left .box_left.no-x-gap {
    gap: 8px 0;
  }
  .product_organization .boxes_left h2 {
    color: #49443E;
    font-size: 15px !important;
    font-weight: 700;
    line-height: normal;
    flex: 1 0 100%;
  }
  .product_organization .boxes_left p {
    color: #49443E;
    font-size: 15px !important;
    font-weight: 500;
    line-height: normal;
  }
  .product_organization .boxes_left p.has-border {
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #000;
  }
  .product_organization .boxes_left p.has-circle {
    position: relative;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .product_organization .boxes_left p.has-circle span {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product_organization .boxes_left p.has-circle::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #49443E;
    border-radius: 50%;
  }
  .product_organization .boxes_left p.has-circle:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 78px;
    height: 1px;
    border: 1px solid #49443E;
  }
  .product_organization .boxes_left p.has-circle:first-of-type::before {
    background-color: #49443E;
  }
  .product_organization .image_right {
    width: 100%;
    max-width: 635px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 1149.98px) {
  .product_organization {
    flex-direction: column;
    gap: 20px;
  }
  .product_organization .boxes_left {
    padding: 37px 25px 40px;
  }
  .product_organization .boxes_left p.has-border {
    padding: 8px;
  }
  .product_organization .boxes_left p.has-circle:not(:last-child)::after {
    width: 57px;
  }
  .product_organization .image_right {
    order: -1;
  }
  }
.product_steps {
    text-align: center;
    max-width: 1184px;
    margin-right: auto;
    margin-left: auto;
  }
  .product_steps h3 {
    color: #49443E;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
  }
  .product_steps h2 {
    color: #49443E;
    font-family: Libre Caslon Text;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
  }
  .product_steps h2 span {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 700;
  }
  .product_steps p {
    color: #49443E;
    font-size: 15px !important;
    font-weight: 500;
    line-height: normal;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .product_steps .steps {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
    justify-content: space-between;
  }
  .product_steps .steps .step {
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
  }
  .product_steps .steps .step h4 {
    color: #49443E;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }
  .product_steps .steps .step p {
    margin: 0;
  }
  @media screen and (max-width: 1149.98px) {
    .product_steps h2 {
      font-size: 24px;
    }
    .product_steps p {
      margin-top: 32px;
      margin-bottom: 28px;
    }
    .product_steps .steps {
      grid-template-columns: auto auto;
      gap: 20px;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .product_steps .steps .step {
      max-width: 361px;
    }
  }
  @media screen and (max-width: 991.98px) {
    .product_steps .steps {
      grid-template-columns: auto;
    }
  }
.shope-by-category .heading-image-text-section {
  text-align: center;
  padding-top: 50px;
}

.shope-by-category .container {
  max-width: 1200px;
  margin: 0 auto;
}

.shope-by-category .image-text-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 20px;
}

.shope-by-category .image-text-row .image-text-block {
    text-align: center;
    background-color: rgba(232, 140, 151, 0.20);
    border-radius: 94px;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    max-width: 259px;
    width: 100%;
}
  .shope-by-category .image-text-row .image-text-block p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
  }
.shope-by-category .image-text-block img {
    min-width: 77px;
    max-width: 77px;
    height: 77px;
    border-radius: 50px;
    object-fit: cover;
}
.shope-by-category .heading-image-text-section .container h2{
    color: #49443E;
    font-family: Work Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .shope-by-category .image-text-row {
    flex-wrap: wrap; 
    justify-content: space-between; 
    padding: 40px 20px;
    margin: 0px 0px;
    gap: 20px 16px;
  }
  .shope-by-category .image-text-row .image-text-block p {
    font-size: 16px;
  }
  .shope-by-category .image-text-row .image-text-block {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 8px;
    max-width: unset;
  }
  .shope-by-category .heading-image-text-section .container h2{
    color: #49443E;    
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 60px;
  }
  .shope-by-category .heading-image-text-section {
    text-align: center;
    padding-top: 0px;
  }
  .shope-by-category .image-text-block img{
      min-width: 40px;
      max-width: 40px;
      height: 40px;
  }
}
.value-section {
  margin: 50px 5px;
   
}
.value-section .blocks-container {
  display: flex;
  overflow-x: auto; 
  justify-content: space-between;
  flex-wrap: nowrap; 
  gap: 15px;
  margin-top: 45px;
  padding-bottom: 20px; 
}

.value-section .value-block {
  flex: 1 0 auto;
  min-width: 200px;
  
}

.value-section .value-block {
    flex: 1 1 19%; 
    margin-bottom: 20px; 
}

.value-section .container .section-heading h2{
    color: #49443E;
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.value-section .container .section-text p{
    color: #49443E;
    font-family: Work Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
}
.value-section .container .value-block h3{
    color: #E88C97;
    font-family: Work Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.value-section .container .value-block .first-text{
    color: #49443E;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.value-section .container .value-block p{
    color: #49443E;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media only screen and (max-width: 767px) {
.value-section .container .section-heading h2 {
    font-size: 20px; 
}

.value-section .container .section-text p {
    font-size: 18px;
}

.value-section .container .value-block h3 {
    font-size: 24px; 
}

.value-section .container .value-block .first-text {
    font-size: 16px; 
}

.value-section .container .value-block p {
    font-size: 14px; 
}
 @media screen and (max-width: 767px) {
.value-section{
  text-align: center;
}
.value-section .blocks-container{
  display: contents;
}