.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
}

:root {
    --colorTheme: #f7005b;
}

.grid-cols-2>* {
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-width {
    padding-left: 0;
    padding-right: 0;
}

.facets-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.card.product-card-wrapper .card__inner--wrapper .card__inner .card__media,
.global-product-card-border-shadow {
    border-radius: unset !important;
}

.display-none-tablet.facetSortDrawerFormPcWrapper {
    display: none;
}

#ProductCount {
    display: none !important;
}


@keyframes transform {
    0% {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes reverseTransform {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
    }
}

.collection_menu {
    display: none;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 1rem;
}

.collection_menu.active_menu {
    animation: transform .3s, -webkit-transform .3s;
}

.collection_menu.hidden_menu {
    animation: reverseTransform 0.3s, -webkit-transform 0.3s;
}

.collection_menu_list .title.active {
    color: rgb(247, 0, 91);
}

.collection_menu_list .title.active span {
    position: relative;
}

.display-none-menu {
    width: 100%;
    min-height: 55px;
    display: none;
    position: absolute;
    z-index: 6;
    /* position: fixed; */
    background-color: #fff;
    padding: 0 0.42rem;
    /* top: 2.2rem; */
    /* min-width: 10rem; */
    box-shadow: 0 1Px 0.053333rem rgb(0 0 0 / 8%);
}

.display-none-menu.active {
    display: block;
}

.facets__sorting-details .facets__sorting-content .sort-option {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);

}

.facets__sorting-details .facets__sorting-content .sort-option span {
    grid-row: 1;
}

/* .facets__sorting-details .facets__sorting-content .sort-option svg{
    grid-row:3;
}
.facets__sorting-details .facets__sorting-content .sort-option input{
    grid-row:2;
} */
.facets__sorting-details .facets__sorting-content .sort-option>.svg svg {
    color: inherit;
    margin-right: 12px;
    width: 16px;
    height: 16px;
    visibility: hidden;
}

.facets__sorting-details .facets__sorting-content .sort-option .svg {
    display: flex;
    justify-content: end;
}

.facets__sorting-details .facets__sorting-content .sort-option input[type="radio"]:checked+.svg svg {
    visibility: visible;
}

.facets__sorting-details .facets__sorting-content .sort-option input[type="radio"]:checked+.svg {
    color: rgb(247, 0, 91);
}

.facets__sorting-details .facets__sorting-content .sort-option input[type="radio"]:checked+.svg+span {
    color: rgb(247, 0, 91);
}


.collection_menu_list .title.active span::after {
    content: '';
    position: absolute;
    height: .08rem;
    border-radius: 0.08rem;
    background-color: rgb(247, 0, 91);
    width: 100%;
    top: 0.65rem;
    left: 0;
}
.collection_title  .title.active span{
    color: rgb(247, 0, 91);
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.display-none-menu .title{
    cursor: default;
}
.card .card__content .product__title{
    margin-bottom: unset;
}
.collection_title  .title.active span::after{
    content: "";
    width: 16px;
    height: 16px;
    background: url("https://img.myshopline.com/image/store/1734063947621/--2.png?w=16&h=16") no-repeat;
}
.facets__sorting-title{
    display: none;
}
.facets__sorting-title-line{
    display: none;
}
.facets-wrapper{
    position: fixed;
    z-index: 9;
    width: 100%;
    /* top: 60px; */
    top: 48px;
    max-width: 540px;
}
@media screen and (max-width: 768px){
    .facets-wrapper{
        top: 45px;
    }
}
.collection_title .title {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 0.26667rem 0.42667rem;
    overflow: hidden;
    color: #323233;
    font-size: .37333rem;
    line-height: .64rem;
    background-color: #fff;
}

.all_collection {
    cursor: pointer;
}

.collection_list {
    flex: 1;
    display: flex;
    height: 1rem;
    align-items: center;
    box-shadow: -0.05333rem 0.05333rem 0.32rem rgb(100 101 102 / 12%);
    justify-content: center;
    width: 100%;
}

.collection_menu.active_menu {
    display: block;
}

.space-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pb__020 {
    padding-bottom: 0.2rem;
}

.border__666 {
    border: 1Px solid #666;
}

.size__buttom {
    font-size: .4rem;
}

.title_two.none_title {
    display: none;
}

.title_three.none_title {
    display: none;
}

.py__010 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.px__042 {
    padding-left: 0.42rem;
    padding-right: 0.42rem;
}

.button__uppercase {
    text-transform: uppercase !important;
}

span {
    font-size: .3rem;
}

.bgc__theme {
    background: var(--colorTheme);
}

.color__fff {
    color: #fff !important;
}

.border__theme {
    border: 1Px solid var(--colorTheme);
}

.size__buttom {
    font-size: .4rem;
}

.mx__030 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.py__010 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.px__042 {
    padding-left: 0.42rem;
    padding-right: 0.42rem;
}

.button__uppercase {
    text-transform: uppercase !important;
    cursor: default;
}

span {
    font-size: .3rem;
}

.menu_svg.active+span {
    color: rgb(247, 0, 91);
}

.menu_svg svg {
    /* height:0.2259rem;
    width: 0.2259rem; */
    height: 0.4rem;
    width: 0.4rem;
}

.menu_svg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.all_collection {
    display: flex;
    justify-content: center;
    gap: .21333rem;
}

.menu_svg.active svg {
    transform: rotate(-180deg);

}

.menu_svg.active svg path {
    fill: rgb(247, 0, 91);
}

.all_collection span {
    color: #323233;
    font-size: .4rem;
    line-height: .58667rem;
}

.collection_title .title {
    font-size: .35rem !important;
}
.collection .collection_title{
    max-height: 40vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .collection .collection_title::-webkit-scrollbar{
    width: 6px;
  }
  .collection .collection_title::-webkit-scrollbar-thumb{
    background-color: #eee;
    border-radius: 10px; 
  }
.breadcrumb_collection .breadcrumb-item .breadcrumb_span_title {
    border-radius: 0.1rem;
    border: 1Px solid #666;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: .3rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.breadcrumb_collection {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: .3rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.breadcrumb_collection .breadcrumb-item .breadcrumb_span_svg {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: .5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    cursor: default;
    position: relative;
}

.breadcrumb_collection {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.modal__content {
    max-width: 540px;
}

details[open] .menu_svg svg {
    transform: rotate(-180deg);
}

details[open] .facets__summary>span {
    color: rgb(247, 0, 91);
}

.breadcrumb_collection .breadcrumb-item.pink {
    color: rgb(247, 0, 91);
}

.breadcrumb_collection .breadcrumb-item.pink .breadcrumb_span_title {
    border-color: rgb(247, 0, 91);
    padding-right: 0.5rem;
}
.facets__summary.body3 span{
    font-size: .4rem;
}
.collection_sanjiao span{
    font-family: Poppins !important;
}
.breadcrumb_span_svg{
    font-family: Poppins !important;
}
.breadcrumb_collection .breadcrumb-item.pink::before {
    content: "";
    background-image: url("https://img.myshopline.com/image/store/1734063947621/-(3).png?w=16&h=16");
    position: absolute;
    background-repeat: no-repeat;  
    width: 16px;
    height: 16px;
    z-index: 8;
    top: 10px;
    right: 19px;
}

.breadcrumb_collection .breadcrumb-item.pink::after {
    content: "";
    top: 0.06rem;
    right: 0;
    /* left: 0.01333rem; */
    position: absolute;
    border-top: 0.5rem solid var(--colorTheme);
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    -webkit-transform: translateX(0.2rem) translateY(-0.44rem) rotate(-135deg);
    -ms-transform: translateX(.2rem) translateY(-.44rem) rotate(-135deg);
    transform: translateX(0.2rem) translateY(-0.44rem) rotate(-135deg);
    border-left: 0.5rem solid transparent;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

:root {
    --color-palette-color-text: rgb(247, 0, 91) !important;
}

.color-board__item.active {
    border: 1px solid var(--color-palette-color-text) !important;
}

.color-board__item {
    width: 54px;
    height: 54px;
    padding: 0.1rem;
    cursor: pointer;
    border: 1px solid var(--color-palette-color-entry-line);
    position: relative;
}

.card .card__content {
    margin-top: 0;
}

@media (max-width: 768px) {
    .plugin-color-board .color-board__col {
        padding: unset;
    }

    .plugin-color-board .color-board__item {
        width: 41px;
        height: 41px;
        padding: 3.9px;
    }
}

.color-board__col {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
    padding: 0;
}

details[open] .menu_svg svg path {
    fill: rgb(247, 0, 91);
}

details[open] .modal__overlay::after {
    max-width: 540px;
    margin: 0 auto;
    z-index: 2;
    background: transparent;
}

.modal_zhezhao {
    position: absolute;
    background-color: rgba(var(--color-mask), 0.6);
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    max-width: 540px;
    z-index: 1;
}

.facets-sort-filter__wrapper {
    border: none !important;
}

.facets-sort-filter__wrapper.has-middle-line::after {
    content: unset !important;
}

.menu_zhezhao.active_menu {
    display: block;
}

.menu_zhezhao {
    display: none;
}

.facets__sorting-details[open] .modal__content {
    transform: unset !important;
}

.facets__sorting-details .modal__content {
    transform: unset !important;
    --modal-animation-name: transform !important;
}

.modal__content {
    position: absolute;
}

.facets__sorting-details .modal__content {
    top: unset;
    right: unset;
    bottom: unset;
    display: unset;
    width: 100%;
    z-index: 2;
}

.mobile-facets__open-wrapper.focus-offset {
    z-index: 8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    box-shadow: 0 .05333rem .32rem rgba(100, 101, 102, .08)
}

.facets-sort-filter__wrapper .mobile-facets__sort {
    flex: 1;
    /* padding: 0 8px; */
    height: 1rem;
    align-items: center;
    justify-content: center;
    display: flex;
    /* box-shadow: -0.05333rem 0.05333rem 0.32rem rgb(100 101 102 / 12%); */
}

.facets-sort-filter__wrapper .mobile-facets__wrapper {
    flex: 0.3 !important;
    position: relative;
}

.mobile-facets__open svg {
    width: 43px;
    height: 43px;
}

.facetSortDrawerForm,
.js-mobile-sorting,
.js-mobile-sorting details-modal,
.facets__sorting-details,
.facets__summary,
.collection_box {
    width: 100%;
    height: 100%
}

.all_collection {
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: -0.05333rem 0.05333rem 0.32rem rgb(100 101 102 / 12%);
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
}

.mobile-facets__inner {
    position: absolute;
    right: 0;
}

.collection_menu_list::-webkit-scrollbar {
    display: none;
    /* Webkit 浏览器（Chrome, Safari, Edge）隐藏滚动条 */
}

.collection_menu_list {
    gap: 0 30px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* padding-right: 0.21333rem;
    padding-left: 0.21333rem; */
    box-sizing: content-box;
    height: 100%;
    /* padding-bottom: 0.4rem; */
}

.collection_sanjiao.active span {
    transform: rotate(-90deg);
}

.collection_menu_list.active {
    height: unset;
    overflow: unset;
    flex-wrap: wrap;
}

.all_list_collection {
    gap: 0 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: content-box;
    height: 100%;
    padding-bottom: 0.4rem;
}

.collection_sanjiao {
    cursor: default;
    position: absolute;
    z-index: 7;
    top: 1rem;
    font-size: .3rem;
    background: #fff;
    width: 100%;
    box-shadow: 0 1Px 0.053333rem rgb(0 0 0 / 8%);
    height: 1rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection_sanjiao span {
    transform: rotate(90deg);
    font-size: .6rem;
}

.collection_menu_list .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 0.32rem;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0.10667rem;
    color: #646566;
    font-size: .37333rem;
    line-height: .53333rem;
    cursor: pointer;
}
.card .card__badge.left_bottom{
    display: none;
}

/* .facets-container-drawer{
    padding: 20px 0; 
} */
#shopline-section-footer {
   opacity: 0;
   position: absolute;
   z-index: -1;
}