.collection-header {
    background-color: var(--bg-color)
}

.collection-header__bg {
    background-image: var(--bg-image)
}

.collection-header--small {
    padding: 30px 0
}

.collection-header--small.items-start {
    padding: 20px 0 40px
}

.collection-header--small.items-end {
    padding: 40px 0 20px
}

.collection-header--medium {
    padding: 45px 0
}

.collection-header--medium.items-start {
    padding: 25px 0 65px
}

.collection-header--medium.items-end {
    padding: 65px 0 25px
}

.collection-header--large {
    padding: 60px 0
}

.collection-header--large.items-start {
    padding: 30px 0 90px
}

.collection-header--large.items-end {
    padding: 90px 0 30px
}

@media (max-width: 1024px) {
    .collection-header--adapt.collection-header--noimage {
        height: auto !important;
        padding: 2rem 0
    }
}

@media (min-width: 1025px) {
    .collection-header--small {
        padding: 50px 0
    }

    .collection-header--small.items-start {
        padding: 30px 0 70px
    }

    .collection-header--small.items-end {
        padding: 70px 0 30px
    }

    .collection-header--medium {
        padding: 75px 0
    }

    .collection-header--medium.items-start {
        padding: 30px 0 120px
    }

    .collection-header--medium.items-end {
        padding: 120px 0 30px
    }

    .collection-header--large {
        padding: 100px 0
    }

    .collection-header--large.items-start {
        padding: 50px 0 150px
    }

    .collection-header--large.items-end {
        padding: 150px 0 50px
    }
}

.collection-header__title {
    color: inherit
}

.collection-header__breadcrumb .sf-breadcrumb {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0
}

.collection-header__breadcrumb .sf-breadcrumb .p-4 {
    padding-top: 10px;
    padding-bottom: 10px
}

ul.sf__options-swatch {
    display: flex;
    flex-wrap: wrap
}

ul.sf__options-swatch:not(.sf__options-swatch--show-label) {
    overflow: visible !important
}

ul.sf__options-swatch.sf__options-swatch--show-label {
    flex-flow: column;
    padding-left: 5px
}

ul.sf__options-swatch:not(.sf__button) {
    margin-left: -5px
}

ul.sf__options-swatch li {
    margin-right: 12px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center
}

ul.sf__options-swatch li a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all .3s
}

ul.sf__options-swatch li .sf__options-color {
    font-size: 0;
    line-height: 0
}

ul.sf__options-swatch.options-middle li a {
    min-width: 20px;
    min-height: 20px;
    color: var(--text-gray-400)
}

ul.sf__options-swatch.options-middle li a.sf__options-color {
    width: 30px;
    height: 30px;
    border-radius: var(--rounded-full);
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    transition: box-shadow .25s ease, transform .25s ease
}

ul.sf__options-swatch.options-middle li:hover a.sf__options-color {
    box-shadow: 0 0 0 1px #000, 0 8px 20px rgba(0, 0, 0, .2), inset 0 0 0 3px #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

ul.sf__options-swatch.options-middle li.active a.sf__options-color {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 3px #fff
}

ul.sf__options-swatch.sf__button li a {
    padding: 6px 12px;
    background: transparent;
    color: var(--color-primary);
    min-width: 42px;
    min-height: 42px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    transition: border-color .25s ease, background .25s ease
}

ul.sf__options-swatch.sf__button li a:hover {
    background: var(--color-btn-bg-hover);
    color: var(--text-white);
    border-color: var(--color-btn-bg-hover)
}

ul.sf__options-swatch.sf__button li.active a {
    background: var(--color-primary);
    color: var(--text-white);
    border-color: var(--color-primary)
}

ul.sf__options-swatch.sf__button-rounded {
    margin: 0 -8px
}

ul.sf__options-swatch.sf__button-rounded li {
    padding: 8px
}

ul.sf__options-swatch.sf__button-rounded li a {
    width: 40px;
    height: 40px;
    border-radius: var(--rounded-full);
    border: 1px solid rgba(0, 0, 0, .1);
    color: var(--text-black)
}

@media (min-width: 1230px) {
    ul.sf__options-swatch.sf__button-rounded li a:hover {
        border-color: var(--color-primary)
    }
}

ul.sf__options-swatch.sf__button-rounded li.active a {
    border-color: var(--color-primary)
}

#sf-filter-by-items .filtered-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: .375rem .75rem;
    text-transform: capitalize;
    background: #e8e8e8;
    border-radius: 5px;
    margin: 16px 16px 0 0;
    color: #000;
    line-height: 1;
    font-size: 15px;
    transition: all .25s ease;
    font-weight: 500
}

#sf-filter-by-items .filtered-item:hover {
    color: #fff;
    background: var(--color-btn-bg-hover)
}

.sf__filter-wrapper .sf__accordion-item {
    margin-bottom: 30px
}

.sf__filter-wrapper .sf__accordion-item .sf__accordion-button {
    font-size: var(--font-base-size)
}

.sf__filter-wrapper .sf__accordion-item:last-child {
    margin-bottom: 0
}

.sf__filter-wrapper .facet-checkbox {
    flex-grow: 1;
    position: relative;
    display: flex;
    word-break: break-word;
    line-height: 1.5;
    padding: 10px 0
}

.sf__filter-wrapper .facet-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    top: .7rem;
    left: .8rem;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none;
    display: none
}

.sf__filter-wrapper .facet-checkbox input[type=checkbox]:checked ~ .icon-checkmark {
    visibility: visible
}

.sf__filter-wrapper .facet-checkbox .icon-checkmark {
    visibility: hidden;
    position: absolute;
    left: 3px;
    z-index: 5;
    top: 14px
}

.sf__filter-wrapper .facet-checkbox > svg {
    margin-right: 1.2rem;
    flex-shrink: 0;
    margin-top: 4px
}

.sf__filter-wrapper .facet-checkbox--disabled {
    opacity: .3;
    cursor: no-drop !important
}

.sf__filter-wrapper .facets__price {
    display: grid;
    grid-gap: 10px
}

.sf__filter-wrapper .facets__price .field {
    width: 100%;
    display: flex;
    flex-direction: column
}

.sf__filter-wrapper .facets__price .field .field__label {
    margin-bottom: 5px
}

.sf__filter-wrapper .facets__price .field .field__input-group {
    position: relative
}

.sf__filter-wrapper .facets__price .field .field-currency {
    position: absolute;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: .3
}

.sf__filter-wrapper .facets__price .field .field__input {
    max-width: 100%;
    width: 100%;
    padding-right: 30px
}

.sf__filter-wrapper .facets__price .field .field__input::placeholder {
    color: rgba(0, 0, 0, .3)
}

.sf__filter-wrapper .sf-scroll_content {
    padding-right: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: var(--max-height, 300px);
    padding-top: 5px;
    padding-bottom: 5px
}

.sf__gridColumn-view {
    margin: 0 -5px
}

.sf__gridColumn-view > button {
    transition: background-color .25s ease, fill .25s ease;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: 3px
}

@media screen and (min-width: 1024px) {
    .sf__gridColumn-view > button {
        width: 34px;
        height: 34px
    }
}

.sf__gridColumn-view > button.active, .sf__gridColumn-view > button:hover {
    background-color: var(--color-btn-bg-hover)
}

.sf__gridColumn-view > button.active svg, .sf__gridColumn-view > button:hover svg {
    fill: #fff
}

.sf__sortmb-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgb(0 0 0/var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    display: none
}

.sf__sortmb-wrapper .sf__sortmb-list {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    --tw-translate-y: 100%;
    transform: var(--tw-transform);
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    padding: 30px 0
}

.sf__sortmb-wrapper .sf__sortmb-list .sf__sortmb-label {
    line-height: 34px;
    padding: 0 16px;
    margin-bottom: 10px;
    display: block
}

.sf__sortmb-wrapper .sf__sortmb-list ul li {
    padding: 12px 16px;
    line-height: 1;
    font-size: 18px;
    color: #666
}

.sf__sortmb-wrapper .sf__sortmb-list ul li.active {
    text-decoration: underline;
    color: var(--color-primary)
}

.sf__product-listing {
    position: relative
}

.sf__product-listing.sf__col-1 .sf__col-item {
    width: 100%;
    max-width: 100%
}

.sf__product-listing.sf__col-1 .sf__col-item .pcard-variant-option {
    justify-content: flex-start
}

@media screen and (min-width: 768px) {
    .sf__product-listing.sf__col-2 .sf__col-item {
        width: 50%;
        max-width: 50%
    }

    .sf__product-listing.sf__col-3 .sf__col-item {
        width: 33.33333%;
        max-width: 33.33333%
    }

    .sf__product-listing.sf__col-4 .sf__col-item {
        width: 25%;
        max-width: 25%
    }

    .sf__product-listing.sf__col-5 .sf__col-item {
        width: 20%;
        max-width: 20%
    }
}

.sf__product-listing .sf__col-item {
    margin-bottom: 30px
}

.sf__collection-breadcrumb {
    border-bottom: 1px solid var(--border-color-1);
    border-top: 1px solid var(--border-color-1)
}

.sf-collection-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-bg-opacity: 1.5;
    display: none
}

.sf-collection-loading span.filter-collection-spinner {
    display: flex;
    align-items: center;
    height: 100px;
    padding-top: 150px
}

.sf__collection-container {
    margin-top: .625rem;
    margin-bottom: 1.75rem;
    display: flex
}

@media (min-width: 1024px) {
    .sf__collection-container {
        margin-bottom: 3.75rem;
        padding-top: 1.75rem
    }
}

.sf__collection-container > * {
    transition: all .25s ease
}

.sf__collection-container.sidebar__fixed .sf__sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgb(0 0 0/var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    display: none
}

.sf__collection-container.sidebar__fixed .sf__sidebar .sf__sidebar-content {
    position: relative;
    display: inline-block;
    --tw-translate-x: -100%;
    transform: var(--tw-transform);
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    width: 405px
}

@media screen and (max-width: 767px) {
    .sf__collection-container.sidebar__fixed .sf__sidebar .sf__sidebar-content {
        width: calc(100% - 40px)
    }
}

@media screen and (min-width: 1280px) {
    .sf__collection-container.sidebar__leftColumn .sf__sidebar, .sf__collection-container.sidebar__rightColumn .sf__sidebar {
        flex: 0 0 340px;
        width: 340px
    }
}

@media screen and (max-width: 1279px) {
    .sf__collection-container.sidebar__leftColumn .sf__sidebar, .sf__collection-container.sidebar__rightColumn .sf__sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0/var(--tw-bg-opacity));
        --tw-bg-opacity: 1;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
        transition-duration: .3s;
        display: none
    }

    .sf__collection-container.sidebar__leftColumn .sf__sidebar .sf__sidebar-content, .sf__collection-container.sidebar__rightColumn .sf__sidebar .sf__sidebar-content {
        position: relative;
        display: inline-block;
        height: 100%;
        --tw-translate-x: -100%;
        transform: var(--tw-transform);
        overflow-y: auto;
        overflow-x: hidden;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        transition-property: transform;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
        transition-duration: .3s;
        width: 405px
    }
}

@media screen and (max-width: 1279px)and (max-width: 767px) {
    .sf__collection-container.sidebar__leftColumn .sf__sidebar .sf__sidebar-content, .sf__collection-container.sidebar__rightColumn .sf__sidebar .sf__sidebar-content {
        width: calc(100% - 40px)
    }
}

@media (min-width: 1280px) {
    .sf__collection-container.sidebar__leftColumn .sf__sidebar .sf__sidebar-content {
        padding-right: 2.5rem
    }
}

.sf__collection-container.sidebar__rightColumn {
    flex-direction: row-reverse
}

@media (min-width: 1280px) {
    .sf__collection-container.sidebar__rightColumn .sf__sidebar .sf__sidebar-content {
        padding-left: 2.5rem
    }
}

.sf__collection-container .sf__collection-toolbar .sf__toolbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .sf__collection-container .sf__collection-toolbar .sf__toolbar-wrapper {
        margin: 0;
        padding: 7px 0;
        transition: transform .25s ease;
        border-top: 1px solid transparent;
        background: #fff
    }

    .sf__collection-container .sf__collection-toolbar .sf__toolbar-wrapper.sf__toolbar-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        margin: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .11);
        transform: none;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sf__collection-container .sf__collection-toolbar .sf__toolbar-wrapper.sf__toolbar-sticky.sf__header-sticky-on {
        transform: translate3d(0, 50px, 0);
        border-top-color: #eee
    }
}

.sf__collection-container .sf__collection-toolbar .sf__toolbar-wrapper .sf__custom-select .select-items {
    left: -20px;
    font-weight: 400
}

.sf__collection-container .sf__collection-wrapper {
    margin-top: 1.5rem
}

.sf__collection-lists {
    padding-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .sf__collection-lists {
        padding-bottom: 60px
    }
}

@media (min-width: 768px) {
    .sf__collection-lists .sf__collection-layout .sf__rows-item:nth-child(odd) .sf__collection-item:first-child {
        grid-column: span 2/span 2;
        grid-row: span 2/span 2
    }

    .sf__collection-lists .sf__collection-layout .sf__rows-item:nth-child(2n) .sf__collection-item:first-child {
        grid-column: span 2/span 2;
        grid-column-start: 3;
        grid-row: span 2/span 2;
        grid-row-start: 1
    }
}

@media (max-width: 767px) {
    body.template-collection, html {
        overflow-x: visible
    }

    .sf__collection-toolbar {
        position: sticky;
        top: 0;
        z-index: 11;
        background-color: #fff
    }
}

section[data-section-type=collection-template] .sidebar-open.al-loading-overlay.overlay-show:after {
    opacity: 1
}

#CollectionProductGrid {
    position: relative
}

.tag-filter * {
    pointer-events: none
}

.tag-filter a {
    pointer-events: auto
}

.tag-filter--color {
    margin: 0 !important
}

.tag-filter__color {
    display: inline-flex;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    transition: box-shadow .25s ease, transform .25s ease
}

.active .tag-filter__color, .tag-filter:hover .tag-filter__color {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 3px #fff
}

.tag-filter__color a {
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block !important
}

.tag-filter--with-label {
    position: relative
}

.tag-filter--with-label .tag-filter__color {
    position: absolute;
    top: 5px;
    left: 0;
    pointer-events: none
}

.tag-filter--with-label a {
    justify-content: flex-start !important;
    padding-left: 40px;
    width: 100%
}

.filtered-tags {
    margin: 16px -6px 0
}

.filtered-tags .filtered-item {
    margin: 3px 6px !important;
    position: relative
}

.filtered-tags .filtered-item a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.filtered-tags ul {
    margin-right: 10px
}

.widget-filter__list-link {
    display: flex !important;
    align-items: center;
    padding: 5px 0
}

.widget-filter__list-link > * {
    pointer-events: none
}

.widget-filter__list-link .sf-image {
    margin-right: 10px;
    width: 50px
}

@media (max-width: 1279px) {
    .sf__sidebar--no-title {
        padding-top: 3.2rem
    }
}

.sidebar__fixed .sf__sidebar--no-title {
    padding-top: 3.2rem
}

/*# sourceMappingURL=collection.css.map */