/**handles:fibel-mode-switcher**/
.mode-switcher-toggle{background:0 0;border:none;cursor:pointer;padding:.5rem;font-size:1.2rem;color:var(--wp--preset--color--main);display:flex;align-items:center;justify-content:center;transition:transform .3s ease;margin-left:6px!important;line-height:20px}.mode-switcher-toggle:hover{transform:rotate(15deg)}.icon-moon{display:none}.icon-sun{display:block}.is-dark-theme .mode-switcher-toggle .icon-moon{display:block;color:var(--wp--preset--color--main-accent)}.is-dark-theme .mode-switcher-toggle .icon-sun{display:none}span:where(.wc-block-mini-cart__badge){background-color:#1e1e26;color:#fff}body.is-dark-theme span:where(.wc-block-mini-cart__badge){background-color:#fff;color:#1e1e26}body.is-dark-theme .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),body.is-dark-theme .wp-block-post-comments-form textarea,body.is-dark-theme input:not([type=submit]),body.is-dark-theme select,body.is-dark-theme textarea{background-color:var(--wp--preset--color--tertiary)!important;color:var(--wp--preset--color--main)!important;border-color:var(--wp--preset--color--border-light)!important}body.is-dark-theme input::placeholder,body.is-dark-theme textarea::placeholder{color:var(--wp--preset--color--main-accent);opacity:.7}body.is-dark-theme input:focus-visible,body.is-dark-theme textarea:focus-visible{border-color:var(--wp--preset--color--primary);outline-color:var(--wp--preset--color--primary)}body.is-dark-theme .variations select,body.is-dark-theme .woocommerce select,body.is-dark-theme .wp-block-post-comments-form select,body.is-dark-theme select{background-color:var(--wp--preset--color--tertiary)!important;color:var(--wp--preset--color--main)!important;border-color:var(--wp--preset--color--border-light)!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background:var(--wp--preset--color--tertiary) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiLz48L3N2Zz4=") no-repeat right 10px center!important;background-size:16px!important;padding-right:30px!important}body.is-dark-theme .wp-block-button__link,body.is-dark-theme .wp-block-search__button,body.is-dark-theme button:not(.wc-block-mini-cart__button),body.is-dark-theme input[type=button],body.is-dark-theme input[type=reset],body.is-dark-theme input[type=submit]{color:var(--wp--preset--color--base);transition:all .2s ease}body.is-dark-theme .wp-block-button__link:hover,body.is-dark-theme .wp-block-search__button:hover,body.is-dark-theme button:not(.mode-switcher-toggle):hover,body.is-dark-theme input[type=button]:hover,body.is-dark-theme input[type=reset]:hover,body.is-dark-theme input[type=submit]:hover{background-color:var(--wp--preset--color--main-accent);color:var(--wp--preset--color--base)}