* {
    margin: 0;
    padding: 0;
}

:root {
    --Beige: #FFFDF1;
    --pink: #EE4351;
    --gray: #353535;
    --white: #FFF;
    --brown: #81491F;
    --light-orange: #F7CDA9;
    --green: #72DD4A;
    --blue: #EFEFEF;
}

.mobile {
    display: none;
}

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

body {
    background: var(--Beige);
    max-width:100vw;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
}

p {
    margin: 0;
}


.my-bag {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(255, 253, 241, 0.10);
    backdrop-filter: blur(10px);
    visibility: hidden;
}

.my-bag > div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30%;
    width: 26%;
    height: 98.6%;
    border-radius: 30px 0 0 30px;
    border: 2px solid #383737;
    background: #FFFDF0;
    border-right: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: right 0.3s ease-in-out;
}

.my-bag-active {
    right: 0 !important;
}

.my-bag-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6.4%;
    border-bottom: 2px solid #383737;
}

.my-bag-header > div {
    width: 85%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.my-bag-header span {
    background-color: #FF0042;
    border: 2px solid #383737;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 1.82vw;
    height: 1.82vw;
    color: var(--white);
    font-family: "myriad-bold";
    font-size: clamp(7px,1.042vw,28px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.my-bag-header h3 {
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(15px,2.59vw,49.65px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1%;
}

.my-bag-header button {
    border: none;
    background: transparent;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 2px solid #383737;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-bag-header button img {
    width: 90%;
    height: auto;

}

.my-bag-content {
    height: 77.45%;
    width: 100%;
    overflow-y: auto;
    padding: 5% 0;
}

.my-bag-content::-webkit-scrollbar {
    width: 6px;
}

.my-bag-content::-webkit-scrollbar-thumb {
    background-color: #FF294A;
    border-radius: 20px;
}

.my-bag-content > div {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    height: max-content;
}

.order {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-wave {
    width: 85%;
    height: auto;
    overflow: hidden;
}

.order-wave > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
}

.order-wave img {
    width: 100%;
    height: auto;
}

.order-content {
    display: flex;
    flex-direction: row;
    margin: 5% 0;
    height: 75%;
    width: 85%;
    justify-content: flex-end;
    gap: 5%;
}

.prd-img-bag {
    width: 5vw;
    height: 5vw;
    background-color: #B1B1B1;
}

.prd-info-bag {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 65%;
    height: 100%;
}

.order-content h3 {
    color: #FFA026;
    font-family: "margin-regular";
    font-size: clamp(10px,1.2vw,32px);
    font-style: normal;
    font-weight: 400;
}

.order-content h4 {
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(14px,2.29vw,60px);
    font-style: normal;
    font-weight: 400;
    line-height: 68.37%;
    margin-top: 3%;
}

.order-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 8% 0 3% 0;
}

.order-price span {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,0.938vw,30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
}

.order-price button {
    border: none;
    background-color: transparent;
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,0.938vw,30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.quant-btns-order {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.bg-btn-order {
    position: relative;
    left: 0;
    width: 100%;
    padding: 9% 0;
    z-index: 1;
    border-radius: 100px;
    background-color: #383737;
}

.btn-order-content {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    width: 96%;
    height: 67%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    border: 2px solid #383737;
    background: var(--white);
    overflow: hidden;
}

.quant-btns-order span {
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(10px,1.146vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
}

.quant-btns-order button {
    width: 22.27%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: none;
    cursor: pointer;
    font-size: clamp(15px, 2.5vw, 60px);
    color: var(--gray);
    font-family: "margin-regular";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
}

.quant-btns-order button:hover {
    background-color: #FFFDF0;
}

.my-bag-checkout {
    border-top: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 16.15%;
}

.my-bag-checkout > div {
    width: 87.76%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bag-subtotal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.my-bag-checkout h3 {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(13px,1.563vw,40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.my-bag-checkout button {
    border-radius: 100px;
    border: 2px solid #383737;
    background: #FF0042;
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(10px,1.77vw,45px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.my-bag-checkout p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(7px,1.2vw,40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    text-align: center;
}

header {
    position: relative;
    width: 100%;
}

.header-container {
    width: 100%; 
    position: fixed;
    z-index: 50;
}

.header-slide {
    background: var(--Beige);
    width: 100%;
    overflow: hidden;
    padding: 0.5% 0;
    background: var(--Beige);
}

.header-slide > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    -webkit-animation: h-wave 45s linear infinite;
    animation: h-wave 45s linear infinite;
    width: fit-content;
    height: auto;
}

@keyframes h-wave {
    0% {
        -webkit-transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes h-wave {
    0% {
        -webkit-transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}

.header-slide-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.dhl-logo {
    height: auto;
    width: 5.5vw;
}

.free-express-text {
    color: #E64053;
    font-family: "margin-regular";
    font-size: clamp(10px,1.7vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.umbrella {
    width: 100%;
    height: auto;
    margin-top: -0.2%;
}

.btn-language {
    position: absolute;
    right: 1.3%;
    top: 67%;
    width: 0.8%;
    height: auto;
    cursor: pointer;
}

.btn-language svg {
    width: 100%;
    height: auto;
}

.navbar {
    position: absolute;
    top: 69%;
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2% 2% 1% 2%;
    background: rgba(255, 253, 241, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    mask-image: linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
    z-index: -1;
}


.navbar-shop {
    width: 30%;
}

.navbar-shop a {
    color: var(--pink);
    font-family: "margin-regular";
    font-size: clamp(12px,1.46vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.navbar-shop a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.logo {
    height: auto;
    width: 6.93%;
    cursor: pointer;
}

.logo img {
    width: 100%;
    height: auto;
}

.nav-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30%;
    justify-content: flex-end;
}

.nav-current {
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    gap: 8%;
    justify-content: flex-end;
}

.nav-current > span {
    height: auto;
    width: auto;
    color: var(--pink);
    font-family: "margin-regular";
    font-size: clamp(12px,1.46vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.nav-current > span > svg {
    width: 100% !important;
    height: auto;
}

.nav-current h3 {
    color: var(--pink);
    font-family: "margin-regular";
    font-size: clamp(12px,1.46vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.nav-current .arrow {
    height: auto;
    width: 11%;
}

.arrow-active {
    transform: rotate(180deg);
}

.nav-current-container {
    position: absolute;
    top: 140%;
    right: 15.8%;
    width: 5.7%;
    height: 0%;
    border-radius: 0 0 20px 20px;
    background-color: #FFF;
    border-left: unset;
    border-bottom: unset;
    border-right: unset;
    border-color: #000;
    z-index: 51;
    display: block;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.nav-current-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 0.5% 0;
}

.nav-current-content-active {
    height: 195%;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.nav-current-content li {
    margin-top: 5%;
    color: #000;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    cursor: pointer;
    padding: 5% 0;
}

.nav-current-content li span {
    font-family: "itc-regular";
    font-size: clamp(8px,0.82vw,25px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.current-text {
    font-size: clamp(8px,1.2vw,25px) !important;
}

.nav-current-content li svg {
    height: auto;
    width: 50%;
}

.pound {
    width: 40% !important;
    height: auto;
}

.euro {
    width: 40% !important;
    height: auto;
}

.arabian {
    width: 75% !important;
}

.nav-account {
    color: var(--pink);
    font-family: "margin-regular";
    font-size: clamp(12px,1.46vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 5%;
}
.nav-account:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.nav-bag {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    gap: 5px;
}

.nav-bag h3 {
    color: var(--pink);
    font-family: "margin-regular";
    font-size: clamp(12px,1.46vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.nav-bag h3:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.nav-bag div {
    position: relative;
    border-radius: 50%;
    background-color: var(--pink);
    width: auto;
    height: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-bag span {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFFDF1;
    font-family: "myriad-bold";
    font-size: clamp(10px, 1vw, 30px);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

#smooth-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#smooth-content {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.home-banner {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    padding-top: 4%;
}

.home-banner video {
    width: 100%;
    height: 94%;
    object-fit: cover;
}

.tanning-collection {
    width: 100%;
    height: auto;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tc-title {
    display: flex;
    flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.tc-title-wave {
    width: 28.85%;
    height: auto;
    overflow: hidden;
}

.tc-title-wave > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: tc-wave 17s linear infinite;
    -webkit-animation: tc-wave 17s linear infinite;
    width: max-content;
    height: auto;
}

@keyframes tc-wave {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-1000px);
    }
}

@-webkit-keyframes tc-wave {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-1000px);
    }
}

.tc-title img {
    width: 100%;
    height: auto;
}

.tc-title h2 {
    color: var(--pink);
    font-family: "margin-regular";
    font-size: clamp(13px,4vw,73.17px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    height: 40px;
    align-items: center;
}

.tc-products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 95.52%;
    margin-top: 3%;
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    width: 22.35%;
}

.product-img {
    position: relative;
    width: 100%;
    height: auto;
}

.product-img-bg {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.product-img-bg-2 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 3%;
    left: 0;
}

.product-img-prd {
    position: absolute;
    margin: auto;
    bottom: -5%;
    right: 0;
    left: 0;
    height: auto;
    width: 79%;
    object-fit: fill;
}

.product-img-prd-sticker {
    position: absolute;
    height: auto;
    width: 20%;
    right: 0;
    top: 17%;
}

.product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.product-description h3 {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px,1.3vw,30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.395px;
}

.product-description > p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px,1.3vw,30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.395px;
    width: 90%;
    height: auto;
    margin: 1% 0;
    text-align: center;
}

.product-description > span {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px,1.3vw,30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.395px;
}

.prd-review {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 3% 0;
}

.prd-review > svg {
    width: 5.83vw;
    height: auto;
}

.prd-review > span {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px,1.3vw,30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.395px;
}

.quick-add-btn {
    position: relative;
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    border: none;
    background: unset;
}

.quick-add-btn img {
    position: absolute;
    width: 100%;
    height: auto;
    right: 1%;
    transition: width 0.3s ease-in-out;
}

.quick-add-btn p {
    width: 96%;
    position: relative;
    right: 0;
    top: 0;
    border-radius: 100px;
    border: 2px solid #383737;
    background-color: var(--white);
    color: var(--pink);
    font-family: "margin-regular";
    font-size: clamp(13px,1.3vw,40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
}


.protection-collection {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bundles {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
}

.bun-products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 77%;
    width: 85.30%;
    margin-top: 3%;
}

.bun-product-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 91.84%;
    width: 43%;
}

.bun-product1-img {
    position: relative;
    width: 100%;
    height: auto;
}

.bun-product1-img-bg {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.bun-product1-img-bg-2 {
    position: absolute;
    width: 71.83%;
    height: auto;
    bottom: 3%;
    right: -20%;
}

.bun-product1-1-img-prd {
    position: absolute;
    bottom: -4%;
    left: -10%;
    height: auto;
    width: 49%;
    object-fit: fill;
    z-index: 3;
}

.bun-product1-2-img-prd {
    position: absolute;
    bottom: -4%;
    left: 2.5%;
    height: auto;
    width: 49%;
    object-fit: fill;
    z-index: 2;
}

.bun-product1-3-img-prd {
    position: absolute;
    bottom: -4%;
    left: 14%;
    height: auto;
    width: 49%;
    object-fit: fill;
    z-index: 1;
}

.bun-product1-img-prd-sticker {
    position: absolute;
    top: 32%;
    right: 4%;
    width: 23%;
    height: auto;
}

.bun-product1-img-prd-sticker .background {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-animation: sticker-bg 35s linear infinite;
    animation: sticker-bg 35s linear infinite;
}

@keyframes sticker-bg {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sticker-bg {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.bun-product1-img-prd-sticker .bg-content {
    position: absolute;
    width: 60%;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 2% 2% 0;
}

.bun-product1-img-prd-sticker2 {
    position: absolute;
    height: auto;
    top: 8%;
    left: -16%;
    width: 15%;
}

.bun-product1-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    height: auto;
    margin-top: 10px;
}

.bun-product1-description h3 {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px, 1.3vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.395px;
}

.bun-product1-description > p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px,1.3vw,30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.395px;
    width: 100%;
    height: auto;
    margin: 1% 0;
    text-align: center;
}

.bun-product1-description > span {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px,1.3vw,30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.395px;
}

.bun-product-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 91.84%;
    width: 41%;
    /*
    width: 37.79%;*/
}

.bun-product2-img {
    position: relative;
    width: 100%;
    height: auto;
}

.bun-product2-img-bg {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.bun-product2-img-bg-2 {
    position: absolute;
    width: 55%;
    height: auto;
    bottom: 3%;
    right: 0;
}

.bun-product2-img-bg-3 {
    position: absolute;
    width: 55%;
    height: auto;
    bottom: 3%;
    left: 0;
}

.bun-product2-1-img-prd {
    position: absolute;
    bottom: -4%;
    left: -8%;
    height: auto;
    width: 58%;
    object-fit: fill;
    z-index: 2;
}

.bun-product2-2-img-prd {
    position: absolute;
    bottom: -4%;
    left: 10%;
    height: auto;
    width: 58%;
    object-fit: fill;
    z-index: 1;
}

.bun-product2-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 62%;
    height: auto;
    margin-top: 10px;
}

.bun-product2-description > p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px,1.3vw,30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.395px;
    width: 90%;
    height: auto;
    margin: 1% 0;
    text-align: center;
}

.bun-product2-description > h3 {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px, 1.3vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.395px;
}

.bun-product2-description > span {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px,1.3vw,30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.395px;
}

.sold-out {
    width: 50%;
    border-radius: 100px;
    background: #F2EFE6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    padding: 2% 0;
    visibility: hidden;
}

.sold-out h4 {
    color: #6B6868;
    font-family: "margin-regular";
    font-size: clamp(10px,1.46vw,40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.sold-out-active {
    visibility: visible !important;
}


.bun-product3-1-img-prd {
    position: absolute;
    bottom: -4%;
    right: 9%;
    height: auto;
    width: 58%;
    object-fit: fill;
    z-index: 2;
}

.bun-product3-2-img-prd {
    position: absolute;
    bottom: -4%;
    right: -8%;
    height: auto;
    width: 58%;
    object-fit: fill;
    z-index: 1;
}

.bun-product4-1-img-prd {
    position: absolute;
    bottom: -4%;
    right: 9%;
    height: auto;
    width: 58%;
    object-fit: fill;
    z-index: 2;
}

.bun-product4-2-img-prd {
    position: absolute;
    bottom: -4%;
    right: -8%;
    height: auto;
    width: 58%;
    object-fit: fill;
    z-index: 1;
}


.philosophy-and-science {
    width: 100%;
    height: 110vh;
    min-height: 950px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.philosophy {
    position: relative;
    width: 94.17%;
    height: 33.45%;
    background-color: #FFE3C5;
    border: 2px solid #383737;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
}

.phi-sun {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9.9%;
    height: auto;
    object-fit: cover;
}

.phi-title {
    width: 47.18%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 11%;
}

.phi-title h2 {
    color: var(--brown);
    font-family: "margin-regular";
    font-size: clamp(15px,3.80vw,73.22px);
    font-style: normal;
    font-weight: 400;
    line-height: 70%;
}

.bask-n-baste {
    width: 63.38%;
    height: auto;
}

.phi-wave-container {
    width: 60.95%;
    height: auto;
    overflow: hidden;
    padding-top: 1%;
    padding-bottom: 1%;
}

.phi-wave-container > div {
    width: max-content;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-animation: phi-wave 17s linear infinite;
    animation: phi-wave 17s linear infinite;
}

@keyframes phi-wave {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-1000px);
    }
}

@-webkit-keyframes phi-wave {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-1000px);
    }
}

.phi-wave-container > div > img {
    width: max-content;
    height: auto;
}

.margin-wave {
    margin-left: -7px;
}

.phi-content {
    width: 52.82%;
    height: 100%;
    display: flex;
    align-items: center;
}

.phi-content-container {
    position: relative;
    width: 96.55%;
    height: 84.27%;
    background-color: var(--light-orange);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phi-content-container .vector1 {
    position: absolute;
    width: 10%;
    height: auto;
    top: -3%;
    left: -1%;
}

.phi-content-container .vector2 {
    position: absolute;
    width: 10%;
    height: auto;
    right: -1%;
    bottom: -3%;
}

.phi-content-container p {
    color: var(--gray);
    text-align: justify;
    font-family: "itc-regular";
    font-size: clamp(10px,1.2vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
    width: 80%;
}

.phi-content-container p span {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,1.2vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
}

.science {
    width: 94.17%;
    height: 59.83%;
    border-radius: 50px;
    background: #DFFFD2;
    border: 2px solid #383737;
    overflow: hidden;
}

.science-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30%;
    width: 100%;
}

.science-title-content {
    width: 65.39%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.science-title-content > img {
    width: 18.53%;
    height: 65.37%;
    object-fit: contain;
    margin-left: -2%;
}

.science-title-content > div {
    position: relative;
    width: 79%;
    height: 100%;
    display: flex;
    align-items: center;
}

.science-title-content > div > svg {
    position: absolute;
    top: 6%;
    left: -6%;
    width: 37%;
    height: 52.68%;
}

.science-title-content h2 {
    color: var(--green);
    font-family: "margin-regular";
    font-size: clamp(30px,4.27vw,100px);
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
}

.science-title-content-text {
    width: 39.6%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5%;
    justify-content: center;
}

.science-title-content-text p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px,1.2vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
    width: 85%;
    text-align: justify;
}

.science-title-content-text span {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,1.2vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
}

.science-content {
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
}

.science-swiper {
    height: 90%;
}

.science-swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.science-swiper-slide img {
    width: 13vw;
    height: 13vw;
    object-fit: cover;
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-content h4 {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,1.546vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
    margin: 4% 0 2% 0;
    text-align: center;
}

.card-content p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(7px,1vw,30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    text-align: center;
    width: 90%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.science-swiper-button-prev {
    top: unset;
    left: 3%;
    bottom: 50%;
    width: 5%;
}

.science-swiper-button-prev img {
    height: auto;
    width: 65%;
}

.science-swiper-button-next {
    top: unset;
    right: 3%;
    bottom: 50%;
    width: 5%;
}

.science-swiper-button-next img {
    height: auto;
    width: 65%;
}

.swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    border-radius: 100px;
    border: 2px solid var(--gray);
    background: var(--white);
    opacity: unset;
}

.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 100px;
    border: 2px solid var(--gray);
    background: var(--green);
}

.organic-text {
    position: absolute;
    bottom: var(--swiper-pagination-bottom, 8px);
    right: 6.5%; 
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px, 1.546vw, 35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    text-align: center;
}

.re-cycle {
    width: 100%;
    height: 50vh;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.re-content {
    position: relative;
    width: 94.17%;
    height: 84.75%;
    background-color: var(--blue);
    border: 2px solid #383737;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bottle {
    height: 100%;
    width: 45%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.bottle-imgs {
    position: relative;
    width: 68%;
    height: 100%;
}

.brown-bottle {
    position: absolute;
    left: -10%;
    bottom: 1%;
    width: 70%;
    height: auto;
    z-index: 1;
}

.golden-bottle {
    position: absolute;
    left: 8%;
    bottom: -2%;
    width: 80%;
    height: auto;
    z-index: 2;
}

.red-bottle {
    position: absolute;
    left: 38%;
    bottom: 1%;
    width: 70%;
    height: auto;
    z-index: 1;
}

.bottle-text {
    width: 25%;
    height: 56.95%;
    padding-right: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottle-text > div {
    display: flex;
    flex-direction: column;
}

.bottle-text > div > h4 {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,1.546vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
}

.bottle-text > div > p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(7px,1vw,30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.re-of-life {
    padding-left: 3%;
    width: 52%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8%;
}

.re-of-life-title {
    position: relative;
    width: 100%;
}

.re-of-life-title svg {
    position: absolute;
    top: -5%;
    left: 2%;
    height: 110%;
    width: 29%;
    z-index: 1;
}

.recycle-line {
    stroke-dashoffset: 0;
}

.re-of-life-title h2 {
    position: relative;
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(35px,5.09vw,97.66px);
    font-style: normal;
    font-weight: 400;
    z-index: 2;
}

.re-of-life-text p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px,1.246vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
    width: 75%;
}

.re-of-life-text h4 {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,1.246vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 1%;
}

.re-of-life-text span {
    color: var(--green);
    font-size: clamp(11px,1.35vw,38px);
}

footer {
    width: 100%;
    height: auto;
    min-height: 850px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.foo-social-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(.71,1.67,.72,.84) !important;
}

.footer-social {
    width: 100%;
    height: 48.90%;
}

.foo-social-wave {
    width: 100%;
    overflow: hidden;
}

.foo-social-wave > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}


#text1, #text2 {
    font-weight: 400;
    font-size: clamp(10px, 0.8vw, 45px);
    font-family: "fatfrank";
    color: #F04450;
}

.hashtag {
    font-size: clamp(10px, 1.2vw, 45px);
}

.foo-soc-swiper-wrapper {
    margin-left: -5%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.foo-soc-swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 19% !important;
}

.foo-soc-swiper-wrapper .swiper-slide-active {
    width: 22% !important;
}

.foo-soc-swiper-slide img {
    width: 100%;
}

.foo-soc-button-prev {
    top: unset;
    left: 2%;
    bottom: 30%;
    width: 5%;
}

.foo-soc-button-prev img {
    height: auto;
    width: 65%;
}

.foo-soc-button-next {
    top: unset;
    right: 2%;
    bottom: 30%;
    width: 5%;
}

.foo-soc-button-next img {
    height: auto;
    width: 65%;
}

.footer-content {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 700px;
}

.poster-img {
    position: absolute;
    left: 0;
    bottom: 3%;
    z-index: 2;
    width: 25%;
}

.poster-img img {
    position: relative;
    width: 100%;
    height: auto;
}
.poster-img svg {
    top: 0;
    left: 0;
    position: absolute;
    height: auto;
    width: 100%;
}

.foo-background {
    position: absolute;
    width: 100%;
    height: 60%;
    object-fit: fill;
    z-index: 1;
}

.foo-cont-1-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 78.13%;
    height: 40%;
}

.foo-content1 {
    position: relative;
    width: 68%;
    height: 100%;
    z-index: 2;
    padding-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 2%;
    padding-bottom: 0.5%;
}

.modal-cupon {
    display: none;
    position: absolute;
    top: 32%;
    left: 2%;
    width: 20%;
    height: auto;
    border-radius: 100px;
    background-color: #FFFDF1;
    padding: 1% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #383737
}

.modal-cupon span {
    color: #383737;
    font-family: "itc-regular";
    font-size: clamp(10px, 1.2vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-cupon img {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15%;
    height: auto;
}

.foo-content1 h2 {
    color: #FFFDF1;
    font-family: "margin-regular";
    font-size: clamp(15px,2.59vw,49.65px);
    font-style: normal;
    font-weight: 400;
}

.foo-content1 p {
    color: #FFFDF1;
    font-family: "itc-regular";
    font-size: clamp(7px,1.2vw,30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.foo-input {
    position: relative;
    width: 35%;
    height: 20%;
}

.foo-input-content {
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
    width: 98%;
    height: 85%;
    display: inline-flex;
    flex-direction: row;
    z-index: 2;
} 

.foo-input-content input {
    width: 80%;
    color: #383737;
    font-family: "itc-regular";
    font-size: clamp(10px,1.2vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-top: 2px solid #383737;
    border-left: 2px solid #383737;
    border-bottom: 2px solid #383737;
    border-radius: 100px 0 0 100px;
    padding-left: 5%;
    outline: none;
}

.foo-input-content input::placeholder {
    color: #70706F;
    font-family: "itc-regular";
    font-size: clamp(10px,1.2vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.foo-input-content button {
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 100px 100px 0;
    border: 2px solid #383737;
    width: 20%;
    height: 100%;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    outline: none;
}

.foo-input-content button svg {
    width: 50%;
    height: auto;
}

.foo-input-background {
    position: relative;
    z-index: 1;
    width: 97%;
    height: 100%;
    right: 0%;
    background-color: #383737;
    border-radius: 100px;
}

.foo-content1 p a {
    color: #FFFDF1;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.foo-payment-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 1%;
}

.foo-payment-container h4 {
    color: #FFFDF1;
    font-family: "itc-bold";
    font-size: clamp(7px,1vw,30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}

.foo-payment-container > div {
    width: 70%;
    height: auto;
}

.foo-payment-container img {
    width: 100%;
    height: auto;
}

.foo-content2 {
    position: relative;
    width: 30%;
    height: 100%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}

.foo-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 58%;
    width: 100%;
}

.foo-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foo-nav a {
    color: #FFFDF1;
    font-family: "margin-regular";
    font-size: clamp(10px,1.7vw,32px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.foo-nav a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.foo-social-media-icon {
    width: 23%;
    height: auto;
    margin-top: 6%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20%;
}

.foo-social-media-icon {
    cursor: pointer;
}

.tik-icon {
    width: 90%;
    height: auto;
}

.ig-icon {
    width: 100%;
    height: auto;
}

.foo-copyright {
    position: relative;
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(7px,1.242vw,28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 2;
    height: 8%;
    display: flex;
    align-items: center;
}

@media  screen and (max-width: 1600px){
    .footer-content {
        min-height: 600px;
    }
}

@media  screen and (max-width: 1400px){
    .footer-content {
        min-height: 500px;
    }
}

@media  screen and (max-width: 1200px){
    .footer-content {
        min-height: 400px;
    }
}