.f-collection--wrapper {
    display: flex;
    margin: 10px 0 30px;
    column-gap: 30px
}

.f-collection--wrapper > * {
    transition: all var(--f-duration-default, 0.25s) ease
}

@media screen and (min-width: 1024px) {
    .f-collection--wrapper {
        margin: 60px 0
    }
}

.f-collection--empty {
    padding: 96px 0
}

.f-collection--empty-text {
    color: rgb(var(--color-foreground-secondary));
    margin-top: 20px
}

.f-collection--pagination {
    margin-top: 40px
}

.f-sidebar {
    --f-bg-opacity: 0;
    touch-action: none;
    transition-duration: var(--f-duration-default, 0.25s);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 0, 0, var(--f-bg-opacity))
}

.f-sidebar--content {
    --f-translate-x: -100%;
    position: relative;
    height: 100%;
    width: 100%;
    overscroll-behavior: contain;
    background-color: rgb(var(--color-background));
    display: inline-block;
    transition-duration: var(--f-duration-default, 0.25s);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

@media screen and (max-width: 1279px) {
    .f-sidebar--content {
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media screen and (max-width: 767px) {
    .f-sidebar--content {
        width: calc(100% - 40px)
    }
}

.f-sidebar--content .f-storefront--enabled .f-collection-filters-form {
    order: 2
}

.f-sidebar .f-banner-promotion .f-image-card__content {
    padding: var(--content-card-padding, 24px)
}

.f-sidebar .f-banner-promotion .f-richtext {
    --child-margin-top: 24px;
    --subheading-margin-bottom: 8px
}

.f-sidebar .f-banner-promotion .f-button--fixed {
    left: var(--content-card-padding, 24px);
    right: var(--content-card-padding, 24px)
}

.f-sidebar--fixed .f-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 100
}

.f-sidebar--fixed .f-sidebar--content {
    transform: translate3d(var(--f-translate-x), 0, 0);
    width: 405px;
    overflow: auto
}

@media screen and (max-width: 767px) {
    .f-sidebar--fixed .f-sidebar--content {
        width: calc(100% - 40px)
    }
}

@media screen and (min-width: 1280px) {
    .f-sidebar--leftColumn .f-sidebar, .f-sidebar--rightColumn .f-sidebar {
        flex: 0 0 300px;
        width: 300px
    }

    .f-sidebar--leftColumn .f-sidebar--title, .f-sidebar--rightColumn .f-sidebar--title {
        padding: 0;
        margin-bottom: 32px
    }

    .f-sidebar--leftColumn .f-sidebar .f-filter--wrapper, .f-sidebar--rightColumn .f-sidebar .f-filter--wrapper {
        padding: 0
    }
}

@media screen and (max-width: 1279px) {
    .f-sidebar--leftColumn .f-sidebar, .f-sidebar--rightColumn .f-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        z-index: 100
    }

    .f-sidebar--leftColumn .f-sidebar--content, .f-sidebar--rightColumn .f-sidebar--content {
        max-width: 405px;
        transform: translate3d(var(--f-translate-x), 0, 0)
    }
}

.f-sidebar--rightColumn {
    flex-direction: row-reverse
}

.f-sidebar--title {
    font-size: 30px;
    font-weight: 500;
    padding: 20px;
    color: rgb(var(--color-heading))
}

@media screen and (max-width: 1279px) {
    .f-sidebar--blank-title {
        padding-top: 50px
    }
}

.f-sidebar--fixed .f-sidebar--blank-title {
    padding-top: 50px
}

.f-sidebar--close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px
}

.f-sidebar--open {
    font-weight: 500;
    margin-right: 16px
}

.f-sidebar--open > span {
    margin-right: 8px
}

@media screen and (max-width: 767px) {
    .f-sidebar--open {
        margin-right: 16px
    }
}

.f-filter--wrapper {
    padding: 0 20px 20px
}

.f-filter--wrapper .f-accordion--item {
    margin-bottom: 30px
}

.f-filter--wrapper .f-accordion--item:last-child {
    margin-bottom: 0
}

.f-filter--widget {
    margin-bottom: 30px
}

.f-filter--widget-title {
    font-weight: 500;
    margin-bottom: 16px;
    color: rgb(var(--color-heading))
}

.f-filter--widget-collections responsive-image {
    margin-right: 10px;
    width: 50px
}

.f-filter--scroll-content {
    padding-right: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: var(--max-height, 300px)
}

.f-filter--swatches {
    display: flex;
    flex-wrap: wrap
}

.f-filter--swatches .f-facet--item {
    margin-right: 12px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center
}

.f-filter--swatches .f-facet--item.f-facet--show-label {
    padding: 8px 0
}

.f-filter--swatches .f-facet--item a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all var(--f-duration-default, 0.25s)
}

.f-filter--swatches-show-label {
    flex-flow: column;
    padding-left: 5px
}

.f-filter--swatches:not(.f-filter--swatches-button) {
    margin-left: -4px
}

.f-filter--swatches-list {
    flex-direction: column;
    flex-wrap: nowrap
}

.f-filter--swatches-list .f-facet--item {
    display: flex;
    padding: 6px 5px
}

.f-filter--swatches-list label {
    display: flex;
    align-items: center;
    gap: 12px
}

.f-facets .f-facet--checkbox {
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    display: flex;
    word-break: break-word;
    line-height: 1.5;
    padding: 10px 0;
    align-items: center;
    color: rgb(var(--color-foreground-secondary))
}

.f-facets .f-facet--checkbox span, .f-facets .f-facet--checkbox svg {
    transition: all var(--f-duration-default)
}

.f-facets .f-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
}

.f-facets .f-facet--checkbox input[type=checkbox]:checked ~ svg {
    color: rgb(var(--color-foreground));
    opacity: 1
}

.f-facets .f-facet--checkbox input[type=checkbox]:checked ~ svg > path {
    display: block
}

.f-facets .f-facet--checkbox input[type=checkbox]:checked ~ span {
    color: rgb(var(--color-foreground))
}

.f-facets .f-facet--checkbox > svg {
    margin-right: 12px;
    flex-shrink: 0;
    opacity: .3
}

.f-facets .f-facet--checkbox > svg > path {
    display: none
}

.f-facets .f-facet--checkbox__disabled {
    opacity: .3;
    cursor: no-drop !important
}

.f-facets .f-facet--checkbox__disabled .f-tooltip__content {
    display: none
}

.f-facets .f-facet--checkbox:not(.f-facet--checkbox__disabled):hover svg, .f-facets .f-facet--checkbox:not(.f-facet--checkbox__disabled):hover span {
    color: rgb(var(--color-foreground));
    opacity: 1
}

.f-facets .f-facet--product-count {
    margin-left: 4px
}

.f-facets .f-facet--color {
    margin: 0
}

.f-facets .f-facet--color .f-tooltip__content {
    pointer-events: none
}

.f-facets .f-facet--color label {
    cursor: pointer
}

.f-facets .f-facet--color:hover .f-facets .f-facet--color-label, input:checked ~ .f-facets .f-facet--color-label {
    box-shadow: 0 0 0 1px rgb(var(--color-foreground)), inset 0 0 0 3px rgb(var(--color-background))
}

.f-facets .f-facet--color-label {
    display: inline-flex;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.1);
    transition: box-shadow var(--f-duration-default, 0.25s) ease, transform var(--f-duration-default, 0.25s) ease
}

.f-facets .f-facet--color-label * {
    pointer-events: none
}

.f-facets .f-facet--color-label a {
    pointer-events: auto;
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block
}

.f-facets .f-facet--color.active .f-facet--color-label, .f-facets .f-facet--color:hover .f-facet--color-label {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 3px #fff
}

.f-facets .f-facet--button a {
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0);
    color: rgb(var(--color-foreground));
    min-width: 42px;
    min-height: 42px;
    border: 1px solid rgb(var(--color-border));
    border-radius: 5px;
    transition: all var(--f-duration-default, 0.25s) ease
}

.f-facets .f-facet--button a:hover {
    background: rgb(var(--color-button-hover));
    color: rgb(var(--color-button-text-hover));
    border-color: rgb(var(--color-button-hover))
}

.f-facets .f-facet--button.active a {
    background: rgb(var(--color-button-hover));
    color: rgb(var(--color-button-text-hover));
    border-color: rgb(var(--color-button-hover))
}

.f-facets .f-facet--show-label {
    position: relative
}

.f-facets .f-facet--show-label .f-facet--color-label {
    position: absolute;
    top: 5px;
    left: 0;
    pointer-events: none
}

.f-facets .f-facet--show-label a {
    justify-content: flex-start !important;
    padding-left: 40px;
    width: 100%
}

.f-active-facets--item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 6px 12px;
    text-transform: capitalize;
    background: rgba(var(--color-foreground), 0.1);
    border-radius: 5px;
    margin: 16px 16px 0 0;
    color: rgb(var(--color-foreground));
    line-height: 1;
    font-size: 15px;
    transition: all var(--f-duration-default, 0.25s) ease;
    font-weight: 500
}

.f-active-facets--item:hover {
    color: rgb(var(--color-button-text-hover));
    background: rgb(var(--color-button-hover))
}

.f-active-facets--item-remove-all, .f-active-facets--item-remove-all:hover {
    background-color: rgba(0, 0, 0, 0)
}

.f-active-facets--remove-icon {
    margin-right: 8px
}

.f-active-facets--remove-icon + span > span {
    margin: 0 4px
}

.f-active-facets--remove-all {
    color: rgb(var(--color-foreground-secondary));
    text-decoration-line: underline;
    font-weight: 400
}

.f-facets-price {
    display: block;
    padding: 10px 2px 0;
    --color: rgb(var(--color-foreground));
    --color-bar: rgba(var(--color-foreground), .2);
    --color-box-shadow: rgb(var(--color-background))
}

.f-facets-price--ranges {
    position: relative;
    height: 3px;
    background: linear-gradient(to right, var(--color-bar) var(--from), var(--color) var(--from), var(--color) var(--to), var(--color-bar) var(--to));
    margin-top: 16px;
    margin-bottom: 28px
}

.f-facets-price--range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    height: 5px;
    vertical-align: top;
    outline: none;
    border: none;
    padding: 0
}

.f-facets-price--range:last-child {
    position: absolute;
    left: 0;
    top: 0
}

.f-facets-price--range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none
}

.f-facets-price--range::-webkit-slider-thumb {
    position: relative;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    margin-top: -5px;
    z-index: 1;
    box-shadow: 0 0 0 14px var(--color) inset, 0 0 0 2px var(--color-box-shadow);
    transition: transform var(--f-duration-default, 0.25s) linear;
    transform: scale(1.3)
}

.f-facets-price--range::-webkit-slider-thumb:hover {
    transform: scale(1.5)
}

.f-facets-price--range::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 4px;
    border: none
}

.f-facets-price--range::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 0 14px var(--color) inset, 0 0 0 2px var(--color-box-shadow);
    transform: scale(1.3)
}

.f-facets-price--range::-moz-range-thumb:hover {
    transform: scale(1.5)
}

.f-facets-price--range::-moz-range-progress, .f-facets-price--range::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    border-radius: 4px;
    border: none
}

.f-facets-price--range::-moz-range-progress {
    background-color: rgba(0, 0, 0, .7)
}

.f-facets-price--range::-moz-range-track {
    background-color: #f5f5f5
}

.f-facets-price--range::-webkit-slider-runnable-track {
    background: none
}

.f-facets-price--range::-webkit-slider-thumb {
    pointer-events: auto
}

.f-facets-price--range::-moz-range-progress, .f-facets-price--range::-moz-range-track {
    background: none
}

.f-facets-price--range::-moz-range-thumb {
    pointer-events: auto;
    transform: scale(1.3)
}

.f-facets-price--input {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-facets-price--field {
    position: relative;
    flex: 1;
    color: rgb(var(--color-form-field-text))
}

.f-facets-price--field-currency {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%)
}

.f-facets-price--field .form-field form-field--input {
    padding-left: 22px;
    padding-right: 12px;
    text-align: right
}

.f-facets-price--to {
    margin: 0 20px
}

.f-collection-toolbar {
    font-weight: 500
}

.f-collection-toolbar--wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .f-collection-toolbar--wrapper {
        margin: 0;
        padding: 7px 0;
        transition: transform var(--f-duration-default, 0.25s) ease;
        border-top: 1px solid rgba(0, 0, 0, 0);
        background: rgb(var(--color-background))
    }
}

.f-collection-toolbar .f-sortby--open > span {
    margin-right: 8px
}

@media screen and (max-width: 767px) {
    .f-collection-toolbar {
        position: sticky;
        top: 0;
        z-index: 11
    }

    .f-collection-toolbar--sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 15px;
        z-index: 10;
        background-color: rgb(var(--color-background))
    }
}

.f-toolbar--column-switcher {
    margin: 0 -5px;
    padding-left: 16px
}

.f-toolbar--column-switcher > button {
    transition: background-color var(--f-duration-default, 0.25s) ease, fill var(--f-duration-default, 0.25s) ease;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: 3px
}

.f-toolbar--column-switcher > button.active, .f-toolbar--column-switcher > button:hover {
    background-color: rgb(var(--color-button-hover));
    color: rgb(var(--color-button-text-hover))
}

@media screen and (min-width: 1024px) {
    .f-toolbar--column-switcher > button {
        width: 34px;
        height: 34px
    }
}

@media screen and (max-width: 767px) {
    .f-toolbar--column-switcher {
        padding-left: 28px
    }
}

.f-sortby-mobile--wrapper {
    --f-bg-opacity: 0;
    touch-action: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: var(--f-duration-default, 0.25s);
    display: none;
    background-color: rgb(0 0 0/var(--f-bg-opacity))
}

.f-sortby-mobile--content {
    --f-translate-y: 100%;
    touch-action: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    background-color: rgb(var(--color-background));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: var(--f-duration-default, 0.25s);
    padding: 30px 0;
    transform: translate3d(0, var(--f-translate-y), 0)
}

.f-sortby-mobile--close {
    position: absolute;
    padding: 12px;
    right: 0;
    top: 0
}

.f-sortby-mobile--title {
    font-size: 24px;
    line-height: 1.33;
    padding: 0 16px;
    margin-bottom: 10px;
    display: block
}

.f-sortby-mobile--item {
    padding: 12px 16px;
    line-height: 1;
    font-size: 18px;
    color: rgb(var(--color-foreground-secondary))
}

.f-sortby-mobile--item.active {
    text-decoration: underline
}

.f-collection-products {
    position: relative;
    margin: 0 -8px;
    margin-top: 24px;
    z-index: 9
}

.f-collection-products.f-cols-1 .f-product-item {
    width: 100%;
    max-width: 100%
}

.f-collection-products.f-cols-1 .f-product-item .f-product-option {
    justify-content: flex-start
}

.f-collection-products .f-product-item {
    margin-bottom: 30px;
    padding: 0 8px
}

@media screen and (min-width: 1280px) {
    .f-collection-products .f-product-item {
        padding: 0 12px
    }
}

@media screen and (min-width: 768px) {
    .f-collection-products.f-cols-2 .f-product-item {
        width: 50%;
        max-width: 50%
    }

    .f-collection-products.f-cols-3 .f-product-item {
        width: 33.33333%;
        max-width: 33.33333%
    }

    .f-collection-products.f-cols-4 .f-product-item {
        width: 25%;
        max-width: 25%
    }

    .f-collection-products.f-cols-5 .f-product-item {
        width: 20%;
        max-width: 20%
    }
}

@media screen and (min-width: 1280px) {
    .f-collection-products {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media screen and (max-width: 767px) {
    .f-collection-products {
        margin-top: 12px
    }
}

.f-collection-page__breadcrumb {
    border-bottom: 1px solid rgb(var(--color-border));
    border-top: 1px solid rgb(var(--color-border))
}

.f-collection-page__breadcrumb[data-layout=outside_no_border] {
    border-top-width: 0;
    border-bottom-width: 0
}
.f-accordion--item-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.f-accordion--item.open .f-accordion--item-content{
    opacity: 1;
    height: auto;
    overflow: visible; /* 或根据实际需求设置 */
}