/*
Theme Name: Angel Shelesser
Theme URI: https://xister.com/
Author: the Xister Team
Author URI: https://xister.com/
Description: Angel Theme
*/

/*@import "css/index.css";
@import "css/product-page.css";*/
@import "css/custom.css";
@import "css/footer.css";
@import "css/header.css";

#femme_naturelle_collection {
  background: linear-gradient(180deg, rgba(172, 194, 219, 0.8) -6.28%, rgba(247, 205, 173, 0.8) 61.94%, #b09b9b 94.98%);
  min-height: 100dvh;
  padding-bottom: 100px;
}
#femme_naturelle_collection .container {
  max-width: 1356px;
  padding-top: 64px;
  padding-inline: 42px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #femme_naturelle_collection {
    padding-bottom: 50px;
  }
  #femme_naturelle_collection .container {
    padding-top: 1rem;
    padding-bottom: 24px;
  }
}
#femme_naturelle_collection .container .femme-naturelle-image {
  margin: auto;
  width: fit-content;
  max-width: 1200px;
  display: block;
  width: 100%;
  padding-inline: 20px;
  box-sizing: border-box;
}
#femme_naturelle_collection .container .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  #femme_naturelle_collection .container .flex {
    flex-direction: column;
    gap: 24px;
  }
}
#femme_naturelle_collection .container .flex .parfume_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #femme_naturelle_collection .container .flex .parfume_container {
    gap: 8px;
  }
}
#femme_naturelle_collection .container .flex .parfume_container img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #femme_naturelle_collection .container .flex .parfume_container img {
    width: 50%;
  }
}
#femme_naturelle_collection .container .flex .parfume_container a {
  display: inline-flex;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  background: #161a20;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 250% */
  text-decoration: none;
}
#femme_naturelle_collection .container .flex .description_text{
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  flex: 1 1 40%;
}
#femme_naturelle_collection .container .flex .description_text h1 {
  color: #2c2c2c;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #femme_naturelle_collection .container .flex .description_text h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
#femme_naturelle_collection .container .flex .description_text p {
  color: #2c2c2c;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  #femme_naturelle_collection .container .flex .description_text p {
    font-size: 14px;
  }
}