.widget_product_search {
    border: 2px solid #000;
    border-radius: 6px;
}

.site-search form:before {
    background: #444;
}

.widget_product_search input[type="search"]::placeholder {
    color: #444;
    opacity: 1;
}

.woocommerce-product-search input[type="search"]::placeholder {
    transition:
        opacity 0.6s ease,
        box-shadow 0.6s ease;
}

.woocommerce-product-search input[type="search"].fade-out::placeholder {
    opacity: 0;
}

.woocommerce-product-search input[type="search"].fade-in::placeholder {
    opacity: 1;
}

div.col-full.topbar-wrapper {
    background-color: #f8f8f8;
}

.top-bar-left {
    flex: 2;
}

.site-search form:before {
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

div.site-search input[type="search"] {
    padding-left: 3rem;
    border: 2px solid #f8f8f8;
    height: 58px;
}

.menu-secondary-menu-container .icon-wrapper img {
    width: 24px;
}

.site-header .site-branding .custom-logo-link img {
    height: 64px;
}

div.col-full-nav {
    background-color: #000;
}

.icon-wrapper:last-child {
    display: flex;
    gap: 8px;
    left: 47%;
}

header.site-header .site-branding .custom-logo-link img {
    height: 100%;
    width: 100%;
}

.jedi-mobile-search-toggle {
    display: none;
}

/* hidden everywhere */
.jedi-header-locale-btn {
    display: none;
}

@media (max-width: 1232px) {
    .main-navigation ul li.menu-item>a {
        font-size: 14px;
    }

    div.shoptimizer-cart .cart-contents {
        font-size: 14px;
    }
}

@media (max-width: 1152px) and (min-width: 993px) {
    .main-navigation ul li.menu-item>a {
        font-size: 12px;
    }

    div.shoptimizer-cart .cart-contents {
        font-size: 12px;
    }

    div.shoptimizer-cart a.cart-contents .count {
        min-width: 22px;
        height: 22px;
        padding: 0;
    }

    header.site-header .site-branding {
        width: 300px;
    }
}

@media (min-width: 993px) {
    .site-header div.site-search {
        margin-left: 2em;
    }

    .site-header .secondary-navigation {
        padding-left: 0.8rem;
    }
}

@media (max-width: 992px) {

    div.col-full-nav {
        background-color: #fff;
    }

    .site-search form:before {
        margin-top: -7px;
        width: 16px;
        height: 16px;
    }

    div.site-search input[type="search"] {
        height: 40px;
        padding-left: 43px;
        border: none;
    }

    .site-branding button.menu-toggle {
        position: absolute;
        right: 6px;
        left: auto;
        width: 38px;
        height: 30px;
        padding: 0;
        background-color: transparent;
        display: block;
    }

    .site-branding button.menu-toggle .bar-text {
        display: none;
    }

    .site-header .site-header-cart {
        position: absolute;
        z-index: 2;
        right: 64px;
    }

    body.theme-shoptimizer .site-header .custom-logo-link img,
    body.wp-custom-logo .site-header a.custom-logo-link {
        align-self: flex-start;
    }

    body.theme-shoptimizer .site-header .custom-logo-link img,
    body.wp-custom-logo .site-header a.custom-logo-link img {
        height: 56px;
    }

    .site-search form:before {
        margin-top: -10px;
        width: 22px;
        height: 22px;
    }

    .jedi-mobile-search-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 106px;
        transform: translateY(-50%);
        z-index: 20;
        width: 30px;
        height: 30px;
        padding: 0;
        border: none;
        background: transparent;
        pointer-events: auto;
        cursor: pointer;
        border-radius: 50%;
        transition: all 0.2s ease;
    }

    .jedi-mobile-search-toggle:active {
        transform: translateY(-50%) scale(0.95);
        background: rgba(0, 0, 0, 0.05);
    }

    .jedi-mobile-search-toggle svg {
        color: #111;
        opacity: 0.78;
        pointer-events: none;
    }

    .menu-open-logo {
        position: fixed;
        z-index: 999999;
        top: 12px;
    }

    div.site-search input[type="search"] {
        height: 44px;
    }

    body.mobile-toggled .jedi-header-locale-btn {
        position: fixed;
        top: 38px;
        left: 285px;
        transform: translateY(-50%);
        z-index: 999999;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.45s;
        transition-delay: 0.1s;
    }

    body.mobile-toggled .jedi-header-locale-btn.menu-open-flag {
        display: inline-flex;
    }

    .jedi-header-locale-btn img {
        width: 34px;
        height: 20px;
        object-fit: cover;
        display: block;
        border-radius: 2px;
    }

    .jedi-header-locale-btn .locale-caret {
        font-size: 18px;
        line-height: 1;
        color: #111;
        margin-top: -5px;
    }
}

@media (max-width: 480px) {
    body.theme-shoptimizer .site-header .custom-logo-link img,
    body.wp-custom-logo .site-header a.custom-logo-link img {
        height: 48px;
    }

    .mobile-toggled .mobile-menu.close-drawer {
        right: 16px;
        top: 21px;
    }
}