body.gpo-storefront-theme {
    background: #fff;
    color: #1d1f21;
}

body.gpo-storefront-theme #scroll_to_top,
body.gpo-storefront-theme .et-global-campaign,
body.gpo-storefront-theme .sticky-product-bar,
body.gpo-storefront-theme .sticky-bar-trigger,
body.gpo-storefront-theme .top-bar,
body.gpo-storefront-theme .site-header,
body.gpo-storefront-theme .site-footer {
    display: none !important;
}

body.gpo-storefront-theme .sticky-product-bar,
body.gpo-storefront-theme .sticky-bar-trigger,
body.gpo-storefront-theme.product-bar-visible .sticky-product-bar {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.gpo-storefront-theme.product-bar-visible.single-product.fixed-product-bar-bottom .footer,
body.gpo-storefront-theme.product-bar-visible.single-product.fixed-product-bar-bottom .site-content {
    margin-bottom: 0 !important;
}

body.gpo-storefront-theme .header-spacer,
body.gpo-storefront-theme .product-header-spacer {
    height: 132px !important;
}

body.gpo-banner-dismissed .header-spacer,
body.gpo-banner-dismissed .product-header-spacer {
    height: 84px !important;
}

.gpo-storefront-banner {
    background: #000;
    color: #fff;
    font-size: 13px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110;
}

.gpo-storefront-banner[hidden] {
    display: none !important;
}

.gpo-storefront-banner__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 48px;
    padding: 0 56px;
    position: relative;
}

.gpo-storefront-banner__copy {
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: center;
}

.gpo-storefront-banner__close,
.gpo-storefront-close {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    padding: 0;
}

.gpo-storefront-banner__close {
    position: absolute;
    right: 18px;
    top: 12px;
}

.gpo-storefront-header {
    background: #fff;
    border-bottom: 1px solid #ece6db;
    left: 0;
    position: fixed;
    right: 0;
    top: 48px;
    z-index: 109;
}

body.admin-bar .gpo-storefront-banner {
    top: 32px;
}

body.admin-bar .gpo-storefront-header {
    top: 80px;
}

body.admin-bar.gpo-banner-dismissed .gpo-storefront-header {
    top: 32px;
}

body.gpo-banner-dismissed .gpo-storefront-header {
    top: 0;
}

.gpo-storefront-header__row {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 120px minmax(0, 1fr) 120px;
    margin: 0 auto;
    max-width: 1440px;
    min-height: 84px;
    padding: 0 28px;
}

.gpo-storefront-header__left,
.gpo-storefront-header__right {
    align-items: center;
    display: flex;
    gap: 14px;
}

.gpo-storefront-header__right {
    justify-content: flex-end;
}

.gpo-storefront-header__center {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.gpo-storefront-nav {
    align-items: center;
    display: flex;
    gap: 34px;
}

.gpo-storefront-nav--left {
    justify-content: flex-end;
    padding-right: 28px;
}

.gpo-storefront-nav--right {
    justify-content: flex-start;
    padding-left: 28px;
}

.gpo-storefront-nav a,
.gpo-storefront-footer a,
.gpo-storefront-drawer__nav a {
    color: #1d1f21;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.gpo-storefront-logo {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.gpo-storefront-logo img {
    display: block;
    height: auto;
    max-width: 179px;
    width: 179px;
}

.gpo-storefront-icon-button,
.gpo-storefront-search-button,
.gpo-storefront-account,
.gpo-storefront-cart {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #1d1f21;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

.gpo-storefront-search-button svg,
.gpo-storefront-account svg,
.gpo-storefront-cart svg {
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 24px;
}

.gpo-storefront-icon-button {
    flex-direction: column;
    gap: 4px;
    height: 24px;
    width: 24px;
}

.gpo-storefront-icon-button span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 1.8px;
    width: 18px;
}

.gpo-storefront-cart {
    position: relative;
}

.gpo-storefront-cart__count {
    align-items: center;
    background: #1d1f21;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    right: -8px;
    top: -4px;
}

.gpo-storefront-search,
.gpo-storefront-drawer {
    inset: 0;
    position: fixed;
    z-index: 150;
}

.gpo-storefront-search[hidden],
.gpo-storefront-drawer[hidden] {
    display: none !important;
}

body.gpo-shell-overlay-open {
    overflow: hidden;
}

.gpo-storefront-search__backdrop,
.gpo-storefront-drawer__backdrop {
    background: rgba(0, 0, 0, 0.32);
    border: 0;
    inset: 0;
    position: absolute;
}

.gpo-storefront-search__panel {
    background: #fff;
    left: 50%;
    max-width: 720px;
    padding: 24px;
    position: absolute;
    top: 110px;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    z-index: 2;
}

.gpo-storefront-search__form {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr auto;
}

.gpo-storefront-search__form input,
.gpo-storefront-footer__subscribe input {
    border: 1px solid #d8d2c6;
    color: #1d1f21;
    font-size: 15px;
    min-height: 48px;
    padding: 0 16px;
}

.gpo-storefront-search__form button,
.gpo-storefront-footer__subscribe button {
    background: #1d1f21;
    border: 1px solid #1d1f21;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    min-height: 48px;
    padding: 0 18px;
    text-transform: uppercase;
}

.gpo-storefront-drawer__panel {
    background: #fff;
    bottom: 0;
    left: 0;
    max-width: 420px;
    padding: 20px 22px 32px;
    position: absolute;
    top: 0;
    width: calc(100vw - 44px);
    z-index: 2;
}

.gpo-storefront-drawer__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.gpo-storefront-drawer__nav {
    display: grid;
    gap: 16px;
}

.gpo-storefront-drawer__nav a {
    font-size: 17px;
}

.gpo-storefront-footer {
    background: #000;
    color: #fff;
    margin-top: 80px;
}

.gpo-storefront-footer__inner,
.gpo-storefront-footer__bottom {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
}

.gpo-storefront-footer__inner {
    align-items: flex-start;
    padding-bottom: 42px;
    padding-top: 52px;
}

.gpo-storefront-footer__links {
    display: flex;
    flex: 1 1 auto;
    gap: 48px;
}

.gpo-storefront-footer__group h2,
.gpo-storefront-footer__subscribe h2 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 16px;
}

.gpo-storefront-footer__group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gpo-storefront-footer__group li + li {
    margin-top: 10px;
}

.gpo-storefront-footer a {
    color: rgba(255, 255, 255, 0.88);
}

.gpo-storefront-footer__subscribe {
    flex: 0 0 340px;
}

.gpo-storefront-footer__subscribe form {
    display: grid;
    gap: 12px;
}

.gpo-storefront-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 22px;
    padding-top: 22px;
}

.gpo-storefront-footer__copyright {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.gpo-storefront-footer__social {
    display: inline-flex;
    gap: 16px;
}

.gpo-storefront-footer__social a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.gpo-storefront-footer__social svg {
    fill: none;
    height: 20px;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 20px;
}

body.gpo-storefront-theme .woocommerce-breadcrumb {
    color: #8f897c;
    font-size: 14px;
    margin-bottom: 20px;
}

body.gpo-storefront-theme .woocommerce-breadcrumb a {
    color: #8f897c;
}

@media (max-width: 1199px) {
    .gpo-storefront-header__center {
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    }

    .gpo-storefront-nav {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    body.gpo-storefront-theme .header-spacer,
    body.gpo-storefront-theme .product-header-spacer {
        height: 116px !important;
    }

    body.gpo-banner-dismissed .header-spacer,
    body.gpo-banner-dismissed .product-header-spacer {
        height: 76px !important;
    }

    .gpo-storefront-header {
        top: 40px;
    }

    .gpo-storefront-banner__inner {
        min-height: 40px;
        padding: 0 44px;
    }

    .gpo-storefront-banner__copy {
        font-size: 12px;
    }

    .gpo-storefront-header__row {
        grid-template-columns: 88px minmax(0, 1fr) 88px;
        min-height: 76px;
        padding: 0 18px;
    }

    .gpo-storefront-header__center {
        display: flex;
        justify-content: center;
    }

    .gpo-storefront-nav {
        display: none;
    }

    .gpo-storefront-logo img {
        max-width: 118px;
        width: 118px;
    }

    .gpo-storefront-footer__inner,
    .gpo-storefront-footer__bottom,
    .gpo-storefront-footer__links {
        flex-direction: column;
    }

    .gpo-storefront-footer__subscribe {
        flex-basis: auto;
        width: 100%;
    }

    .gpo-storefront-footer__bottom {
        gap: 18px;
    }
}
