@media screen and (min-width: 1500px) {
    .site-container {
        width: 100%;
        max-width: 1400px;
    }
}

@media screen and (max-width: 1200px) {
    .product-box img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 767px) {
    :root {
        --site-title-h1: 34px;
        --section-block-space-big: 58px;
        --site-title-h2: 24px;
        --site-title-h3: 18px;
        --body-text: 16px;
        --site-line-height: 1.4;
        --section-block-space-medium: 40px;
        --row-gap-big: 14px;
        --section-block-space: calc(var(--site-gutters) * 6);
    }

    body {
        padding-top: 66px;
    }

    .mobile-menu-close {
        opacity: 1;
    }

    .about-sec .site-row {
        flex-direction: column-reverse;
        align-items: initial;
    }

    .purch-sec .site-row {
        flex-direction: initial;
    }

    .hide-heading {
        display: block;
        margin-bottom: 120px;
    }

    .show-heading {
        display: none;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 66px;
    }

    .desk-menu {
        display: none;
    }

    .mob-menu {
        background: url(../images/mob-menu-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 100dvb;
        position: fixed;
        top: 66px;
        right: -320px;
        width: 320px;
        padding: 40px;
        flex-direction: column;
    }

    header .site-btn {
        display: none;
    }

    .mobile-menu-icn {
        display: block;
    }

    .mobile-menu-close {
        opacity: 1 !important;
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .mobile-menu-close img {
        width: 16px;
    }

    .site-menu>li a {
        display: block;
        width: 100%;
    }

    .site-logo img {
        height: 30px;
    }

    .single-product-content a.site-btn.text-white {
        width: 100%;
    }

    .for-mobile-title {
        margin-bottom: var(--site-gutters-2);
        line-height: 1.15;
    }

    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
    }

    .single-product-content a.site-btn.text-white {
        font-size: 14px;
    }

    .ri-amazon-fill:before {
        font-size: 16px;
    }

    .about-story .site-row {
        flex-direction: column;
    }

    .brand-story .row-gap-big {
        gap: initial;
    }

    .founder-sec {
        margin-top: 60px;
    }

    .founder-sec img.flawer-pic {
        left: -80px !important;
    }

    .candel-sec .product-box {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .candel-sec .product-info {
        margin-top: var(--site-gutters-0);
        text-align: left;
    }

    .terms-sec {
        font-size: 14px;
    }

    .client-say img.quot {
        right: 24px;
        width: 40px;
        height: 40px;
        bottom: 28px;
    }

    .client-say h4 {
        margin-bottom: initial;
    }

    .thumbnail-slider {
        max-width: 300px;
        width: 100%;
    }

    .product-swiper {
        padding-bottom: 50px !important;
    }

    .contact-sect .for-mobile img {
        max-height: 350px;
        object-fit: cover;
    }

    .owl-pagination {
        display: block;
        margin-top: 15px;
        padding-left: initial;
    }

}


@media screen and (max-width: 575px) {
    .candel-sec .site-col-3 {
        width: calc(100% / 1);
        padding: 5px 16px;
    }

    .main-hero-graphic {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

    .about-txt a.site-btn.text-white {
        max-width: initial;
        font-size: 12px;
        padding-block: 8px;
    }

    .site-section {
        padding-block: var(--site-gutters-3);
    }

    .inr-banner .site-common-content {
        text-align: left;
    }

    .section.inr-banner img {
        max-height: 200px;
    }

    .site-title-h2 {
        text-align: left !important;
    }

    .product-info h3 {
        font-size: 20px;
    }

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

    .candel-sec img.flawer-pic {
        max-width: 90px;
    }

    .fragrance-sec img.flawer-pic {
        position: absolute;
        top: -46%;
        left: -32px;
        max-width: 90px;
    }

    .calm {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding-top: 10px;
    }

    .Relaxation-box {
        text-align: left;
        padding: 15px;
        width: 33%;
    }

    .Relaxation-box img {
        display: inline;
        margin-bottom: 0px;
        width: 52px;
        height: 54px;
    }

    .Relaxation-box h3 {
        line-height: 20px;
        font-size: 16px;
    }

    .Relaxation-box {
        text-align: left;
        padding: 0px;
        width: 33%;
        margin-top: 5px;
    }

    .fragrance-sec {
        position: relative;
        padding-bottom: 0px !important;
    }

    .our-customer-sec .testimonial {
        margin: 0px;
    }

    .our-customer-sec img.flawer-pic {
        position: absolute;
        top: -18%;
        right: -65px;
    }

    .about-sec {
        margin-top: 50px;
    }

    .about-sec .flawer-pic {
        top: -23%;
        left: -100px;
    }

    .about-pic img.about-man {
        max-width: 320px;
        width: 100%;
    }

    .client-say {
        background: #EDEBE5;
        margin: 0px;
        padding: 20px;
        border-radius: 8px;
    }

    .insta-post {
        margin: 0px 0px;
    }

    footer .site-row {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .fst-col {
        width: 100% !important;
        text-align: left;
    }

    footer .site-col {
        flex: initial;
        width: 33%;
    }

    footer h3 {
        font-size: 18px;
        text-align: left;
    }

    .address p,
    .quick-links a {
        font-weight: 400;
        font-size: 14px;
    }

    .quick-links {
        gap: 8px;
    }

    .footer-bottom .site-col {
        width: 100%;
        padding: 5px;
        font-weight: 400;
    }

    .site-section.products-sec img.flawer-pic {
        position: absolute;
        top: -45px;
        right: -25px;
        max-width: 100px;
        z-index: -1;
    }

    .site-section.products-sec .site-common-content {
        flex-wrap: wrap;
    }

    .site-section.products-sec .site-col-3 {
        padding: var(--site-gutters-2);
        width: calc(100% / 2);
    }


    ul.product-list {
        flex-wrap: nowrap;
        gap: 7px;
        margin-top: 5px;
    }

    .flex-6 {
        flex: auto;
    }

    .about-bg {
        max-width: 300px;
        width: 100%;
        margin-inline: auto;
        height: 315px;
    }

    .site-section.insta-sec .site-row.align-center.row-gap-big {
        flex-wrap: nowrap !important;
    }

    .about-story .flex-4 {
        flex: auto;
    }

    .about-story img.flawer-pic {
        position: absolute;
        top: -120px;
        right: -52px;
        max-width: 180px;
        transform: rotateY(180deg);
        left: auto;
    }

    .about-story h3.text-main.site-title-h3 {
        font-size: 18px;
    }

    .our-standard .site-col-4 {
        width: calc(100% / 2);
    }

    .our-standard .product-box {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 12px;
    }

    .our-standard .product-box img {
        width: auto;
        height: 82px;
        object-fit: contain;
    }

    .our-standard img.flawer-pic {
        max-width: 100px;
    }

    .product-info p {
        font-size: 14px;
    }

    .our-standard .product-info h3 {
        font-size: 17px;
    }

    .accordion-header {
        font-size: 18px;
    }

    .accordion-content {
        font-weight: 400;
        font-size: 14px;
    }

    .contact-form form input {
        padding: 12px;
        width: 100%;
        font-size: 12px;
    }

    .contact-form form textarea {
        padding: 12px;
        font-size: 12px;
    }

    .contact-form input[type="submit"] {
        padding-block: 10px;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
    }

    .contact-form a.site-btn.text-white {
        padding: 10px 20px;
    }

    .subscribe-sec h2.text-main.text-center.site-title-h2 {
        margin-bottom: 5px;
        text-align: center !important;
    }

    .generals h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .generals {
        font-size: 14px;
    }

    .terms-sec .site-title-h2 {
        font-size: 34px;
    }

    .terms-sec img.flawer-pic {
        position: absolute;
        top: -31px;
        right: -66px;
        max-width: 130px;
        left: auto;
        transform: rotate(139deg);
        z-index: -1;
    }

    .subscribe-sec img.flawer-pic {
        position: absolute;
        top: -31px;
        right: -66px;
        max-width: 130px;
        left: auto;
        transform: rotate(139deg);
        z-index: -1;
    }

    .subscribe-form a.site-btn.text-white {
        max-width: 120px;
    }
}