@media  screen and (max-width: 1024px){
    .mobile {
        display: flex;
    }

    .desktop {
        display: none;
    }

    .my-bag > div {
        width: 70%;
        right: -70%;
    }

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

    .prd-img-bag {
        width: 14vw;
        height: 24vw;
    }

    .my-bag-header span {
        width: 7vw;
        height: 7vw;
        font-size: clamp(7px, 3vw, 28px);
    }

    .my-bag-header h3 {
        font-size: clamp(15px, 5vw, 49.65px);
    }

    .my-bag-header button {
        width: 7vw;
        height: 7vw;
    }

    .order-content {
        margin: 7% 0;
    }

    .order-content h3 {
        font-size: clamp(10px, 4vw, 40px);
    }

    .order-content h4 {
        font-size: clamp(14px, 5.8vw, 60px);
    }

    .order-price span {
        font-size: clamp(10px, 3.5vw, 30px);
    }

    .order-price button {
        font-size: clamp(10px, 3.5vw, 30px);
    }

    .prd-info-bag {
        width: 70%;
    }
    
    .btn-order-content {
        height: 75%;
    }

    .bg-btn-order {
        padding: 10% 0;
    }

    .quant-btns {
        width: 85%;
    }

    .quant-btns-order button {
        font-size: clamp(15px, 7vw, 75px);
    }

    .quant-btns-order span {
        font-size: clamp(10px, 4vw, 45px);
    }

    .my-bag-checkout h3 {
        font-size: clamp(13px, 3.563vw, 40px);
    }

    .my-bag-checkout button {
        font-size: clamp(10px, 5vw, 55px);
    }

    .my-bag-checkout p {
        font-size: clamp(7px, 3.5vw, 30px);
    }

    .modal-write-review1 {
        overflow-y: auto;
    }

    .modal-write-review1 > div {
        width: 80%;
        padding: 2% 0 6% 0;
    }

    .wri-rev-title > h3 {
        font-size: clamp(15px, 5.5vw, 60px);
    }

    .close-icon {
        right: -30%;
        width: 5vw;
        height: 5vw;
    }

    .modal-write-stars h4 {
        font-size: clamp(12px, 4.46vw, 52.64px);
    }

    .modal-review-text {
        height: 30%;
    }

    .modal-review-text input {
        height: 16%;
        font-size: clamp(13px, 4.5vw, 50px);
    }

    .modal-review-text textarea {
        font-size: clamp(13px, 4.5vw, 50px);
    }

    .modal-review-text button img {
        width: 10%;
    }

    .modal-review-text button > div h4 {
        text-align: left;
        font-size: clamp(7px, 4vw, 50px);
    }

    .modal-review-text button > div h5 {
        font-size: clamp(6px, 3.7vw, 50px);
    }

    .profile-input h3 {
        font-size: clamp(7px, 4.5vw, 50px);
    }

    .profile-input input {
        font-size: clamp(7px, 4.5vw, 50px);
    }

    .gender-btns h3 {
        font-size: clamp(7px, 4.5vw, 50px);
    }

    .gender-btns div button {
        font-size: clamp(7px, 4.5vw, 50px);
        line-height: 80%;
    }

    .age-range h3 {
        font-size: clamp(7px, 4.5vw, 50px);
    }

    .age-range > div button {
        font-size: clamp(6px, 3vw, 50px);
    }

    .modal-write-review1 > div > p {
        font-size: clamp(5px, 3vw, 50px);
    }

    .modal-write-review1 > div > p a {
        font-size: clamp(5px, 3vw, 50px);
    }

    .modal-write-review1 > div > button {
        font-size: clamp(10px, 4vw, 50px);
    }

    .modal-write-review2 > div {
        width: 80%;
        height: auto;
        justify-content: center;
        gap: 4%;
        padding: 2% 0 6% 0;
    }

    .modal-write-review2 > div > h3 {
        font-size: clamp(15px, 5.5vw, 60px);
    }

    .modal-write-review2 > div > p {
        font-size: clamp(5px, 3vw, 50px);
    }

    .modal-write-review2 > div > p span {
        font-size: clamp(5px, 3vw, 50px);
    }

    .modal-write-review2 > div > button {
        font-size: clamp(10px, 4vw, 50px);
    }

    .umbrella {
        margin-top: -0.5%;
    }

    .btn-language {
        right: 4%;
        top: 72%;
        width: 2.5%;
    }

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

    .free-express-text {
        font-size:clamp(10px, 6vw, 65px);
    }

    .menu-mobile {
        position: fixed;
        top: -100%;
        left: 0;
        height: 80vh;
        width: 100%;
        border: 2px solid #383737;
        background: #FFFDF0;
        border-radius: 0px 0px 30px 30px;
        z-index: -1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transition: top 0.3s ease-in-out;
    }

    .menu-mobile-active {
        top: 6%;
    }

    .close-menu {
        display: none;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #000;
    }

    .menumob-nav {
        padding: 0 2.87%;
        width: 94%;
        height: 30%;
        margin-top: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menumob-nav a {
        cursor: pointer;
        color: var(--gray);
        font-family: "margin-regular";
        font-size: clamp(20px,9.20vw,60px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .menu-line {
        width: 92.78%;
        height: 2px;
        background-color: #383737;
    }

    .menumob-nav2 {
        display: flex;
        flex-direction: column;
        width: 92.78%;
        height: 15%;
        justify-content: space-between;
    }

    .menumob-nav2 a {
        color: var(--gray);
        font-family: "itc-bold";
        font-size: clamp(15px,4.48vw,30px);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .menumob-nav3 {
        margin-top: 5%;
        width: 92.78%;
        height: 6.5%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    } 

    .select2-container {
        width: 37.80% !important;
        height: 100%;

    }

    .select2-container--default .select2-selection--single {
        width: 100%;
        height: 100%;
        border-radius: 100px !important;
        border: 2px solid #383737 !important;
    } 

    .select2-container--default .select2-results>.select2-results__options {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .select2-container--open .select2-dropdown--above {
        border-radius: 20px;
        border: 2px solid #383737;
        overflow: hidden;
    }

    .select2-results__option--selectable > span {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 70%;
    }

    .select2-results__option--selectable {
        color: var(--gray);
    }
    
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #353535;
        color: #FFF;
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable path {
        fill: #FFF;
    }

    .select2-results__option {
        padding: 6px 0;
    }

    .select2-results__option--selectable > span > span {
        width: 40%;
        display: flex;
        justify-content: center;
        font-family: "itc-regular";
        font-size: clamp(15px,4.48vw,50px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        text-align: center;
        text-align-last: center;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 100%;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        right: 9%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: unset;
        border-style: unset;
        height: unset;
        position: static;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
        transform: rotate(180deg) !important;
        transition: transform 0.3s ease-in-out;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
        content: '';
        background-image: url("../images/arrow-select.svg") !important;
        background-repeat: no-repeat !important;
        background-position: center;
        background-size: contain !important;    
        width: 3vw; 
        height: 5vw;
        display: block !important;
        transform: rotate(0deg) !important;
        transition: transform 0.3s ease-in-out;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered > span {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered > span > span {
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--gray);
        font-family: "itc-regular";
        font-size: clamp(15px,4.48vw,50px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        text-align: center;
        text-align-last: center;
    }

    .select2-results__option--selectable {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .dolar-mob {
        width: 3vw;
        height: auto;
    }

    .ksa-mob {
        width: 7vw;
        height: auto;
    }

    .aed-mob {
        width: 4vw;
        height: auto;
    }

    .gbp-mob {
        width: 3vw;
        height: auto;
    }

    .eur-mob {
        width: 3vw;
        height: auto;
    }

    .menumob-nav3 button {
        width: 37.80%;
        height: 100%;
        border-radius: 100px;
        border: 2px solid #383737;
        background: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: var(--gray);
        font-family: "margin-regular";
        font-size: clamp(15px,4.48vw,50px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        text-align: center;
    }
    
    .navbar {
        padding: 7% 2.87%;
    }

    .open-menu {
        width: 30%;
        height: auto;
        cursor: pointer;
    }

    .close-menu {
        width: 7vw;
        height: auto;
        cursor: pointer;
    }

    .logo {
        width: 21.64%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-btns {
        justify-content: flex-end;
    }


    .nav-bag div {
        padding: 4vw;
    }

    .nav-bag span {
        font-size: clamp(8px, 3.5vw, 35px);
        line-height: 72.5%;
    }

    .single-product {
        padding-top: 36%;
    }

    .single-product > div {
        flex-direction: column;
        align-items: center;
    }

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

    .imgs-single-swiper {
        padding: 0;
        width: 100%;
    }

    .sin-swi-bg {
        width: 87.56%;
        border-radius: 30px;
    }

    .single-box {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 5%;
    }

    .single-card {
        width: 87.56%;
        padding: 7% 0;
        gap: 25px;
        border-radius: 32px;
    }

    .single-swiper-pagination {
        padding: 0;
        width: auto !important;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }

    .margin-wave {
        margin-left: -2%;
    }

    .btn-prev-single {
        left: 40%;
    }

    .btn-next-single {
        right: 40%;
    }

    .single-card > h3 {
        font-size: clamp(12px,6.97vw,70px);
    }

    .single-card > h4 {
        font-size: clamp(1rem,10.95vw,110px);
    }

    .single-title-wave {
        width: 85%;
    }

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

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

    .single-card > p {
        width: 86%;
        font-size: clamp(8px,5vw,50px);
        letter-spacing: unset;
    }

    .single-review-stars {
        width: 47%;
    }

    .single-review-stars svg {
        width: 56%;
    }

    .single-review-stars span {
        font-size: clamp(8px,4.5vw,50px);
    }

    .quant-btns span {
        font-size: clamp(12px,5.08vw,43px);
    }

    .single-add-btn {
        width: 85%;
    }

    .single-add-btn button {
        font-size: clamp(11px,4.65vw,40px);
    }

    .single-descriptions button h5 {
        font-size: clamp(15px,4.48vw,38px);
    }

    .single-minus {
        font-size: clamp(20px,9vw,80px);
    }

    .single-descrip-container {
        gap: 25px;
        width: 85%;
        margin-top: 4%;
    }

    .single-descriptions ul { 
        gap: 10px;
    }

    .single-descriptions li div {
        margin-top: 1%;
        width: 20px;
        height: 20px;
    }

    .single-descriptions li p {
        font-size: clamp(8px,4vw,45px);
    }

    .single-descriptions li p span {
        font-size: clamp(8px,4vw,45px);
    }

    .single-descriptions ul > p {
        font-size: clamp(8px,4vw,45px);
    }

    .single-descriptions ul > p span {
        font-size: clamp(8px,4vw,45px);
    }

    .single-descriptions ul > span {
        font-size: clamp(8px,4vw,45px);
    }

    .about-premiun {
        height: auto;
        padding-top: 10%;
    }

    .about-premiun > div {
        width: 87.56%;
    }

    .about-premiun h3 {
        font-size: clamp(15px, 11vw, 120px);
        padding-bottom: 3%;
    }

    .about-premiun h3 span {
        font-size: clamp(15px, 11vw, 120px);
    }

    .ab-prem-content {
        padding-bottom: 18%;
    }

    .ab-prem-content ul {
        width: 100%;
        flex-wrap: wrap;
        gap: 4%;
        align-items: center;
        align-content: space-between;
        justify-content: flex-start;
    }

    .ab-prem-content li {
        width: 18vw;
        height: 18vw;
        margin-top: 2%;
    }

    .ab-prem-content span {
        font-size: clamp(7px,3vw,30px);
    }

    .about-premiun > div svg {
        width: 45%;
        bottom: unset;
        top: 57%;
        right: 4%;
    }

    .formulate-and-science {
        height: auto;
        padding-top: 10%;
        justify-content: unset;

    }

    .formulate {
        width: 87.56%;
        padding-bottom: 6%;
        border-radius: 37px;
    }

    .formulate-title {
        width: 89.81%;
        padding-top: 13%;
        align-items: center;
    }

    .formulate-bask-n-baste {
        flex-direction: column;
    }

    .formulate-bask-n-baste h2 {
        font-size: clamp(15px,9vw,105px);
        line-height: 80%;
        text-align: center;
    }

    .formulate-bask-n-baste h2 span {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2%;
    }

    .formulate-bask-n-baste svg {
        width: 65%;
        margin: 2% 0;
    }

    .formulate-wave {
        width: 63.31%;
    }

    .formulate-wave > div {
        width: 100%;
    }

    .formulate-wave > div > img {
        width: 1500px;
    }

    .form-bask-wave {
        justify-content: center;
    }

    .formulate-content1 {
        width: 89.81%;
        flex-direction: column;
        margin-top: 5%;
        overflow: hidden;
        border-radius: 30px;
    }

    .formulate-content1 p {
        font-size: clamp(10px, 4.03vw, 40px);
        letter-spacing: unset;
    }

    .for-text1 {
        width: 100%;
        padding: 2% 0;
    }

    .for-text2 {
        width: 100%;
        padding: 2% 0;
        border-left: unset;
        border-right: unset;
        border-top: 2px solid #383737;
        border-bottom: 2px solid #383737;
    }

    .for-text3 {
        width: 100%;
        padding: 2% 0;
    }

    .formulate-content2 {
        margin-top: 3%;
        width: 89.81%;
    }

    .formulate-content2 ul {
        flex-direction: column;
        justify-content: unset;
    }

    .formulate-content2 li {
        width: 100%;
        margin: 2% 0;
        gap: unset;
        justify-content: space-between;
    }

    .formulate-content2 li img {
        width: 10.81%;
        border: 2px solid #383737;
        border-radius: 50%;
    }

    .formulate-content2 li div {
        border-radius: 75px;
        padding: 2% 0;
    }

    .formulate-content2 li p {
        font-size: clamp(10px, 4.03vw, 40px);
        letter-spacing: unset;
    }

    .science {
        width: 87.56%;
        height: auto;
        padding: 5% 0;
        margin-top: 5%;
        border-radius: 37px;
    }

    .science-title {
        height: auto;
        flex-direction: column;
    }

    .science-title-content {
        width: 100%;
    }

    .science-title-content > svg {
        width: 25%;
        height: auto;
    }

    .science-title-content > div {
        justify-content: flex-end;
        margin-right: 7%;
    }

    .science-title-content h2 {
        font-size: clamp(15px, 10vw, 120px);
    }

    .science-title-content > div > svg {
        height: auto;
        top: -26%;
        left: 7%;
        width: 51%;
    }

    .science-title-content-text {
        width: 88%;
        margin-top: 5%;
    }

    .science-title-content-text p {
        font-size: clamp(10px, 4.5vw, 35px);
        width: 100%;
        letter-spacing: unset;
    }

    .science-title-content-text span {
        margin-top: 2%;
        font-size: clamp(10px, 4.5vw, 35px);
        letter-spacing: unset;
    }

    .science-content {
        margin-top: 10%;
        height: 80vw;
    }

    .science-swiper {
        height: 100%;
    }

    .science-swiper-wrapper {
        padding-left: 2%;
    }

    .science-swiper-slide {
        height: 90%;
    }

    .science-swiper-slide img {
        border-radius: 22%;
        width: 38vw;
        height: 38vw;
    }

    .card-content {
        width: 90%;
    }

    .card-content h4 {
        font-size: clamp(10px, 4.5vw, 35px);
    }

    .card-content p {
        font-size: clamp(7px,3.5vw,30px);
    }

    .science-swiper-button-prev {
        bottom: 57%;
        width: 18%;
    }

    .science-swiper-button-next {
        bottom: 57%;
        width: 18%;
        right: 2%;
    }

    .swiper-pagination {
        width: 75% !important;
        margin: auto;
        right: 0;
        bottom: 7% !important;
    }

    .organic-text {
        bottom: 0;
    }

    .single-swiper-pagination {
        padding: 0;
        width: auto !important;
        margin: 0 !important;
    }

    .organic-text {
        font-size: clamp(10px, 4vw, 25px);
    }

    .re-cycle {
        height: auto;
        min-height: unset;
        margin-top: 5%;
    }

    .re-content {
        width: 87.56%;
        flex-direction: column;
        padding-bottom: 5%;
        border-radius: 37px;
    }

    .bottle {
        width: 80%;
        height: 40vh;
    }

    .brown-bottle {
        left: 4%;
        bottom: 13%;
    }

    .golden-bottle {
        left: 4%;
        bottom: 10%;
    }

    .red-bottle {
        left: 4%;
        bottom: 13%;
    }

    .bottle-text {
        width: 45%;
        padding-left: 4%;
        padding-right: 0;
    }

    .bottle-text > div > h4 {
        font-size: clamp(10px, 3vw, 35px);
    }

    .bottle-text > div > p {
        font-size: clamp(10px, 3vw, 35px);
    }

    .re-of-life {
        width: 80%;
        padding: 0;
    }

    .re-of-life-title svg {
        top: -24%;
        left: 3%;
        height: auto;
        width: 38%;
    }

    .re-of-life-title h2 {
        font-size: clamp(15px, 11vw, 120px);
    }

    .re-of-life-text p {
        font-size: clamp(10px, 4.5vw, 35px);
        margin: 4% 0 2% 0;
        width: 100%;
        letter-spacing: unset;
    }

    .re-of-life-text h4 {
        font-size: clamp(10px, 4.5vw, 35px);
    }

    .re-of-life-text span {
        font-size: clamp(10px, 4.5vw, 35px);
    }

    .tanning-collection {
        height: auto;
        min-height: unset;
    }

    .tc-title-wave {
        width: 20%;
    }

    .tc-title h2 {
        font-size: clamp(13px,9vw,100px);
        text-align: center;
        line-height: 70%;
    }

    .tc-products {
        width: 87.56%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .product {
        width: 100%;
    }

    .product-img {
        width: 80%;
    }

    .product-description h3 {
        font-size: clamp(10px, 5vw, 40px);;
    }

    .product-description > p {
        font-size: clamp(10px, 4vw, 30px);
        height: auto;
        width: 66%;
    }

    .prd-review > svg {
        width: 23vw;
    }

    .prd-review > span {
        font-size: clamp(10px, 4.03vw, 45px);
    }

    .product-description > span {
        font-size: clamp(10px, 4vw, 30px);
    }

    .quick-add-btn {
        width: 45%;
    }

    .sold-out {
        width: 45%;
    }

    .sold-out h4 {
        font-size: clamp(12px, 6vw, 50px);
    }

    .quick-add-btn p {
        font-size: clamp(13px,6vw,70px);
        padding: 4% 0;
    }

    .quick-add-btn img {
        height: auto;
    }

    .protection-collection {
        height: auto;
        margin-top: 10%;
    }

    .review {
        padding-top: 10%;
    }
    
    .review > div {
        width: 87.56%;
        gap: 40px;
    }

    .review-header {
        flex-wrap: wrap;
    }

    .review-header-stars {
        width: 100%;
        justify-content: center;
        gap: 2%;
    }

    .review-header-stars svg {
        width: 30.2%;
    }

    .review-header-stars span {
        font-size: clamp(12px,5.1vw,50px);
    }

    .write-review-btn {
        width: 48.18%;
        margin-top: 5%;
    }

    .write-review-btn button {
        font-size: clamp(11px,4.75vw,45px);
    }

    .filter-rating-btn {
        width: 48.18%;
        margin-top: 5%;
    }

    .filter-rating-btn select {
        font-size: clamp(11px,4.75vw,45px);
    }

    .review-card {
        height: auto;
        padding: 5% 0;
        flex-direction: column;
    }

    .rewcar-name {
        width: 100%;
    }

    .rewcar-name h3 {
        font-size: clamp(1rem,7.96vw,70px);
    }

    .rewcar-name > div {
        width: 39%;
        justify-content: unset;
        gap: 8px;
    }

    .rewcar-name img {
        margin-top: -2%;
    }

    .rewcar-name h4 {
        font-size: clamp(14px,4.19vw,40px);
        line-height: 65%;
    }

    .rewcar-content1 {
        width: 91%;
        gap: 30px;
        padding-bottom: 6%;
    }

    .rewcar-info {
        width: 100%;
    }

    .rewcar-info h4 {
        font-size: clamp(15px,4.48vw,38px);
    }

    .rewcar-info p {
        font-size: clamp(15px,4.48vw,38px);
    }

    .rewcar-content2 {
        width: 100%;
        border-left: unset;
        border-top: 2px solid #383737;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

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

    .rewcar-stars {
        margin-top: 7%;
    }

    .rewcar-stars svg {
        width: 28.65%;
    }

    .rewcar-stars span {
        font-size: clamp(15px,4.48vw,35px);
    }

    .rewcar-content2 h3 {
        font-size: clamp(15px,7vw,80px);
        margin: 3% 0;
    }

    .rewcar-content2 p {
        width: 100%;
        font-size: clamp(8px,4.5vw,30px);
    }

    .rewcar-content2-div {
        width: 91% !important;
    }

    .swiper-review {
        width: 35% !important;
    }

    .swiper-wrapper-review {
        height: 35vw;
    }

    .swiper-slide-review img {
        width: 30vw;
        height: 30vw;
        border-radius: 18px;
    }

    .swiper-slide-review video {
        width: 30vw;
        height: 30vw;
        border-radius: 18px;
    }

    .show-more-btn {
        width: 45%;
    }

    .show-more-btn button {
        font-size: clamp(14px,5.04vw,50px);
    }

    footer {
        height: auto;
        min-height: unset;
    }

    .foo-social-wave {
        margin: 5% 0;
    }


    #text1, #text2 {
        font-size: clamp(10px, 6vw, 35px);
    }

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

    .foo-soc-swiper-wrapper {
        width: 100%;
        margin-left: -139%; 
    }

    .foo-soc-swiper-slide {
        width: 50% !important;
    }

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

    .foo-soc-button-prev {
        width: 18%;
    }

    .foo-soc-button-next {
        width: 18%;
    }

    .footer-content {
        margin-top: 10%;
        height: auto;
    }

    .poster-img {
        left: -5%;
        bottom: 3%;
        width: 60%;
    }
    
    .poster-img svg {
        top: 0;
        left: 0;
    }

    .foo-background {
        height: auto;
    }

    .foo-background {
        position: relative;
    }

    .foo-cont-1-2 {
        position: absolute;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 8%;
        width: 70%;
        height: 80%;
    }

    .foo-content1 {
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .modal-cupon {
        width: 50%;
        padding: 2% 0;
        left: 6%;
        top: 28%;
    }

    .modal-cupon span {
        font-size: clamp(8px, 3.98vw, 40px);
    }

    .foo-content1 h2 {
        font-size: clamp(15px,9.35vw,100px);
        display: flex;
        white-space: nowrap;
        width: 100%;
        align-items: flex-start;
        gap: 1%;
        padding-left: 8%;
        width: 86%;    
    }

    .foo-content1 h2 img {
        width: 4%;
    }

    .foo-content1 p {
        font-size: clamp(8px,3.98vw,40px);
        margin-top: 2%;
        width: 86%;
        padding-left: 8%;
    }

    .foo-input {
        width: 80%;
        height: auto;
        margin: 3% 0;
        padding-left: 5%;
    }

    .foo-input-content {
        height: 80%;
        width: 93.5%;
    }

    .foo-input-content input {
        height: auto;
        font-size: clamp(15px,4.48vw,30px);
    }

    .foo-input-content input::placeholder {
        font-size: clamp(15px,4.48vw,30px);
    }

    .foo-input-content button {
        height: auto;
    }

    .foo-input-background {
        padding: 10% 0;
        height: auto;
        width: 100%;
    }

    .foo-content2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .foo-nav {
        padding-top: 6%;
        height: auto;
        width: auto;
        justify-content: unset;
        gap: 2%;
        padding-left: 8%;
    }

    .foo-nav ul {
        align-items: flex-start;
        width: 45%;
    }
    .foo-nav ul li {
        padding: 5% 0;
    }

    .foo-nav a {
        font-size: clamp(13px,4.69vw,55px);
        white-space: nowrap;
    }

    .foo-social-media-icon {
        width: 86%;
        margin-top: 2%;
        margin-bottom: 8%;
        padding-left: 8%;
        justify-content: unset;
        gap: 8%;
    }

    .foo-social-media-icon a {
        width: 10%;
    }

    .tik-icon {
        width: 90%;
    }

    .ig-icon {
        width: 100%;
    }

    .foo-payment-container-mobile {
        width: 93%;
        position: relative;
        z-index: 2;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2%;
    }

    .foo-payment-container-mobile h4 {
        font-size: clamp(8px,3.98vw,30px);
        padding-left: 2%;
        color: #FFFDF1;
        font-family: "itc-bold";
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32px;
    }

    .foo-payment-container-mobile > div {
        width: 95%;
        padding-top: 3%
    }

    .foo-payment-container-mobile > div img {
        width: 100%;
    }

    .foo-copyright {
        position: absolute;
        font-size: clamp(8px,3.98vw,30px);
        height: auto;
        padding-bottom: 1.5%;
    }
}

@media  screen and (max-width: 768px){
    .single-descrip-container {
        gap: 20px;
    }

    .single-descriptions li div {
        width: 10px;
        height: 10px;
    }

    .btn-prev-single {
        left: 38%;
        width: 4%;
    }

    .btn-next-single {
        right: 38%;
        width: 4%;
    }
}

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

    .single-descrip-container {
        gap: 15px;
    }
    
    .single-descriptions li div {
        width: 7px;
        height: 7px;
    }

    .btn-prev-single {
        left: 35%;
    }

    .btn-next-single {
        right: 35%;
    }

    .bottle {
        height: 30vh;
    }

    .single-card {
        gap: 15px;
    }

    .review > div {
        gap: 15px;
    }

    .review-card {
        padding: 7% 0;
    }

    .rewcar-content1 {
        gap: 20px;
    }
}