.single-product {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 12%;
    background: #FFA79C;
    padding-bottom: 15%;
}

.single-product > div {
    width: 100%;
    height: 100%;
    display: flex;
}

.sin-product-container {
    width: 60%;
    height: 100%;
}

.imgs-single-swiper {
    width: 75%;
    height: auto;
    margin: 0;
    padding-left: 7.45%;
    padding-bottom: 2% !important;
}

.single-swiper-wrapper {
    width: 100%;
    height: auto;
}

.single-swiper-slide {
    display: flex;
    justify-content: center;
    position: relative;
}

.pagination-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2%;
    width: 100%;
    margin-top: 2%;
}

.single-swiper-pagination {
    width: auto !important;
    position: static !important;
}

.btn-prev-single {
    width: 2.5%;
    height: fit-content;
    position: static;
    left: 48%;
    margin: 0;
}

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

.btn-next-single {
    width: 2.5%;
    height: fit-content;
    position: static;
    right: 33%;
    margin: 0;
}

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

.sin-swi-bg {
    width: 75%;
    height: auto;
    border-radius: 20px;
}

.sin-swi-prd {
    position: absolute;
    width: 65%;
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.single-box {
    display: flex;
    height: 100%;
    width: 40%;
    position: relative;
}

.bun-product1-img-prd-sticker-sin {
    position: absolute;
    top: -3%;
    left: -13%;
    width: 26%;
    height: auto;
}

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

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

@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);
    }
}

.single-card {
    height: auto;
    width: 65%;
    border-radius: 50px;
    border: 2px solid #383737;
    background: #F7C6BF;
    padding: 6% 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.single-title-wave {
    width: 93%;
    height: auto;
    overflow: hidden;
}

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

.single-title-wave > div svg {
    width: 100%;
    height: auto;
}

.single-card > h3 {
    color: #FF3B69;
    font-family: "margin-regular";
    font-size: clamp(13px,2.29vw,64px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}

.single-card > h4 {
    color: var(--gray);
    text-align: center;
    font-family: "margin-regular";
    font-size: clamp(1rem,3.65vw,90px);
    font-style: normal;
    font-weight: 400;
    line-height: 70%;
    width: 80%;
}

.single-card > p {
    color: #353535;
    text-align: justify;
    text-align-last: center;
    hyphens: auto;
    font-family: "itc-regular";
    font-size: clamp(10px,1.4vw,32px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    width: 93%;
}

.text-size {
    text-align: center !important;
}

.single-review-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 55%;
}

.single-review-stars svg {
    width: 57%;
    height: auto;
}

.single-review-stars span {
    color: #353535;
    text-align: center;
    font-family: "itc-regular";
    font-size: clamp(7px,1.3vw,28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.395px;
}

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

.quant-btns img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

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

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

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

.quant-btns button svg {
    width: 15%;
    height: auto;
} 

.quant-btns span {
    color: var(--gray);
    text-align: center;
    font-family: "margin-regular";
    font-size: clamp(12px,1.7vw,40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
} 

.single-add-btn {
    position: relative;
    width: 95%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.single-add-btn img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    transition: width 0.3s ease-in-out;
}

.single-add-btn button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 99%;
    padding: 1.6% 0;
    border-radius: 100px;
    border: 2px solid #383737;
    background: #E3816D;
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(11px,1.7vw,40px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
}

.single-descrip-container {
    margin-top: 4%;
    display: flex;
    flex-direction: column;
    width: 95%;
    height: auto;
    gap: 10px;
}

.single-descriptions {
    width: 100%;
    height: auto;
    border-radius: 30px;
    background: #F2A199;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3% 0;
}

.single-descriptions button {
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 80.87%;
    cursor: pointer;
}

.single-descriptions button h5 {
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(12px,1.7vw,35px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-plus {
    height: auto;
    width: 4%;
}

.single-plus svg {
    width: 100%;
    height: auto;
}

.single-plus-activate {
    display: none;
}

.single-minus {
    display: none;
    height: auto;
    width: 4%;
}

.single-minus svg {
    width: 100%;
    height: auto;
}

.single-minus-activate {
    display: flex;
}

.single-descriptions ul {
    width: 90.87%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.single-descriptions-activate {
    max-height: 4500px !important;
    margin-top: 5px;
    padding-bottom: 6%;
}

.single-descriptions li {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 2%;
}

.single-descriptions li div {
    margin-top: 1.5%;
    width: 8px;
    height: 8px;
    background-color: var(--white);
    border: 2px solid var(--gray); 
    border-radius: 50%;
}

.bg-description {
    background-color: #E3816D !important;
}

.single-descriptions li p {
    width: 88%;
    color: var(--gray);
    font-family: "itc-regular";
    hyphens: auto;
    font-size: clamp(10px, 1.4vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.single-descriptions li p span {
    color: var(--gray);
    text-align: justify;
    hyphens: auto;
    font-family: "itc-bold";
    font-size: clamp(10px, 1.4vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.single-descriptions ul > p {
    width: 88%;
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px, 1.4vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    align-self: center;
}

.single-descriptions ul > p span {
    color: var(--gray);
    font-family: "itc-bold";
    text-align: justify;
    hyphens: auto;
    font-size: clamp(10px, 1.4vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.single-descriptions ul > span {
    width: 88%;
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px, 1.4vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    align-self: center;
}

.about-premiun {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFA79C;
}

.about-premiun > div {
    width: 90.10%;
    height: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-end;
}

.about-premiun h3 {
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(50px,4.9vw,120px);
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
}

.about-premiun h3 span {
    color: #E3816D;
    font-family: "genty";
    font-size: clamp(50px,4.9vw,120px);
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
}

.about-premiun h3 .span-sign {
    font-family: sans-serif !important;
    font-weight: 700;
    color: var(--gray) !important;
}

.ab-prem-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 10%;
}

.ab-prem-content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    gap: 3vw;
}

.trio-img-cartoon {
    width: 45.39%;
    height: auto;
    position: absolute;
    bottom: -7%;
    left: -2;
    right: unset;
}

.ab-prem-content li {
    width: 9.27vw;
    height: 9.27vw;
    background-color: #F7C6BF;
    border: 2px solid #383737;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.ab-prem-content li:hover {
    scale: 1.1;
    background-color: #F2A199;
}

.ab-prem-content span {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px,1.346vw,35px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.44px;
}




.formulate-and-science {
    width: 100%;
    height: 125vh;
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #FFA79C;
}

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

.formulate {
    width: 94.17%;
    height: 33.45%;
    background-color: #F7C6BF;
    border: 2px solid #383737;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3%;
}

.formulate-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 92.37%;
}

.formulate-bask-n-baste {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.formulate-bask-n-baste h2 {
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(15px,3.5vw,75px);
    font-style: normal;
    font-weight: 400;
}

.formulate-bask-n-baste svg {
    width: 20.31%;
    height: auto;
}

.form-bask-wave {
    width: 99.3%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.formulate-wave {
    width: 19.4%;
    height: auto;
    overflow: hidden;
}

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

.formulate-wave > div > svg {
    width: max-content;
    height: auto;
}

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

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

.formulate-content1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 95.85%;
    height: 13.79%;
    border-radius: 100px;
    border: 2px solid #383737;
    background: #F2A199;
    margin-bottom: 1%;
}

.formulate-content1 p {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px,1.546vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: 118.182%;
    letter-spacing: -0.44px;
}

.for-text1 {
    height: 100%;
    width: 33.12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.for-text2 {
    height: 100%;
    width: 33.41%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #383737;
    border-right: 2px solid #383737;
}

.for-text3 {
    height: 100%;
    width: 33.46%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formulate-content2 {
    width: 95.85%;
    height: 33.69%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.formulate-content2 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40%;
}

.formulate-content2 li {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 18.86%;
    height: 100%;
    gap: 2%;
}

.formulate-content2 li svg {
    width: 15.29%;
    height: auto;
    border: 2px solid #383737;
    border-radius: 50%;
}

.formulate-content2 li div {
    width: 83.18%;
    height: 100%;
    border-radius: 100px;
    border: 2px solid #383737;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.formulate-content2 li p {
    color: #353535;
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(10px,1.346vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: 118.182%;
    letter-spacing: -0.44px;
}

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

.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 > svg {
    width: 18.53%;
    height: 65.37%;
    object-fit: fill;
    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: #E3816D;
    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.346vw,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: 1%;
    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: #E3816D;
}

.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.346vw, 35px);
    font-style: normal;
    font-weight: 700;
    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: #F7C6BF;
    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;
    align-items: center;
    justify-content: flex-end;
}

.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%;
    display: flex;
}

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

.re-of-life-title h2 {
    position: relative;
    color: #E3816D;
    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 {
    display: flex;
    flex-direction: column;
}

.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: #E3816D;
    font-size: clamp(11px,1.35vw,38px);
}

.tanning-collection {
    width: 100%;
    height: auto;
    min-height: 650px;
    padding-top: 5%;
    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;
    -webkit-animation: tc-wave 17s linear infinite;
    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,3.85vw,73.17px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: 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: 23.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: 100%;
    height: auto;
    margin: 1% 0;
    text-align: center;
    white-space: nowrap;
}

.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 > 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;
}

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

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

.sold-out {
    width: 50%;
    border-radius: 100px;
    background: #F2EFE6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    padding: 1% 0 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;
}

.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: 2% 0 4% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
}

.review {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}

.review > div {
    width: 94.27%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

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

.review-header-stars {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 18.85%;
}

.review-header-stars svg {
    width: 50.49%;
    height: auto;
}

.review-header-stars span {
    color: var(--gray);
    text-align: center;
    font-family: "itc-bold";
    font-size: clamp(8px,1.61vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.543px;
}

.write-review-btn {
    position: relative;
    width: 15%;
    cursor: pointer;
}

.write-review-btn img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.write-review-btn button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 98%;
    height: 75%;
    border-radius: 100px;
    border: 2px solid #383737;
    background: var(--white);
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(11px,1.51vw,40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.filter-rating-btn {
    position: relative;
    width: 15%;
    cursor: pointer;
}

.filter-rating-btn img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.filter-rating-btn select {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 98%;
    height: 75%;
    border-radius: 100px;
    border: 2px solid #383737;
    background: var(--white);
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(11px,1.51vw,40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 5%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/arrow-select.svg');
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: left 9% center;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
}

.review-content {
    width: 100%;
    height: auto;
}

.review-content > div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.review-card {
    width: 100%;
    height: 25.65vh;
    border-radius: 50px;
    border: 2px solid #383737;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rewcar-content1 {
    width: 20%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.rewcar-name {
    width: 76.90%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rewcar-name h3 {
    color: var(--gray);
    font-family: "margin-regular2";
    font-size: clamp(15px,2.08vw,55px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    direction: ltr;
    text-align: right;
}

.rewcar-name > div {
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.rewcar-name h4 {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,1.3vw,35px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
    white-space: nowrap;
}

.rewcar-name img {
    width: 10.91%;
    height: auto;
}

.rewcar-info {
    width: 76.90%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rewcar-info > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

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

.rewcar-info p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px,1.546vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
}

.rewcar-content2 {
    position: relative;
    width: 80%;
    height: 100%;
    border-right: 2px solid #383737;
    display: flex;
    justify-content: center;
    gap: 2%;
}

.rewcar-content2 > div {
    width: 95.44%;
}

.rewcar-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 2%;
}

.rewcar-stars svg {
    width: 7.96vw;
    height: auto;
}

.rewcar-stars span {
    color: var(--gray);
    font-family: "itc-bold";
    font-size: clamp(10px,1.546vw,35px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
}

.rewcar-content2 h3 {
    color: var(--gray);
    font-family: "margin-regular2";
    font-size: clamp(25px,2.79vw,70px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0.25% 0;
    direction: ltr;
    text-align: right;
}

.rewcar-content2 p {
    color: var(--gray);
    font-family: "itc-regular2";
    font-size: clamp(10px,1.146vw,35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
    width: 50%;
    direction: ltr;
    text-align: right;
}

.swiper-review {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    width: 22% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.swiper-wrapper-review {
    height: 80%;
}

.swiper-slide-review {
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide-review img {
    width: 10vw;
    height: 10vw;
    border-radius: 30px;
    border: 2px solid #383737;
}

.swiper-slide-review video {
    object-fit: cover;
    width: 10vw;
    height: 10vw;
    border: 2px solid #383737;
    border-radius: 30px;
}

.swiper-pagination-review {
    top: unset !important;
    bottom: 11% !important;
}

.show-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-more-btn {
    position: relative;
    width: 13%;
    cursor: pointer;
}

.show-more-btn img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.show-more-btn button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 98%;
    height: 75%;
    border-radius: 100px;
    border: 2px solid #383737;
    background: var(--white);
    color: var(--gray);
    font-family: "margin-regular";
    font-size: clamp(11px,1.51vw,40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
