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

.index {}

.nav {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: rgba(255, 255, 255, 0); */
}

.nav-pills ul {
    list-style: none;
    display: flex;
}

.nav-pills li a {
    text-decoration: none;
    color: #F0E8D3;
}

.nav-pills li {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #F0E8D3;
    padding-left: 45px;
}

.nav-title h2 {
    font-family: "operetta-12", serif;
    font-weight: 300;
    font-style: normal;
    color: #F0E8D3;
    font-size: 45px;
    margin-right: 215px;
}

.nav-title a {
    text-decoration: none;
}

.nav-icons {
    color: #F0E8D3;
    font-size: 20px;
    margin-right: 45px;
}

.nav-icons i {
    margin-left: 25px;
}


.hero {
    background-image: url('../media/Mirae-13.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 810px;
    background-attachment: scroll;
    margin-top: -100px;
}

.hero-title h3 {
    width: 600px;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #F0E8D3;
    padding-left: 45px;
    font-size: 60px;
    position: absolute;
    top: 480px;
    line-height: 60px;
}



.hero-subtitle h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #F0E8D3;
    font-size: 30px;
    padding-left: 45px;
    position: absolute;
    top: 595px;
}

.hero-button {
    height: 45px;
    width: 145px;
    background-color: #A0B787;
    margin-left: 45px;
    position: absolute;
    top: 686px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.3s;
}

.hero-button:hover {
    background-color: #F0E8D3;
    cursor: pointer;
}


.hero-button a {
    font-family: "utile-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1D2314;
    padding-bottom: 3px;
    text-decoration: none;
}





.favourites {
    background-color: #F0E8D3;
    width: 100%;
    height: 1000px;
}

.decor-line1 {
    height: 1px;
    width: 150px;
    background-color: #1D2314;
    position: absolute;
    top: 855px;
    left: 400px;
}

.decor-line2 {
    height: 1px;
    width: 150px;
    background-color: #1D2314;
    position: absolute;
    top: 855px;
    right: 400px;
}

.fav-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fav-subheader h3 {
    font-family: "utile-display", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #1D2314;
    font-size: 35px;
    margin-top: 45px;
}

.fav-header h2 {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #1D2314;
    font-size: 75px;
}

.fav-subinfo {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 20px;
    width: 500px;
    text-align: center;
}

.fav-icons {
    display: flex;
    padding-top: 10px;
    font-size: 20px;
    color: #1D2314;
}

.fav-products {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.product-skingaurdian {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.product-skingaurdian img {
    /* margin-top: -20px; */
    /* width: 450px; */
    /* height: 450px; */
    /* object-fit: cover; */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-skingaurdian img:hover {
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
}

.product-skingaurdian h2 {
    /* margin-top: -60px; */
    color: #A0B787;
    font-size: 34px;
}

.product-skingaurdian h3 {
    color: #1D2314;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
}

.product-skingaurdian h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 20px;
}

.product-skingaurdian h6 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    opacity: 50%;
    font-size: 18px;
}


.product-1mil {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.product-1mil img {
    /* margin-top: -20px; */
    /* width: 450px;
    height: 450px;
    object-fit: cover; */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-1mil img:hover {
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
}

.product-1mil h2 {
    /* margin-top: -60px; */
    color: #A0B787;
    font-size: 34px;
}

.product-1mil h3 {
    color: #1D2314;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
}

.product-1mil h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 20px;
}

.product-1mil h6 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    opacity: 50%;
    font-size: 18px;
}

.product-shangrila {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.product-shangrila img {
    /* margin-top: -20px; */
    /* width: 450px;
    height: 450px;
    object-fit: cover; */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-shangrila img:hover {
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
}

.product-shangrila h2 {
    /* margin-top: -60px; */
    color: #A0B787;
    font-size: 34px;
}

.product-shangrila h3 {
    color: #1D2314;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
}

.product-shangrila h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 20px;
}

.product-shangrila h6 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    opacity: 50%;
    font-size: 18px;
}

.product-ultrabland {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.product-ultrabland img {
    /* margin-top: -20px; */
    /* width: 450px;
    height: 450px;
    object-fit: cover; */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-ultrabland img:hover {
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
}

.product-ultrabland h2 {
    /* margin-top: -60px; */
    color: #A0B787;
    font-size: 34px;
}

.product-ultrabland h3 {
    color: #1D2314;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
}

.product-ultrabland h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 20px;
}

.product-ultrabland h6 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    opacity: 50%;
    font-size: 18px;
}

.fav-button {
    margin-top: 65px;
    height: 45px;
    width: 150px;
    background-color: #A0B787;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.2s;
}


.fav-button p {
    font-family: "utile-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1D2314;
    padding-bottom: 3px;
    transition: 0.2s;
}

.fav-button:hover {
    background-color: #1D2314;
    cursor: pointer;
}

.fav-button p:hover {
    color: #F0E8D3;
    cursor: pointer;
}


.new-in-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-in-imgs img {
    width: 720px;
    height: 800px;
    object-fit: cover;
}



.new-in-img-left {
    position: relative;
}

.new-in-text {
    position: absolute;
    top: 30%;
    left: 20%;
    text-align: left;
    border-radius: 10px;
    color: #F0E8D3;
}



.new-in-text h3 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 35px;
}

.new-in-text h2 {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 95px;
}

.new-in-text p {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    width: 400px;
    font-size: 18px;
}

.new-button {
    margin-top: 45px;
    height: 45px;
    width: 200px;
    background-color: #A0B787;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.2s;
}

.new-button:hover {
    background-color: #F0E8D3;
    cursor: pointer;
}

.new-button P {
    font-family: "utile-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1D2314;
    padding-bottom: 3px;
    text-align: center;
}


.new-icons {
    display: flex;
    padding-top: 10px;
    font-size: 20px;
    color: #F0E8D3;
}


.donate {
    background-color: #A0B787;
    width: 100%;
    height: 300px;
    margin-top: -10px;
}

.donate-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.donate h3 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #F0E8D3;
    font-size: 44px;
    margin-top: 55px;
}

.donate a {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #F0E8D3;
    font-size: 85px;
    text-decoration: none;
}

footer {
    background-color: #1D2314;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
}



.footer-left {
    width: 40%;
}


.footer-left label {
    display: inline-block;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #F0E8D3;
    font-size: 55px;
    margin-left: 45px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.footer-left input {
    width: 350px;
    height: 50px;
    margin-left: 45px;
    margin-bottom: 25px;
    background-color: transparent;
    border: 1px solid #F0E8D3;
    color: #F0E8D3;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    font-family: "ivymode", sans-serif;
    font-size: 16px;
}

.footer-left input::placeholder {
    color: #F0E8D3;
    opacity: 50%;
}

.footer-left button {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background-color: #F0E8D3;
    border-color: transparent;
}

.footer-left button:hover {
    cursor: pointer;
}


.form-button h6 {
    color: #1D2314;
}

.footer-left p {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #F0E8D3;
    width: 300px;
    margin-left: 45px;
    margin-bottom: 25px;
}

.footer-icons {
    margin-left: 40px;
}

.footer-icons i {
    color: #F0E8D3;
    font-size: 35px;
    margin-right: 25px;
}

.footer-right {
    display: flex;
}

.input-area {
    display: flex;
}

.form-button {
    margin-left: 5px;
}

.footer-shop h2 {
    color: #F0E8D3;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.footer-shop li {
    list-style: none;
    color: #F0E8D3;
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 80px;
}

.footer-us h2 {
    color: #F0E8D3;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.footer-us li {
    list-style: none;
    color: #F0E8D3;
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 80px;
}

.footer-help h2 {
    color: #F0E8D3;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.footer-help li {
    list-style: none;
    color: #F0E8D3;
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 45px;
}

.footer-copyright p {
    margin-top: 150px;
}

.new-releases-hero {
    background-image: url('../media/mirae-15.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 810px;
    background-attachment: scroll;
    margin-top: -100px;
}

.new-releases-hero-deco-lines1 {
    height: 1px;
    width: 150px;
    background-color: #F0E8D3;
    position: absolute;
    top: 333px;
    left: 480px;
}

.new-releases-hero-deco-lines2 {
    height: 1px;
    width: 150px;
    background-color: #F0E8D3;
    position: absolute;
    top: 333px;
    right: 480px;
}

.new-releases-hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-releases-hero h2 {
    margin-top: 325px;
    color: #F0E8D3;
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 45px;
    letter-spacing: 2px;
}

.new-releases-hero h1 {
    color: #F0E8D3;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 85px;
    letter-spacing: 8px;
}

.new-releases-hero h4 {
    color: #F0E8D3;
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 2px;
}

.product-listing {
    background-color: #F0E8D3;
    width: 100%;
    height: 1400px;
}

.row-1-img img {
    width: 767px;
    height: 450px;
    margin-top: 50px;
    margin-left: 115px;
    border-radius: 10px;
    object-fit: cover;
}

.row-1-img p {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #F0E8D3;
    font-size: 50px;
    margin-left: 125px;
    margin-top: -95px;
    letter-spacing: 2px;
}

.row1 {
    display: flex;
    align-items: baseline;
}

.row2 {
    display: flex;
    justify-content: space-evenly;
}

.product-acne-cleanser {
    margin-left: 120px;
}

.product-acne-cleanser img {
    height: 450px;
    width: 325px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-acne-cleanser img:hover {
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
}

.product-acne-cleanser h3 {
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #1D2314;
    font-size: 22px;
}

.product-acne-cleanser span {
    color: #A0B787;
}

.product-acne-cleanser h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 18px;
}

.product-acne-cleanser h5 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    opacity: 75%;
    font-size: 16px;
}

.product-summer-fridays img {
    height: 450px;
    width: 325px;
    border-radius: 10px;
    margin-top: 35px;
    transition: transform 0.3s ease;
}

.product-summer-fridays img:hover {
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
}

.product-summer-fridays h3 {
    margin-top: 10px;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #1D2314;
    font-size: 22px;
    letter-spacing: 1px;
}

.product-summer-fridays span {
    color: #A0B787;
}

.product-summer-fridays h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 18px;
}

.product-summer-fridays h5 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    opacity: 75%;
    font-size: 16px;
}

.product-dew-drops img {
    height: 450px;
    width: 325px;
    border-radius: 10px;
    margin-top: 35px;
    transition: transform 0.3s ease;
}

.product-dew-drops img:hover {
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
}

.product-dew-drops h3 {
    margin-top: 10px;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #1D2314;
    font-size: 22px;
    letter-spacing: 1px;
}

.product-dew-drops span {
    color: #A0B787;
}

.product-dew-drops h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 18px;
}

.product-dew-drops h5 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    opacity: 75%;
    font-size: 16px;
}

.product-111skin img {
    height: 450px;
    width: 325px;
    border-radius: 10px;
    margin-top: 35px;
    transition: transform 0.3s ease;
}

.product-111skin img:hover {
    transform: translateY(-5px) scale(1.03);
    cursor: pointer;
}


.product-111skin h3 {
    margin-top: 10px;
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #1D2314;
    font-size: 22px;
    letter-spacing: 1px;
}

.product-111skin span {
    color: #A0B787;
}

.product-111skin h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 18px;
}

.product-111skin h5 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    opacity: 75%;
    font-size: 16px;
}

.button-flex {
    display: flex;
    justify-content: center;
}

.more-button {
    margin-top: 75px;
    height: 45px;
    width: 175px;
    background-color: #A0B787;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.2s;
}

.more-button:hover {
    background-color: #1D2314;
    cursor: pointer;
}

.more-button h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #F0E8D3;
    padding-bottom: 3px;
    text-align: center;
    font-size: 22px;
}

.product-nav {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F0E8D3;
}

.product-nav-pills ul {
    list-style: none;
    display: flex;
}

.product-nav-pills a {
    text-decoration: none;
}

.product-nav-pills li {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #1D2314;
    padding-left: 45px;
}

.product-nav-title h2 {
    font-family: "operetta-12", serif;
    font-weight: 300;
    font-style: normal;
    color: #1D2314;
    font-size: 45px;
    margin-right: 215px;
}

.product-nav-pills li a {
    text-decoration: none;
    color:#1D2314;
}

.product-nav-title a {
    text-decoration: none;
}

.product-nav-icons {
    color: #1D2314;
    font-size: 20px;
    margin-right: 45px;
}

.product-nav-icons i {
    margin-left: 25px;
}

.product-new {
    background-color: #F0E8D3;
    height: 1900px;
    width: 100%;
}

.product-header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.product-header-text h2 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    letter-spacing: 1px;
    font-size: 25px;
    margin-top: 15px;
}

.product-header-text h3 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    letter-spacing: 2px;
    font-size: 18px;
    margin-top: 25px;
}

.product-desc {
    width: 28%;
}

.product-img {
    width: 28%;
}

.product-buttons {
    width: 33%;
}

.product-desc h1 {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #1D2314;
    font-size: 36px;
}

.product-desc h3 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 22px;
    margin-top: 8px;
}

.product-desc h2 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 32px;
    margin-top: 8px;
}

.product-desc h4 {
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #1D2314;
    font-size: 18px;
    margin-top: 8px;
}

.product-desc span {
    font-size: 22px;
}

.product-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}


.product-buttons>div {
    height: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-family: "utile-display", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 45px;
}


.product-amount,
.product-size {
    background-color: transparent;
    border: 2px solid #1D2314;
    color: #1D2314;
}


.product-amount {
    justify-content: center;
    width: 100px;
}


.product-size {
    justify-content: flex-start;
    width: 140px;
}

.product-cart {
    background-color: #1D2314;
    border: 2px solid #1D2314;
    color: #F0E8D3;
    justify-content: center;
    width: 200px;
}

.product-banner {
    margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.product-banner-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    gap: 25px;
}

.product-banner-dots i {
    color: #1D2314;
}

.product-decor-line1 {
    background-color: #1D2314;
    width: 200px;
    height: 1px;
    margin-top: 50px;
    position: absolute;
    left: 43%;
}

.product-image-banner {
    display: flex;
    width: 100%;
    height: 500px;
    margin-top: 100px;
}

.product-image-banner>div {
    height: 100%;
    overflow: hidden;
}

.product-img-banner1,
.product-img-banner3 {
    width: 25%;
}

.product-img-banner2 {
    width: 50%;
}

.product-image-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-decor-line2 {
    background-color: #1D2314;
    width: 200px;
    height: 1px;
    margin-top: 50px;
    position: absolute;
    left: 43%;
}

.product-additional-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    color: #1D2314;
    margin-top: 60px;
}

.product-additional-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    color: #1D2314;
    margin-top: 60px;
}


.product-additional-info>div {
    width: 32%;
    margin-top: 50px;
}


.product-key-ingredients {
    text-align: left;
    margin-left: 38px;
}

.product-ratings {
    text-align: center;
}

.product-usage {
    text-align: right;
    margin-right: 38px;
}


.product-additional-info h2 {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 15px;
}

.product-additional-info p,
.product-additional-info h3,
.product-additional-info h4,
.product-additional-info h5,
.product-additional-info li {
    font-family: "utile-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1D2314;
}


.product-ratings h3 {
    margin: 10px 0;
}

.product-ratings h5 {
    margin-bottom: 25px;
    font-weight: 300;
}

.product-ratings h4 {
    margin-top: 25px;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.product-ratings h4:hover {
    opacity: 0.7;
}


.rating-numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}


.rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}


.rating-label {
    width: 20px;
    text-align: left;
    margin-left: 15px;
}


.rating-bar {
    height: 6px;
    background-color: #1D2314;
    border-radius: 3px;
    margin: 0 15px;
}


.rating-count {
    width: 40px;
    text-align: right;
    margin-right: 15px;
}

.product-decor-line3 {
    background-color: #1D2314;
    width: 200px;
    height: 1px;
    margin-top: 50px;
    position: absolute;
    left: 43%;
}

.promise-hero {
    background-image: url('../media/mirae-17.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 810px;
    background-attachment: scroll;
    margin-top: -100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.promise-hero h2 {
    font-family: "utile-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F0E8D3;
    margin-bottom: 10px;
    font-size: 45px;
    letter-spacing: 2px;
}

.promise-hero h1 {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #F0E8D3;
    font-size: 85px;
    letter-spacing: 8px;
}

.promise-intro {
    display: flex;
    width: 100%;
    height: 800px;
}

.intro-img {
    width: 45%;
    height: 100%;
}

.intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promise-text {
    width: 55%;
    height: 100%;
    background-color: #1D2314;
    color: #F0E8D3;
    font-family: "utile-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    padding: 100px 120px;
    line-height: 0.2px;
    box-sizing: border-box;
}

.promise-text p {
    max-width: 100%;
    font-size: 30px;
}

.promise-saved {
    background-color: #a2b589;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #F0E8D3;
    text-align: center;
    font-family: "utile-display", sans-serif;
}

.saved-text {
    margin-bottom: 50px;
}

.saved-text h2 {
    font-family: "utile-display", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 25px;
    margin: 0;
}

.saved-text h1 {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-size: 80px;
    margin: 10px 0 0 0;
}

.saved-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
}

.saved-row div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 280px;
}

.saved-row i {
    font-size: 100px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.saved-row i:hover {
    transform: translateY(-8px);
}

.saved-row h3 {
    font-family: "utile-display", sans-serif;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.saved-row p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    max-width: 250px;
}


.promise-why {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 750px;
    background-color: #F0E8D3;
    color: #1D2314;
    margin: 0;
    padding: 0;
}

.why-text {
    flex: 1;
    background-color: #F0E8D3;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-text h2 {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: #1D2314;
}

.why-text p {
    font-family: "utile-display", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.8;
    color: #1D2314;
    max-width: 600px;
}

.why-img {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.why-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.why-safe {
    background-image: url('../media/Mirae-21.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
    background-attachment: scroll;
    margin-top: -100px;
}


.why-safe-donate {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #F0E8D3;
    padding: 0 20px;
}


.why-safe-donate h2 {
    font-family: "ivymode", sans-serif;
    font-weight: 300;
    font-size: 85px;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}


.why-safe-donate p {
    font-family: "utile-display", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.8;
    max-width: 700px;
    color: #F0E8D3;
    margin-bottom: 2rem;
}


.why-safe-donate h3 {
    font-family: "utile-display", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F0E8D3;
    cursor: pointer;
    transition: color 0.3s ease;
}

.why-safe-donate h3:hover {
    color: #c9c3ae;
}

@media screen and (max-width: 768px) {

    .nav-pills {
        display: none;
    }

    .nav-title {
        margin-left: 45px;
    }

    .hero-title h3 {
        font-size: 40px;
        width: 100%;
        margin-top: 55px;
    }

    .hero-subtitle {
        font-size: 30px;
        width: 100%;
    }

    .decor-line1,
    .decor-line2 {
        display: none;
    }

    .favourites {
        height: 2300px;
    }

    .fav-products {
        display: flex;
        flex-direction: column;
    }

    .new-in-imgs {
        flex-direction: column;
    }

    .new-in-img-left img,
    .new-in-img-right img {
        width: 786px;
    }

    .new-in-img-right img {
        margin-top: -5px;
    }

    footer {
        height: 725px;
        flex-direction: column;
    }

    .footer-copyright {
        display: none;
    }

    .footer-icons {
        display: flex;
    }

    .footer-right {
        margin-bottom: 10px;
        margin-left: 45px;
    }

}