:root {
    --jdgm-primary-color: #000;
    --jdgm-secondary-color: rgba(0, 0, 0, 0.1);
    --jdgm-star-color: #000;
    --jdgm-paginate-color: #000;
    --jdgm-border-radius: 0;
    --font_size: 14px;
    --font_size_minus1: 13px;
    --font_size_minus2: 12px;
    --font_size_minus3: 11px;
    --font_size_minus4: 10px;
    --font_size_plus1: 15px;
    --font_size_plus2: 16px;
    --font_size_plus3: 17px;
    --font_size_plus4: 18px;
    --font_size_plus5: 19px;
    --font_size_plus6: 20px;
    --font_size_plus7: 21px;
    --font_size_plus8: 22px;
    --font_size_plus9: 23px;
    --font_size_plus10: 24px;
    --font_size_plus11: 25px;
    --font_size_plus12: 26px;
    --font_size_plus13: 27px;
    --font_size_plus14: 28px;
    --font_size_plus15: 29px;
    --font_size_plus16: 30px;
    --font_size_plus18: 32px;
    --font_size_plus21: 35px;
    --font_size_plus22: 36px;
    --font_size_plus23: 37px;
    --font_size_plus24: 38px;
    --font_size_plus29: 43px;
    --font_size_plus33: 47px;
    --font_size_plus34: 48px;
    --fonts_name: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --fonts_name_2: Playfair Display;
    --body_bg: #ffffff;
    --body_color: #505050;
    --link_color: #000000;
    --link_color_hover: #232323;
    --breadcrumb_color: #999999;
    --breadcrumb_text_transform: capitalize;
    --page_title_font_size: 18px;
    --page_title_font_size_minus4: 14px;
    --page_title_font_size_minus6: 12px;
    --page_title_font_size_plus5: 23px;
    --page_title_color: #202020;
    --page_title_text_align: left;
    --product_text_transform: capitalize;
    --product_name_text_align: left;
    --color_title_pr: #202020;
    --color_title_pr_hover: #ea3d3d;
    --color_vendor: #ea3d3d;
    --sale_text: #ffffff;
    --bg_sale: #ffadb2;
    --custom_label_text: #ffffff;
    --custom_label_bg: #ff3131;
    --bundle_label_text: #ffffff;
    --bundle_label_bg: #ff3131;
    --new_label_text: #ffffff;
    --new_label_bg: #ff87b8;
    --new_label_border: #ff87b8;
    --sold_out_text: #ffffff;
    --bg_sold_out: #c1c1c1;
    --color_price: #202020;
    --color_price_sale: #fa4b17;
    --color_compare_price: #c7c7c7;
    --color_compare_product: #fff;
    --color_quick_view: #ffffff;
    --bg_quick_view: #ffffff;
    --border_quick_view: transparent;
    --color_wishlist: #0e0e0e;
    --bg_wishlist: #ffe5e5;
    --border_wishlist: transparent;
    --bg_wishlist_active: #ffe5e5;
    --background_1: #f1a24c;
    /* --background_1: #000000; */
    --color_1: #ffffff;
    --border_1: rgba(0, 0, 0, 0);
    --background_2: #f1a24c;
    --color_2: #ffffff;
    --border_2: #ffffff;
    --background_3: #f1a24c;
    --color_3: #ffffff;
    --border_3: #f1a24c;
    --color_add_to_cart: #fff;
    --border_add_to_cart: #000;
    --background_add_to_cart: #000;
    --color_add_to_cart_hover: #000;
    --border_add_to_cart_hover: #000;
    --background_add_to_cart_hover: #fff;
    --button_font_family: Playfair Display;
    --button_font_size: px;
    --button_font_weight: ;
    --button_border_radius: px;
    --button_border_width: px;
    --button_border_style: ;
    --button_text_align: ;
    --button_text_transform: ;
    --button_letter_spacing: ;
    --button_padding_top: px;
    --button_padding_bottom: px;
    --button_padding_left: px;
    --button_padding_right: px;
    --border_widget_title: #e0e0e0;
    --border_color_1: #ebebeb;
    --border_color_2: #e7e7e7;
    --border_page_title: #eaeaea;
    --border_input: #cbcbcb;
    --border_checkbox: #d0d0d0;
    --border_dropdown: #dadada;
    --border_bt_sidebar: #f6f6f6;
    --color_icon_drop: #6b6b6b;
    --color_ipt: #f1a24c;
    --color_slick_arrow: #323232;
    --color_border_slick_arrow: #323232;
    --color_bg_slick_arrow: #ffffff;
    --color_menu_mb: #232323;
    --color_menu_level3: #3c3c3c;
    --font_size_btn: 15px;
    --padding_btn: 7px 15px 7px;
    --letter_spacing_btn: .05em;
    --padding_btn_qv_add_to_cart: 12px 15px 10px;
    --padding_btn_bundle: 10px 15px 8px 15px;
    --color-price-box: var(--color_compare_price);
    --color_review: #ea3d3d;
    --color_review_empty: #cccccc;
    --border-product-image: #f1a24c;
    --border-radius-17: 0;
    --border-radius-50: 0;
}

@media (min-width: 1200px) {
    .product-img-box.vertical-moreview .slick-arrow.slick-prev {
        top: 0;
    }
}

@media (min-width: 1200px) {
    .product-img-box.vertical-moreview .slick-arrow {
        text-align: center;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #EFC50D;
}

.jdgm-star.jdgm--on:before {
    content: "\e000"
}

.docapp-free-gift-progress .docapp-fg-progress-goal .docapp-fg-pin .docapp-fg-free-shipping {
    background-image: url("https://d2fk970j0emtue.cloudfront.net/images/delivery-truck.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px;
    display: block !important;
    height: 32px;
    width: 32px;
}

.docapp-free-gift-progress .docapp-fg-progress-track .docapp-fg-active-track {
    border-color: #000000 !important;
    background: #000000 !important;
}

.docapp-free-gift-progress .docapp-fg-progress-goal.docapp-fg-goal-completed .docapp-fg-pin svg {
    fill: #000000 !important;
}

.docapp-free-gift-progress .docapp-fg-progress-goal.docapp-fg-goal-completed .docapp-fg-goal-bubble {
    background: #000000 !important;
    color: #ffffff !important;
}

@media (min-width: 1200px) {
    .product-img-box.left-vertical-moreview {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .has-sticky-product-img [data-sticky-product-img] {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        margin-bottom: 25px;
    }
}

.jdgm-rev-widg__header {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-row-stars {
        padding-bottom: 24px;
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) :not(.jdgm-revs-tab__content-header)>.jdgm-widget-actions-wrapper {
        width: 30%;
    }
}

@media only screen and (min-width: 992px) {

    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram,
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-widget-actions-wrapper,
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper {
        border-left: 1px solid rgba(51, 153, 153, 0.1);
        border-color: var(--jdgm-secondary-color);
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-row-stars>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) {

    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-rev-widg__summary,
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-histogram,
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-widget-actions-wrapper {
        display: inline-block;
        margin-bottom: 0;
    }
}

.jdgm-widget * {
    margin: 0;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 992px) {
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-rev-widg__summary {
        width: 30%;
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-rev-widg__summary-inner {
        display: inline-block;
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) :not(.jdgm-histogram-wrapper)>.jdgm-histogram {
        width: 40%;
    }
}

.jdgm-star.jdgm--on:before {
    content: "\e000";
}

@media only screen and (min-width: 768px) {
    .jdgm-histogram__bar {
        margin: 0 24px;
        width: 140px;
    }
}

.jdgm-histogram__bar,
.jdgm-histogram__bar-content {
    height: 100%;
}

.jdgm-histogram__row:not([data-rating="1"]) {
    margin-bottom: 10px;
}

.jdgm-histogram__row {
    height: 14px;
    cursor: pointer;
    display: flex;
}

.jdgm-histogram .jdgm-star {
    color: #000000;
}

.jdgm-histogram .jdgm-star {
    font-size: 13px;
    line-height: 1;
    padding-right: 3px !important;
}

.jdgm-star {
    font-family: 'JudgemeStar' !important;
}

.jdgm-rev-widg .jdgm-star,
.jdgm-revs-tab .jdgm-star,
.jdgm-all-reviews .jdgm-star,
.jdgm-gallery-popup .jdgm-star {
    color: #339999;
    color: var(--jdgm-star-color);
}

.jdgm-star {
    font-family: 'JudgemeStar';
    display: inline !important;
    text-decoration: none !important;
    padding: 0 4px 0 0 !important;
    margin: 0 !important;
    font-weight: bold;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
    .jdgm-histogram__bar {
        margin: 0 24px;
        width: 140px;
    }
}

.jdgm-histogram__bar {
    margin: 0 16px;
    width: 126px;
    background: rgba(224, 224, 224, 0.5);
}

.jdgm-histogram__star,
.jdgm-histogram__bar,
.jdgm-histogram__frequency {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.jdgm-histogram__bar-content {
    background-color: #000;
}

.jdgm-histogram__frequency {
    margin: 0;
    width: 24px;
    text-align: left;
    color: #7b7b7b;
}

.jdgm-star.jdgm--off:before {
    content: "\e001";
}

@media only screen and (min-width: 768px) {

    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-write-rev-link,
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-ask-question-btn {
        width: 100%;
        max-width: 240px;
    }
}

.jdgm-write-rev-link.jdgm-write-rev-link {
    color: var(--jdgm-write-review-text-color, #fff);
    background-color: #339999;
    background-color: var(--jdgm-write-review-bg-color, var(--jdgm-primary-color));
    border: 2px solid #339999;
    border-color: var(--jdgm-write-review-bg-color, var(--jdgm-primary-color));
}

.jdgm-write-rev-link,
.jdgm-ask-question-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

#judgeme_product_reviews {
    width: 85% !important;
    margin: 0 auto !important;
}

@media (max-width: 1199px) {
    .product-img-box .wrapper-images .slick-arrow {
        /* border: 1px solid var(--color_border_slick_arrow) !important; */
        background-color: var(--color_bg_slick_arrow) !important;
        color: #6c6c6c !important;
        text-align: center;
        padding-top: 2px;
    }
    .slick-track{
        width:1264px;
    }
    .thumb.filter-easter-bunny-butterfly-embroidery-tulle-dress-bebehanna.slick-slide{
    width:350px
    }
}

@media (min-width: 1200px) {
    .slick-prev.slick-arrow {
        display: none;
    }

    .slick-next.slick-arrow {
        display: none;
    }
    .thumb.filter-easter-bunny-butterfly-embroidery-tulle-dress-bebehanna.slick-slide{
        width:475px
    }
   
}
@media (max-width:1199px){
    .thumb.filter-easter-bunny-butterfly-embroidery-tulle-dress-bebehanna.slick-slide{
        width:465px
    }
}
@media (max-width:1000px){
    .thumb.filter-easter-bunny-butterfly-embroidery-tulle-dress-bebehanna.slick-slide{
        width:355px
    }
}
/* @media (max-width:768px){
    .thumb.filter-easter-bunny-butterfly-embroidery-tulle-dress-bebehanna.slick-slide{
        width:520px
    }
} */
.product-label {
    right: auto;
}
::before {
    box-sizing: border-box;
}
.tabs__product-page .tab-links.active .icon-dropdown .fa {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* .products-list{
    display: flex;
} */
.slick-track {
    /* overflow: hidden; */
    
    position: relative;
}
.thumb {
    float: left; /* 或者您可以使用 display: inline-block; */
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 0;
    border: 1px solid var(--color_border_slick_arrow) !important;
        background-color: var(--color_bg_slick_arrow) !important;
        color: var(--color_slick_arrow) !important;
        text-align: center;
        padding-top: 2px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 0;
    border: 0px solid #fff  !important;
    background-color: var(--color_bg_slick_arrow) !important;
    color: var(--color_slick_arrow) !important;
    text-align: center;
    padding-top: 2px;
}
.products-list {
    margin-bottom: 0px;
}
.product-img-box .slick-arrow {
    border: none !important;
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0) !important;
    color: var(--page_title_color) !important;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active.swiper-slide-fully-visible{
    width:120px;
    margin-right: 0px;
}
.swiper.mySwiper .fa.fa-angle-right,.swiper.mySwiper .fa.fa-angle-left {
   width:20px;
    color:#202020;
    font-size: 25px;
    font-weight: 500;
}
.swiper-slide.swiper-slide-visible.swiper-slide-active.swiper-slide-fully-visible {
    width: 100%;
    margin-right: 0px;
}
.groups-btn-tree{
    margin-top: 20px;
}
.product-template-supermarket .tabs__product-page .list-tabs {
    padding-left: 20px;
}

.tabs__product-page .list-tabs:after,
.tabs__product-page .list-tabs:before {
    display: none;
}

.halo-product-content .pro-page {
    padding-top: 10px;
}


@media (min-width: 1200px) {

    .list-collections .col-main,
    .halo-product-content .pro-page .col-main {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .halo-product-content .product .product-photos,
    .halo-product-content .product .product-shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

.swiper-slide img {
    width: 100%;
    /* 设置图片宽度为100% */
    height: auto;
    /* 高度自适应 */
}

.swiper {
    max-width: 640px;
    /* 设置轮播图的最大宽度，你可以根据需要进行调整 */
    margin: auto;
    /* 若需要居中显示 */
}
.img-magnify {
    transition: transform 0.5s ease-out;
    /* 平滑的变换效果 */
    cursor: zoom-in;
    /* 更改鼠标光标以提醒用户可以放大 */
}
@media (min-width: 1200px) {
    .swiper-slide img {
        width: 100%;
        /* 设置图片宽度为100% */
        height: auto;
        /* 高度自适应 */
    }

    .swiper {
        height: 800px;
        position: relative;
        margin: auto;
    }


    .swiper-button-prev {
        position: absolute;
        top: auto;
        width: 20px;
        /* 箭头尺寸 */
        height: 20px;
        /* 箭头尺寸 */
        margin-top: 0px;
        /* 调整距离顶部的距离 */
        right: 10px;
        /* 根据需求调整，确保箭头位于容器中间 */
        /* left: auto; */
        background-size: 20px 20px;
        /* 调整背景大小以适应箭头图片 */
        z-index: 10;
        margin: auto;
    }
    .swiper-button-next {
        position: absolute;
        top: auto;
        width: 20px;
        /* 箭头尺寸 */
        height: 20px;
        /* 箭头尺寸 */
        margin-top: 0px;
        /* 调整距离顶部的距离 */
        right: 40px;
        /* 根据需求调整，确保箭头位于容器中间 */
        /* left: auto; */
        background-size: 20px 20px;
        /* 调整背景大小以适应箭头图片 */
        z-index: 10;
        margin: auto;
        margin-bottom: -20px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 0;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 0;
        border: 0px solid #fff !important;
        background-color: var(--color_bg_slick_arrow) !important;
        color: var(--color_slick_arrow) !important;
        text-align: center;
        padding-top: 2px;
        transform: rotate(180deg);
        /* 旋转箭头 */
    }


    .swiper.mySwiper .fa.fa-angle-right,
    .swiper.mySwiper .fa.fa-angle-left {
        transform: rotate(90deg);
    }

    .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible:first-of-type {
        margin-top: 30px;
    }

    .swiper-slide.swiper-slide-visible {
        /* margin-top: -40px; */
        height: 50px
    }


    .swiper-button-next {
        bottom: 10px;
        /* 调整以使下一个箭头位于底部 */
    }

    .swiper-button-prev {
        top: 10px;
        /* 调整以使上一个箭头位于顶部 */
    }

}
@font-face {
    font-family: 'InterVariable';
    src: url('https://cdn.shopify.com/static/fonts/inter/v4/InterVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
}

* {
    box-sizing: border-box;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.shopify-installments {
    margin-top: 0;
    margin-bottom: 0;
}

.shopify-installments__inline {
    display: inline
}

.shopify-installments__content {
    padding-right: 4px;
}

.shopify-installments__learn-more {
    color: inherit;
    font-weight: inherit;
    font: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: underline;
}

.shopify-installments__prequal-row-wrapper {
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.shopify-installments__prequal-row {
    display: inline-flex;
    width: fit-content;
    column-gap: 4px;
    flex-wrap: nowrap;
    min-width: max-content;
    align-items: center;
    transition: width 200ms;
}

.shopify-installments__prequal-row shop-prequal-amount,
.shopify-installments__prequal-row .shopify-installments__learn-more {
    display: inline-block;
}

.default-font #shopify-installments-content b {
    font-family: 'InterVariable', sans-serif;
    font-weight: bold;
  

}

#prequalAmountRowWrapper:not(.is-prequalified) #prequalAmountContainer {
    transform: translateY(100%);
    position: absolute;
}

.is-prequalified #prequalAmountContainer {
    animation-name: slideUp;
    animation-duration: 300ms;
    animation-timing-function: ease-in;
}

.is-prequalified #prequalBackupCTA {
    transition: all 300ms ease-out;
    transform: translateY(100%);
    opacity: 0;
    position: absolute;
}

.stable.is-prequalified #prequalBackupCTA,
#prequalAmountRowWrapper.stable:not(.is-prequalified) #prequalAmountContainer {
    visibility: hidden;
}

#prequalAmountRowWrapper:not(.is-prequalified) #prequalAmountContainer button,
.is-prequalified #prequalBackupCTA button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@keyframes slideUp {

    0%,
    20% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
#add-to-cart-form .selector-wrapper {
    display: none
}

.sizeactive{
    background-color: #000000;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ajax-success-modal .modal-overlay {
        max-width: 680px;
    }
}
.halo-modal .modal-overlay {
    position: relative;
    margin: .5rem auto;
    pointer-events: none;
    max-width: 847px;
    top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ajax-success-modal.ajax-success-normal .cart-modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column ;
}


@media (max-width:1199px){
  .swiper.mySwiper2 .swiper-slide img{
    height:500px;
    object-fit: cover;
  }
  .swiper-wrapper .swiper-slide img{
    height:100px;
    object-fit: cover;
  }
}
.halo-product-content .product_top {
    margin-bottom: -40px;
}
.recently-viewed-products .widget-title{
    padding-top: 17px;
}
.recently-viewed-products {
    margin-top: 0px;
}
.main-content {
    padding-bottom: 40px;
}


@media (min-width:1199px){
    .mySwiper2  .exleft{
        display: none;
    }
}

.swatch .tooltip{
    background: #f1a24c;
}
.swatch .tooltip:after{
    border-top: solid #f1a24c 7px;
}