/** Shopify CDN: Minification failed

Line 167:31 Expected ":"

**/
/**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                .ecom-column:hover {
                    z-index: 1;
                }
                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-section__video-bg {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row:not(.ecom-section) {
                    float: left;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                

          
            .ecom-collection__sorting-wrapper{
                display:flex
            }
                .ecom-collection__filters-heading {
                    display: block;
                    white-space:nowrap;
                }
                .ecom-collection__sorting-select {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    outline:none;
                }
                .ecom-collection__sorting-container{
                    display:inline-flex;
                    flex-direction:column
                }
            
                .ecom__text--dropcap:first-letter {
                    font-size: 40px;
                    color: #8A2BE2;
                    display:inline-flex;
                    border:1px solid transparent;
                    float:left;
                    line-height:1;
                }

                .text-content.ecom-html {
                    overflow: hidden;
                    position: relative;
                }

                .ecom-text--is-mark::after {
                    position: absolute;
                    content: '';
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
                    pointer-events: none;
                }

                .ecom-text_view-more-btn,
                .ecom-text_view-less-btn {
                    display: flex;
                    background: none;
                    outline: none;
                    border: none;
                    align-items: center;
                }

                .ecom__element--button-icon {
                    display: flex;
                    align-items: center;
                }
            
                .ecom-scroll_bar::-webkit-scrollbar {
                    display: block;
                    width: 3px;
                }
                .ecom-collection__filters-group-checkbox--input[disabled] {
                    pointer-events: none;
                }
                .ecom-collection__filters-group-checkbox--disabled span {
                    opacity: .8;
                    pointer-events: none;
                }
                .ecom-collection__filters-enable-colors .ecom-filter-hide-checkbox .ecom-collection__filters-group-checkbox--input{
                    display: none;
                }
                .ecom-scroll_bar::-webkit-scrollbar-track {
                    background-color: rgba(0,0,0,.15);
                }
                .ecom-scroll_bar::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25)
                }
                .ecom-icon-filter-open{
                    display:none;
                    transform:rotate(180deg)
                }
                .ecom-collection__filters-group-checkbox:hover {
                    cursor: pointer;
                }
                .ecom-collection__filters-group-dropdown:focus {
                    border-none;
                }
                .ecom-collection__filters-group-dropdown.active .ecom-icon-filter-open,
                details[open] .ecom-icon-filter-open{
                    display:block !important
                }
                .ecom-collection__filters-group-dropdown.active .ecom-icon-filter-close,
                details[open] .ecom-icon-filter-close{
                    display:none !important
                }
                .ecom-d-none {
                    display: none
                }
                .ecom-collection__filters-group-list-item-max{
                    display:none;
                }
                .ecom-collection__filters-block div.ecom-collection__filters-group .ecom-icon-filter-open,
                .ecom-collection__filters-block div.ecom-collection__filters-group .ecom-icon-filter-close{
                    display:none !important
                }
                /*Modal-Box*/
                #ecom-modal-block {
                    display: none;
                    position: fixed;
                    z-index: 1;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background:rgb(116,119,121,.6)
                }
                .ecom-modal-content{
                    position:fixed;
                    width: 350px;
                    max-width: 90%;
                    background:white;
                    top:0;
                    bottom:0;
                    left:0;
                    -webkit-animation-name: zoomIn;
                    animation-name: zoomIn;
                    -webkit-animation-duration: .3s;
                    animation-duration: .3s;
                    -webkit-animation-fill-mode: both;
                    animation-fill-mode: both;
                    transition:all .3s linear;
                }

                #ecom-modal-close{
                    position:absolute;
                    right: 20px;
                    top:20px;
                    display:flex;
                    cursor:pointer;
                    z-index: 100;
                }
                #ecom-modal-close svg{
                    width:24px;
                    height:auto;
                }
                @keyframes zoomIn {
                    from {
                        opacity: 0;
                        transform: translateX(-100%);
                    }
                    to {
                        opacity: 1;
                        transform: translateX(0);
                    }
                }
                .ecom-collection__filters-group-header{
                    display:flex;
                    align-items:center;
                }
                .ecom-collection__filters-group-header svg{
                    width:20px;
                    height:auto;
                    margin-left: auto;
                    margin-right: 10px;
                }

            .ecom-collection__filters-group-price{
                display:none;
                grid-column-gap:20px;
                margin-top:6px;
            }
            .ecom-collection__filters-group-field{
                display:inline-flex;
                grid-column-gap:6px;
                font-style: normal;
            }
            .ecom-collection__filters-group-field--input{
                -webkit-appearance: none;
                appearance: none;
                background: white;
                border: 1px solid #D1D5DB;
                box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
                border-radius: 6px;
                width: 80px;
                font-style: normal;
                font-weight: normal;
                font-size: 1.4rem;
                color: #6B7280;
                outline:none;
                padding: 0px 8px;
            }
            .ecom-collection__filters-group-field--input::-webkit-outer-spin-button,
            .ecom-collection__filters-group-field--input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                appearance: none;
                margin: 0;
            }
            .ecom-collection__filters-group-field--input:focus{
                border-color:rgba(5, 150, 105,1);
                box-shadow:rgb(255, 255, 255) 0px 0px 0px 0px, rgba(5, 150, 105,1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
            }
            .ecom-collection__filters-group-checkbox{
                display:flex;
                align-items:center;
            }
            .ecom-collection__filters-group-checkbox input[type=checkbox]{
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    -webkit-print-color-adjust: exact;
                    color-adjust: exact;
                    display: inline-block;
                    vertical-align: middle;
                    background-origin: border-box;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    flex-shrink: 0;
                }
                .ecom-collection__filters-group-checkbox input[type=checkbox]:focus {
                    box-shadow:rgb(255, 255, 255) 0px 0px 0px 2px, #059669 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
                }
                .ecom-collection__filters-group-checkbox input[type=checkbox]:checked {
                    background-size: 100% 100%;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
                }

                .ecom-collection__filters-group-summary--title{
                    display: block;
                    width: 100%;
                }
                details.ecom-collection__filters-group .ecom-collection__filters-group-summary{
                    cursor:pointer;
                }
                .ecom-collection__filters-group--header{
                    display: flex;
                    align-items: center;
                    grid-column-gap: 12px;
                }
                ul.ecom-collection__filters-group-list{
                    list-style: none;
                    flex-wrap: wrap;
                    overflow-y: auto;
                }
                .ecom-collection__filters-enable-colors .ecom-filter-hide-color-count .ecom-collection__filters--count {
                    display: none;
                }
                 .ecom-collection__filters-form:empty {
                    margin: auto;
                    width: 100%;
                    min-height: 600px; /* change height to see repeat-y behavior */

                    background-image: linear-gradient(
                        100deg,
                        rgba(255, 255, 255, 0),
                        rgba(255, 255, 255, 0.5) 50%,
                        rgba(255, 255, 255, 0) 90%
                        ),
                        linear-gradient(lightgray 20px, transparent 0),
                        linear-gradient(lightgray 20px, transparent 0),
                        linear-gradient(lightgray 20px, transparent 0),
                        linear-gradient(lightgray 20px, transparent 0);

                        background-repeat: repeat-y;

                        background-size: 50px 200px, /* highlight */ 150px 200px, 350px 200px,
                            300px 200px, 250px 200px;

                        background-position: 0 0, /* highlight */ 1px 0, 1px 40px, 1px 80px, 1px 120px;

                        animation: shine 1s infinite;
                    }

                    @keyframes shine {
                        to {
                            background-position: 100% 0, /* move highlight to right */ 1px 0, 1px 40px,
                            1px 80px, 1px 120px;
                        }
                    }
                    .ecom-collection-filters--price-range {
                        max-width: 400px;
                        margin-top:10px;
                        }
                        .ecom-collection-filters--multi-range {
                            position: relative;
                            display: flex;
                            margin: 10px 0;
                        }
                        .ecom-collection-filters--multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
                            background-color: var(--ecom-color-thumb);
                        }
                        .ecom-collection-filters--multi-range input[type=range]:nth-child(2) {
                            background: none;
                            height:100%;
                        }
                        .ecom-collection-filters--multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
                            background-color: var(--ecom-color-thumb);
                        }
                        .ecom-collection-filters--multi-range input[type=range]::-moz-range-track {
                            background: none;
                        }
                        #ecom-collection-filters--input-min{
                            position:relative !important;
                            height: var(--ecom-size-custom,4px);
                        }
                        .ecom-collection-filters--price-range input[type=range] {
                            position: absolute;
                            width: 100%;
                            padding: 0;
                            margin: 0;
                            border: 0;
                            outline: none;
                            background: var(--ecom-color-custom,red);
                            -webkit-appearance: none;
                                -moz-appearance: none;
                                    appearance: none;
                            pointer-events: none;
                        }
                        .ecom-collection-filters--price-range input[type=range]:active,
                        .ecom-collection-filters--price-range input[type=range]:focus,
                        .ecom-collection-filters--price-range input[type=range]::-moz-focus-outer {
                            border: none;
                            outline: none;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-moz-range-thumb {
                            position: relative;
                            height: var(--height-thumb-custom,16px);
                            width: var(--width-thumb-custom,16px);
                            margin: 5px 0;
                            border-radius:9999px;
                            border:var(--border-thumb-custom);
                            background-color: var(--bg-thumb-custom,#fff);
                            box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.3);
                            -moz-appearance: none;
                                appearance: none;
                            pointer-events: all;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-moz-range-thumb:hover {
                            cursor: grab;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-moz-range-thumb:active {
                            cursor: grabbing;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-webkit-slider-thumb {
                            position: relative;
                            height: var(--height-thumb-custom,16px);
                            width: var(--width-thumb-custom,16px);
                            margin: 5px 0;
                            border-radius:9999px;
                            border:var(--border-thumb-custom);
                            background-color: var(--bg-thumb-custom,#fff);
                            box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.3);
                            -webkit-appearance: none;
                                    appearance: none;
                            pointer-events: all;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-webkit-slider-thumb:hover {

                        cursor: grab;
                        }
                        .ecom-collection-filters--price-range input[type=range]::-webkit-slider-thumb:active {

                        cursor: grabbing;
                        }
                        .ecom-collection__filters-dropdown .ecom-container-filter-list{
                            display:flex;
                            flex-wrap:wrap;
                        }
                        .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                        .ecom-collection__filters-group{
                            position:relative;
                            border:1px solid transparent
                        }
                        .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                        .ecom-collection__filters-group .ecom-collection__filters-group--display{
                            display:none;
                            position:absolute;
                            top:100%;
                            left:0;
                            animation: growDown 300ms ease-in-out forwards;
                            transform-origin: top center;
                            transition: all ease-in-out .3s;
                            padding:15px;
                            background-color:white;
                            z-index:10;
                            min-width:300px
                        }
                        @keyframes growDown {
                            0% {
                                transform: scaleY(0)
                            }
                            80% {
                                transform: scaleY(1.1)
                            }
                            100% {
                                transform: scaleY(1)
                            }
                        }
                        .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                        .ecom-collection__filters-group.active{
                            border:1px solid #333;
                        }
                        .ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop
                        .ecom-collection__filters-group.active .ecom-collection__filters-group--display{
                            display:block
                        }



                        .ecom-button-filter-collapse{
                            display:none;
                        }
                        .ecom-modal-block--mobile{
                            overflow:unset
                        }
                        #ecom-modal-block.ecom-modal-block--mobile{
                            display: block;
                            position: unset;
                            background:transparent;
                        }
                        .ecom-modal-content--mobile.ecom-modal-content{
                            position:unset;
                            animation: unset;
                            width:100%;
                            max-width:unset;
                            background:transparent;

                        }
                        #ecom-modal-close.ecom-collapse-close{
                            display:none;
                        }
                        .ecom-collection-filters--active_values-list{
                            display:flex;
                            flex-wrap:wrap;
                            list-style: none;
                        }
                        .ecom-collection-filters--active_values-list li {
                            list-style: none;
                        }
                        .ecom-collection__filters-group-list-item a{
                            display:inline-flex;
                            text-decoration:none;
                            gap:10px;
                            align-items:center;
                            color:#333
                        }
                        .ecom-collection__filters-group-list-item .ecom-colletion-filters--close-icon{
                            color:#333;
                            display:flex;
                        }
                        .ecom-filter-collapse-icon{
                            display:flex;
                        }
                        .ecom-colletion-filters--close-icon svg{
                            width:auto;
                            height:auto;
                        }
                        .ecom-collection__filters-collapse button{
                            display:flex
                        }
                        @media screen and (max-width: 911px) {
                            .ecom-collection__filters-dropdown .ecom-container-filter-list{
                                display:block;
                            }
                            #ecom-modal-close.ecom-collapse-close.ecom-collapse-close--mobile{
                                display:flex;
                            }
                             .ecom-button-filter-collapse.button_menu_block--mobile{
                                display:flex;
                                gap:10px;
                            }
                            #ecom-modal-block.ecom-modal-block--mobile {
                                display: none;
                                position: fixed;
                                z-index: 99;
                                left: 0;
                                top: 0;
                                width: 100%;
                                height: 100%;
                                background:rgb(116,119,121,.6)
                            }
                            .ecom-modal-content--mobile.ecom-modal-content{
                                position:fixed;
                                width:100%;
                                max-width:350px;
                                background:white;
                                -webkit-animation-name: zoomIn;
                                animation-name: zoomIn;
                                -webkit-animation-duration: .3s;
                                animation-duration: .3s;
                                -webkit-animation-fill-mode: both;
                                animation-fill-mode: both;
                                transition: all .3s linear;
                            }
                            .ecom-modal-content--mobile.ecom-modal-content .ecom-collection__filters-form{
                                height:100%;
                                overflow:auto
                            }
                        }
                        #button_menu_block{
                            align-items:center;
                        }
                        .ecom-filter-collapse-icon{
                            color:#333;
                        }
                        .ecom-filter-collapse-icon svg{
                            width:auto;
                            height:auto;
                        }
                        .ecom-collection__filters-group-checkbox > input:focus{
                            outline: none !important;
                            box-shadow: none !important;
                        }
                        .ecom-collection__filters-applied-block{
                            display:flex;
                            flex-direction:column;
                        }
                        .ecom-collection__filters-form-collapse{
                            height:100%;
                                overflow:auto
                        }

                        .ecom-shopify__menu-list {
                            list-style: none;
                        }

                        .ecom-menu_title {
                            text-decoration: none;
                            font-size: 14px;
                            color: #878787;
                            display: block;
                        }

                        .ecom-shopify__menu-sub-menu {
                            max-height: 0;
                            overflow: hidden;
                            margin-left: 5px;
                            transition: .25s ease all;
                        }

                        .ecom-menu_item {
                            position: relative;
                        }

                        .ecom-menu_item:not(.ecom-menu_item.ecom-item-active) .ecom-menu_icon .ecom-menu_icon--normal {
                            display: flex;
                        }

                        .ecom-menu_item:not(.ecom-menu_item.ecom-item-active) .ecom-menu_icon .ecom-menu_icon--active {
                            display: none;
                        }

                        .ecom-menu_item.ecom-item-active .ecom-menu_icon .ecom-menu_icon--normal {
                            display: none;
                        }

                        .ecom-menu_item.ecom-item-active .ecom-menu_icon .ecom-menu_icon--active {
                            display: flex;
                        }

                        .ecom-menu_icon {
                            position: absolute;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%);
                            cursor: pointer;
                        }

                        .ecom-menu_icon--normal svg,
                        .ecom-menu_icon--active svg {
                            height: 12px;
                            width: 12px;
                            display: flex;
                        }
                        .ecom-filter--hide-checkbox {
                            opacity: 0;
                            visibility: hidden;
                            display: none !important;
                        }


            

                /** Swiper css **/
                .ecom-swiper-pagination-bullet:only-child {
                    opacity: none
                }
                .ecom-flex-center, .ecom-swiper-navigation {
                    display: flex;
                    align-items: center;
                }
                .ecom-swiper-navigation{
                    justify-content: center
                }
                .ecom-swiper-navigation[data-navigator-type="combine"]{
                    justify-content: center
                }
                .ecom-swiper-pagination{
                    display:flex;
                }


                /** Core **/

                .ecom-flex-column {
                    display: flex;
                    flex-direction: column
                }

                .ecom-collection__product-item--information{
                    flex: 1
                }
                .ecom-collection.ecom-collection__product {
                    width: 100%;
                    overflow: hidden;
                }
                .ecom-d-flex {
                    display: flex;
                    flex-wrap:wrap;
                }

                .ecom-collection__product--rating-wrapper {
                    position: relative
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product--actions[data-layout="lite"] {
                    display: none;
                }
                .ecom-collection__product .ecom-collection__product-media a {
                    text-decoration: none;
                    color: inherit;
                    width: 100%
                }

                .ecom-collection__product--wrapper-items {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    display: grid;
                    gap: 1rem;
                }
                /*
                .ecom-collection__product--wrapper-items.ecom-collection-product__layout-list {
                    grid-template-columns: repeat(1, minmax(0, 1fr));
                    grid-gap: 10px;
                }
                */
                .ecom-swiper-wrapper.ecom-collection__product--wrapper-items{
                    display:flex;
                    gap:0
                }
                .ecom-collection__product-main.ecom-swiper-container:not(.ecom-swiper-container-initialized) .ecom-collection__product-item{
                    max-width: 200px;
                }
                .ecom-collection__product-quick-shop--force-hide {
                    display: none !important;
                }


                .ecom-collection__product-countdown-progress-bar {
                    display: flex;
                    align-items: center;
                    width: 100%;
                }

                .ecom-collection__product-countdown-progress-bar--wrap {
                    flex: 1;
                    background: #BABFC3;
                    border-radius: 2px;
                    overflow:hidden;
                }

                .ecom-collection__product-countdown-progress-bar--timer {
                    position: relative;
                    width: 100%;
                    height: 5px;
                    background: #111827;
                    display: block;
                    border-radius: 2px;
                    z-index: 1
                }



                .ecom-collection__product-media {
                    display: block;
                    position: relative;
                }

                .ecom-collection__product-media--portrait {
                    padding-bottom: 125%;
                }

                .ecom-collection__product-media--square {
                    padding: 50%;
                }
                body[ecom-loaded] .ecom-products-pagination-infinite {
                    display: none;
                }
                .ecom-products-pagination-infinite button.ecom-loading {
                    display: block;
                    margin: 25px auto;
                    border: none;
                    background: none;
                }
                .ecom-core .ecom-collection__product-media img {
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    object-position: center center;
                    /*transition: opacity .4s cubic-bezier(.25, .46, .45, .94);*/
                }

                .ecom-collection__product--text-only {
                    background: rgb(26 27 24 / 8%);
                }

                .ecom-collection__product-item {
                    overflow: hidden;
                }
                .ecom-collection__product-media-wrapper {
                    position:relative;
                }
                .ecom-collection__product-item[data-style="horizontal"] .ecom-collection__product-media-wrapper{
                    flex-basis:30%;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product--actions:not([data-layout="full"]){
                    position: absolute;
                    opacity: 1;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    align-self: center;
                    justify-content: center;
                    inset: 0;
                    margin: auto;
                    text-align: center;
                }

                .ecom-collection__product-prices .ecom-collection__product-price--from {
                    text-decoration: none !important;
                }
                .ecom-collection__product-item .ecom-collection__product-item--inner {
                    display: flex;
                    width:100%;
                    height:100%;
                    overflow:hidden;
                }

                .ecom-collection__product--text-only .ecom-collection__product-item--content {
                    grid-row: 2;
                    justify-self: center;
                    margin-bottom: 6rem;
                    margin-top: 5rem;
                }

                .ecom-collection__product--text-only .ecom-collection__product-item--inner {
                    display: grid;
                    grid-template-rows: 1fr auto 1fr;
                    width: 100%;
                }

                .ecom-collection__product-badge {
                    z-index: 3;
                    position: absolute;
                    right: 8px;
                    left: 8px;
                    top: 8px;
                    display: flex;
                    flex-direction: column;
                    pointer-events: none
                }

                .ecom-paginate-loadmore--icon {
                    width: 16px;
                }
                .ecom-collection__product-badge>span {
                    pointer-events: auto
                }

                .ecom-visually-hidden {
                    display: none;
                }

                .ecom-collection__product-quick-shop-wrapper {
                    display: none;
                }
                .ecom-collection__product-variants[data-picker-type="dropdown"] .ecom-collection__product-quick-shop-wrapper,
                .ecom-collection__product-variants[data-picker-type="radio"] .ecom-collection__product-quick-shop-wrapper{
                    display: block;
                }
                .ecom-collection__product-media-image {
                    display: block;
                }

                .ecom-collection__product-secondary-media {
                    opacity: 0;
                    -webkit-transition: .4s ease-in-out;
                    transition: .4s ease-in-out;
                }

                .ecom-collection__product-item:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-secondary-media {
                    opacity: 1;
                }

                .ecom-collection__product .selector-wrapper,
                .ecom-collection__product .ecom-collection__product-picker-main,
                .ecom-collection__product .ecom-collection__product-picker-other {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }
                .ecom-collection__product .selector-wrapper label{
                    width:100%;
                }
                .ecom-collection__product-picker-colors-item .ecom-collection__product-picker-colors-item--preview {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .ecom-collection__product-picker-images-list,
                .ecom-collection__product-picker-colors-list {
                    display: flex;
                    width: 100%;
                    flex-wrap: wrap;
                    overflow:hidden;
                    list-style: none;
                }
                .ecom-collection__product-picker-radio-list {
                    list-style: none;
                }
                .ecom-collection__product-picker-colors-item,
                .ecom-collection__product-picker-images-item {
                    overflow: hidden;
                }
                .ecom-collection__product-picker-radio-list li,
                .ecom-collection__product-picker-images-list li,
                .ecom-collection__product-picker-colors-list li {
                    position: relative;
                    cursor: pointer;
                    list-style: none;
                }

                .ecom-collection__product-picker-radio-label,
                .ecom-collection__product-swatch-item--wrapper {
                    display: inline-block
                }
                .ecom-collection__product-swatch-item img{
                    display:block
                }
                .ecom-collection__product-swatch-item--wrapper {
                    position: absolute;
                    inset: 0;
                    z-index: 1;
                }
                .ecom-collection__product-variants{
                    transition: all 300ms ease;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active {
                    position: absolute;
                    background:rgb(238 238 238 / 70%);
                    inset: 0;
                    z-index:999;


                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active .ecom-collection__product-form{
                    display:flex;
                    align-items: center;
                    justify-content:center;
                    align-self: center;
                    position:relative;
                    height:100%;
                    flex-direction: column;
                    align-items:center;


                }
                .ecom-collection__product-item .ecom-collection__product-close{
                    display:none;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active .ecom-collection__product-close{
                    display:flex;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close {
                    position: absolute;
                    right: 5px;
                    top: 5px;
                    z-index:999;
                    border:none;
                    box-shadow: none;
                    padding: 0;
                    width: 24px;
                    height: 24px;
                    min-height: 24px;
                    overflow: hidden;
                    border-radius: 50%;
                  }
                  .ecom-collection__product-media {
                    display: block;
                    position: relative;
                    width: 100%;
                    height: 100%;
                }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:hover {
                    opacity: 1;
                    transition: width 1s;
                     -webkit-transition: width 1s;
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:before,  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:after {
                    position: absolute;
                    content: ' ';
                    width: 2px;
                    height: 14px;
                    background-color: #222;
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:before {
                    transform: rotate(45deg);
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:after {
                    transform: rotate(-45deg);
                  }

                .ecom-collection__product-countdown-time {
                    display: inline-flex;
                    flex-wrap: wrap;
                    align-items:center;
                }

                .ecom-collection__pagination {
                    margin: auto;
                    text-align: center;
                }

                .ecom-collection__pagination li {
                    display: inline-flex;
                }

                .ecom-collection__pagination .ecom-collection__pagination--visuallyhidden {
                    display: none;
                }

                .ecom-paginate-action span {
                    display: flex;
                }

                .ecom-paginate-action {
                    display: inline-flex !important;
                    grid-column-gap: 12px;
                    align-items: center;
                    color:currentColor;
                    text-decoration:none;
                }

                .ecom-collection__pagination-navigation {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    list-style: none;
                }

                .ecom-collection__pagination-navigation li {
                    display:flex;
                }
                a.ecom-pagination-item {
                    display: flex;
                    text-decoration: none;
                    color: unset;
                }
                .ecom-collection__product--compare-at-price {
                    text-decoration: line-through;
                }

                .ecom-collection__product-quick-shop--force-show {
                    display: block !important;
                }


                /** Skeleton **/

                .ecom-collection__product-card {
                    background-color: #fff;
                    border-radius: 6px;
                    overflow: hidden;
                    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
                }

                .ecom-collection__product-card .ecom-collection__product-card-image {
                    height: 200px;
                }

                .ecom-collection__product-card .ecom-collection__product-card-image img {
                    display: block;
                    width: 100%;
                    height: inherit;
                    object-fit: cover;
                }

                .ecom-collection__product-card .ecom-collection__product-card-content {
                    padding: 2rem 1.8rem;
                }

                .ecom-collection__product-card h4 {
                    margin: 0 0 1rem;
                    font-size: 1.5rem;
                    line-height: 1.5rem;
                }

                .ecom-collection__product-card .ecom-collection__product-card-description {
                    font-size: 1rem;
                    line-height: 1.4rem;
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-image,
                .ecom-collection__product-card.ecom-collection__product-card-loading h4,
                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-description {
                    background-color: #ededed;
                    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
                    background-size: 200% 100%;
                    background-position-x: 180%;
                    animation: 1s loading ease-in-out infinite;
                }

                @keyframes loading {
                    to {
                        background-position-x: -20%;
                    }
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading h4 {
                    min-height: 1.6rem;
                    border-radius: 4px;
                    animation-delay: 0.05s;
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-description {
                    min-height: 4rem;
                    border-radius: 4px;
                    animation-delay: 0.06s;
                }

                .ecom-collection__product-item {
                    position: relative;
                }

                .ecom-collection__product-form__actions {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }



                .ecom-collection__product-item:hover .ecom-product-image-loading img:last-child {
                    min-height: 150px;
                }

                .ecom-collection__product-item:hover .ecom-product-image-loading::before {
                    visibility: visible;
                }
                .ecom-collection__product-form__actions--view-more,
                .ecom-collection__product-form__actions--add {
                    display: flex;
                    flex-direction: row;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-collection__product-item svg{
                    width:40px;
                    height: 40px;
                }
                .ecom-collection__product-view-more-after .ecom-collection__product-view-more-icon,
                .ecom-collection__product-quickshop-icon-after .ecom-collection__product-quickshop-icon,
                .ecom-collection__product-add-cart-icon-after .ecom-collection__product-add-cart-icon{
                    order: 1;
                }
                .ecom-collection__product-submit:not(.ecom-collection__product-quick-shop--force-hide),
                .ecom-collection__product-form__actions--quickshop:not(.ecom-collection__product-quick-shop--force-hide) {
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-product-image-loading::before {
                    content: ' ';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 4;
                    border: 4px solid #343232;
                    opacity: 1;
                    visibility: hidden;
                    border-radius: 50%;
                    animation: ecom-loading .5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
                    vertical-align: middle;
                    margin: auto;
                }

                @keyframes ecom-loading {
                    0% {
                        top: 0px;
                        left: 0px;
                        width: 0;
                        height: 0;
                        opacity: 1;
                    }
                    100% {
                        top: 0px;
                        left: 0px;
                        width: 72px;
                        height: 72px;
                        opacity: 0;
                    }
                }
            .ecom-collection__product .ecom-swiper-controls:after
            {
                content:'';
            }
            .ecom-collection__product .ecom-swiper-controls svg{
                width:40px;
                height:40px;
            }
            .ecom-collection__product .ecom-swiper-button-next,.ecom-collection__product  .ecom-swiper-button-prev{
                width:auto;
                height:auto
            }
            .ecom-collection__product-picker-main-label{
                width:100%;
            }
            .ecom-collection__product-picker-dropdown-label,
            .ecom-collection__product-picker-radio-label,
            .ecom-collection__product-item-information-title{
                width:100%;
            }
            .ecom-collection__product-item-information-title{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: var(--ecom-webkit-line-clamp,2);
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .ecom-collection__product-prices{
                display:flex;
                gap:10px;
                flex-wrap: wrap;
                align-items: baseline;
            }


            .ecom-collection__product-container {
                display: flex;
                flex-direction: column;
            }
            .ecom-collection__product-container .ecom-swiper-container {
                width: 100%
            }
            .ecom-collection__product-container .ecom-swiper-button-next:after,
            .ecom-collection__product-container .ecom-swiper-button-prev:after {
                content: none;
            }
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                position: static;
                margin: 0;
            }
            .ecom-collection__product-container .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-button-prev {
                border: 0;
                background: transparent;
                width: auto;
                height: auto;
                padding: 5px;
                color: #444
            }
            .ecom-collection__product-container .ecom-swiper-pagination {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                align-items: center
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                opacity: 1;
                overflow: hidden;
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet,
            .ecom-collection__product-container .ecom-swiper-pagination-bullet-active{
                background-clip: content-box;
                padding: 1px;
                box-sizing: content-box !important;
                background-color: currentColor;
            }
            .ecom-collection__product-media-wrapper.ecom-image-align{
                display: flex;
                overflow: hidden;
                flex-direction: column;
                justify-content: center;
            }
            .ecom-collection__product-countdown-wrapper{
                display:flex;
                flex-direction:column;
            }
            .ecom-collection__product-badge > span{
                display:flex;
                align-items: center;
                text-align: center;
                justify-content: center;
            }
            .ecom-flex-row,
            .ecom-collection-product__layout-list .ecom-collection__product-item--wrapper {
                display:grid;
                grid-template-columns: 40% auto;
            }
            .ecom-collection__product-loading {
                margin-top: 50px;
            }
            .ecom-doing-filter .ecom-collection__product-loading {
                display: block;
            }
            .ecom-doing-filter .ecom-collection__product-container {
                display: none;
            }
            /**
             *
             * Quick view
             * **/
            .ecom-product-quickview{
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 3px;
            }
            .ecom-collection__product--quickview-wrapper {
                display: flex;
            }

        /* Progressbar **/

        .ecom-collection__product-countdown-progress-bar--wrap >div {
            background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
            -webkit-animation: 2s linear infinite ecom_progress_bar;
            animation: 2s linear infinite ecom_progress_bar;
            background-size: background-size: 60px 60px;
            transition: width 1s;
            -webkit-transition: width 1s;
        }

        @-webkit-keyframes ecom_progress_bar {
            from {
                background-position: 0 0
            }

            to {
                background-position: 40px 0
            }
        }

        @keyframes ecom_progress_bar {
            from {
                background-position: 0 0
            }

            to {
                background-position: 40px 0
            }
        }


        
.ecom-core.ecom-zmvaoxdp{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zmvaoxdp{width: 100%;}}.ecom-core.ecom-u39q0blyzpn .text-content,.ecom-core.ecom-u39q0blyzpn  .text-content a,.ecom-core.ecom-u39q0blyzpn  .text-content p,.ecom-core.ecom-u39q0blyzpn  .text-content span{text-align: center;color: #1c1a1a;}.ecom-core.ecom-e9cg8v6fhv .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-e9cg8v6fhv  .element__heading .ecom__heading,.ecom-core.ecom-e9cg8v6fhv  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e9cg8v6fhv .element__heading .ecom__heading,.ecom-core.ecom-e9cg8v6fhv .element__heading .ecom__heading a{font-size: 47px;line-height: 56px;}}.ecom-core.ecom-hwnqj0ays3a>div.core__row--columns{height: auto;}.ecom-core.ecom-hwnqj0ays3a>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 178px;}.ecom-core.ecom-hwnqj0ays3a{background: url('/cdn/shop/files/Custom_dimensions_1200x250_px_3.png?v=1671570699') no-repeat scroll center center/cover #ffffff;}.ecom-core.ecom-hwnqj0ays3a:hover{background-size: cover;background-repeat: no-repeat;background-position: center center;background-attachment: scroll;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hwnqj0ays3a{background: url('/cdn/shop/files/Custom_dimensions_1200x250_px_3.png?v=1671570699') no-repeat scroll center center/cover;}}.ecom-core.ecom-hwnqj0ays3a{padding-top: 25px;padding-bottom: 0px;}
.ecom-core.ecom-ypyl1nm49qf{width: 81.7%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ypyl1nm49qf{width: 100%;}}.ecom-core.ecom-x67skpxzl .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,1fr);}.ecom-core.ecom-x67skpxzl .ecom-collection__product--wrapper-items {column-gap: 20px;row-gap: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item--wrapper{grid-template-columns: 21% auto;grid-gap: 25px;}.ecom-core.ecom-x67skpxzl{show_price: block;show_picker: hide;}.ecom-core.ecom-x67skpxzl .ecom-swiper-navigation-position{}.ecom-core.ecom-x67skpxzl .ecom-swiper-pagination-position{justify-content: center;align-items: center;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-x67skpxzl .ecom-pagination-navigation{display: flex;grid-column-gap: 10px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item-information-title{order: 1;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-description{order: 3;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item-vendor-element{order: 2;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item-sku-element{order: 1;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item-type-element{order: 1;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-prices{order: 3;}.ecom-core.ecom-x67skpxzl .ecom-collection__product--actions{order: 5;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-variants{order: 3;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-countdown{order: 4;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x67skpxzl .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x67skpxzl .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item{padding: 20px 0px 20px 0px;border-style: solid;border-width: 0px 0px 1px 0px;border-color: #0000001b;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;max-width: 100%;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item  .ecom-collection__product-media--container{height: 277px !important;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item .ecom-collection__product-media img{object-fit: contain;border-radius: 0px;overflow: hidden;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item .ecom-collection__product-media{margin: 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item-information-title{text-align: left;color: #050505;--ecom-webkit-line-clamp: 2;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-price,.ecom-core.ecom-x67skpxzl .ecom-collection__product-price a{font-weight: 400;font-size: 20px;font-family: 'Lato', sans-serif;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-price{color: #050505;margin: 5px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-price--regular,.ecom-core.ecom-x67skpxzl .ecom-collection__product-price--from{color: #6D7175;margin: 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-price--sale{font-size: 18px;font-weight: 700;color: #f50707;margin: 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__pagination-navigation{display: flex;justify-content: center;margin-top: 30px;}.ecom-core.ecom-x67skpxzl .ecom-collection__pagination-navigation .ecom-pagination-item{color: #111827;padding: 8px 15px 8px 15px;}.ecom-core.ecom-x67skpxzl .ecom-collection__pagination-navigation .ecom-pagination-item:hover{color: #111827;background-color: rgba(17, 24, 39, 0.2);}.ecom-core.ecom-x67skpxzl .ecom-collection__pagination-navigation .ecom-pagination-item.ecom-button-active{color: #ffffff;background-color: #fa9bd4;}.ecom-core.ecom-x67skpxzl .ecom-collection__pagination-navigation .ecom-pagination-item svg{height: 13px;width: 13px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-form__actions--add{align-self: flex-start;width: 150px;height: 40px;min-height: 40px;color: #ffffff;background-color: #FF99CC;border-style: none;border-radius: 20px;padding: 5px 12px 5px 12px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-form__actions--add:hover{color: #ffffff;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-form__actions--quickshop{height: 35px;min-height: 35px;color: #fff;background-color: #83b735;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-form__actions--unavailable{align-self: flex-start;width: 150px;height: 40px;min-height: 40px;color: #ffffff;background-color: #e81010;border-radius: 20px;padding: 8px 20px 8px 20px;margin-top: 16px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-form__actions--soldout{align-self: flex-start;width: 150px;height: 40px;min-height: 40px;color: #ffffff;background-color: #f20c0c;border-radius: 20px;margin: 5px 0px 5px 0px;padding: 5px 0px 5px 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-form__actions--view-more{align-self: flex-start;width: 150px;height: 40px;min-height: 40px;color: #fff;background-color: #FF99CC;border-radius: 20px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-form__actions--view-more:hover{background-color: #08aacf;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;box-shadow: 1px 1px 1px 0 #0000001a;width: 45px;height: 45px;min-height: 45px;color: #ffffff;background-color: #ff0a0a;border-radius: 50%;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;box-shadow: 1px 1px 1px 0 #0000001a;width: 45px;height: 45px;min-height: 45px;color: #fff;background-color: #f5180c;border-radius: 50%;padding-right: 11px;padding-left: 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;color: #ffffff;background-color: #111827;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;color: #ffffff;background-color: #111827;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-item-vendor a{color: #a5a5a5;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-countdown-wrapper{margin: 10px 0px 10px 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-countdown-wrapper--title{margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-time--number{text-align: center;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-time--label{text-align: center;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-countdown-progress-bar--wrap{max-width: 300px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;background-color: #83b735;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-button-next svg{height: 15px;width: 15px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-button-next{color: #292424;background-color: rgba(255, 255, 255, 0.63);border-radius: 3px;margin: 0px;padding: 8px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #000000;background-color: rgba(41, 40, 40, 0.65);border-radius: 3px;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-pagination-bullet{width: 16px;min-width: 16px;height: 8px;background-color: #9c9c9c;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-pagination-bullet:hover{background-color: #2ba9ba;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #2ba9ba;}.ecom-core.ecom-x67skpxzl .ecom-collection__product-container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin-right: 5px;}.ecom-core.ecom-x67skpxzl{} .ecom-core.ecom-x67skpxzl .ecom-collection__product--actions{
    display:none !important;
}.ecom-core.ecom-e513as8xdn7>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-qvo3lhnnkto{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qvo3lhnnkto{width: 100%;}}.ecom-core.ecom-ccjm9hv8xxw .ecom-collection__sorting-container{flex-direction: column;}.ecom-core.ecom-ccjm9hv8xxw .ecom-collection__sorting-wrapper{display: flex;justify-content: flex-end;}.ecom-core.ecom-ccjm9hv8xxw .ecom-collection__filters-heading{text-align: left;padding-bottom: 12.5px;}.ecom-core.ecom-ccjm9hv8xxw .ecom-collection__sorting-select{border-style: solid;border-width: 2px;border-color: #d7d7d7;padding: 10px;}.ecom-core.ecom-ccjm9hv8xxw .ecom-collection__sorting-select:focus{outline-style:none;}.ecom-core.ecom-ccjm9hv8xxw{padding-bottom: 0;}.ecom-core.ecom-ypb51gzro7m{width: 50%;}.ecom-core.ecom-ypb51gzro7m>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ypb51gzro7m{width: 100%;}}.ecom-core.ecom-h9i1p3z87v .ecom-base__breadcrumbs__list a{color: #121012;}.ecom-core.ecom-h9i1p3z87v .ecom-base__breadcrumbs--icon svg{height: 13px;width: 13px;}.ecom-core.ecom-h9i1p3z87v .ecom-base__breadcrumbs--icon{margin-right: 3px;margin-left: 3px;}.ecom-core.ecom-h9i1p3z87v{padding-bottom: 0;width: unset;max-width:unset;}.ecom-core.ecom-uj1q0ce2rvq{width: 18.3%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-uj1q0ce2rvq{width: 100%;}}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-list {display: block;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-enable-colors .ecom-collection__filters-group-checkbox-label{font-size: inherit;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-list.ecom-collection__filters-enable-colors{display: block;}.ecom-core.ecom-dplgv05mc9a .ecom-modal-content--mobile,.ecom-core.ecom-dplgv05mc9a .ecom-modal-content{background-color: #ffffff;padding: 0px;margin: 0px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group{background-color: #ffffff;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-container > button{font-size: 14px;text-transform: uppercase;font-family: 'Lato', sans-serif;width: 190px;color: #fff;border-style: none;border-radius: 4px;margin-right: 0px;padding: 10px 20px 10px 20px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-container .ecom-filter-collapse-icon{color: #e8d1d1;order: -1;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-container .ecom-filter-collapse-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-dplgv05mc9a #button_menu_block{gap: 4px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-heading{text-align: left;margin-bottom: 30px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters--count{text-align: left;color: #777;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters--color{width: 25px;height: 25px;border-style: solid;border-width: 0.8px;border-color: #f0f0f0;border-radius: 50%;margin: 0px 4px 0px 4px;padding: 0px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-list{margin-right: 0px;margin-left: 0px;padding: 10px 10px 10px 0px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-summary--title{text-align: left;color: #302b2f;border-style: none;margin-top: 10px;margin-bottom: 4px;padding-bottom: 3px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group--selected{text-align: left;color: #FF99CC;margin-bottom: 10px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-list-item{text-align: left;color: #453d3d;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-checkbox--input{width: 15px;height: 15px;padding-top: 5px;padding-bottom: 5px;transition: all 300ms ease;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-checkbox > input:hover{background-color: #83b735;border-style: none;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-checkbox > input:checked{background-color: #83b735;border-style: none;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-checkbox > input{border-style: solid;border-width: 1.8px;border-color: #777;border-radius: 0px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group-reset-filter{width: 228px;color: #fff;background-color: #333;margin-bottom: 8px;}.ecom-core.ecom-dplgv05mc9a .ecom-collection-filters--price{color: #333;}.ecom-core.ecom-dplgv05mc9a .ecom-collection-filters--price-range input[type=range]{--ecom-color-custom: #FF99CC;--bg-thumb-custom: #FF99CC;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-container > button{background-color: #000;border-radius: 0px;}}.ecom-core.ecom-dplgv05mc9a{padding-bottom: 0;} .ecom-core.ecom-dplgv05mc9a .ecom-collection__filters-group{
    border: 0.2rem solid #f5f5f5;
    padding: 15px;
    margin: 20px 0;
}.ecom-core.ecom-78imqm4uigh>div.core__row--columns{max-width: 1280px;}.ecom-core.ecom-78imqm4uigh{margin-top: 0px;}

