/* -------------------------------------------------------------------------- */
/*                           Header AS PS SearchBar                           */
/* -------------------------------------------------------------------------- */
.as_ps_searchbar {
    border: 1px solid var(--wp--preset--color--primary);
    border-radius: 10px;
}

.as_ps_searchbar form.search-form {
    display: flex;
    width: 40vw;
}

.as_ps_searchbar input.search-input {
    width: 100%;
    border-top-left-radius: 9px;
    border: none;
    border-bottom-left-radius: 9px;
    padding: 20px;
    background: #F9F9F9;
    font-weight: 700;
    font-size: 15px;
    color: #acaaa6;
    outline: 0;
}

.as_ps_searchbar button.search-button {
    border: none;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 0 30px;
    background: #F9F9F9;
    color: green;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.5s;
}

.as_ps_searchbar button.search-button:hover {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--secondary);
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/*                      Header Prestashop Account Buttons                     */
/* -------------------------------------------------------------------------- */
.as-ps-account-buttons {
    display: flex;
    gap: 30px;
}

.as-ps-account-buttons .login-resgister-container {
    display: flex;
}

.as-ps-account-buttons .login-resgister-container .right-side {
    padding-left: 11px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3D3D3D;
    text-align: left;
}

.as-ps-account-buttons .login-resgister-container .right-side .hello {
    font-family: var(--wp--preset--font-family--neufile-grotesk-variable), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #BCBCBC;
}

.as-ps-account-buttons .login-resgister-container .right-side a {
    font-family: var(--wp--preset--font-family--neufile-grotesk-variable), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #3D3D3D;
}

.as-ps-account-buttons .icon {
    color: #347758;
    height: 50px;
    width: 50px;
    border-radius: 12px 12px 28px 12px;
    line-height: 56px;
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 0;
    display: block;
}

.as-ps-account-buttons .login-resgister-container .icon {
    background: rgba(173, 214, 108, 0.2);
}

.as-ps-account-buttons .wishlist.icon {
    transition: all 0.3s;
    background: rgba(52, 119, 88, 0.1);
}

.as-ps-account-buttons .wishlist.icon:hover {
    background: rgba(52, 119, 88, 0.2);
}

.as-ps-account-buttons .cart.icon {
    transition: all 0.3s;
    background: rgba(244, 195, 64, 0.2);
}

.as-ps-account-buttons .cart.icon:hover {
    background: rgba(244, 195, 64, 0.4);
}

.as-ps-account-buttons .icon svg {
    width: 24px;
    height: 24px;
    fill: #347758;
}

/* -------------------------------------------------------------------------- */
/*                    Header Prestashop Categories Dropdown                   */
/* -------------------------------------------------------------------------- */
#select-op-btn {
    display: block;
    background-image: url('https://i.imgur.com/K5gtkay.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-family: var(--wp--preset--font-family--neufile-grotesk-variable), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.288px;
    color: #3D3D3D;
    cursor: pointer;
    transition: all 0.3s ease;
}

#select-op-btn:hover {
    color: var(--wp--preset--color--primary);
}

.select_box {
    box-sizing: border-box;
    padding: 30px 15px;
}

ul#options {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 9999;
    background: #fff;
    height: auto;
    overflow: visible;
    width: 100%;
    list-style-type: none;
    font-size: 0px;
    border-color: #F2F2F2;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}

ul#options li {
    border-bottom: 1px solid #eee;
    padding: 15px;
}

ul#options li a {
    display: block;
    color: #777;
    font-size: 16px;
    font-family: var(--wp--preset--font-family--neufile-grotesk-variable), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
}

ul#options li a:before {
    /* content: '-'; */
    display: inline-block;
    vertical-align: middle;
}

ul#options li:hover {
    background: #fafafa;
}

ul#options li a:hover {
    color: var(--wp--preset--color--primary);
}

.js-drop {
    display: none;
}

.js-option {
    display: inline-block;
}

label {
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/*                              Responsive header                             */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

    .account_buttons_container {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        background: white;
        width: 100vw !important;
        max-width: 100vw !important;
        box-shadow: 0 -20px 40px rgba(0,0,0,.3) !important;
        padding: 10px 10px 10px 0 !important;
        margin-bottom: -15px !important;
    }

    .as-ps-account-buttons {
        gap: 15px;
    }

    .best-sellers-container {
        display: none;
    }

    button.wp-block-navigation__responsive-container-open {
        padding: 15px;
        background: var(--wp--preset--color--primary);
        border-radius: 12px 12px 28px 12px;
    }

    button.wp-block-navigation__responsive-container-open svg {
        fill: var(--wp--preset--color--secondary)
    }

    .as_ps_searchbar form.search-form {
        width: 90vw;
    }

    .wp-block-navigation__responsive-container-content {
        align-items: flex-start !important;
        gap: 10px !important;
    }

    ul.wp-block-navigation__container {
        align-items: flex-start !important;
        font-size: 32px;
    }

    a.wp-block-navigation-item__content {
        font-weight: 700;
    }

}

