/*
Theme Name: Orkel Store
Theme URI: 
Author: Exigo
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orkel-store
Tags: 
*/

header div {
    margin-block-start: 0px !important;
}

header .wp-block-search {
    border: none;
    border-bottom: 2px solid var(--wp--preset--color--orange);
}

header .wp-block-search .wp-block-search__button {
    border: none;
}

header .wp-block-search .wp-block-search__input {
    background-color: transparent;
    color: white;
    outline: none;
    border: none;
}

header .wp-block-navigation__responsive-container.has-modal-open {
    padding: 1rem !important;
}

header .wp-block-navigation__responsive-container.has-modal-open ul {
    gap: 1rem !important;
}

.wc-block-checkout__shipping-option--free,
.wc-block-components-totals-shipping strong {
    display: none;
}

.desktop-only {
    display: block;
}

.page .mobile-only {
    display: none;
}

@media (max-width: 767px) {
    .page .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block !important;
    }
}