/* 列表页图片横幅 */
@media all {

    h1,
    img,
    p {
        margin: 0;
        vertical-align: baseline;
    }
}


@media all {
    .page-width {
        max-width: var(--page-width);
        margin: 0 auto;
        padding: 0 0.6000000000000001rem;
    }

    @media screen and (min-width: 750px) {
        .page-width {
            /*padding: 0 2rem;*/
        }
    }

    .visually-hidden {
        position: absolute !important;
        overflow: hidden;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        word-wrap: normal !important;
    }

    /*::selection {
        background-color: rgba(var(--color-foreground), .2);
    }*/

    h1 {
        font-family: var(--font-heading-family);
        font-style: var(--font-heading-style);
        font-weight: var(--font-heading-weight);
        letter-spacing: calc(var(--font-size-main) * 0.024rem);
        color: rgb(var(--color-foreground));
        line-height: calc(1 + .3/max(1, var(--font-size-main)));
        word-break: break-word;
    }

    h1 {
        font-size: calc(var(--font-size-main) * 1.2000000000000002rem);
    }

    @media only screen and (min-width: 750px) {
        h1 {
            font-size: calc(var(--font-size-main) * 1.6rem);
        }
    }

    /*div:empty,
    p:empty,
    h1:empty {
        display: none;
    }*/

    *:focus {
        outline: 0;
        box-shadow: none;
    }

    .media.gradient {
        display: block;
        background-color: rgba(var(--color-foreground), .1);
        position: relative;
        overflow: hidden;
    }

    .media.gradient>*:not(.zoom):not(.deferred-media__poster-button) {
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .media.gradient>img {
        object-fit: cover;
        object-position: center center;
        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
    }

    .gradient {
        background: rgb(var(--color-background));
        background: var(--gradient-background);
        background-attachment: fixed;
    }

    .rte:after {
        clear: both;
        content: "";
        display: block;
    }

    .rte>*:first-child {
        margin-top: 0;
    }

    .rte>*:last-child {
        margin-bottom: 0;
    }

    @media (prefers-reduced-motion: no-preference) {
        .scroll-trigger.animate--fade-in {
            opacity: .01;
        }

        .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
            opacity: 1;
            animation: var(--animation-fade-in);
        }
    }
}

@media all {
    .collection-hero__inner {
        display: flex;
        flex-direction: column;
    }

    .collection-hero--with-image .collection-hero__inner {
        margin-bottom: 0;
        padding-bottom: 0.8rem;
    }

    @media screen and (min-width: 750px) {
        .collection-hero.collection-hero--with-image {
            /* padding: calc(1.6rem + 0rem) 0 calc(1.6rem + 0rem); */
            overflow: hidden;
        }

        .collection-hero--with-image .collection-hero__inner {
            padding-bottom: 0;
        }
    }

    .collection-hero__text-wrapper.all {
        flex-basis: 100%;
    }

    @media screen and (min-width: 750px) {
        .collection-hero {
            padding: 0;
        }

        .collection-hero__inner {
            align-items: center;
            flex-direction: row;
            padding-bottom: 0;
        }
    }

    .collection-hero__title {
        margin: 1rem 0;
    }

    .collection-hero__title+.collection-hero__description {
        margin-top: 0.6000000000000001rem;
        margin-bottom: 0.6000000000000001rem;
        font-size: 0.6400000000000001rem;
        line-height: calc(1 + .5 / var(--font-body-scale));
    }

    @media screen and (min-width: 750px) {
        .collection-hero__title+.collection-hero__description {
            font-size: 0.7200000000000001rem;
            margin-top: 0.8rem;
            margin-bottom: 0.8rem;
        }

        .collection-hero__description {
            max-width: 66.67%;
        }

        .collection-hero--with-image .collection-hero__description {
            max-width: 100%;
        }
    }

    .collection-hero--with-image .collection-hero__title {
        margin: 0;
    }

    .collection-hero--with-image .collection-hero__text-wrapper {
        padding: 2rem 0 1.6rem;
    }

    .collection-hero__image-container {
        border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
        border-radius: var(--media-radius);
        box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
    }

    @media screen and (max-width: 749px) {
        .collection-hero__image-container {
            height: 8rem;
        }
    }

    @media screen and (min-width: 750px) {
        .collection-hero--with-image .collection-hero__text-wrapper {
            padding: 1.6rem 0.8rem 1.6rem 0;
            flex-basis: 50%;
            word-wrap: break-word;
            word-break: break-all;
        }

        .collection-hero__image-container {
            align-self: stretch;
            flex: 1 0 50%;
            margin-left: 1.2000000000000002rem;
            min-height: 8rem;
        }
    }
}
/* 列表页图片横幅 */


/* 详情页tab选项 */
.size-description {
    background: #fff;
}

.size-description:after {
    content: "";
    display: block;
    width: 100%;
    /*height: 4.26672px;*/
    background-color: #f5f5f5;
}

.size-description .description-item {
    padding: 0 5.12px;
}

.size-description .description-item .tab-switcher {
    vertical-align: middle;
}

.size-description .description-item .tab-switcher .tab-switch {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 51px;
    text-align: center;
    text-transform: capitalize;
    color: #666;
    cursor: pointer;
}

.size-description .description-item .tab-switcher .tab-switch.active {
    color: #333;
    font-weight: bold;
}

.size-description .description-item .tab-switcher .tab-switch.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #333;
}

.size-description .description-item .tab-switcher .tab-switch+.tab-switch {
    margin-left: 10.66672px;
}

.size-description .description-item .tab-switcher.flex-style {
    display: flex;
    /*justify-content: space-between;*/
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.size-description .description-item .tab-switcher.flex-style .tab-switch {
    flex: 1 auto;
    max-width: 110px;
}

.size-description .description-item+.description-item {
    border-top: 1px solid #e8e8e8;
}
.description-item .tab-content{
    display: none;
}

/* 详情页tab选项 */



.product-details {
    --text: #222232;
}
.product-details *{
    --text: #222232;
}