body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#efefef;
}

.pn-mobile-wrapper{
    width:min(100%,390px);
    max-width:390px;
    margin:30px auto;
    background:#fff;
    min-height:760px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    border-radius:0 0 18px 18px;
    overflow:hidden;
}

.pn-header-mobile{
    height:64px;
    background:#4f7f1f;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
    box-sizing:border-box;
    position:relative;
}

.pn-header-left{
    display:flex;
    align-items:center;
    gap:12px;
    z-index:3;
}

.pn-burger,
.pn-search-toggle{
    background:none;
    border:none;
    padding:0;
    margin:0;
    cursor:pointer;
}

.pn-icon{
    width:23px;
    height:23px;
    display:block;
}

.pn-icon svg{
    width:100%;
    height:100%;
    display:block;
    fill:none;
    stroke:#fff;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.pn-icon-close{
    display:none;
}

.pn-mobile-wrapper.is-open .pn-icon-menu{
    display:none;
}

.pn-mobile-wrapper.is-open .pn-icon-close{
    display:block;
}

.pn-mobile-wrapper.is-open .pn-search-toggle{
    display:none;
}

/* LOGO */

.pn-logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:130px !important;
    max-width:130px !important;
    display:block;
}

.pn-logo img{
    width:100% !important;
    max-width:none !important;
    height:auto;
    display:block;
}

.pn-header-icons{
    display:flex;
    align-items:center;
    gap:12px;
    z-index:3;
}

.pn-header-icons a{
    color:#fff;
    text-decoration:none;
}

.pn-cart-link{
    position:relative;
    display:block;
}

.pn-cart-count{
    position:absolute;
    top:-9px;
    right:-9px;
    min-width:17px;
    height:17px;
    padding:0 4px;
    border-radius:999px;
    background:#fff;
    color:#4f7f1f;
    font-size:11px;
    line-height:17px;
    font-weight:700;
    text-align:center;
    box-sizing:border-box;
}

/* RECHERCHE */

.pn-search-bar{
    display:none;
    padding:14px 16px;
    background:#fff;
}

.pn-mobile-wrapper.search-open:not(.is-open) .pn-search-bar{
    display:block;
}

.pn-mobile-wrapper.is-open .pn-search-bar{
    display:none;
}

.pn-search-bar input{
    width:100%;
    border:none;
    border-radius:999px;
    background:#f3f1ec;
    padding:13px 16px;
    font-size:14px;
    box-sizing:border-box;
    outline:none;
}

/* MENU */

.pn-menu-panel{
    display:none;
    background:#fff;
}

.pn-mobile-wrapper.is-open .pn-menu-panel{
    display:block;
}

.pn-mobile-menu{
    padding:28px 26px 36px;
}

.pn-menu-section{
    position:relative;
    padding:0 0 24px 54px;
    margin:0 0 24px;
    border-bottom:1px solid #e3ded6;
}

.pn-menu-section:last-child{
    border-bottom:none;
    margin-bottom:0;
}

/* SVG MENU */

.pn-menu-section::before{
    content:"";
    position:absolute;
    left:0;
    top:31px;
    width:30px;
    height:30px;
    background-color:#759739;
    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}

.pn-menu-lire::before{
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='14' height='16' rx='2'/%3E%3Cpath d='M7 8h6M7 12h6M7 16h4'/%3E%3Cpath d='M17 8h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H7'/%3E%3C/svg%3E");
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='14' height='16' rx='2'/%3E%3Cpath d='M7 8h6M7 12h6M7 16h4'/%3E%3Cpath d='M17 8h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H7'/%3E%3C/svg%3E");
}

.pn-menu-explorer::before{
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3Cpath d='M9.5 15.5h5v4h-5z'/%3E%3C/svg%3E");
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3Cpath d='M9.5 15.5h5v4h-5z'/%3E%3C/svg%3E");
}

.pn-menu-boutique::before{
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8h12l-1 10a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2L6 8Z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E");
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8h12l-1 10a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2L6 8Z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E");
}

.pn-menu-info::before{
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 10v6'/%3E%3Cpath d='M12 7.5h.01'/%3E%3C/svg%3E");
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 10v6'/%3E%3Cpath d='M12 7.5h.01'/%3E%3C/svg%3E");
}

.pn-menu-section h3{
    margin:0 0 12px -50px;
    color:#4f7f1f;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
}

.pn-menu-section ul{
    list-style:none;
    margin:0;
    padding:0;
}

.pn-menu-section li{
    margin:0;
    padding:0;
}

.pn-menu-section a{
    position:relative;
    display:block;
    font-size:16px;
    line-height:1.35;
    padding:8px 26px 8px 0;
    color:#111 !important;
    text-decoration:none !important;
}

.pn-menu-section a::after{
    content:"›";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    color:#777;
    font-size:24px;
    line-height:1;
}

/* MOBILE */

@media (max-width:430px){

    body{
        background:#fff;
    }

    .pn-mobile-wrapper{
        width:100%;
        max-width:none;
        margin:0;
        min-height:100vh;
        box-shadow:none;
        border-radius:0;
    }

    .pn-logo{
        width:100px !important;
        max-width:100px !important;
    }

}