/** Shopify CDN: Minification failed

Line 1295:0 All "@import" rules must come first
Line 1296:0 All "@import" rules must come first
Line 1595:4 Unexpected "}"

**/
/* Publish by EComposer at 2025-07-28 21:00:17*/@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");@import url("https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900&display=swap");@import url("https://fonts.googleapis.com/css?family=Albert+Sans:100,200,300,400,500,600,700,800,900&display=swap");@import url("https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900&display=swap");/**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;
                }*/

                .ecom-column__overlay .ecom-overlay {
                    pointer-events: none;
                }

                .ecom-column__overlay > .ecom-overlay, .ecom-column__overlay .ecom-video-background-youtube {
                    position: absolute;
                    inset: 0;
                }

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    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-base__breadcrumbs__list {
              align-items: center;
              display: flex;
              flex-wrap: wrap;
            }
          
            .ec-swatch-shopify-color {
                display: block;
                max-width: 100%;
                aspect-ratio: 1 / 1;
                background: var(--ec-swatch--background);
                background-position: var(--ec-swatch-focal-point, initial);
                background-size: cover;
                background-origin: border-box;
            }
            /** progress bar pagination **/
                .ecom-pagination-progress-bar--wrapper {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                }
                .ecom-pagination-progress-bar {
                    display: flex;
                    justify-content: center;
                    flex-direction: var(--ecom-flex-direction, column);
                    align-items: center;
                }
                .ecom-paginate__progress-bar--outner {
                    width: 250px;
                    border-radius: 4px;
                    position: relative;
                    height: 10px;
                    background-color: rgba(0 0 0 /.3);
                }
                .ecom-paginate__progress-bar--inner {
                    border-radius: inherit;
                    position: absolute;
                    height: 100%;
                    width: 20%;
                    background-color: rgba(0 0 0 /1);
                    top: 0;
                    left: 0;
                }
                .ecom-paginate__progress-text {
                    margin: 0;
                    width: 100%;
                }
                .ecom-unit-price {
                    display: block;
                }
                /** Swiper css **/
                .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                }
                @media (max-width: 1024px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                    }
                }
                @media (max-width: 767px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                    }
                    .ecom-collection__product--wrapper-items.ecom-collection__product--no-item {grid-template-columns: repeat(1, 1fr);}
                }
                .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:not(.ecom-swiper-pagination-lock){
                    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 {
                    opacity: 0;
                    visibility: hidden;
                }
                .ecom-collection__product-main.ecom-swiper-container.ecom-swiper-initialized {
                    opacity: 1;
                    visibility: visible;
                }
                .ecom-collection__product-main.ecom-swiper-container:not(.ecom-swiper-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__pagination-navigation .ecom-pagination-item svg {
                    width: 12px;
                    height: 12px;
                }

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

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

                .ecom-collection__product-media--square {
                    padding-bottom: 100% !important;
                }
                .ecom-collection__product-item svg.ecom-colection__product-svg-placeholder{
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0 0 0 /.1);
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                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-product-single__countdown-container {
                    display: flex;
                }
                .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-media--hover-effect img.ecom-collection__product-secondary-media {
                    opacity: 0;
                    -webkit-transition: .4s ease-in-out;
                    transition: .4s ease-in-out;
                }
                @media(min-width: 1025px) {
                    .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-media-image {
                        opacity: 0;
                        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                    }

                    .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-secondary-media {
                        opacity: 1;
                    }
                }
                @media(max-width: 1024px) {
                    .ecom-collection__product-media-wrapper.ecom-enable-hover--mobile:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-media-image {
                        opacity: 0;
                        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                    }

                    .ecom-collection__product-media-wrapper.ecom-enable-hover--mobile: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,
                .ecom-collection__product-picker-radio-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;
                    min-height: unset;
                }

                .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;
                }

                .ecom-collection__product-item-vendor a {
                    display: block;
                }
                /** 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%;
                }

                @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;
                }
                /* Quantity input */
                .ecom-collection__product-form__actions.ecom-collection__product-quantity--inline {
                    flex-direction: row;
                }
                input.ecom-collection__product-quantity-input::-webkit-outer-spin-button,
                input.ecom-collection__product-quantity-input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }
                .ecom-collection__product-quantity-input {
                    text-align: center;
                    align-self: center;
                    box-shadow: none;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    position: relative;
                }
                .ecom-collection__product-quantity--wrapper {
                    overflow: hidden;
                    width: 100%;
                    align-self: center;
                }
                button.ecom-collection__quantity-controls-button {
                    color: #000000;
                    border-style: solid;
                    border-color: #c2bcbc;
                    background: transparent;
                    display: flex;
                    align-items: center;
                }
                .ecom-collection__quantity-controls-minus {
                    border-top-width: 0.8px;
                    border-left-width: 0.8px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0;
                }
                .ecom-collection__quantity-controls-plus {
                    border-top-width: 0.8px;
                    border-left-width: 0px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0.8px;
                }
                .ecom-collection__quantity-controls-button svg {
                    width: 12px;
                    height: 12px;
                }
                /* Quantity input */
                .ecom-collection__product-item:hover .ecom-product-image-loading::before {
                    visibility: visible;
                }
                .ecom-collection__product-form__actions--soldout,
                .ecom-collection__product-form__actions--view-more,
                .ecom-collection__product-form__actions--add {
                    cursor: pointer;
                    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,
                .ecom-collection__product-sold-out-after .ecom-collection__product-sold-out-icon {
                    order: 1;
                }
                .ecom-collection__product-add-cart-icon {
                    display: flex;
                }
                .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-login-to-see{
                display: flex;
            }
            .ecom-collection__product-login-to-see>a{
                color: inherit;
                text-decoration: inherit;
            }
            .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);
                text-overflow: ellipsis;
                overflow: hidden;
            }
            /*.ecom-collection__product-item-information-title,
            .ecom-collection__product-item-information-title a {
                display: block;
            }*/
            .ecom-collection__product-item-information-title.ecom-title-one-row{
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .ecom-collection__product-price-wrapper{
                display:flex;
                gap:10px;
                flex-wrap: wrap;
                align-items: baseline;
            }
            .ecom-collection__product-price-range{
                word-break: break-word;
            }

            .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:not(.ecom-swiper-pagination-progressbar, .ecom-swiper-pagination-lock) {
                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, .ecom-doing-scroll .ecom-collection__product-loading {
                display: block;
            }
            .ecom-doing-filter .ecom-collection__product-container_collection {
                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: 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-collection__product-item .ecom-product__compare-link {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            line-height: 1.2;
            width: fit-content;
            font-size: 14px;
            pointer-events: auto;
            color: #000;
            padding: 2.5px;
            margin-left: 15px;
        }
        .ecom-product__compare-icon span {
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__compare-icon svg {
            width: 18px;
            height: auto;
        }
        span.ecom-product__compare-added {
            display: none;
        }
        .ecom-product__compare-link-added span.ecom-product__compare-added {
            display: flex;
            justify-content: center;
        }
        .ecom-product__compare-link-added span.ecom-product__compare-normal {
            display: none;
        }
        .ecom-collection__action .ecom-product__compare-tooltip {
            position: absolute;
            top: 50%;
            bottom: auto;
            left: calc(100% + 4px);
            transform: translate(0, -50%);
            background: #383838;
            color: #ffffff;
            padding: 4px 10px;
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
            z-index: 10;
            text-wrap: nowrap;
            font-size: 12px;
        }
        .ecom-collection__action .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translate(4px, -50%);
        }
        .ecom-product__wishlist, .ecom-product__compare {
            width: 100%;
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__wishlist-link {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            line-height: 1.2;
            font-size: 14px;
            text-decoration: none;
            color: #000;
            pointer-events: auto;
            padding: 2.5px;
            margin-top: 10px;
            margin-left: 15px;
        }
        .ecom-product__wishlist-icon span {
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__wishlist-icon svg {
            width: 18px;
            height: auto;
        }
        span.ecom-product__wishlist-added {
            display: none;
        }
        .ecom-product__wishlist-link-added span.ecom-product__wishlist-added {
            display: flex;
            justify-content: center;
        }
        .ecom-product__wishlist-link-added span.ecom-product__wishlist-normal {
            display: none;
        }
        .ecom-collection__action .ecom-product__wishlist-tooltip {
            position: absolute;
            top: 50%;
            bottom: auto;
            left: calc(100% + 4px);
            transform: translate(0, -50%);
            background: #383838;
            color: #ffffff;
            padding: 5px 10px;
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
            z-index: 10;
            text-wrap: nowrap;
            font-size: 12px;
            min-width: 100%;
            text-align: center;
            pointer-events: none;
        }
        .ecom-product__wishlist-tooltip:empty, .ecom-product__compare-tooltip:empty {
            display: none !important;
        }
        .ecom-collection__action .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translate(4px, -50%);
        }
        .ecom-collection__product-group-button-action {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }
        .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
            visibility: hidden;
            opacity: 0;
            transition: 0.25s;
        }
        .ecom-collection__product-item:hover .ecom-product__wishlist-visibility-hover, .ecom-collection__product-item:hover .ecom-product__wishlist-visibility-hover_active, .ecom-product__wishlist-visibility-hover_active.ecom-button-active {
            visibility: visible;
            opacity: 1;
        }


        .ecom-collection__action.ecom-product__wishlist,
        .ecom-collection__action.ecom-product__compare {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: start;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper .ecom-collection__action {
            position: relative;
        }
        .ecom-collection__action-hor-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-end .ecom-product__compare-tooltip {
            right: calc(100% + 4px);
            left: auto;
            transform: translate(0, -50%);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-tooltip {
            top: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, 4px);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-tooltip {
            top: auto;
            bottom: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-link:hover .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, -4px);
        }
        .ecom-ext-wishlist-icon-loading * {
            opacity: 0;
        }
        .ecom-product__wishlist-link.ecom-ext-wishlist-icon-loading:before {
            content: "";
            position: absolute;
            transform: translate(-50%, -50%);
            border: 1.5px solid #f3f3f3;
            border-radius: 50%;
            border-top: 1.5px solid #000;
            width: 20px;
            height: 20px;
            -webkit-animation: spin 0.5s linear infinite; /* Safari */
            animation: spin .5s linear infinite;
        }
        @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @media screen and (max-width: 1024px) {
            .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
                visibility: visible;
                opacity: 1;
            }
            .ecom-product__compare-tooltip {
                display: none !important;
            }
            .ecom-product__wishlist-tooltip {
                display: none !important;
            }
        }
        @media screen and (max-width: 767px) {
            .ecom-collection__product-form__actions-hide-mobile {
                display: none !important;
            }
        }
        
.ecom-core.ecom-zmvjmv5jyp{width: 100.00%;}.ecom-core.ecom-zmvjmv5jyp>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-zmvjmv5jyp>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zmvjmv5jyp{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zmvjmv5jyp{width: 100%;}}html body .ecom-core.ecom-g69tah85y3q .ecom-core.ecom-zmvjmv5jyp>div.core__column--wrapper{padding: 0px !important;margin-right: 0px !important;margin-left: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-g69tah85y3q .ecom-core.ecom-zmvjmv5jyp>div.core__column--wrapper{padding-top: 100px !important;padding-bottom: 100px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-g69tah85y3q .ecom-core.ecom-zmvjmv5jyp>div.core__column--wrapper{padding: 0px !important;}}.ecom-core.ecom-3vnlltfvako>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-3vnlltfvako{padding: 0px !important;margin: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3vnlltfvako{padding-left: 0px !important;margin-left: 0px !important;}}.ecom-core.ecom-3k0e217c3j2{width: 100.00%;}.ecom-core.ecom-3k0e217c3j2>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-3k0e217c3j2>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3k0e217c3j2{width: 100%;}}.ecom-core.ecom-3k0e217c3j2>.core__column--wrapper,.ecom-core.ecom-3k0e217c3j2>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-top-left-radius: 15px;border-bottom-left-radius: 15px;}html body .ecom-core.ecom-g69tah85y3q .ecom-core.ecom-3k0e217c3j2>div.core__column--wrapper{padding: 0px !important;margin: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-g69tah85y3q .ecom-core.ecom-3k0e217c3j2>div.core__column--wrapper{margin-top: 20px !important;margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-tpcgp2gj09{text-align: left;}.ecom-core.ecom-tpcgp2gj09,.ecom-core.ecom-tpcgp2gj09 a{font-size: 18px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tpcgp2gj09{text-align: left;}}.ecom-core.ecom-tpcgp2gj09{padding: 0px !important;margin: 0px 150px 0px 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tpcgp2gj09{padding-right: 17px !important;padding-bottom: 0px !important;padding-left: 17px !important;margin-top: 0px !important;margin-right: 0px !important;}}.ecom-core.ecom-4zxdqd8zvay .ecom-collection__title--headline{text-align: left;color: #121212;}.ecom-core.ecom-4zxdqd8zvay .ecom-collection__title--headline,.ecom-core.ecom-4zxdqd8zvay .ecom-collection__title--headline a{font-size: 45px;font-family: 'Poppins', sans-serif;font-weight: 700;line-height: 1.25em;letter-spacing: -0.15px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4zxdqd8zvay .ecom-collection__title--headline{text-align: left;}.ecom-core.ecom-4zxdqd8zvay .ecom-collection__title--headline,.ecom-core.ecom-4zxdqd8zvay .ecom-collection__title--headline a{font-family: 'Poppins', sans-serif;font-size: 32px;font-weight: 700;letter-spacing: -0.15px;}}.ecom-core.ecom-4zxdqd8zvay{padding-bottom: 0px !important;padding-left: 0px !important;margin-top: 25px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4zxdqd8zvay{padding-right: 17px !important;padding-bottom: 0px !important;padding-left: 17px !important;margin: 10px 0px 0px 0px !important;}}.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs{justify-content: flex-start;border-radius: 0px;overflow: hidden;margin: 0px;padding: 0px;}.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs__list a,.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs__list a a{font-size: 15px;text-decoration: none;font-family: 'Inter', sans-serif;font-weight: 400;line-height: 1.25em;letter-spacing: 0px;text-transform: none;font-style: normal;}.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs__list a{color: #121212;}.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs--icon{color: #000;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs--icon svg{height: 12px;width: 12px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs{justify-content: flex-start;}.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs__list a,.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs__list a a{font-size: 16px;letter-spacing: 0px;font-family: 'Inter', sans-serif;}.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs--icon{padding-left: 5px;}}.ecom-core.ecom-yas0btrvcq8{padding-bottom: 20px !important;padding-left: 0px !important;margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yas0btrvcq8{padding-top: 0px !important;padding-bottom: 25px !important;padding-left: 17px !important;margin-top: 0px !important;margin-left: 0px !important;}} .ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs--icon{
    display: flex;
}
.ecom-core.ecom-yas0btrvcq8 .ecom-base__breadcrumbs__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ecom-core.ecom-yas0btrvcq8 a.ecom-base__breadcrumbs__link[aria-current="page"]:not(:hover){
    opacity: 0.4;
    transition: 0.3s;
}.ecom-core.ecom-g69tah85y3q>div.core__row--columns{max-width: 1440px;}.ecom-core.ecom-g69tah85y3q{background-color: var(--ecom-global-colors-primary);border-style: solid;border-top-width: 0px;border-bottom-width: 0px;border-color: #f1f1f2;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g69tah85y3q{background-color: #ffff;border-style: solid;border-top-width: 0px;border-bottom-width: 0px;border-color: #e6e6e6;}.ecom-core.ecom-g69tah85y3q,.ecom-core.ecom-g69tah85y3q >div.ecom-section__overlay .ecom-overlay{border-radius: 0px;}}.ecom-core.ecom-g69tah85y3q{padding: 45px 0px 20px 15px !important;margin-bottom: 0px !important;margin-left: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g69tah85y3q div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g69tah85y3q{padding: 0px 0px 5px 0px !important;margin-bottom: 0px !important;}.ecom-core.ecom-g69tah85y3q div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-2uxpfzmd{width: 100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2uxpfzmd{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2uxpfzmd{width: 100%;}}html body .ecom-core.ecom-n1svnehxzbr .ecom-core.ecom-2uxpfzmd>div.core__column--wrapper{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-n1svnehxzbr .ecom-core.ecom-2uxpfzmd>div.core__column--wrapper{padding-bottom: 50px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-n1svnehxzbr .ecom-core.ecom-2uxpfzmd>div.core__column--wrapper{padding: 0px !important;margin-top: 0px !important;margin-bottom: 25px !important;}}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product--wrapper-items {column-gap: 20px;row-gap: 33px;}.ecom-core.ecom-x97o3ni3y9{show_price: block;show_ground_price: true;show_picker: hide;}.ecom-core.ecom-x97o3ni3y9 .ecom-swiper-navigation-position{order: 0;width: auto;}.ecom-core.ecom-x97o3ni3y9 .ecom-swiper-pagination-position{justify-content: center;align-items: center;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-navigation{display: flex;grid-column-gap: 5px;}@media screen and (min-width: 1025px) {.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-description{order: 10;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-prices{order: 4;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-variants{order: 5;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-x97o3ni3y9 .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,minmax(0, 1fr));}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product--wrapper-items {column-gap: 0px;row-gap: 7px;}.ecom-core.ecom-x97o3ni3y9 .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-x97o3ni3y9 .ecom-collection.ecom-collection__product{background-color: #fff;padding: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item{border-style: solid;border-bottom-width: 0px;border-color: #f0f0f0;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 15px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title a{font-family: 'Poppins', sans-serif;font-size: 15px;text-decoration: none;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title{color: var(--ecom-global-colors-fVJEsYx9);margin: 0px;padding: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title:hover{color: #121212;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price a{font-weight: 500;font-size: 15px;font-family: 'Albert Sans', sans-serif;line-height: 1.25em;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price{color: #0e1318b2;margin-bottom: 7px;margin-left: 0px;padding-top: 5px;padding-left: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--regular,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--regular a,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--from,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--from a{font-family: 'Albert Sans', sans-serif;font-size: 15px;font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--regular,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--from{color: #0e1318b2;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;margin-top: 0px;margin-right: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--sale{font-family: 'Albert Sans', sans-serif;font-size: 15px;font-weight: 500;line-height: 1.25em;color: var(--ecom-global-colors-fVJEsYx9);}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation{display: flex;justify-content: center;overflow: hidden;border-radius: 50px;margin-top: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation .ecom-pagination-item{font-size: 16px;font-family: 'Poppins', sans-serif;font-weight: 500;line-height: 2em;letter-spacing: -0.15px;align-items: center;text-align: center;justify-content: center;height: 50px;min-height: 50px;color: #888;background-color: var(--ecom-global-colors-primary);border-style: solid;border-color: #e6e6e6;border-width: 0px;border-radius: 50px;transition: all 650ms ease;padding: 5px 8px 5px 8px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation .ecom-pagination-item:hover{color: var(--ecom-global-colors-fVJEsYx9);background-color: var(--ecom-global-colors-primary);}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation .ecom-pagination-item.ecom-button-active{color: #323232;background-color: var(--ecom-global-colors-primary);border-style: solid;border-width: 1px;border-color: #00ac73;border-radius: 50px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation .ecom-pagination-item svg{color: #696969;height: 15px;width: 15px;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar{margin-top: 35px;padding-top: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar .ecom-paginate__progress-bar--outner{width: 123px;height: 2px;background-color: #e6e6e6;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar .ecom-paginate__progress-bar--inner{background-color: var(--ecom-global-colors-fVJEsYx9);}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar .ecom-pagination-progress-bar__container{margin-top: 5px;margin-bottom: 15px;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar .ecom-paginate__progress-text{text-align: center;font-family: 'Albert Sans', sans-serif;font-size: 15px;font-weight: 400;letter-spacing: 0px;color: #323232;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-submit{position: absolute;bottom: 100%;z-index: 1 !important;align-self: center;font-family: 'Jost', sans-serif;font-size: 14px;font-weight: 500;text-decoration: none;height: 40px;min-height: 40px;color: #ffffff;background-color: #000;border-style: none;border-radius: 5px;padding: 8px 25px 8px 25px;margin: 5px 0px 25px 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-submit:hover{color: #ffffff;background-color: #cc6666;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-form__actions--quickshop{position: absolute;bottom: 100%;z-index: 2 !important;align-self: center;font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;height: 40px;min-height: 40px;color: #fff;background-color: #bd5959;padding: 5px 25px 5px 25px;margin-bottom: 25px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-form__actions--quickshop:hover{color: #fff;background-color: #d95252;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-description,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-description a{font-family: 'Albert Sans', sans-serif;font-size: 15px;font-weight: 400;letter-spacing: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-description{color: #0e1318b2;margin: 0px;padding: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;z-index: 1 !important;align-self: center;font-family: 'Jost', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.25em;text-transform: capitalize;height: 40px;min-height: 40px;color: #ffffff;background-color: #111827;margin: 5px 0px 25px 0px;padding: 5px 25px 5px 25px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-form__actions--view-more{position: absolute;bottom: 100%;z-index: 1 !important;align-self: center;text-transform: none;text-decoration: none;font-size: 14px;font-family: 'Jost', sans-serif;font-weight: 400;line-height: 1.25em;height: 40px;min-height: 40px;color: #fff;background-color: #39646e;padding: 8px 25px 8px 25px;margin-bottom: 25px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-form__actions--view-more:hover{background-color: #08aacf;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;font-family: 'Albert Sans', sans-serif;font-size: 15px;font-weight: 500;line-height: 1.25em;color: #ffffff;background-color: #00ac73;border-radius: 50px;padding: 4px 8px 4px 11px;margin-bottom: 5px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-family: 'Albert Sans', sans-serif;font-size: 14px;font-weight: 500;line-height: 1.25em;color: #545454;background-color: #fff;border-radius: 50px;padding: 4px 11px 4px 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 400;line-height: 1.25em;color: #ffffff;background-color: rgba(255, 0, 0, 0);border-radius: 5px;padding: 4px 11px 4px 11px;margin-bottom: 5px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;font-size: 14px;font-family: 'Albert Sans', sans-serif;font-weight: 500;line-height: 1.25em;color: #545454;background-color: #fff;border-radius: 50px;padding: 4px 11px 4px 11px;margin-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x97o3ni3y9 .ecom-collection.ecom-collection__product{padding-top: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item{border-bottom-right-radius: 0px;padding-top: 0px;padding-bottom: 0px;margin-top: 0px;margin-bottom: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item .ecom-collection__product-media--container{width: 165px !important;margin-bottom: 10px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item  .ecom-collection__product-media--container{height: 165px !important;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title{text-align: left;margin-top: -5px;margin-bottom: 0px;padding-left: 15px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title a{letter-spacing: -0.05px;font-size: 17px;font-family: 'Inter', sans-serif;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price a{font-size: 15px;font-family: 'Inter', sans-serif;font-weight: 500;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price{padding-top: 8px;padding-right: 0px;margin: 0px 0px 8px 14px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--regular,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--regular a,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--from,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--from a{font-size: 15px;font-family: 'Inter', sans-serif;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--regular,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--from{padding-top: 0px;padding-left: 0px;margin-top: 0px;margin-right: -20px;margin-left: 15px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-price--sale{font-family: 'Albert Sans', sans-serif;font-weight: 500;font-size: 15px;letter-spacing: 0px;color: #323232;padding-left: 0px;margin-left: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation{display: flex;justify-content: center;overflow: hidden;border-radius: 8px;margin: 0px;padding: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation .ecom-pagination-item{font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 500;letter-spacing: -0.15px;align-items: center;width: 36px;height: 36px;min-height: 36px;color: #696969;background-color: #f5f6f7;border-radius: 5px;padding: 2px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation .ecom-pagination-item:hover{color: #888;background-color: #cccccc;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation .ecom-pagination-item.ecom-button-active{width: 36px;height: 36px;min-height: 36px;color: var(--ecom-global-colors-primary);background-color: #00ac73;border-radius: 5px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__pagination-navigation .ecom-pagination-item svg{height: 14px;width: 14px;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar{margin-top: 20px;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar .ecom-paginate__progress-bar--outner{height: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar .ecom-pagination-progress-bar__container{margin-top: 0px;}.ecom-core.ecom-x97o3ni3y9 .ecom-pagination-progress-bar .ecom-paginate__progress-text{font-size: 15px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-description,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-description a{font-family: 'Inter', sans-serif;font-size: 15px;font-weight: 400;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-description{padding-left: 15px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{font-family: 'Albert Sans', sans-serif;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-badge .ecom-collection__product-badge--sale{font-family: 'Albert Sans', sans-serif;font-size: 14px;font-weight: 500;color: #545454;background-color: #fff;border-radius: 60px;}.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-badge .ecom-collection__product-badge--custom{letter-spacing: 0px;font-family: 'Poppins', sans-serif;font-weight: 500;font-size: 13px;color: #323232;background-color: rgba(255, 255, 255, 0.88);border-radius: 8px;padding: 3px 8px 3px 8px;margin-top: 0px;margin-left: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-x97o3ni3y9{padding-top: 0px !important;margin-top: 0px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x97o3ni3y9{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x97o3ni3y9{margin-top: 15px !important;padding-top: 0px !important;padding-right: 17px !important;padding-left: 17px !important;}} .ecom-core.ecom-x97o3ni3y9 .ecom-child-element:before,.ecom-core.ecom-x97o3ni3y9 .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-x97o3ni3y9 span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-form__actions--add,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-form__actions--view-more,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-submit{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-x97o3ni3y9 .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) and (min-width: 101px) {
        .ecom-core.ecom-x97o3ni3y9 .ecom-core.ecom-1cu5m2d04sp .ecom-collection__product-item{
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 10px;
   
    }
}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(5,minmax(0, 1fr));}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product--wrapper-items {column-gap: 20px;row-gap: 33px;}.ecom-core.ecom-o57j8g0ovhc{show_price: block;show_ground_price: true;show_picker: hide;}.ecom-core.ecom-o57j8g0ovhc .ecom-swiper-navigation-position{order: 0;width: auto;}.ecom-core.ecom-o57j8g0ovhc .ecom-swiper-pagination-position{justify-content: center;align-items: center;}.ecom-core.ecom-o57j8g0ovhc .ecom-pagination-navigation{display: flex;grid-column-gap: 5px;}@media screen and (min-width: 1025px) {.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-description{order: 10;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-prices{order: 4;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-variants{order: 5;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-o57j8g0ovhc .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,minmax(0, 1fr));}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product--wrapper-items {column-gap: 0px;row-gap: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-o57j8g0ovhc .ecom-collection.ecom-collection__product{background-color: #fff;padding: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item{border-style: solid;border-bottom-width: 0px;border-color: #f0f0f0;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 15px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 15px;overflow: hidden;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title a{font-family: 'Poppins', sans-serif;font-size: 17px;text-decoration: none;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title{color: #121212;margin: 0px;padding: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title:hover{color: #121212;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price a{font-weight: 500;font-size: 15px;font-family: 'Inter', sans-serif;line-height: 1.25em;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price{color: #0e1318b2;margin-top: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 7px;padding-bottom: 6px;padding-left: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--regular,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--regular a,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--from,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--from a{font-family: 'Inter', sans-serif;font-size: 15px;font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--regular,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--from{color: #0e1318b2;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;margin-top: 0px;margin-right: -5px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--sale{font-family: 'Albert Sans', sans-serif;font-size: 15px;font-weight: 500;line-height: 1.25em;color: var(--ecom-global-colors-fVJEsYx9);}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation{display: flex;justify-content: center;overflow: hidden;border-radius: 50px;margin-top: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation .ecom-pagination-item{font-size: 16px;font-family: 'Poppins', sans-serif;font-weight: 500;line-height: 2em;letter-spacing: -0.15px;align-items: center;text-align: center;justify-content: center;width: 36px;height: 36px;min-height: 36px;color: #757575;background-color: #f5f6f7;border-style: solid;border-color: #e6e6e6;border-width: 0px;border-radius: 5px;transition: all 650ms ease;padding: 5px 8px 5px 8px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation .ecom-pagination-item:hover{color: var(--ecom-global-colors-fVJEsYx9);background-color: #dbdbdb;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation .ecom-pagination-item.ecom-button-active{color: var(--ecom-global-colors-primary);background-color: #00ac73;border-style: solid;border-width: 1px;border-color: #00ac73;border-radius: 5px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation .ecom-pagination-item svg{color: #757575;height: 14px;width: 14px;}.ecom-core.ecom-o57j8g0ovhc .ecom-pagination-progress-bar{margin-top: 35px;padding-top: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-pagination-progress-bar .ecom-paginate__progress-bar--outner{width: 123px;height: 0px;background-color: #e6e6e6;}.ecom-core.ecom-o57j8g0ovhc .ecom-pagination-progress-bar .ecom-paginate__progress-bar--inner{background-color: #888;}.ecom-core.ecom-o57j8g0ovhc .ecom-pagination-progress-bar .ecom-pagination-progress-bar__container{margin-top: 5px;margin-bottom: 8px;}.ecom-core.ecom-o57j8g0ovhc .ecom-pagination-progress-bar .ecom-paginate__progress-text{text-align: center;font-family: 'Albert Sans', sans-serif;font-size: 15px;font-weight: 400;letter-spacing: 0px;color: #323232;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-submit{position: absolute;bottom: 100%;z-index: 1 !important;align-self: center;font-family: 'Jost', sans-serif;font-size: 14px;font-weight: 500;text-decoration: none;height: 40px;min-height: 40px;color: #ffffff;background-color: #000;border-style: none;border-radius: 5px;padding: 8px 25px 8px 25px;margin: 5px 0px 25px 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-submit:hover{color: #ffffff;background-color: #cc6666;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-form__actions--quickshop{position: absolute;bottom: 100%;z-index: 2 !important;align-self: center;font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;height: 40px;min-height: 40px;color: #fff;background-color: #bd5959;padding: 5px 25px 5px 25px;margin-bottom: 25px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-form__actions--quickshop:hover{color: #fff;background-color: #d95252;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-description,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-description a{font-family: 'Inter', sans-serif;font-size: 15px;font-weight: 400;letter-spacing: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-description{color: #0e1318b2;margin: 0px;padding: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;z-index: 1 !important;align-self: center;font-family: 'Jost', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.25em;text-transform: capitalize;height: 40px;min-height: 40px;color: #ffffff;background-color: #111827;margin: 5px 0px 25px 0px;padding: 5px 25px 5px 25px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-form__actions--view-more{position: absolute;bottom: 100%;z-index: 1 !important;align-self: center;text-transform: none;text-decoration: none;font-size: 14px;font-family: 'Jost', sans-serif;font-weight: 400;line-height: 1.25em;height: 40px;min-height: 40px;color: #fff;background-color: #39646e;padding: 8px 25px 8px 25px;margin-bottom: 25px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-form__actions--view-more:hover{background-color: #08aacf;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;font-family: 'Albert Sans', sans-serif;font-size: 15px;font-weight: 500;line-height: 1.25em;color: #ffffff;background-color: #00ac73;border-radius: 50px;padding: 4px 8px 4px 11px;margin-bottom: 5px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-family: 'Albert Sans', sans-serif;font-size: 14px;font-weight: 500;line-height: 1.25em;color: #545454;background-color: #fff;border-radius: 50px;padding: 4px 11px 4px 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 400;line-height: 1.25em;color: #ffffff;background-color: rgba(255, 0, 0, 0);border-radius: 5px;padding: 4px 11px 4px 11px;margin-bottom: 5px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;font-size: 14px;font-family: 'Poppins', sans-serif;font-weight: 500;line-height: 1.25em;color: #545454;background-color: #fff;border-radius: 8px;padding: 4px 11px 4px 11px;margin-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item{padding-top: 0px;padding-bottom: 0px;margin-top: 0px;margin-bottom: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 10px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item  .ecom-collection__product-media--container{height: 125px !important;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title{text-align: left;margin-bottom: 0px;padding-left: 8px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title a{letter-spacing: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price{padding-top: 5px;padding-right: 0px;margin-top: 0px;margin-right: 0px;margin-left: 8px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--regular,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--regular a,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--from,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--from a{font-size: 15px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--regular,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--from{padding-top: 0px;padding-left: 0px;margin-top: 0px;margin-right: -10px;margin-left: 8px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-price--sale{font-family: 'Albert Sans', sans-serif;font-weight: 500;font-size: 15px;letter-spacing: 0px;color: #323232;padding-left: 0px;margin-left: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation{display: flex;justify-content: center;overflow: hidden;border-radius: 8px;margin: 0px;padding: 0px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation .ecom-pagination-item{font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 500;letter-spacing: -0.15px;align-items: center;height: 55px;min-height: 55px;color: #888;background-color: var(--ecom-global-colors-primary);border-radius: 8px;padding-top: 5px;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation .ecom-pagination-item:hover{color: #888;background-color: var(--ecom-global-colors-primary);}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation .ecom-pagination-item.ecom-button-active{height: 46px;min-height: 46px;color: #323232;background-color: var(--ecom-global-colors-primary);border-radius: 50px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__pagination-navigation .ecom-pagination-item svg{height: 16px;width: 16px;}.ecom-core.ecom-o57j8g0ovhc .ecom-pagination-progress-bar .ecom-pagination-progress-bar__container{margin-top: 8px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-description,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-description a{font-family: 'Albert Sans', sans-serif;font-size: 14px;font-weight: 400;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-description{padding-left: 8px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{font-family: 'Albert Sans', sans-serif;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-badge .ecom-collection__product-badge--sale{font-family: 'Albert Sans', sans-serif;font-size: 14px;font-weight: 500;color: #545454;background-color: #fff;border-radius: 60px;}.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-badge .ecom-collection__product-badge--custom{letter-spacing: -0.15px;font-family: 'Albert Sans', sans-serif;font-weight: 500;font-size: 14px;color: #545454;background-color: rgba(234, 240, 218, 1,);padding: 3px 9px 3px 9px;}}.ecom-core.ecom-o57j8g0ovhc{padding: 15px 0px 0 0px !important;margin-top: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o57j8g0ovhc{margin-top: 0px !important;padding-top: 0px !important;display: none;}} .ecom-core.ecom-o57j8g0ovhc .ecom-child-element:before,.ecom-core.ecom-o57j8g0ovhc .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-o57j8g0ovhc span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-form__actions--add,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-form__actions--view-more,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-submit{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-o57j8g0ovhc .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}.ecom-core.ecom-itqmrk6h908{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-itqmrk6h908{width: 100%;}}html body .ecom-core.ecom-n1svnehxzbr .ecom-core.ecom-itqmrk6h908>div.core__column--wrapper{padding: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-n1svnehxzbr .ecom-core.ecom-itqmrk6h908>div.core__column--wrapper{padding: 0px !important;margin: 0px 0px -20px 0px !important;}}.ecom-core.ecom-pny0jxf5xiq{text-align: left;}.ecom-core.ecom-pny0jxf5xiq{margin-left: 0px !important;padding: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pny0jxf5xiq{margin-left: 17px !important;padding-top: 0px !important;padding-bottom: 0 !important;}}.ecom-core.ecom-n1svnehxzbr>div.core__row--columns{max-width: 1430px;}.ecom-core.ecom-n1svnehxzbr{background-color: #FFF;border-style: solid;border-top-width: 0px;border-color: #E7E7E7;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n1svnehxzbr{border-style: solid;border-top-width: 0px;border-color: #F1F1F2;}}.ecom-core.ecom-n1svnehxzbr{margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding: 0px 32px 0px 32px !important;position: relative;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n1svnehxzbr div.core__row--columns{flex-direction: column-reverse;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n1svnehxzbr{padding: 10px 0px 0px 0px !important;margin-right: 0px !important;margin-left: 0px !important;z-index: 0 !important;}.ecom-core.ecom-n1svnehxzbr div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-74aycvjdsh{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-74aycvjdsh{width: 100%;}}html body .ecom-core.ecom-f4el75kk44t .ecom-core.ecom-74aycvjdsh>div.core__column--wrapper{padding: 0px !important;margin: 20px 0px 0px 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-f4el75kk44t .ecom-core.ecom-74aycvjdsh>div.core__column--wrapper{margin-top: 0px !important;margin-bottom: 10px !important;}}.ecom-core.ecom-0to4f21s2t8a{text-align: left;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0to4f21s2t8a{padding-right: 0px !important;margin-right: 17px !important;margin-left: 17px !important;}}.ecom-core.ecom-f4el75kk44t{padding: 0px 20px 60px 20px !important;margin-top: 0px !important;position: relative;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-f4el75kk44t div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f4el75kk44t{padding-right: 0px !important;padding-bottom: 20px !important;padding-left: 0px !important;z-index: 0 !important;}.ecom-core.ecom-f4el75kk44t div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-teplfhqeakk{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-teplfhqeakk{width: 100%;}}.ecom-core.ecom-936y0cmf9qr{text-align: left;}.ecom-core.ecom-amw6s03krbf>div.core__row--columns{max-width: 800px;}@media screen and (min-width: 1025px) {.ecom-core.ecom-amw6s03krbf{margin-bottom: 0px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-amw6s03krbf div.core__row--columns{flex-direction: row;}.ecom-core.ecom-amw6s03krbf{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-amw6s03krbf div.core__row--columns{flex-direction: row;}.ecom-core.ecom-amw6s03krbf{display: none;}}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap');


    @media only screen and (min-width: 748px) {
      .ecom-predictive-search {
        position: absolute;
        top: 100%;
        left: 0%;
        max-width: 100%;
        border-style: solid;
        border-top-width: 0px !important;
        border-left-width: 0px !important;
        border-right-width: 0px !important;
        border-bottom-width: 0px !important;
        border-color: #fff;
        background: #ffffff;
        max-height: 1000px !important;
        overflow-y: auto;
        z-index: 11;
        text-align: start;
        width: 100vw !important;
        right: 0%;
        margin-top: 10px !important;
      }
    } 
    @media (max-width: 1440px) and (min-width: 767px) {
.ecom-core.ecom-g69tah85y3q {
    padding: 45px 0px 45px 32px !important;
  }
}
p {
    font-family: Inter;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: auto;
}
.ecom-predictive-search__item-title, .ecom-predictive-search__item-query {
    color: #000000;
    line-height: 1.2;
    transition: 0.25s;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.15px;
}
a:-webkit-any-link {
    text-decoration: none !important;
    color: #121212;
}
.ecom-core.ecom-9lnyt4ax8cf .ecom-predictive-search {
    background-color: #fff;
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    border-radius: 15px;
    tab: normal;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
        margin-top: 10px;
}
strong {
    font-weight: 500 !important;
}
.ecom-predictive-search__item.ecom-predictive-search__item--term {
    background: transparent;
    color: #000000;
    font-size: 15px !important;
    letter-spacing: -0.15px;
}
.ecom-predictive-search__item:hover .ecom-predictive-search__item-title, .ecom-predictive-search__item:hover .ecom-predictive-search__item-query mark, .ecom-predictive-search__item:hover .ecom-predictive-search__item-query span {
    color: #121212 !important;
}
.ecom-predictive-search {
    position: absolute;
    top: 100%;
    left: 0%;
    max-width: 100%;
    border-style: solid;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-color: #fff;
    background: #ffffff;
    max-height: 500px !important;
    overflow-y: auto;
    z-index: 11;
    text-align: start;
    width: 100vw !important;
    right: 0%;
    margin-top: 10px !important;
}
.ecom-predictive-search__item {
    width: 100%;
    padding: 10px 0px !important;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s;
    font-size: 16px !important;
    color: #121212;
    font-weight: 400;
    font-family: albert sans;
}
    .ecom-predictive-search__heading {
    position: relative;
    padding: 15px 0px 7.5px !important;
    font-size: 13px !important;
    text-transform: uppercase;
    color: #888 !important;
    font-family: poppins;
    font-weight: 600;
}
        .ecom-predictive-search__heading::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px !important;
    right: 20px;
    height: 1px;
    background: #7f7f7f !important;
    opacity: 0.25;

 }
@media only screen and (min-width: 748px) {
    #search-modal-content {
      background: white;
      width: 100%;
      max-width: 850px !important;
      padding: 20px;
      top: 0%;
      border-radius: 0px;
      position: fixed;
      box-shadow: none;
}
.ecom-collection__product-media {
    height: 250px;
}
      #search-close-modal {
    left: -1%;
    top: 58%;
    }
   } 
.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item {
    border-style: none !important;
    border-bottom-width: 0px;
    border-color: #f0f0f0;
    border-radius: 10px;
}
.custom-card__content {
  padding: 20px;
  text-align: center;
}
.custom-dimension-view {
    display: none !important;
}
.custom-dimension-view::after {
    display: none !important;
}
.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item {
    border-style: none !important;
    border-bottom-width: 0px;
    border-color: #f0f0f0;
}
.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item {
    border-style: none !important;
    border-bottom-width: 0px;
    border-color: transparent;
}

/* Knappstyling */
.custom-button {
    display: inline-block;
    padding: 6px 12px;
    background: transparent;
    color: #121212 !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    transition: background 0.2s ease;
    border: 1px solid #121212 !important;
    font-family: 'Satoshi';
    font-size: 16px;
}
@media screen and (max-width: 767px) and (min-width: 101px) {
        .ecom-core.ecom-1cu5m2d04sp .ecom-collection__product-item {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 10px;
   }
   .ecom-collection__product-media {
    height: 162px;
}
       .swan-outer-container {
      border-radius: 0px;
    }

    .ecom-core.ecom-0x195lrlh1nf button#button_menu_block {
        position: fixed;
        z-index: 32131;
        cursor: pointer;
        top: auto;
        left: 37%;
        bottom: 4%;
        display: flex;
    }
}
   div.ecom-builder {
    margin: 0 auto;
    box-sizing: border-box;
}
.ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title, .ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-item-information-title a {
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
}
    .ecom-core.ecom-x97o3ni3y9 .ecom-collection__product-badge .ecom-collection__product-badge--custom {
        letter-spacing: 0px;
        font-family: 'Satoshi', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #323232;
        background-color: rgba(255, 255, 255, 0.88);
        border-radius: 8px;
        padding: 3px 8px 3px 8px;
        margin-top: 0px;
        margin-left: 0px;
    }
.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-badge .ecom-collection__product-badge--custom {
    align-self: flex-start;
    font-size: 14px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 600;
    line-height: 1.25em;
    color: #545454;
    background-color: #fff;
    border-radius: 8px;
    padding: 2px 8px 4px 8px;
    margin-bottom: 5px;
}
.ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title, .ecom-core.ecom-o57j8g0ovhc .ecom-collection__product-item-information-title a {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: 0px;
}
       .ecom-core.ecom-x8p0hpo6avp {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-top: 0 !important;
        overflow: hidden;
    }
       .ecom-core.ecom-hyzej2fhq44 {
        padding: 0px 0 8px 2px !important;
           }
       .ecom-collection__filters-dropdown .ecom-container-filter-list, .ecom-collection__filters-push_down[data-mobile="mobile"] .ecom-container-filter-list {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
          }
          #button_menu_block {
    display: none;
}
   .ecom-core.ecom-hyzej2fhq44 .ecom-modal-content, .ecom-core.ecom-hyzej2fhq44 .ecom-modal-content--mobile .ecom-collection__filters-push_down, .ecom-core.ecom-hyzej2fhq44 .ecom-modal-content .ecom-collection__filters-push_down, .ecom-core.ecom-hyzej2fhq44 .ecom-collection__filters-push_down .ecom-collection__filters-push_down {
        width: 100%;
          } 
   .ecom-modal-content--mobile {
  display: flex !important;
  position: static !important; /* Ingen fixed eller absolute */
  background: #fff; /* Normal bakgrund */
  box-shadow: none; /* Ta bort skuggor */
  padding: 10px; /* Lägg till lite padding för utseende */
  height: auto;
  overflow: visible; /* Ingen scrollbegränsning */
  width: 100%;
}
        #ecom-modal-block.ecom-modal-block--mobile {
        display: flex !important;
        position: relative;
        z-index: 99;
        top: 0;
        width: 100%;
        height: auto;
        background: none;
        box-sizing: border-box;
        max-width: 100vw;
           }
   .ecom-collection__product-item--information {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;

      
        }
    }
.ecom-core.ecom-bj7med2bzxl .ecom-collection__filters-group-checkbox>input:checked+span.ecom-collection__filters-group-checkbox-label:not(.ecom-collection__filters--color):after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 4px;
    border-radius: 100%;
    background: #000;
    overflow: hidden;
    display:none;
}
.ecom-core.ecom-ezxlko1c2ri {
    position: fixed;
}
.ecom-collection__filters-dropdown.ecom-filter-dropdown-desktop .ecom-collection__filters-group .ecom-collection__filters-group--display {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-top: 10px;
}
.ecom-core.ecom-hyzej2fhq44 .ecom-collection__filters-group-list-item {
    color: #121212 !important;
}
.ecom-collection__product-badge {
    z-index: 3;
    position: absolute;
    right: 8px;
    left: 5px;
    top: 5px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}
.ecom-core.ecom-ho5x8d4a {
    width: 100%;
    position: sticky !important;
    top: 0;
    z-index: 10;
    background: #fff;
}
.ecom-icon-filter-close {
    display: flex;
    margin-left: 5px;
}
.ecom-collection__action .ecom-product__wishlist-tooltip {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: calc(100% + 4px);
    transform: translateY(-50%);
    background: #383838;
    color: #fff;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 10;
    text-wrap: nowrap;
    font-size: 12px;
    min-width: 100%;
    text-align: center;
    pointer-events: none;
    display: none !important;
}
@media screen and (min-width: 767px) {
.ecom-collection__product-badge {
    z-index: 3;
    position: absolute;
    right: 10px;
    left: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}
.bestsellers-item h3 {
    font-size: 16px;
}
    .bestsellers-item p {
    font-size: 16px;
 }
}