
h1.shop-page-title {
    font-size: clamp(2.625rem, 2.46rem + .71vw, 3.3125rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;        text-transform: capitalize;
}
._nav_h3zrq_59 {
    -ms-overflow-style: none;
    align-items: center;
    display: flex;
    gap: .5rem;
    margin-left: calc(clamp(1rem, 4.2667vw, 2rem) * -1);
    margin-right: calc(clamp(1rem, 4.2667vw, 2rem) * -1);
    overflow-x: auto;
    padding: .25rem clamp(1rem, 4.2667vw, 2rem) 1rem;
    scrollbar-width: none;
}
._nav_h3zrq_59::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}
._container_1jk5r_59 {
    flex-shrink: 0;
    position: relative;
}

._chip_1javs_60 {
    --chip-wrapper-height: 3rem;
    --chip-height: 2.5rem;
    --chip-min-width: 3.75rem;
    --chip-padding: 0 1rem;
    --chip-border-color: #ccc;
    --chip-border-display: inline-flex;
    --chip-icon-height-width: 1rem;
    --chip-label-font-size: 1rem;
    --chip-label-letter-spacing: .01rem;
    align-items: center;
    border: none;
    border-radius: 2.5rem;
    color: #000;
    display: var(--chip-border-display);
    height: var(--chip-wrapper-height);
    justify-content: center;
    min-width: var(--chip-min-width);
    padding: 0;margin-right: 0;
    margin-bottom: 0;text-transform:unset;
}
._chip_1jk5r_64 {
    margin-left: calc(var(--left) * .5rem);
    position: relative;
    z-index: 1;
}
._tab_h3zrq_97 {
    align-items: center;
    color: #4d4d4d;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 500;
    height: 2.5rem;
    padding: 0 1rem;
}
._tab_h3zrq_97 a, ._tab_h3zrq_97 button {
    align-items: center;
    border: solid transparent;
    border-width: .125rem 0;
    display: flex;
    height: 2.5rem;
}
._tab_h3zrq_97._active_h3zrq_119 a, ._tab_h3zrq_97._active_h3zrq_119 button {
    border-bottom-color: #000;
    color: #000;
}


.shop-container .row.row-small{
    max-width: 100%;
}
._grid_1gy75_59 .shop-container .products.row{
    display: grid;
    gap: clamp(.5rem, 2.1333vw, 1rem);
    gap: .5rem .25rem;
    grid-auto-flow: dense;
    grid-template-columns: [col-start] 1fr;
    grid-template-columns: repeat(2, 1fr);

}
@media (min-width: 1024px) {
    ._grid_1gy75_59 .shop-container .products.row>.product-small {
        animation:_fade-in_1gy75_1 .4s ease-in-out .1s forwards;
        opacity: 0
    }

    ._grid_1gy75_59 .shop-container .products.row>.product-small:nth-child(2),._grid_1gy75_59 .shop-container .products.row>.product-small:nth-child(3) {
        opacity: 0;
        transform: translateY(2rem)
    }

    ._grid_1gy75_59 .shop-container .products.row>.product-small:first-child {
        animation: _fade-in-slide-up_1gy75_1 .1s ease-in-out forwards
    }

    ._grid_1gy75_59 .shop-container .products.row>.product-small:nth-child(2) {
        animation: _fade-in-slide-up_1gy75_1 .25s ease-in-out .05s forwards
    }

    ._grid_1gy75_59 .shop-container .products.row>.product-small:nth-child(3) {
        animation: _fade-in-slide-up_1gy75_1 .4s ease-in-out .1s forwards
    }
}

@keyframes _fade-in-slide-up_1gy75_1 {
    0% {
        opacity: 0;
        transform: translateY(2rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes _fade-in_1gy75_1 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

._disabled_1jk5r_75 {
    max-width: 6.25rem;
    position: absolute;
    pointer-events: none;
    cursor: default;
}
._chipInner_1javs_102 {
    align-items: center;
    background-color: #fff;
    border: .0625rem solid var(--chip-border-color);
    border-radius: 2.5rem;
    display: var(--chip-border-display);
    gap: .5rem;
    height: var(--chip-height);
    justify-content: inherit;
    min-width: var(--chip-min-width);
    padding: var(--chip-padding);
    width: 100%;
}
._chip_1jk5r_64:not(._disabled_1jk5r_75) ._chipInner_1javs_102:hover{
    --chip-border-color: #000;
}
._disabled_1jk5r_75 ._chipInner_1javs_102 {
    --chip-border-color: #e5e5e5;
    cursor: auto;
}
._hasIcon_1javs_152 {
    --chip-padding: 0 .75rem 0 1rem;
}
._label_1javs_164 {
    color: #000;
    font-size: var(--chip-label-font-size);
    font-style: normal;
    font-weight: 500;
    letter-spacing: var(--chip-label-letter-spacing);
    line-height: 135%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._icon_1javs_176 {
    height: var(--chip-icon-height-width);
    width: var(--chip-icon-height-width);
}

._bar_p4zao_63 {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 calc(clamp(1rem, 4.2667vw, 2rem) * -1);
    padding: 1.5rem clamp(1rem, 4.2667vw, 2rem);
}
._button_1ynn7_61 {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2.5rem;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
    line-height: 1.25;
    max-width: 100%;
    padding: 0 1.5rem;margin: 0;
    text-transform: unset;
}
._outlined_1ynn7_179 {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
._button_1ynn7_61._extraSmall_1ynn7_91 {
    font-size: 1rem;
    height: 2.5rem;
    padding: 0 1.25rem;
}
._hasIcon_1ynn7_287._extraSmall_1ynn7_91 {
    padding-left: 0.5rem!important;
}
._icon_1ynn7_268{
    flex-shrink: 0;
    margin-right: .5rem;
    pointer-events: none;
}
._content_1ynn7_260 {
    -webkit-font-kerning: none;
    overflow: hidden;
    pointer-events: none;
    text-overflow: ellipsis;
    white-space: nowrap;display: inline-flex;
}
._iconOnly_1ynn7_268 ._content_1ynn7_260 {
    height: .0625rem;
    left: -625rem;
    min-width: .0625rem;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: .0625rem;
}
._count_11ulw_59 {
    display: inline-block;
}
._count_p4zao_82 {
    font-size: .75rem;
    padding: .25rem 0;
    text-transform: uppercase;
}
._count_p4zao_82 span._count{
    margin-right: 5px;
}
.woocommerce-result-count{margin-right: 0}
._bar_i638f_59 {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 1px #0000000d, 0 4px 8px #0000001a;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    left: 0;
    padding: .75rem clamp(1rem, 4.2667vw, 2rem);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}


.wpc-custom-selected-terms ul.wpc-filter-chips-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 1rem 0;position: relative;
    padding-bottom: 50px;
}
body .wpc-filter-chips-list li.wpc-chip-reset-all{
    position: absolute!important;bottom: 0;left: 0;
}
body .wpc-filter-chips-list li.wpc-chip-reset-all a{
    border: unset!important;padding: 0!important;text-transform: uppercase;
    -webkit-font-kerning: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.75rem;
}
body .wpc-filter-chips-list li.wpc-chip-reset-all a:after {
    border-bottom: 1px solid #000;
    border-radius:0!important;
    bottom: 0;
    content: "";
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
}
.wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip{
    margin: 0!important;
}
.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a{
    height: auto!important;
}
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a{
    --chip-wrapper-height: 3rem;
    --chip-height: 2.5rem;
    --chip-min-width: 3.75rem;
    --chip-padding: 0 1rem;
    --chip-border-color: #ccc;
    --chip-border-display: inline-flex;
    --chip-icon-height-width: 1rem;
    --chip-label-font-size: 1rem;
    --chip-label-letter-spacing: .01rem;
    align-items: center;
    border: none;
    border-radius: 2.5rem;
    color: #000;
    display: var(--chip-border-display);
    height: var(--chip-wrapper-height);
    justify-content: center;
    min-width: var(--chip-min-width);
    padding: 0;
}
li.wpc-filter-chip:not(.wpc-chip-reset-all) a span.wpc-chip-content {
    --chip-padding: 0 .75rem 0 1rem;
    align-items: center;
    background-color: #fff;
    border: .0625rem solid var(--chip-border-color);
    border-radius: 2.5rem;
    display: var(--chip-border-display);
    gap: .5rem;
    height: var(--chip-height);
    justify-content: inherit;
    min-width: var(--chip-min-width);
    padding: var(--chip-padding);
    width: 100%;
}
li.wpc-filter-chip:not(.wpc-chip-reset-all):hover a span.wpc-chip-content {
    border-color: #000;
}
li.wpc-filter-chip:not(.wpc-chip-reset-all) a span.wpc-chip-content .wpc-filter-chip-name {
    color: #000;
    font-size: var(--chip-label-font-size);
    font-style: normal;
    font-weight: 500;
    letter-spacing: var(--chip-label-letter-spacing);
    line-height: 135%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;margin-right: 0!important;
}
.widget-title.wpc-filter-title,.widget-title.shop-sidebar {
    font-size: clamp(1rem, .94rem + .26vw, 1.25rem);
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-transform: inherit
}
.widget .is-divider,.wpc-counter-length-1 .wpc-term-count{
    display: none!important;
}
ul.wpc-filters-ul-list {
    grid-gap: .75rem;
    display: grid;
}
.wpc-filters-main-wrap li.wpc-term-item{
    margin-bottom: 0!important;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox], .wpc-filters-main-wrap li.wpc-term-item input[type=radio]{
    margin-right: .75rem!important;
}
.wpc-filters-main-wrap input[type=checkbox], .wpc-filters-main-wrap input[type=radio]{
    height: 1.2rem!important;
    width: 1.2rem!important;
    border: .0625rem solid;
    display: inline-grid;
    border: 1px solid #000000!important;
    background: #ffffff;
    border-radius:0!important;
}
.wpc-term-count-0 input[type=checkbox],.wpc-term-count-0 input[type=radio]{
    opacity: .7;
}
.wpc-filters-main-wrap input[type=checkbox]:after{
    background-color: #000;
    width: 0.8rem !important;
    height: 0.8rem !important;
    transform:unset!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    border: unset!important;
}
.wpc-filters-main-wrap li.wpc-term-item a{
    color: #000;
}
ul.wpc-filters-ul-list.wpc-filters-labels {
    --base-selector-min-option-width-ch: 9ch;
    grid-gap: .5rem;
    display: grid!important;
    grid-template-columns:repeat(var(--plp-size-filter-columns-mobile, 4), 1fr);
    position: relative;
}
.wpc-filters-main-wrap .wpc-filters-labels .wpc-term-item-content-wrapper{
    display: block!important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
    margin-right: 0!important;border-radius: 0!important;border-color: #ccc!important;width: 100%;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover{
    border-color: #000!important;background-color: #fff;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{
    width: 100%;justify-content: center;border: unset!important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper a{
    margin-right: 0!important;
}
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a{
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .wpc-custom-selected-terms ul.wpc-filter-chips-list{

    }
    body .wpc-filters-main-wrap input.wpc-label-input+label:hover {
        border-color: unset!important;
        border-radius: 0!important;
    }
    .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper {

        border-radius: 0!important;
        background-color: #fff!important;
    }
    body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a {
        color: #000!important;
    }
}
@media (min-width: 1024px) {
    .widget.widget_wpc_chips_widget {
        padding: 1.5rem 2.5rem 1.5rem .25rem;
    }
    ul.wpc-filters-ul-list.wpc-filters-labels {
        grid-template-columns:repeat(3, 1fr)
    }
}
@media (prefers-reduced-motion: no-preference) {
    ._bar_i638f_59._whileShowing_i638f_83 {
        transition: transform .3s ease-out
    }

    ._bar_i638f_59._whileHidding_i638f_86 {
        transition: transform .15s ease-in
    }

    ._bar_i638f_59._whenHidden_i638f_89 {
        transform: translateY(-100%)
    }
}
@media (max-width: 1023px) {
    ._bar_p4zao_63 {
        padding-bottom:.75rem;
        padding-top: .75rem
    }
    ._desktopButtons_p4zao_100 {
        display: none;
    }
    ._content_1wzy9_127 {
        flex: 1;
        overflow-y: auto
    }
}
@media (min-width: 1024px) {
    h1.shop-page-title {
        font-size: clamp(3.3125rem, 3.08rem + .97vw, 4.25rem);
        letter-spacing: -.02em;
        line-height: 1.1;
    }
    ._nav_h3zrq_59 {
        margin-left: calc(max(2rem, 3.33vw) * -1);
        margin-right: calc(max(2rem, 3.33vw) * -1);
        padding-left: max(2rem, 3.33vw);
        padding-right: max(2rem, 3.33vw);
    }
    ._nav_h3zrq_59 {
        gap: 1.5rem;
        padding-top: 1rem;
    }
    ._chip_1jk5r_64 {
        margin-left: calc(var(--left) * 1rem);
    }
    ._responsive_1javs_145 {
        --chip-height: 3rem;
        --chip-min-width: 5rem;
        --chip-padding: 0 1.5rem;
    }
    ._hasIcon_1javs_152._responsive_1javs_145 {
        --chip-padding: 0 1rem 0 1.5rem;
    }
    ._grid_1gy75_59 .shop-container .products.row{
        gap: clamp(1rem, 1.6667vw, 2rem);
        gap: 2rem .25rem;
        grid-template-columns: repeat(12, [col-start] 1fr);
        grid-template-columns: repeat(3, 1fr);
        margin: 0;
    }
    ._bar_p4zao_63 {
        padding-left: max(2rem, 3.33vw);
        padding-right: max(2rem, 3.33vw);
    }
    ._bar_p4zao_63 {
        flex-direction: row-reverse;
        margin: 0 calc(max(2rem, 3.33vw) * -1);
        padding-bottom: 1rem;
        padding-top: 1.5rem;
        pointer-events: none;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    ._bar_p4zao_63 * {
        pointer-events: auto;
    }
    ._bar_i638f_59 {
        padding-left: max(2rem, 3.33vw);
        padding-right: max(2rem, 3.33vw)
    }
    ._bar_i638f_59 {
        display: none
    }
    ._mobileChatbot_p4zao_124, ._mobileFiltersButton_p4zao_123 {
        display: none;
    }
    ._count_p4zao_82 {
        font-size: 1rem;
        padding: 0;
    }
    ._desktopButtons_p4zao_100 {
        display: flex;
        flex-direction: row-reverse;
        gap: 1rem;
    }
}

._productResultsWrapper_sup2y_187 {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: clamp(3rem, 2.27rem + 3.11vw, 6rem);
}
._container_1wzy9_59 {
    background-color: #fff;
    font-size: clamp(1rem, .94rem + .26vw, 1.25rem);
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
}

._iconOnly_1ynn7_268._extraSmall_1ynn7_91 {
    padding: 0;
    width: 2.5rem!important;
}

@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
    ._container_1wzy9_59._whileOpening_1wzy9_76 {
        transition: .2s ease-out
    }

    ._container_1wzy9_59._whileClosing_1wzy9_79 {
        transition: .2s ease-in
    }

    ._container_1wzy9_59._whileClosing_1wzy9_79, ._container_1wzy9_59._whileOpening_1wzy9_76 {
        transition-property: width, opacity
    }

    ._container_1wzy9_59._whenClosed_1wzy9_82 {
        opacity: 0;
        width: 0;
    }
}
@media (max-width: 1023px) and (prefers-reduced-motion: no-preference) {
    ._container_1wzy9_59._whileOpening_1wzy9_76 {
        transition: transform .3s ease-out
    }

    ._container_1wzy9_59._whileClosing_1wzy9_79 {
        transition: transform .2s ease-in
    }

    ._container_1wzy9_59._whenClosed_1wzy9_82 {
        transform: translate3d(0, 100%, 0)
    }
}
@media (max-width: 1023px) {
    ._container_1wzy9_59 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 1002
    }
    ._wrapper_1wzy9_87 {
        border: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 0
    }
    ._header_1wzy9_94 {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        gap: 1rem;
        padding: .75rem clamp(1rem, 4.2667vw, 2rem)
    }
    ._content_1wzy9_127{
        padding: .75rem clamp(1rem, 4.2667vw, 2rem)
    }
    ._title_1wzy9_115 {
        font-size: .75rem;
        font-weight: 400;
        letter-spacing: .045rem;
        line-height: 100%;
        text-transform: uppercase
    }
    ._closeButton_1wzy9_123 {
        flex-shrink: 0;
        margin-left: auto
    }
}

@media (max-width: 1023px) and (min-width: 1024px) {
    ._header_1wzy9_94 {
        padding-left: max(2rem, 3.33vw);
        padding-right: max(2rem, 3.33vw)
    }
}
@media (min-width: 1024px) {
    ._closeButton_1wzy9_123, ._icon_1wzy9_112, ._title_1wzy9_115 {
        display: none;
    }
    ._productResultsWrapper_sup2y_187 {
        gap: .5rem;
    }
    ._filterContainer_sup2y_203 {
        height: calc(100svh - 7rem);
        position: -webkit-sticky;
        position: sticky;
        top: 7rem;
    }
    ._container_1wzy9_59 {
        display: flex;
        max-height: 100%;
        overflow: hidden auto;
        width: min(23.75rem, 25vw);
    }
    ._wrapper_1wzy9_87 {
        border: 0;
        flex: 1 0 min(23.75rem, 25vw);
        padding: 0
    }
}