@font-face {
    font-family: "Storefront Legacy Angle";
    src: url("fonts/storefront-angle-icons.woff2?ver=1.0.295") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 900;
}

#footer {
    background: #1a1a1a;
    color: #fff;
}

#footer .site-footer {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    background: #1a1a1a;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
}

#footer .container-fluid {
    --storefront-footer-container-pad: 10px;
    --storefront-footer-grid-gutter: 10px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: var(--storefront-footer-container-pad) !important;
    padding-left: var(--storefront-footer-container-pad) !important;
}

#footer .container-fluid > .wp-block-group.site-footer {
    width: auto !important;
    max-width: none !important;
    margin-right: calc(-1 * var(--storefront-footer-container-pad)) !important;
    margin-left: calc(-1 * var(--storefront-footer-container-pad)) !important;
}

#footer .wp-block-group.site-footer .footer-top > .wp-block-group__inner-container,
#footer .wp-block-group.site-footer .footer-bottom > .wp-block-group__inner-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: var(--storefront-footer-container-pad) !important;
    padding-left: var(--storefront-footer-container-pad) !important;
}

#footer .site-footer a {
    color: #fff;
    text-decoration: none;
}

#footer .site-footer .footer-top {
    padding: 65px 0 45px;
}

#footer .wp-block-columns.footer-grid {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: auto !important;
    max-width: none !important;
    margin-right: calc(-1 * var(--storefront-footer-grid-gutter)) !important;
    margin-bottom: 0 !important;
    margin-left: calc(-1 * var(--storefront-footer-grid-gutter)) !important;
    align-items: stretch !important;
}

#footer .wp-block-columns.footer-grid > .wp-block-column {
    box-sizing: border-box !important;
    flex-basis: auto !important;
    flex-grow: 0;
    margin: 0;
    padding-right: var(--storefront-footer-grid-gutter) !important;
    padding-left: var(--storefront-footer-grid-gutter) !important;
}

#footer .site-footer .footer-logo {
    margin: 2px 0 25px;
    line-height: 26px;
}

#footer .site-footer .footer-logo img {
    display: inline;
    width: auto !important;
    height: 28px !important;
    max-width: none !important;
    vertical-align: middle;
    transition: opacity 0.3s ease;
}

#footer .site-footer .footer-logo a:hover img {
    opacity: 1;
}

#footer .site-footer .footer-warning {
    margin: 0 0 5px;
    padding: 4px 0;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.013333333333333em;
    opacity: 0.8;
}

#footer .site-footer .footer-warning strong {
    font-weight: inherit;
}

#footer .site-footer .footer-title {
    margin: 0;
    padding: 0 0 12px;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
}

#footer .site-footer .footer-newsletter .footer-title {
    margin-bottom: 6px !important;
}

#footer .site-footer .footer-links,
#footer .site-footer .footer-newsletter {
    margin-bottom: 15px !important;
}

#footer .site-footer .footer-nav,
#footer .site-footer .footer-nav .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    align-items: flex-start;
}

#footer .site-footer .footer-nav,
#footer .site-footer .footer-nav ul,
#footer .site-footer .footer-nav li {
    width: 100%;
}

#footer .site-footer .footer-nav li {
    display: list-item !important;
    line-height: 34px !important;
}

#footer .site-footer .footer-nav a {
    display: inline-block !important;
    padding: 4px 0;
    color: #fff !important;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

#footer .site-footer .footer-nav .wp-block-navigation-item__label {
    position: relative;
    display: inline;
    opacity: 0.8;
}

#footer .site-footer .footer-nav .wp-block-navigation-item__label::before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    visibility: hidden;
    background: #fff;
    content: "";
    transition: width 0.3s ease;
}

#footer .site-footer .footer-nav a:hover,
#footer .site-footer .footer-nav a:focus,
#footer .site-footer .footer-nav a:active {
    color: #fff !important;
}

#footer .site-footer .footer-nav a:hover .wp-block-navigation-item__label::before {
    width: 100%;
    visibility: visible;
}

#footer .site-footer .footer-newsletter > p {
    margin: 0 0 30px;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    opacity: 0.8;
}

#footer .site-footer .footer-newsletter form {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0;
    align-items: flex-start !important;
}

#footer .site-footer .footer-newsletter form > div,
#footer .site-footer .footer-newsletter form > div > div {
    width: 100% !important;
    min-width: 0 !important;
}

#footer .site-footer .footer-newsletter form > div {
    display: flex !important;
    align-items: flex-start !important;
}

#footer .site-footer .footer-newsletter .omnisend-mobile-container:has(input[type="email"]) {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
}

#footer .site-footer .footer-newsletter .omnisend-mobile-container:has(button[type="submit"]) {
    flex: 0 0 121px !important;
    width: 121px !important;
    max-width: 121px !important;
}

#footer .site-footer .footer-newsletter form div:has(> input[type="email"]),
#footer .site-footer .footer-newsletter form div:has(> button[type="submit"]) {
    padding: 0 !important;
}

#footer .site-footer .footer-newsletter input[type="email"] {
    box-sizing: border-box !important;
    width: calc(100% - 15px) !important;
    height: 51px !important;
    min-height: 51px !important;
    margin: 0 15px 10px 0 !important;
    padding: 12px 15px 11px !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    outline: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #646464 !important;
    font-family: "Jost", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
}

#footer .site-footer .footer-newsletter input[type="email"]::placeholder {
    color: #646464 !important;
    font: inherit !important;
    text-transform: capitalize;
    opacity: 1 !important;
}

#footer .site-footer .footer-newsletter button[type="submit"] {
    box-sizing: border-box !important;
    width: 121px !important;
    height: 51px !important;
    min-height: 51px !important;
    margin: 0 0 10px !important;
    padding: 14px 15px 12px !important;
    border: 1px solid #ffcc00 !important;
    border-radius: 3px !important;
    outline: 0 !important;
    background: #ffcc00 !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: "Jost", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

#footer .site-footer .footer-newsletter button[type="submit"]:hover,
#footer .site-footer .footer-newsletter button[type="submit"]:focus,
#footer .site-footer .footer-newsletter button[type="submit"]:active {
    border-color: #ffcc00 !important;
    outline: 0 !important;
    background: #ffcc00 !important;
    box-shadow: none !important;
    color: #000 !important;
}

#footer .site-footer .footer-bottom {
    padding: 30px 0 25px;
    background: #262626;
    color: #fff;
}

#footer .site-footer .footer-bottom p {
    max-width: 100%;
    margin: 0 0 22px;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0;
}

#footer .site-footer .footer-heart-glyph::before {
    content: "💛";
}

html body #topcontrol {
    z-index: 1000;
}

#topcontrol {
    right: 3.175% !important;
    bottom: 15vh !important;
    display: flex !important;
    width: 52px !important;
    height: 52px !important;
    background: #000 !important;
    color: #fff !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
}

#topcontrol i {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: -4px 0 0 !important;
    font-family: "Storefront Legacy Angle" !important;
    font-size: 40px !important;
    line-height: 40px !important;
    text-align: center;
}

#topcontrol i::before {
    content: "\f106" !important;
    font-family: "Storefront Legacy Angle" !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    line-height: 40px !important;
}

#topcontrol:hover,
#topcontrol:focus,
#topcontrol:active {
    background: #000 !important;
    color: #fff !important;
}

@media (min-width: 576px) {
    #footer .container-fluid {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    #footer .container-fluid {
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    #footer .container-fluid {
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    #footer .container-fluid {
        --storefront-footer-container-pad: 30px;
        --storefront-footer-grid-gutter: 15px;
        max-width: 1690px !important;
    }

    #footer .site-footer .footer-brand {
        flex: 0 0 22.2% !important;
        width: 22.2% !important;
        max-width: 22.2% !important;
    }

    #footer .site-footer .footer-shop,
    #footer .site-footer .footer-info {
        flex: 0 0 25% !important;
        width: 25% !important;
        max-width: 25% !important;
    }

    #footer .site-footer .footer-newsletter {
        flex: 0 0 27.8% !important;
        width: 27.8% !important;
        max-width: 27.8% !important;
    }
}

@media (min-width: 1600px) {
    #footer .container-fluid {
        --storefront-footer-container-pad: 75px;
        max-width: 1920px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #footer .site-footer .footer-newsletter form {
        max-width: none !important;
    }

    #footer .site-footer .footer-newsletter form > div {
        flex-wrap: wrap !important;
    }

    #footer .site-footer .footer-newsletter form > div .omnisend-mobile-container:has(input[id][type="email"]),
    #footer .site-footer .footer-newsletter form > div .omnisend-mobile-container:has(button[id][type="submit"]) {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #footer .site-footer .footer-newsletter form .omnisend-mobile-container:has(button[id][type="submit"]) > [class*="-action-container-"] {
        display: flex !important;
        flex-direction: column !important;
        flex: 0 0 100% !important;
        width: auto !important;
        min-width: 100% !important;
        max-width: 100% !important;
        align-self: stretch !important;
    }

    #footer .site-footer .footer-newsletter input[type="email"] {
        width: calc(100% - 15px) !important;
        height: 49px !important;
        min-height: 49px !important;
    }

    #footer.footer.footer-builder .site-footer .footer-newsletter form button[id][type="submit"] {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        inline-size: auto !important;
        min-inline-size: 0 !important;
        max-inline-size: none !important;
        height: 51px !important;
        min-height: 51px !important;
        align-self: stretch !important;
    }
}

@media (max-width: 1199px) {
    #footer .wp-block-columns.footer-grid {
        flex-wrap: wrap !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-brand,
    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-shop,
    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-info {
        flex: 0 0 33.333333% !important;
        width: 33.333333% !important;
        max-width: 33.333333% !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-shop,
    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-info {
        margin-bottom: 38px !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-brand {
        margin-bottom: 0 !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-newsletter {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
        padding-bottom: 30px !important;
    }

    #footer .site-footer .footer-newsletter form {
        width: 100% !important;
        max-width: 500px !important;
    }

    #footer .site-footer .footer-newsletter > [id^="omnisend-embedded-"] {
        width: 100% !important;
        max-width: 500px !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    #footer .site-footer .footer-newsletter form input[id][type="email"] {
        width: calc(100% - 15px) !important;
        height: 49px !important;
        min-height: 49px !important;
    }

    body #footer.footer.footer-builder .site-footer .footer-newsletter form button[id][type="submit"] {
        box-sizing: border-box !important;
        width: 121px !important;
        height: 49px !important;
        min-height: 49px !important;
        max-height: 49px !important;
        block-size: 49px !important;
        min-block-size: 49px !important;
        max-block-size: 49px !important;
        padding: 8px 15px 7px !important;
        transition-property: color, background-color, border-color !important;
    }

    #topcontrol {
        right: 2.5% !important;
        bottom: 85px !important;
        width: 35px !important;
        height: 35px !important;
    }

    #topcontrol i,
    #topcontrol i::before {
        width: auto !important;
        height: auto !important;
        margin-top: -2px !important;
        font-size: 26px !important;
        line-height: 26px !important;
    }
}

@media (max-width: 767px) {
    #footer .site-footer .footer-top {
        padding: 65px 0 45px !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-brand,
    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-shop,
    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-info,
    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-newsletter {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-brand {
        margin-bottom: 0 !important;
        padding-bottom: 10px !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-shop {
        margin-bottom: 15px !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-info {
        margin-bottom: 39px !important;
    }

    #footer .site-footer .wp-block-columns.footer-grid > .wp-block-column.footer-newsletter {
        padding-bottom: 30px !important;
    }

    #footer .site-footer .footer-shop .footer-title,
    #footer .site-footer .footer-info .footer-title {
        position: relative;
        box-sizing: border-box;
        padding: 0 15px 13px 0;
        border-bottom: 1px solid #fff;
        cursor: pointer;
    }

    #footer .site-footer .footer-shop .footer-title::after,
    #footer .site-footer .footer-info .footer-title::after {
        position: absolute;
        top: 1px;
        right: 0;
        display: block;
        margin: 0;
        padding: 0;
        background: none;
        content: "\f107";
        font-family: "Storefront Legacy Angle";
        font-size: 17px;
        font-weight: 900;
        line-height: 17px;
        cursor: pointer;
        transition: transform 0.3s linear;
    }

    #footer .site-footer .footer-shop .footer-title[aria-expanded="true"]::after,
    #footer .site-footer .footer-info .footer-title[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

    #footer .site-footer.storefront-footer-mobile-ready .footer-links .footer-nav[hidden] {
        display: none !important;
    }

    #footer .site-footer.storefront-footer-mobile-ready .footer-links .footer-nav.is-storefront-footer-sliding,
    #footer .site-footer.storefront-footer-mobile-ready .footer-links .footer-nav:not([hidden]) {
        display: flex !important;
    }

    #footer .site-footer .footer-links .footer-nav {
        margin: 10px 0 12px !important;
    }

    #footer .site-footer .footer-bottom,
    #footer .site-footer .footer-bottom p {
        text-align: center;
    }

    #footer .site-footer .footer-newsletter form {
        display: flex !important;
    }

    #footer .site-footer .footer-newsletter form > div {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    #footer .site-footer .footer-newsletter .omnisend-mobile-container:has(input[type="email"]) {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    #footer .site-footer .footer-newsletter .omnisend-mobile-container:has(button[type="submit"]) {
        flex: 0 0 121px !important;
        width: 121px !important;
        max-width: 121px !important;
    }

    #footer .site-footer .footer-newsletter input[type="email"] {
        width: calc(100% - 15px) !important;
    }

    #footer .site-footer .footer-newsletter button[type="submit"] {
        width: 121px !important;
    }

    #topcontrol {
        right: 10px !important;
        bottom: 220px !important;
    }
}
