/** Shopify CDN: Minification failed

Line 144:0 Expected "}" to go with "{"

**/
 @keyframes mover {
      0% {
          transform: translateY(0);
      }
      100% {
          transform: translateY(-10px);
      }
  }
.mainContainer_fragrance{
  .fragrance_content, .fragrance_stage1, .fragrance_stage2, .fragrance_stage3, .fragrance_stage4, .fragrance_stage5, .fragrance_stage6, .fragrance_stage7{
    background-image: url(/cdn/shop/files/fragrance.webp?v=1742453450);
    background-position: center;
    background-size: cover;
    position: relative;
    max-width: 1800px;
    margin: auto;
    height: fit-content;
    padding-bottom: 30px;
  }
  .fragrance_content{display: flex; align-items: center; height: 700px;}
  .content_fragrance, .background_image{width: 50%;}
  .content_fragrance{text-align: center;}
  .content_fragrance button{ color: #ffffff; padding: 15px 30px; font-size: 17px; font-weight: bold; border-radius: 0; background-color: #000; border-color: #545b62; }
  .content_fragrance button:hover{background-color: #5a6268; cursor: pointer;}
  .content_fragrance h2{width: 60%; margin: 0 auto 50px; line-height: 45px; font-weight: 700; font-size: 26px;}
  .fragrance_stage1, .fragrance_stage2, .fragrance_stage3, .fragrance_stage4, .fragrance_stage5, .fragrance_stage6, .fragrance_stage7{background-image: url(/cdn/shop/files/2nd_image.webp?v=1742573294); text-align:center;}
  .heading_stage{ font-size: 22px; font-weight: bold; color: #444444; padding: 20px 0;}
  .selections_options{display: flex; justify-content: center;}
  .grid_gender_selection { display: grid; grid-template-columns: auto auto; justify-content: center;}
  .inner__container{ display: grid; margin: 20px; cursor: pointer; width: 20%;justify-items: center;}
  .containerImage {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-26%, -50%);
    max-width: 200px;
  }
  .vert-move{  -webkit-animation: mover 1s ease-in-out infinite alternate-reverse both; animation: mover 1s ease-in-out infinite alternate-reverse both; }
  .fragrance_stage6{
    img{ border-radius: 50%; }
    .inner__container {box-shadow: unset;}
    .inner__container span{background: unset;}
    .pink_heart_question{
      width: 340px;
      height: 450px;
      text-align: center;
      margin: 0 auto;
      background-image: url(/cdn/shop/files/heart.webp?v=1742890729);
      background-repeat: no-repeat;
      background-position: center center;
      padding-left: 10px;
      padding-right: 10px;
      background-size: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 19px;
      font-weight: bold;
      color: #333;
      position: absolute;
      z-index: 9;
      /* left: -34px; */
    }
    .pink_heart_question span{margin-bottom: 15%; padding: 0 20px;}
    .selections_options{gap: 15%;}
  }
    .fragrance_content .selections_options img, .fragrance_stage7 .selections_options img{border-radius: 50%; border: 1px solid #c6e9eb;}
    .fragrance_content .inner_circle_2, .fragrance_stage7 .inner_circle_2{ box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 19%); border-radius: 50%; padding: 10px; background: #fff;}
    .fragrance_stage7 .inner_circle_2{height: max-content; }
    .fragrance_content .inner_circle_3 { box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 19%); border-radius: 50%; padding: 10px; background: #fff;}
    .fragrance_stage7 .inner_circle_1{border-radius: 50%; border: 2px solid #70c9cb; padding: 12px;}
    .fragrance_stage7 .atc_btn_recommend{ display: flex; justify-content: space-between;}
    .fragrance_stage7 .view-button { padding: 15px 20px; width: fit-content; background: #000; color: #fff; border: unset; font-weight: 600; cursor: pointer;}
    .fragrance_stage7 .inner__container span{background: unset; color: #000;text-align: -webkit-center;
            display: -webkit-inline-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;height: 65px;}
    .fragrance_stage7 .inner__container h3{margin: 20px auto 0; width: 80%;}
    .fragrance_stage7 .selections_options{justify-content: space-evenly;}
    .fragrance_stage7 .get_discount{ background-color: #d0f5fd; padding: 10px 20px; text-align: center; border-radius: 20px; margin: auto; width: fit-content; font-weight: 600; color: #000; margin-bottom: 40px;}
  .inner__container span{background: #fff; padding: 10px;}
  
  @media screen and (min-width: 990px) and (max-width: 1300px){
    .inner__container{width: 30%;}
    .containerImage{left: 50%; transform: translate(-150%, -50%); max-width: 250px;}
    .fragrance_content{height: 700px;}
    .fragrance_content .containerImage{transform: translate(-180%, -50%); max-width: 200px;}
    .fragrance_content .content_fragrance h2{width: 70%; font-weight: 600; font-size: 16px;}
    .fragrance_stage6 .selections_options{gap: 20%; max-width: 1200px; margin: auto;}
    .fragrance_stage6 .inner__container{width: 21%; max-width: 300px;}
    .fragrance_stage6 .pink_heart_question{width: 300px; height: 350px;}
    .fragrance_stage6 .pink_heart_question span{margin-bottom: 20%;}
    .fragrance_stage7 .selections_options{justify-content: space-evenly;}
    .fragrance_stage7 .view-button{padding: 15px 20px; width: 40%;}
    .fragrance_stage7 button.view-button{width: 140px;}
    .fragrance_stage7 .inner__container span{font-size: 17px;text-align: -webkit-center;margin-bottom: 20px;}
  }

  @media (max-width: 989px){
    .fragrance_content{flex-direction: column;}
    .inner__container{width: 40%;}
    .fragrance_content .inner_circle_1{border-radius: 50%; border: 2px solid #70c9cb; padding: 6px;}
    .fragrance_content .inner_circle_2 {border: 2px solid #70c9cb; box-shadow: unset !important;}
    .fragrance_content, .fragrance_stage1, .fragrance_stage2, .fragrance_stage3, .fragrance_stage4, .fragrance_stage5, .fragrance_stage6, .fragrance_stage7{ background-image: url(/cdn/shop/files/554_202310301106_bg_mob_all.webp?v=1742982203); padding:0 15px 30px; height: fit-content;}
    .fragrance_content .inner_circle_2 img{height: 232px; padding: 30px 0;}
    .content_fragrance, .background_image{width: unset;}
    .content_fragrance h2{width: unset; line-height: unset; font-size: 16px; font-weight: unset; margin: 0 auto 20px;}
    .containerImage{position: unset; transform: unset; width: 100%; margin: auto; max-width: 300px; padding: 20px 0;}
    .content_fragrance{margin-bottom: 20px;}
    .fragrance_stage6 .selections_options{max-width: fit-content; margin: auto; justify-content: space-around}
    .fragrance_stage6 .inner__container{width: 30%;}
    .fragrance_stage6 .pink_heart_question{width: 300px; height: 370px;}
    .fragrance_stage6 .pink_heart_question span{margin-bottom: 20%;}
  }

  @media (max-width: 749px){
    .inner__container{margin: 15px; width: 35%;}
    .containerImage{width: 100%; padding: 20px 0;}
    .fragrance_content .inner_circle_2 img{height: 220px; padding: 40px 0;}
    .heading_stage{margin-bottom: unset; line-height: normal; font-weight: 500;}
    .fragrance_stage3  {
      .selections_options{flex-direction: column;}
      .inner__container {margin: auto; width: 90%;}
    }
    .fragrance_stage6 {
      .selections_options{flex-direction: column;}
      .inner__container{width: 70%; margin: auto; max-width: 300px;}
      .pink_heart_question{ width: 315px; height: 315px; position: unset; font-weight: 500; padding-left: 30px; padding-right: 30px; padding-bottom: 40px;}
    }
    .fragrance_stage7 {
      .selections_options{flex-direction: column;}
      .inner__container{box-shadow: unset; width: 90%;}
    }


