html,
body {
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

:focus-visible {
    outline-style: unset;
}

:root {
    --font-family: "Inter", sans-serif;
    --font-family--heading: "Raleway", sans-serif;

    --font-size--heading-6: 1.125em;
    --font-size--heading-5: 1.125em;
    --font-size--heading-4: 1.25em;
    --font-size--heading-3: 1.5em;
    --font-size--heading-2: 1.75em;
    --font-size--heading-1: 2em;

    --heading--typography--font-weight: 500;
    --heading--typography--font-weight-more: 700;
    --heading--typography--line-height: 1.2;
    --heading--typography--text-wrap: balance;

    --heading--level-1--typography--line-height: 1.2;
    --heading--level-1--breakpoint--small-only--typography--font-size: 1.625em;
    --heading--level-1--breakpoint--small-only--typography--line-height: 1.2;

    --heading--level-2--typography--line-height: 1.2;
    --heading--level-2--breakpoint--small-only--typography--font-size: 1.5em;
    --heading--level-2--breakpoint--small-only--typography--line-height: 1.2;

    --heading--level-3--breakpoint--small-only--typography--line-height: 1.2;
    --heading--level-3--typography--font-size: 1.8125em;
    --heading--level-3--typography--line-height: 1.4;
    --heading--level-3--breakpoint--small-only--typography--font-size: 1.3125em;

    --heading--level-4--typography--line-height: 1.4;
    --heading--level-4--breakpoint--small-only--typography--font-size: 1.1875em;
    --heading--level-4--breakpoint--small-only--typography--line-height: 1.2;
    --heading--level-4--typography--font-size: 1.5em;

    --heading--level-5--typography--line-height: 1.4;
    --heading--level-5--breakpoint--small-only--typography--font-size: 1.0625em;
    --heading--level-5--breakpoint--small-only--typography--line-height: 1.2;
    --heading--level-5--typography--font-size: 1.25em;

    --heading--level-6--typography--line-height: 1.4;
    --heading--level-6--breakpoint--small-only--typography--font-size: 1em;
    --heading--level-6--breakpoint--small-only--typography--line-height: 1.2;
    --heading--level-6--typography--font-size: 1.125em;

    --border-radius: 2px;
}

@media (max-width: 599px) {

    body[class] {
        --font-size--heading-1: var(--heading--level-1--breakpoint--small-only--typography--font-size);
        --font-size--heading-2: var(--heading--level-2--breakpoint--small-only--typography--font-size);
        --font-size--heading-3: var(--heading--level-3--breakpoint--small-only--typography--font-size);
        --font-size--heading-4: var(--heading--level-4--breakpoint--small-only--typography--font-size);
        --font-size--heading-5: var(--heading--level-5--breakpoint--small-only--typography--font-size);
        --font-size--heading-6: var(--heading--level-6--breakpoint--small-only--typography--font-size);

        --heading--level-3--typography--font-size: var(--heading--level-3--breakpoint--small-only--typography--font-size);
        --heading--level-4--typography--font-size: var(--heading--level-4--breakpoint--small-only--typography--font-size);
        --heading--level-5--typography--font-size: var(--heading--level-5--breakpoint--small-only--typography--font-size);
        --heading--level-6--typography--font-size: var(--heading--level-6--breakpoint--small-only--typography--font-size);

        --heading--level-1--typography--line-height: var(--heading--level-1--breakpoint--small-only--typography--line-height);
        --heading--level-2--typography--line-height: var(--heading--level-2--breakpoint--small-only--typography--line-height);
        --heading--level-3--typography--line-height: var(--heading--level-3--breakpoint--small-only--typography--line-height);
        --heading--level-4--typography--line-height: var(--heading--level-4--breakpoint--small-only--typography--line-height);
        --heading--level-5--typography--line-height: var(--heading--level-5--breakpoint--small-only--typography--line-height);
        --heading--level-6--typography--line-height: var(--heading--level-6--breakpoint--small-only--typography--line-height);
    }
}

body,
button,
input,
textarea {
    font-family: var(--font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family--heading);
    text-wrap: var(--wp--custom--heading--typography--text-wrap);
}

h1 {
    font-size: var(--font-size--heading-1);
    font-weight: var(--heading--typography--font-weight);
    line-height: var(--heading--level-1--typography--line-height);
}

h2 {
    font-size: var(--font-size--heading-2);
    font-weight: var(--heading--typography--font-weight-more);
    line-height: var(--heading--level-2--typography--line-height);
}

h3 {
    font-size: var(--font-size--heading-4);
    font-weight: var(--heading--typography--font-weight-more);
    line-height: var(--heading--level-3--typography--line-height);
}

h4 {
    font-size: var(--font-size--heading-5);
    font-weight: var(--heading--typography--font-weight-more);
    line-height: var(--heading--level-4--typography--line-height);
}

h5 {
    font-size: var(--font-size--heading-5);
    font-weight: var(--heading--typography--font-weight);
    line-height: var(--heading--level-5--typography--line-height);
}

h6 {
    font-size: var(--font-size--heading-6);
    font-weight: var(--heading--typography--font-weight);
    line-height: var(--heading--level-6--typography--line-height);
}

h2.alpha.entry-title {
    margin: .5407911001em 0 .2675em;
    font-size: var(--font-size--heading-2);
}

h2.alpha.entry-title a {
    font-weight: var(--heading--typography--font-weight);
}

:not([multiple])::-webkit-scrollbar {
    max-width: 0.5em;
    background: var(--anyape_store-background_color);
}

:not([multiple])::-webkit-scrollbar-thumb {
    background: var(--anyape_store-accent_color);
}

::-moz-selection {
    background: var(--anyape_store-accent_color);
    color: var(--anyape_store-background_color);
}

::selection {
    background: var(--anyape_store-accent_color);
    color: var(--anyape_store-background_color);
}

.has-heading-6-font-size {
    font-size: var(--wp--font-size--heading-6) !important;
}

.has-heading-5-font-size {
    font-size: var(--wp--font-size--heading-5) !important;
}

.has-heading-4-font-size {
    font-size: var(--wp--font-size--heading-4) !important;
}

.has-heading-3-font-size {
    font-size: var(--font-size--heading-3) !important;
}

.has-heading-2-font-size {
    font-size: var(--font-size--heading-2) !important;
}

.has-heading-1-font-size {
    font-size: var(--font-size--heading-1) !important;
}

fieldset,
fieldset legend {
    background-color: hsl(var(--anyape_store-accent_color-hsl_hue), var(--anyape_store-accent_color-hsl_saturation), calc(var(--anyape_store-accent_color-hsl_lightness) + var(--anyape_store-hsl_brightness_percent_16)));
}

fieldset legend {
    color: var(--anyape_store-accent_color);
}

.beta.site-title,
.site-description {
    flex-basis: 100%;
    text-align: center;
}

#sitebanner {
    min-height: 20vh;
    position: absolute;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 75em;
    margin: 0 auto;
    padding: 0 1.75em;
    background-color: transparent;
    position: relative;
    top: 6.5em;
    z-index: 1;
}

#content {
    flex-grow: 1;
    position: relative;
    overflow: visible;
    background: hsl(var(--anyape_store-background_color-hsl_hue), var(--anyape_store-background_color-hsl_saturation), calc(var(--anyape_store-background_color-hsl_lightness) + var(--anyape_store-hsl_brightness_percent_3)));
    padding-top: 3em;
}

#content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 8px;
    z-index: 1;
    pointer-events: none;
    clip-path: inset(-10px -10px 0 -10px);
}

#main {
    margin-top: 0;
}

.has-post-thumbnail.page-template-template-homepage #main {
    margin-top: 0;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus,
select:focus-visible,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-width: 1px;
    outline-style: dashed;
    outline-color: var(--anyape_store-accent_color);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button,
.wp-block-search__button {
    border: none;
}

@media(max-width: 568px) {

    #content {
        padding-top: 2em;
    }

    .col-full {
        margin-left: 1.25em;
        margin-right: 1.25em;
        padding: 0
    }

    #page {
        padding: 0;
    }
}

@media(max-width: 860px) {

    .col-full {
        padding: 0;
        margin-left: 1.25em;
        margin-right: 1.25em;
    }
}

@media(min-width: 768px) {

    .col-full {
        max-width: 72.5em;
    }

    .hentry .entry-header,
    .hentry.type-page .entry-header {
        margin-bottom: 2em;
    }
}

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide,
.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
    margin: 0;
    padding: 0;
}

/* Handheld required */

#handheld_required {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    z-index: 9999999;
}

.handheld-required-content {
    position: fixed;
    top: 50%;
    right: 50%;
    padding: 30px;
    background: #fff;
    width: 275px;
    transform: translate(50%, -50%);
    overflow: auto;
    text-align: center;
}

.handheld-required-qr-code {
    margin: 0 auto;
}

@media (min-width: 500px) {

    #handheld_required {
        display: block;
    }

    .anyape_store-handheld-required #page {
        display: none;
    }

    body.anyape_store-handheld-required {
        overflow: hidden;
    }
}

/* Header */

#masthead {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0.5em;
}

.site-header {
    padding: 0;
}

body .site-branding,
body.woocommerce-active .site-branding {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    float: none;
    margin: 1.5em auto;
    position: fixed;
    z-index: 1;
}

.custom-logo-link {
    padding: 0.5em;
    background: var(--anyape_store-background_color);
    border-radius: 0.5em;
    box-shadow: rgba(17, 17, 26, 0.15) 0px 0px 4px 0px;
}

@media (min-width: 768px) {
    .custom-logo-link {
        margin: 0;
    }
}

body .site-branding img {
    width: 100%;
    max-width: none;
    max-height: 2.75em;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 0;
}

.header-widget-region .widget_search form {
    margin: 0;
}

@media(max-width: 768px) {
    body .site-branding img {
        max-height: 2.5em;
    }

    body .site-branding,
    body.woocommerce-active .site-branding {
        margin: 1.5em auto 1em;
    }
}

.site-header {
    border-bottom-style: none;
}

/* Navigation */

button.menu-toggle,
button.menu-toggle:hover {
    float: none;
    background-color: hsl(var(--anyape_store-background_color-hsl_hue), var(--anyape_store-background_color-hsl_saturation), calc(var(--anyape_store-background_color-hsl_lightness) + var(--anyape_store-hsl_brightness_percent_3)));
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: hsl(var(--anyape_store-text_color-hsl_hue), var(--anyape_store-text_color-hsl_saturation), calc(var(--anyape_store-text_color-hsl_lightness) - var(--anyape_store-hsl_brightness_percent_3)));
    margin-bottom: -2px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 8px;
    clip-path: inset(-10px -10px 1px -10px);
    z-index: 2;
    font-size: 1em;
    padding: 0.5em 1em 0.5em 2.5em;
    line-height: 1.4;
    border: 0;
    font-weight: 400;
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
    background-color: hsl(var(--anyape_store-text_color-hsl_hue), var(--anyape_store-text_color-hsl_saturation), calc(var(--anyape_store-text_color-hsl_lightness) - var(--anyape_store-hsl_brightness_percent_3)));
}

button.menu-toggle:hover {
    color: var(--anyape_store-accent_color);
}

#site-navigation.toggled button.menu-toggle {
    color: var(--anyape_store-accent_color);
}

#site-navigation.toggled button.menu-toggle:after,
#site-navigation.toggled button.menu-toggle:before,
#site-navigation.toggled button.menu-toggle span:before,
button.menu-toggle:hover:after,
button.menu-toggle:hover:before,
button.menu-toggle:hover span:before {
    background-color: var(--anyape_store-accent_color);
}

button.menu-toggle:focus {
    outline: none;
}

nav#site-navigation {
    padding: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    position: relative;
    background: transparent;
}

.main-navigation .nav-content {
    position: absolute;
    border: 0;
    width: max-content;
    max-width: 20em;
    min-width: 10em;
    z-index: 9;
    border-radius: var(--border-radius);
    display: block;
    box-shadow: rgba(17, 17, 26, 0.15) 0px 0px 8px;
}

.main-navigation.toggled .nav-content {
    clip-path: inset(1px -10px -10px -10px);
}

.nav-content,
.nav-menu,
.main-navigation div.menu>ul:not(.nav-menu) {
    transition: none;
}

.nav-content,
.nav-menu,
.main-navigation div.menu>ul:not(.nav-menu) {
    overflow: hidden;
    max-height: 0;
    transition: none;
}

.main-navigation.toggled .nav-content {
    clear: both;
    padding: 1.125em;
}

.nav-content ul {
    margin: 0
}

.main-navigation div.menu {
    display: block;
}

.nav-content ul.menu li {
    position: relative;
}

.nav-content ul.menu li button::after {
    transition: none;
}

.nav-content ul.menu li button.toggled-on::after {
    transform: rotate(180deg)
}

.nav-content ul.menu .sub-menu.toggled-on {
    visibility: visible;
    max-height: 9999px;
    opacity: 1
}

.nav-content .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    right: 0.6em;
    transform: translate(0, -50%);
    display: block;
    height: 1.5em;
    width: 1.5em;
    padding: 0;
}

.main-navigation.toggled .nav-content,
.main-navigation.toggled .menu>ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
    max-height: 200vh;
}

.main-navigation .nav-content {
    max-width: 600px;
}

.storefront-primary-navigation .col-full {
    padding: 0;
    margin: 0;
}

.storefront-primary-navigation>.col-full {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.main-navigation ul li a,
.site-header ul.menu li.current-menu-item>a,
.main-navigation ul li a:hover {
    color: hsl(var(--anyape_store-text_color-hsl_hue), var(--anyape_store-text_color-hsl_saturation), calc(var(--anyape_store-text_color-hsl_lightness) - var(--anyape_store-hsl_brightness_percent_3)));
    background: hsl(var(--anyape_store-background_color-hsl_hue), var(--anyape_store-background_color-hsl_saturation), calc(var(--anyape_store-background_color-hsl_lightness) + var(--anyape_store-hsl_brightness_percent_3)));
    padding: 0.25em 0.75em;
    margin: 1px;
}

.site-header ul.menu li.current-menu-item>a,
.main-navigation ul li a:hover {
    color: var(--anyape_store-accent_color);
    background: hsl(var(--anyape_store-background_color-hsl_hue), var(--anyape_store-background_color-hsl_saturation), calc(var(--anyape_store-background_color-hsl_lightness) + var(--anyape_store-hsl_brightness_percent_3)));
    padding: 0.25em 0.75em;
    text-decoration: underline;
}

.main-navigation ul.menu,
.main-navigation ul.nav-menu {
    margin: 0;
}

.main-navigation ul.menu,
.main-navigation ul.nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
    flex-direction: column;
}

.nav-content {
    background: hsl(var(--anyape_store-background_color-hsl_hue), var(--anyape_store-background_color-hsl_saturation), calc(var(--anyape_store-background_color-hsl_lightness) + var(--anyape_store-hsl_brightness_percent_3)));
}

.primary-navigation {
    display: block;
}

@media(min-width: 768px) {

    .main-navigation ul.menu,
    .main-navigation ul.nav-menu {
        flex-direction: row;
    }

.main-navigation ul.menu ul a:hover,
.main-navigation ul.menu ul li:hover>a,
.main-navigation ul.menu ul li.focus,
.main-navigation ul.nav-menu ul a:hover,
.main-navigation ul.nav-menu ul li:hover>a,
.main-navigation ul.nav-menu ul li.focus,
.main-navigation li.menu-item:hover ul.sub-menu a {
    background-color: var(--anyape_store-background_color);
    border: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

    .storefront-primary-navigation>.col-full {
        flex-direction: row;
        align-items: flex-end;
        margin-top: 0;
    }

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a,
    .site-header ul.menu li.current-menu-item>a:not(.cart-contents) {
        padding: 0.5em 1em;
    }

    .menu-toggle,
    .main-navigation.toggled div.menu {
        display: block;
    }
}

@media screen and (max-width: 345px) {

    .storefront-primary-navigation {
        font-size: 0.8em;
    }
}

/* Inputs */

body:not(.woo-block) input[type=text],
body:not(.woo-block) input[type=number],
body:not(.woo-block) input[type=email],
body:not(.woo-block) input[type=tel],
body:not(.woo-block) input[type=url],
body:not(.woo-block) input[type=password],
body:not(.woo-block) input[type=search],
body:not(.woo-block) input[type=radio]+label:before,
body:not(.woo-block) input[type=checkbox]+label:before,
body:not(.woo-block) input[type=date],
body:not(.woo-block) input[type=time],
body:not(.woo-block) input[type=datetime-local],
body:not(.woo-block) input[type=month],
body:not(.woo-block) input[type=week],
body:not(.woo-block) textarea,
body:not(.woo-block) select,
body:not(.woo-block) span.select2-selection.select2-selection--single,
body:not(.woo-block) .input-text {
    padding: 0.5em;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    border: none;
    color: var(--anyape_store-text_color);
    box-shadow: inset 0 0 0 1px hsl(var(--anyape_store-accent_color-hsl_hue), var(--anyape_store-accent_color-hsl_saturation), calc(var(--anyape_store-accent_color-hsl_lightness)));
    background-color: var(--anyape_store-background_color);
}

body:not(.woo-block) input[type=radio],
body:not(.woo-block) input[type=checkbox] {
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    display: none;
}

body:not(.woo-block) input[type=radio]+label,
body:not(.woo-block) input[type=checkbox]+label {
    display: inline-flex;
    align-items: baseline;
    position: relative;
    flex-wrap: wrap;
}

input[type=checkbox]+label,
input[type=radio]+label {
    margin: 0;
}

body:not(.woo-block) input[type=radio]+label::before,
body:not(.woo-block) input[type=checkbox]+label::before {
    content: "";
    transition: color, ease, 0.2s;
    width: 1.15em;
    height: 1.15em;
    display: inline-block;
    margin-right: 0.5em;
    position: relative;
    top: 0.25em;
    box-shadow: inset 0 0 0 1px var(--anyape_store-button_alt_background_color);
}

body:not(.woo-block) input[type=radio]:checked+label::before,
body:not(.woo-block) input[type=checkbox]:checked+label::before {
    content: "";
}

body:not(.woo-block) input[type=radio]+label:after,
body:not(.woo-block) input[type=checkbox]+label:after {
    content: "";
    position: absolute;
    background: none;
    width: 0.66em;
    height: 0.66em;
    transform: translate(0.245em, 0em);
    transition: opacity ease 0.2s;
    background: var(--anyape_store-button_alt_background_color);
    color: var(--anyape_store-button_alt_background_color);
    opacity: 0;
    top: 0.5em;
}

body:not(.woo-block) input[type=radio]:checked+label:after,
body:not(.woo-block) input[type=checkbox]:checked+label:after {
    opacity: 1;
}

body:not(.woo-block) input[type=radio][disabled]+label::before,
body:not(.woo-block) input[type=checkbox][disabled]+label::before,
body:not(.woo-block) input[type=radio][disabled]:checked+label::before,
body:not(.woo-block) input[type=checkbox][disabled]:checked+label::before {
    box-shadow: inset 0 0 0 0.2em;
}

body:not(.woo-block) input[type=radio][disabled]+label::after,
body:not(.woo-block) input[type=checkbox][disabled]+label::after,
body:not(.woo-block) input[type=radio][disabled]:checked+label::after,
body:not(.woo-block) input[type=checkbox][disabled]:checked+label::after {
    background: none;
    border: none;
    border-left: 0.2em solid;
    border-radius: 0;
    opacity: 1;
    box-sizing: border-box;
}

body:not(.woo-block) input[type=radio][disabled]+label::after,
body:not(.woo-block) input[type=radio][disabled]:checked+label::after {
    width: 1.1554em;
    height: 1.1554em;
    transform: translate(0.35em, 0.35em) rotate(45deg);
}

body:not(.woo-block) input[type=checkbox][disabled]+label::after,
body:not(.woo-block) input[type=checkbox][disabled]:checked+label::after {
    width: 1.2261em;
    height: 1.2261em;
    transform: translate(0.35em, 0.35em) rotate(45deg);
}

body:not(.woo-block) input[type=checkbox]+label::after,
body:not(.woo-block) input[type=checkbox]:checked+label:after {
    background: none;
    border-bottom: 0.25em solid;
    border-right: 0.25em solid;
    width: 0.25em;
    height: 0.5em;
    transform: rotate(45deg) translate(0.175em, -0.3em);
    top: 0.45em;
}

body:not(.woo-block) input[type=radio]+label::before,
body:not(.woo-block) input[type=radio]+label:after {
    border-radius: 1em;
}

body:not(.woo-block) input[type=checkbox]+label::before {
    border-radius: 0.125em;
}

body:not(.woo-block) input[type=radio]+label .description,
body:not(.woo-block) input[type=checkbox]+label .description {
    display: block;
    font-size: small;
    margin-left: 2em;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

input[type=search] {
    box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

label {
    font-weight: 400;
}

label.inline input {
    width: auto;
}

fieldset legend {
    font-weight: 600;
    padding: .5em 1em;
    margin-left: -1em;
}

address p {
    margin: 0;
}

pre {
    background: hsl(var(--anyape_store-background_color-hsl_hue), var(--anyape_store-background_color-hsl_saturation), calc(var(--anyape_store-background_color-hsl_lightness) - var(--anyape_store-hsl_brightness_percent_1)));
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .2s .2s ease;
    transition: opacity .2s .2s ease;
    opacity: 0;
}

select:not([multiple]), span.select2-selection.select2-selection--single {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI0NS4wNTkgMjQ1LjA1OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQ1LjA1OSAyNDUuMDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMjE3Ljc3NCwxMjEuMjI0bC05NS4yNTIsODQuMjI0bC05NS4yMi04NC4yMjRjLTYuMjI5LTYuMjI5LTE2LjM2OC02LjIyOS0yMi41OTcsMAoJCQkJcy02LjIyOSwxNi4zNjgsMCwyMi41NjZsMTA2LjMxMiw5NC4wNDRjMy4xNzgsMy4yMSw3LjM0Miw0LjcwNCwxMS41MDUsNC42NGM0LjE2NCwwLjA5NSw4LjMyNy0xLjM5OCwxMS41MDUtNC41NDUKCQkJCWwxMDYuMzQ0LTk0LjA0NGM2LjE5OC02LjIyOSw2LjE5OC0xNi40LDAtMjIuNTk3QzIzNC4xMSwxMTUuMDI3LDIyMy45NzEsMTE0Ljk5NSwyMTcuNzc0LDEyMS4yMjR6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=') calc(100% - 0.75em) center/7px no-repeat hsl(var(--anyape_store-background_color-hsl_hue), var(--anyape_store-background_color-hsl_saturation), calc(var(--anyape_store-background_color-hsl_lightness) - var(--anyape_store-hsl_brightness_percent_1)));
    max-width: 100%;
    padding-right: 28px !important;
    height: auto;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--anyape_store-accent_color);
    color: var(--anyape_store-background_color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: inherit;
}

span.select2-dropdown.select2-dropdown--below {
    top: 4px;
    padding-top: 5px;
}

.show-password-input {
    padding: 0.25em;
    margin: 0.559em;
    line-height: 1;
    border-radius: 1em;
}

.show-password-input.display-password {
    background-color: var(--anyape_store-button_alt_background_color);
}

.show-password-input.display-password::after {
    color: var(--anyape_store-button_alt_text_color);
}

/* Posts */
.post h1.entry-title {
    margin-top: 0.5em;
}

span.post-meta {
    padding: 0.25em 0.75em;
    border-radius: 1em;
    border: 1px solid hsl(var(--anyape_store-background_color-hsl_hue), var(--anyape_store-background_color-hsl_saturation), calc(var(--anyape_store-background_color-hsl_lightness) - var(--anyape_store-hsl_brightness_percent_3)));
    font-family: var(--font-family--heading);
    text-align: center;
    margin-bottom: 1.5em;
    display: inline-block;
}

.archive span.post-meta .sep,
span.post-meta br {
    display: none;
}

.hentry .entry-header .post-comments a {
    color: var(--anyape_store-accent_color);
    text-decoration: none;
}

.archive .hentry .entry-header {
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 0;
    word-break: break-word;
}

.hentry .entry-header,
.hentry.type-page .entry-header {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top: 0;
}

.hentry.type-page .entry-header {
    margin-bottom: 2em;
}

.hentry .entry-taxonomy {
    border: none;
    margin: 0;
}

@media(min-width: 768px) {
    .archive span.post-meta br {
        display: block;
    }

    .archive span.post-meta {
        margin: calc(.5407911001em * 1.75 - 0.25em) 0 calc(.2675em * 1.75 - 0.25em);
    }

    .archive .hentry .entry-header {
        display: grid;
        grid-auto-columns: max-content;
        grid-template-columns: 1fr max-content;
        align-items: start;
        gap: 1em;
        justify-items: stretch;
    }
}

/* Footer */

.site-info {
    padding: 0;
    font-size: 0.75em;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.footer-widgets {
    display: flex;
    gap: 2em;
    margin: 0 0 2em;
    padding: 0;
    border: 0;
    width: 100%;
    justify-content: space-between;
}

@media (min-width: 768px) {

    .footer-widgets::before,
    .footer-widgets::after {
        display: none
    }

    .site-footer {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 8px;
        clip-path: inset(0px -10px -10px -10px);
        margin-bottom: 3em;
        padding-bottom: 1em;
        position: relative;
        z-index: 0;
    }
}

.footer-column.footer-column {
    display: flex;
    gap: 2em;
    width: 100%;
    max-width: 500px;
}

.footer-column.footer-column-1 {
    flex-direction: column;
}

.footer-column.footer-column-2 {
    flex-direction: row;
    justify-content: space-around;
}

.footer-row {
    display: flex;
    flex-direction: column;
}

.footer-widgets .widget,
.footer-widgets .widget form,
.footer-widgets .widget ul {
    margin: 0;
}

.secondary-navigation {
    display: block;
    margin: 0;
    width: auto;
    clear: none;
    line-height: 1;
}

.secondary-navigation ul.menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
    float: none;
}

.secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
}

.secondary-navigation ul li a {
    padding: 1em .875em;
    font-weight: 400;
    display: block;
}

@media (max-width: 768px) {
    .footer-widgets {
        flex-direction: column;
    }

    .footer-column.footer-column-2 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

/* Comments */

.comment-body {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 1em;
}

@media (max-width: 500px) {
    .comment-body {
        flex-wrap: wrap;
        justify-content: center;
        
    }
}

#comments .comment-list .comment-body::before,
#comments .comment-list .comment-body::after {
    display: none;
}

#comments .comment-list .comment-content {
    padding: 0;
}

@media (min-width: 768px) {
    .comment-list .comment-meta {
        width: 7.5em;
        float: none;
        margin: 0;
        text-align: center;
        max-width: 10em;
    }

    .comment-list .comment-meta .avatar {
        float: none;
    }

    .comment-list .comment-content {
        width: 100%;
        float: none;
        max-width: calc(100% - 7.5em);
    }
}

.comment-list #respond,
.comment-list ol.children #respond {
    width: 100%
}

.comment-author.vcard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comment-meta.commentmetadata {
    text-align: center;
    justify-self: flex-start;
}

span#reply-title {
    margin-right: 1em;
}

#comments .comment-list .reply {
    margin: 0;
}

.comment-list li.comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.comment-list ol.children .comment-meta,
.comment-list ol.children ol.children .comment-meta,
.comment-list ol.children ol.children ol.children .comment-meta,
.comment-list ol.children ol.children ol.children ol.children .comment-meta {
    width: 7.5em;
    float: none;
    margin-right: 0;
}

.comment-list ol.children,
.comment-list ol.children ol.children
.comment-list ol.children ol.children ol.children
.comment-list ol.children ol.children ol.children ol.children {
    float: none;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.comment-list ol.children .comment-content,
.comment-list ol.children ol.children .comment-content,
.comment-list ol.children ol.children ol.children .comment-content,
.comment-list ol.children ol.children ol.children ol.children .comment-content {
    width: fit-content;
    float: none;
    margin-right: 0;
}

.comment-list ol.children {
    width: 88.2352941176%;
}

.comment-list ol.children ol.children {
    width: 86.6666666667%;
}

.comment-list ol.children ol.children ol.children {
    width: 84.6153846154%;
}

.comment-list ol.children ol.children ol.children ol.children {
    width: 81.8181818182%;
}
