﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #ff0056;
}

    a:hover {
        color: #444;
        cursor: pointer;
    }

.pcon-title {
    color: #444;
    font-weight: 300;
    font-size: 16px;
    display: block;
    line-height: 22px;
    margin-top: 10px;
}

body {
    overflow-x: hidden;
    height: 100%;
    font-family: DM Sans;
    font-size: 16px;
}

#carousel {
    width: 100%;
    height: 385px;
    display: flex;
    align-items: flex-start;
    padding-top: 70px;
}

#sidebar {
    position: fixed;
    top: 0;
    left: -75%; /* Initially hidden off-screen */
    width: 75%; /* Sidebar occupies 75% of the viewport */
    height: 100%;
    background-color: #F4F4F4;
    color: #444;
    padding-top: 60px; /* Space for header or button */
    z-index: 999; /* Above the overlay */
}

    #sidebar ul {
        list-style-type: none;
        padding: 0;
        margin-top: 30px;
    }

        #sidebar ul li {
            padding: 15px 30px;
            cursor: pointer;
        }

            #sidebar ul li:hover {
                color: #ff0056;
            }

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* Full width when sidebar is hidden */
    height: 100%;
    background: rgba(106, 44, 153);
    z-index: 998; /* Below the sidebar */
    opacity: 0; /* Start fully transparent */
}

/* Toggle button styles */
#toggle-btn {
    color: #000;
    cursor: pointer;
    z-index: 1000;
    border: 0;
    font-size: 32px;
    margin-right: 20px;
    background: none;
    line-height: 24px;
}

.atms-blue {
    background: #51d5dd;
}

.atms-orange {
    background: #fc4623;
}

.main-nav {
    list-style: none;
    display: none;
    color: #000;
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 0.25px;
    font-weight: 300;
    color: #000 !important;
    font-family: Lexend;
}

    .main-nav li {
        padding: 0 20px;
        text-align: center;
    }

.product {
    transition: width 0.5s ease;
}

.responsive {
    width: 100%;
    box-sizing: border-box;
}

.third {
    width: 100%;
    margin-top: 40px;
}

.shell {
    width: 100%;
    margin: 0 auto;
}

.show-768, .show-768-flex {
    display: none;
}

.purple-button {
    color: #FFF;
    background: #6a2c99;
}

    .purple-button:hover {
        background: #444;
        color: #FFF !important;
    }

#carousel-wrapper {
    width: 10000px;
}

.pe-exp {
    width: calc(50% - 20px) !important;
    margin: 10px;
}

#signup-address {
    height: 54px;
    padding: 10px 30px;
    border: 0;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    font-family: DM Sans;
    font-size: 18px;
    flex-grow: 1;
    width: 100%;
}

.sub-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

.articles {
    padding: 0 40px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 50px;
}

.pspotlight {
    width: 100%;
}

.highonlove {
    background: url(/sensual-bath-oil-3.jpg);
    background: #fbd3dc url(/sensual-bath-oil-3.jpg) -150% 75% no-repeat;
    aspect-ratio: 1;
    background-size: 85%;
    flex-grow: 1;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.highonlove-c {
    position: relative;
    left: 37.5%;
    top: 45%;
    width: 55%;
}

.seo-text {
    margin-bottom: 50px;
    padding: 0 0 0 0;
    margin-top: 30px;
}

.no-carousel {
    padding: 0 30px;
    box-sizing: border-box;
}

.flexor {
    width: 100%;
    width: 100%;
    background: #FFF;
    display: flex;
    flex-direction: column-reverse;
}

.lhs {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 30px;
    background: #F4F4F4;
}

.rhs {
    width: 100%;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
}

.footer-bar {
    background: #edf1fa;
    box-sizing: border-box;
    padding: 0 40px;
    line-height: 22px;
    color: #FFF;
    width: 100%;
}

.footer-bar:last-child {
    padding-bottom: 50px;
}

.footer-bar-wrapper {
    display: flex;
    flex-direction: column;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {

    .footer-bar-wrapper {
        display: flex;
        flex-direction: row;
    }

    .shell {
        width: 768px;
        margin: 0 auto;
    }

    #toggle-btn {
        display: none;
    }

    .main-nav {
        display: flex;
    }

    #carousel-wrapper {
        margin-left: 500px;
    }

    .carousel-left {
        width: 48%;
        padding-left: 4% !important;
    }

    .responsive {
        display: flex;
        justify-content: space-between;
    }

    .half {
        width: 50%;
    }

    .third {
        width: calc(33% - 20px);
    }

    .show-768 {
        display: block;
    }

    .show-768-flex {
        display: flex;
    }

    .hide-768 {
        display: none;
    }

    #signup-address {
        margin-left: 30px;
    }

    .sub-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
        flex-direction: row;
    }

    .articles {
        padding: 0;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .pe-exp {
        width: 180px !important;
        margin-right: 10px;
    }

    .pspotlight {
        width: 50%;
    }

    .highonlove {
        background: #fbd3dc url(/sensual-bath-oil-3.jpg) -175% 75% no-repeat;
        aspect-ratio: 1;
        background-size: 90%;
        flex-grow: 1;
        padding-bottom: 100px;
        box-sizing: border-box;
    }

    .highonlove-c {
        position: relative;
        left: 47.5%;
        top: 62.5%;
        width: 45%;
    }

    .seo-text {
        padding: 0 30px 0 0;
    }

    .no-carousel .pe-exp {
        width: calc(33.33% - 20px) !important;
    }
}

@media (min-width: 980px) {
    .shell {
        width: 980px;
        margin: 0 auto;
    }

    #carousel-wrapper {
        margin-left: 600px
    }

    .carousel-left {
        width: 50%;
        padding-left: 100px;
    }

    .pe-exp {
        width: 180px !important;
    }
}

@media (min-width: 1182px) {
    .shell {
        width: 1182px;
        margin: 0 auto;
    }

    #carousel-wrapper {
        margin-left: 800px
    }

    .carousel-left {
        width: 50%;
        padding-left: 100px;
    }

    #signup-address {
        width: 50%;
    }

    .no-carousel .pe-exp {
        width: calc(20% - 20px) !important;
    }

    .flexor {
        width: 100%;
        width: 100%;
        background: #FFF;
        display: flex;
        flex-direction: row;
    }

    .lhs {
        width: 33.5%;
        box-sizing: border-box;
        padding: 20px;
        margin-top: 30px;
        background: #F4F4F4;
    }

    .rhs {
        width: 66.5%;
        background: #FFF;
        padding: 30px;
        box-sizing: border-box;
    }
}
