.facets-position-sticky.facets-position-sticky {
    margin: 0 auto;
    margin-inline-start: unset;
}

.main-collection-cover.main-collection-cover {
    padding-top: 40px;
    font-size: 30px;
    color: #25292c;
}

.bb-page-width.main-collection.facets-layout-vertical>* {
    max-width: calc(1920px - 80px);
}

.main-collection__list {
    --column-gap: 10px;
    --row-gap: 10px;
}

.block-product-card a {
    --s-row-gap: 3px;
}

.block-product-card__title {
    /* padding-top: 15px; */
    padding-right: 9px;
    padding-left: 9px;
}

.block-product-card__price {
    padding-right: 9px;
    padding-left: 9px;
    display: flex;
    width: 100%;
}

@media (max-width: 959px) {
    .main-collection-cover>* {
        text-align: center;
    }

    .block-product-card__price span {
        font-size: 13px;
        font-weight: 500;
        flex: 1;
    }

    .block-product-card__price {
        margin-top: -5px;
    }
}

@media (min-width: 960px) {
    .main-collection.main-collection.main-collection.main-collection {
        row-gap: 0px;
    }

    .block-product-card__price span {
        /* font-size: 18px; */
        font-weight: 500;
    }
}

.product-card-size-wrapper {
    width: 100%;
    min-height: 20px;
    padding-left: 9px;
}


.product-card-size-item {
    display: inline-block;
    position: relative;
    height: 10px;
    line-height: 10px;
    padding-right: 6px;
    font-size: 8px;
    vertical-align: middle;
    text-transform: uppercase;
    width: 2.8em;
    text-align: start;
}

.product-card-size-item[one-size] {
    width: 6em;
}

.product-card-size-item[disabled] {
    color: rgba(var(--color-text), 0.1);
    background-color: transparent;
    cursor: not-allowed;
}

.product-card-size-item[disabled]::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: calc(100% - 15px);
    border-bottom: 1px solid rgba(var(--color-text), 0.1);
    transform: rotate(-35deg);
    opacity: 1;
}

@media (max-width: 959px) {

    .product-card-size-item {
        font-size: 10px;
        color: #5d5d5d;
    }
}

.product-card-size-content {
    text-align: start;
}

@media (min-width: 960px) {
    .product-card-size-item {
        font-size: 16px;
        padding-right: 20px;
        color: #5D5D5D;
    }

    .block-product-card__title.product__title {
        /* margin-bottom: -5px; */
        line-height: 1.2em;
    }

    .card .card__content {
        padding: 0 15px;
    }
}

@media (min-width: 960px) {
    .loading-logo {
        transform: translate(-50%, -50%) scale(0.2);
    }
}

@media (max-width : 959px) {
    .product-poster-item {
        width: 100%;
    }

    .poster-item-m-common {
        padding-bottom: 80.39px;
    }

    .product-poster-item a,
    .poster-item-m-common a {
        display: block;
        height: 100%;
    }

    .product-poster-item a img,
    .poster-item-m-common a img {
        width: 100%;
        height: 100%;
    }

    .poster-item-m-common-1 {
        width: 50%;
    }

    .poster-item-m-common-2 {
        width: 100%;
        padding-bottom: 0;
    }

    .poster-item-m-common-3 {
        width: 100%;
        padding-bottom: 0;
    }

    .poster-item-m-common-4 {
        width: 100%;
        padding-bottom: 0;
    }

    .product-price {
        flex: 1;
    }

    .product-price__sale~.product-price__origin span {
        font-size: 10px;
    }
}

@media (min-width: 960px) {
    .poster-item-pc-common a {
        display: block;
        height: 100%;
        padding-bottom: 100px;
    }

    .poster-item-pc-common a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .poster-item-pc-common-1 {
        width: 25%;
    }

    .poster-item-pc-common-2 {
        width: 50%;
    }

    .poster-item-pc-common-3 {
        width: 75%;
    }

    .poster-item-pc-common-4 {
        width: 100%;
    }
}

@media (max-width: 959px) {
    .collection-hero__title {
        text-align: center;
        font-size: 19px;
        font-weight: 500;
    }
}

@media (max-width: 959px) {
    .block-product-card__title.block-product-card__title {
        font-size: 13px;
        text-align: start;
        padding-right: 0;
        color: #29252c;
        line-height: 14px;
    }
}

.block-product-card__title.block-product-card__title {
    margin-bottom: 0;
    /* display: flex; */
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #29252c;
    max-width: 100%;
    display: block;
    padding-top: 5px;
}

.cut-scenes {
    position: fixed;
    display: none;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 99999;
}

@keyframes cut-scenes-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}

@media (max-width: 959px) {
    .product-count {
        display: none;
    }

    .facets-wrapper.facets-wrapper {
        background-color: transparent !important;
        max-width: 100vw;
        margin: 0;
        padding: 0
    }
}

.product-list-content {
    position: relative;
    --grid-mobile-horizontal-space: 0px;
}

.product-list-loading {
    position: absolute;
    width: 100%;
    top: -1.5em;
    z-index: 2;
    background-color: #f4f4f4;
    transition-property: all;
}

.product-list-loading svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
}

@keyframes vitrualListLoding {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.7;
    }
}

.collection-loading {
    position: absolute;
    display: none;
    width: 50px !important;
    height: auto !important;
    top: 200px;
    left: 50%;
    transform: translateX(-50%) !important;
    object-fit: contain !important;
    z-index: 1;
    animation: my-loading 2s infinite linear !important;
    border: unset !important;
    margin: 0 !important;
}

.main-collection__products[loading] {
    filter: blur(2px);
    opacity: 0.5;
    pointer-events: none;
}

.collection-loading[loading] {
    display: block;
}

.cut-scenes {
    position: fixed;
    display: none;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 99999;
}

@keyframes cut-scenes-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}

.infinite-scroll-loading.loading~.bb-infinite-load-all {
    display: none;
}

.bb-infinite-load-all {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
}

.tag-atelier {
    position: absolute;
    bottom: -2px;
    width: 100%;
    color: #fff;
    background-color: #000;
    text-align: center;
    z-index: 2;
    padding-top: 3px;
}

.bb-fields-banner img,
.bb-fields-banner video {
    width: 100%;
    object-fit: cover;
    height: auto;
}

/* 筛选器左对齐 */
@media (max-width: 959px) {
    .filter-m-trigger {
        justify-content: start !important;
        text-transform: uppercase;
        font-size: 13px !important;
        padding-left: 10px;
    }
}

/* 筛选器面板样式调整 */
.main-collection__list.main-collection__list.main-collection__list li {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

@media (max-width: 959px) {
    .filter-drawer-content.filter-drawer-content {
        padding-top: 60px !important;
    }

    .filter-plugin-scroll-content.filter-plugin-scroll-content {
        top: 118px;
    }

    .filter-drawer-header span {
        font-size: 16px !important;
        color: #343434 !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    #filter-drawer-container .filter-drawer-content .filter-drawer-header {
        border-bottom: 0px;
    }

    .filter-drawer-header svg {
        width: 12px;
        height: 12px;
    }

    .filter-selected-con {
        border-top: 0.75px solid #959595;
    }

    #filter-drawer-con .filter-drawer-content .filter-drawer-header {
        border-bottom: 0px !important;
    }

    .filter-folder-content {
        border-bottom: 0.75px solid #959595 !important;
    }

    .filter-checkbox-con {
        padding: 10px 0 10px 25px !important;
    }

    .filter-checkbox-con .filter-checkbox-icon {
        border: 0px !important;
    }

    .filter-checkbox-con.is-checked .filter-checkbox-icon:before {
        content: '√' !important;
        top: 7px !important;
        border-color: unset !important;
        background-color: unset !important;
    }

    .filter-checkbox-title span {
        color: #5d5d5d !important;
        font-size: 13px !important;
    }

    .filter-checkbox-count {
        font-size: 13px;
    }

    .filter-more-btn,
    .filter-less-btn {
        float: right;
        color: #343434;
        text-transform: uppercase;
    }

    .filter-more-btn span,
    .filter-less-btn span {
        font-size: 13px;
    }

    .filter-m-trigger svg {
        margin-left: 10px;
    }

    .filter-folder-header span span,
    .filter-folder-header svg {
        color: #343434 !important;
    }

    /* 排序样式调整 */

    .facets-sorting__content {
        width: 340px;
        height: 100%;
        margin-left: 0;
        align-items: unset;
        padding-top: 60px;
        max-width: 95%;
    }

    .facets-sorting__content-header {
        color: #343434;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }

    .facets-sorting__content-body label span {
        text-transform: uppercase;
        font-size: 16px;
        color: #343434;
        font-weight: 500;
    }

    .facets__sorting-title-line {
        background-color: #959595 !important;
        height: 0.75px !important;
    }

    .filter-checkbox-con[data-filter-value="one size"] .filter-checkbox-title {
        text-transform: capitalize;
    }

    .filter-checkbox-con[data-filter-value="xxs"] .filter-checkbox-title,
    .filter-checkbox-con[data-filter-value="xs"] .filter-checkbox-title,
    .filter-checkbox-con[data-filter-value="s"] .filter-checkbox-title,
    .filter-checkbox-con[data-filter-value="m"] .filter-checkbox-title,
    .filter-checkbox-con[data-filter-value="l"] .filter-checkbox-title,
    .filter-checkbox-con[data-filter-value="xl"] .filter-checkbox-title,
    .filter-checkbox-con[data-filter-value="xxl"] .filter-checkbox-title {
        text-transform: uppercase;
    }

    /* 商品列表样式调整 */

    .collection {
        overflow-x: hidden;
    }

    .price .price__regular .price-item--regular {
        font-size: 13px !important;
        color: #29252c !important;
        font-weight: 500;
    }

    .product-list-content {
        margin-top: 0px;
    }

    .price__sale span {
        font-size: 13px;
    }

    .price-position-origin.price-position-origin.price-position-origin span {
        font-size: 10px;
    }

    .price__regular {
        line-height: 13px;
    }

    .product-card-size-content {
        padding-bottom: 2px;
    }
}

@media (min-width: 960px) {
    .bb-page-width {
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--page-padding);
        padding-right: var(--page-padding);
        max-width: 1920px;
        width: 100%;
    }

    .filter-folder-trigger span,
    .js-sorting span,
    #ProductCountDesktop span {
        font-size: 16px !important;
    }

    .product-card-size-content {
        padding: 2px 0 2px 0;
    }
}

/*  尺码表换行导致价格不对其问题调整 */
.card-main {
    display: flex;
    flex-direction: column;
}

.card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card__content-bottom {
    flex: 1;
}

.header-index {
    z-index: unset !important;
}

/* 商品卡片 */
.product-card-image {
    display: block;
    width: 100%;
}

.product-card-image {
    --swiper-navigation-size: 35px;
    --swiper-navigation-color: #000;
    --swiper-scrollbar-bg-color: #fff;
    --swiper-scrollbar-drag-bg-color: #D9D9D9;
    --swiper-scrollbar-sides-offset: 0px;
    --swiper-scrollbar-size: 2px;
}

.product-card-image img {
    aspect-ratio: 34 / 51;
}

.product-card-image .swiper-button-prev,
.product-card-image .swiper-button-next {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.product-card-image .swiper-button-prev svg,
.product-card-image .swiper-button-next svg {
    display: block;
}

@media (min-width: 960px) {
    .product-card-image {
        --swiper-scrollbar-size: 4px;
    }

    .product-card-image__swiper__pc {
        display: none;
    }

    .product-card-image:hover .product-first-featured {
        display: none;
    }

    .product-card-image:hover .product-card-image__swiper__pc {
        display: block;
    }
}