@font-face {
    font-family: 'Open Sauce One';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/06d802ca-6d5f-4b02-884d-897d4023ce05/71ea5c7f-329c-45d0-a64d-e2cc4851ec06/OpenSauceOne-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/06d802ca-6d5f-4b02-884d-897d4023ce05/71ea5c7f-329c-45d0-a64d-e2cc4851ec06/OpenSauceOne-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/06d802ca-6d5f-4b02-884d-897d4023ce05/71ea5c7f-329c-45d0-a64d-e2cc4851ec06/OpenSauceOne-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/06d802ca-6d5f-4b02-884d-897d4023ce05/71ea5c7f-329c-45d0-a64d-e2cc4851ec06/OpenSauceOne-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce Sans';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/06d802ca-6d5f-4b02-884d-897d4023ce05/71ea5c7f-329c-45d0-a64d-e2cc4851ec06/OpenSauceSans-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*==Font-setup==*/

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}


body {
   font-family: 'Open Sauce One';
    font-weight: 400;
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/

.scraped-container {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

.header-area {
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid #EEEEEE;
}

.header-main {
  text-align: center;
}

.navigator-area {
  background: #ffffff;
  padding-bottom: 70px;
}

.navigator-main {
  max-width: 920px;
  margin: auto;
  border-radius: 100px;
  border: 1px solid #D4D4D4;
  background: #FEFBF7;
  padding: 11px 7px;
  margin-top: 30px;
}

.navigator-main ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigator-main ul li {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  border-radius: 100px;
  padding: 5px 10px;
}

.navigator-main ul li span {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFA221;
}

.navigator-main ul li span img {
  max-width: 28px;
}

.navigator-main ul li:nth-of-type(2) {
  background: #FFA221;
  color: #fff;
}

.navigator-main ul li:nth-of-type(2) span {
  background: #fff;
  color: #000000;
 }

 .wort-box ul {
  display: flex;
  align-items: center;
  column-gap: 16px;
 }

 .wort-box {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  max-width: 222px;
  margin: auto;
  border: 1px solid #D4D4D4;
  padding: 9px 25px;
  border-radius: 11px;
  margin-top: 30px;
  background: #FEFBF7;
  letter-spacing: -0.3px;
 }

.wort-box img {
  max-width: 49px;
  display: block;
}

.stop-main {
  max-width: 920px;
  margin: auto;
}

.stop-main h2 {
  font-weight: 600;
  font-size: 34px;
  letter-spacing: -0.3px;
  color: #E60000;
  text-align: center;
  margin-top: 30px;
}

.stop-line-box {
  height: 24px;
  border-radius: 10px;
  background: #D9D9D9;
  margin-top: 25px;
}

.stop-line {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: -0.3px;
  width: 71%;
  height: 100%;
  border-radius: 10px;
  background: #FFA221;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stop-main h4 {
  font-weight: 700;
  font-size: 20px;
  color: #00AE74;
  letter-spacing: -0.3px;
  margin-top: 30px;
}

.stop-main h3 {
  font-weight: 700;
  font-size: 20px;
  color: #252525;
  letter-spacing: -0.3px;
  margin-top: 30px;
}

.stop-main p {
  font-weight: 400;
  font-size: 17px;
  color: #252525;
  letter-spacing: -0.3px;
  margin-top: 30px;
  line-height: 145%;
}

.mobil-navi {
  display: none;
}

.fragrances-main {
  max-width: 573px;
  padding-top: 54px;
}

.fragran-top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fragran-top ul li:nth-of-type(1) {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.fragran-top ul li:nth-of-type(2) {
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  background: #FFECD2;
  padding: 6px 9px;
  border-radius: 5px;
}

.p-container-wrap {
   border: 1px solid #FFA221;
  border-radius: 12px;
  padding: 20px 50px;
  margin-top: 21px;
}

.p-container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 40px;
}

.card img {
  width: 100%;
  border-radius: 6px;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000000;
  border-radius: 6px;
  padding: 7px 16px;
}

.counter button {
  width: 24px;
  border: none;
  background: red;
  color: #fff;
  cursor: pointer;
  background: none;
}

.counter span {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

.submit-btn {
  font-weight: 700; 
  font-size: 17px;
  letter-spacing: -0.3px;
  color: #ffffff;
  width: 100%;
  padding: 28px 10px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  cursor: not-allowed;
  transition: background 0.3s;
  margin-top: 20px;
}

.submit-btn.active {
  background: #000;
  cursor: pointer;
}

.product-btm-top {
  text-align: center;
}

.product-btm-top h4 {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.3px;
  color: #252525;
  margin-top: 18px;
}

.product-btm-top a {
  font-weight: 600;
  font-size: 17px;
  color: #0671E3;
  text-decoration: underline;
  letter-spacing: -0.3px;
  margin-top: 14px;
  display: inline-block;
  transition: 0.2s all ease;
}

.product-btm-top a:hover {
  color: #0671E3;
}

.product-list {
  max-width: 356px;
  border: 1px solid #D4D4D4;
  border-radius: 20px;
  padding: 32px;
  background: #FEFBF7;
  margin-top: 30px;
}

.product-btm ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.product-btm ul li {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.fragran-top2 {
  display: none;
}

/*==opper-section==*/
.opper-area {
  background: #FEFBF7;
  padding: 55px 0;
}

.opper-main {
  text-align: center;
}

.opper-main h3 {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  letter-spacing: -0.3px;
}

.opper-main p {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  margin-top: 20px;
  letter-spacing: -0.3px;
}

.opper-btn {
  max-width: 500px;
  margin: auto;
  margin-top: 32px;
}

.opper-btn a {
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: -0.3px;
  background: #000000;
  color: #ffffff;
  padding: 28px;
  border-radius: 10px;
  display: block;
  transition: 0.2s all ease;
  text-align: center;
}

.opper-btn a:hover {
  opacity: 0.8;
}

.opper-link a {
  font-weight: 600;
  font-size: 17px;
  display: inline-block;
  text-decoration: underline;
  color: #0671E3;
  margin-top: 18px;
  transition: 0.2s all ease;
}

.opper-link a:hover {
  color: #0671E3;
}

/*==say-section==*/
.say-area {
  padding: 80px 0;
  background: #ffffff;
}

.say-title h2 {
  font-weight: 700;
  font-size: 34px;
  color: #000000;
  letter-spacing: -0.3px;
  text-align: center;
}

.say-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
  margin-top: 34px;
}

.say-item {
  background: #F8F8F8;
  border-radius: 18px;
  padding: 30px;
}

.say-item img {
  max-width: 99px;
}

.say-item p {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  letter-spacing: -0.3px;
  line-height: 154%;
  margin-top: 8px;
}

.say-item h4 {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  margin-top: 10px;
}

.opper-link {
  text-align: center;
}

.opper-btn2 {
  margin-top: 50px;
}

/*==footer-section==*/
.footer-area {
  background: #000000;
  padding: 50px 0;
}

.footer-main {
  text-align: center;
}

.footer-main img {
  max-width: 104px;
}

.footer-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  margin-top: 26px;
}

.footer-main ul li  {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.footer-main ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  transition: 0.2s all ease;
}

.footer-main ul li a:hover {
  color: #E60000;
}


/*FOR-MOBIL-START*/
@media screen and (max-width: 991px) {

.mobil-navi {
  display: block;
}

.mobil-navi img {
  width: 100%;
  margin-top: 15px;
}

.navigator-main ul li span {
  width: 40px;
  height: 40px;
}

.navigator-main {
  display: none;
}

.wort-box {
  max-width: 149px;
  font-size: 19px;
  padding: 8px 16px;
  margin-top: 15px;
}

.wort-box img {
  max-width: 31px;
}

.stop-main h2 {
  font-size: 28px;
  margin-top: 15px;
  line-height: 145%;
}

.stop-line {
  width: 75%;
}

.fragrances-main {
  padding-top: 20px;
}

.p-container-wrap {
  padding: 17px 16px 23px 16px;
  margin-top: 0;
} 

.p-container {
  column-gap: 19px;
}

.card button {
  font-size: 12px;
}

.card button i {
  margin-left: 5px;
}

.fragran-top2 {
  display: block;
}

.fragran-top2 ul {
  padding-top: 0;
  margin-bottom: 13px;
}

.fragran-top3 {
  display: none;
}

.product-btm-top h4 {
  font-size: 15px;
}

.product-btm-top a {
  font-size: 14px;
}

.product-list {
  padding: 22px 26px;
}

.opper-area {
  padding: 40px 0;
}

.opper-main h3 {
  font-size: 26px;
  line-height: 137%;
} 

.opper-main p {
  line-height: 144%;
}

.opper-link a {
  font-size: 14px;
}

.say-area {
  padding: 40px 0;
}

.say-main {
  grid-template-columns: 100%;
  row-gap: 14px;
  margin-top: 21px;
}

.say-item {
  padding: 18px;
  border-radius: 12px;
}

.say-title h2 {
  font-size: 27px;
}

.footer-area {
  padding: 20px 0;
}

.footer-main ul {
  margin-top: 20px;
}


/*=phone=*/
}
