/**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;
                    padding: 20px;
                }
                .ecom-column:hover {
                    z-index: 1;
                }
                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-section__overlay > .ecom-overlay{
                    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%;
                }
                
                    .ecom-product-single__price-container-grid {
                        display: flex;
                    }
                    .ecom-product-single__price--badges-sale,
                    .ecom-product-single__price--badges-sold-out{
                        display:none;
                    }
                    .ecom-product-single__price--sale{
                        font-size: 30px;
                        color: rgb(26, 27, 24);
                        display:inline-flex;
                    }
                    .ecom-product-single__price--regular{
                        text-decoration: line-through;
                        color: #6B7280;
                        display:inline-flex;
                    }
                    .ecom-product-single__price--badges-sale{
                        color:red
                    }
                    .ecom-product-single__price-container .ecom-product-single__price--prices{
                        display:inline-flex;
                        align-items:center;
                        justify-content:center;
                        gap:10px;
                    }
                    .ecom-product-single__price-container {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;
                    }
                    .ecom-product-single-afterpay afterpay-placement{
                        margin:0;
                        padding: 0;
                    }
                
                .ecom-product-single__product-sold-container {
                    display: flex;
                    align-items:center;
                    column-gap: 10px;

                }
            
                    .ecom-product-single__countdown-container{
                        display:flex;
                    }
                    .ecom-product-single__countdown-progress-bar{
                        display:block;
                        width:100%;
                    }
                    .ecom-product-single__countdown-progress-bar .ecom-product-single__countdown-progress-bar--timer{
                        width:100%;
                        display:block;
                    }
                    .ecom-product-single__countdown-time{
                        display: inline-flex;
                        flex-wrap: wrap;
                        justify-content:inherit;
                    }
                    .ecom-product-single__countdown-time > div{
                        display:inline-flex;
                        gap:6px;
                        padding:10px;
                        border:1px solid #eee;
                        justify-content: center;
                        align-items: center;
                    }
                    .ecom-product-single__countdown-block .ecom-product-single__countdown-time > div span{
                        width:100%;
                    }

                    .ecom-product-single__countdown-progress-bar--timer {
                            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-product-single__quantity-wrapper{
                display:flex;
            }
            .ecom-product-single__quantity-container{
                display:flex;

            }
            .ecom-product-single__quantity-controls {
                display: flex;
                align-items: center;
            }
            .ecom-product-single__quantity-controls-button {
                outline: none;
                cursor: pointer;
                border: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: background-color .1s cubic-bezier(.4,0,.6,1);
            }
            .ecom-product-single__quantity-input {
                cursor: text;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: background-color .1s cubic-bezier(.4,0,.6,1);
            }
            .ecom-product-single__quantity-input::-webkit-outer-spin-button,
                input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }


                
                    #ecom-builder .shopify-payment-button__button--hidden{
                        visibility: visible
                    }
                    .ecom-product-single__add-to-cart-payment-terms:empty{
                        display:none;
                    }

                    .ecom-product-single__add-to-cart--submit {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-product-single__add-to-cart--submit[disable] {
                        cursor: not-allowed;
                    }
                    .ecom-product-single__add-to-cart-buttons-wrapper {display: flex;align-items: center;}

                
                    .ecom-elements__lightbox-content {
                        background: #fff;
                        padding: 30px;
                        min-height: 100px;
                    }
                    .ecom-element__lightbox-container > button {
                        cursor: pointer;
                    }
                
                    .ecom-element-button.ecom-button-default{
                        display:flex;
                    }
                    a.ecom__element--button{
                        display: inline-flex;
                        align-items: center;
                        text-decoration: none;
                        text-align:center
                    }
                    .ecom__element--button-icon{
                        display:inline-flex;
                        color:inherit;
                    }
                    .ecom__element--button-icon svg{
                        width:24px;
                        height:auto
                    }
                
                .ecom-iconlist--link{
                    text-decoration:none
                }
                .ecom-iconlist--list{
                    display:grid;
                }
                .ecom-iconlist--item{
                    position: relative
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--item{
                    display: flex;
                    align-items:center;
                }
                .ecom-iconlist-content{
                    flex:1;
                    display:flex;
                    flex-direction:column;
                    gap:10px;
                }
                .ecom-iconlist--title{
                    margin:0;
                }
                .ecom-iconlist--list, .ecom-iconlist--container {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }
                .ecom-iconlist--container{
                    display:flex;
                    align-items:center;
                }
                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--container {
                    padding-top: calc(var(--ecom-spacing) / 2);
                    padding-bottom: calc(var(--ecom-spacing) / 2);
                }

                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--item{
                    flex-direction:column;
                    display:flex;
                }
                .ecom-iconlist--list[data-layout='default']{
                    display:grid !important;
                }
                .ecom-iconlist--list[data-layout='inline']{
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }
                .ecom-iconlist--list[data-layout='inline'] {
                    margin-left: calc(var(--ecom-spacing) / -2);
                    margin-right: calc(var(--ecom-spacing) / -2);
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--container {
                    padding-left: calc(var(--ecom-spacing) / 2);
                    padding-right: calc(var(--ecom-spacing) / 2);
                }
                .ecom-iconlist--icon{
                    display: flex;
                }
                .ecom-iconlist--container{
                    display: inline-flex;
                    align-items: center;
                }
            
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow:hidden;
                        width:100%;
                        height:100%;
                    }

                    .ecom-image-pictures-wrapper {
                        position: relative;
                    }


                    .ecom-base-image picture {
                        flex:1 1 auto;
                        min-height:1px;
                    }

                    .ecom-image-picture.ecom-image-has-hover,
                    .ecom-overlay ~ .ecom-image-pictures-wrapper .ecom-image-picture.ecom-image-has-hover {
                        visibility: visible;
                        opacity: 1;
                        transition: .4s ease-in-out;
                    }

                    .ecom-image-pictures-wrapper:hover .ecom-image-picture.ecom-image-has-hover,
                    .ecom-overlay:hover ~ .ecom-image-pictures-wrapper .ecom-image-picture.ecom-image-has-hover {
                        visibility: hidden;
                        opacity: 0;
                    }

                    .ecom-image-picture-hover {
                        position: absolute;
                        inset: 0;
                        visibility: hidden;
                        opacity: 0;
                        transition: .4s ease-in-out;
                    }

                    .ecom-image-pictures-wrapper:hover .ecom-image-picture-hover,
                    .ecom-overlay:hover ~ .ecom-image-pictures-wrapper .ecom-image-picture-hover {
                        visibility: visible;
                        opacity: 1;
                    }

                    .ecom-base-image picture img{
                        display: block;
                        width:100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }


                
                .ecom-product-single__description--paragraph, .ecom-product-single__description-view-more-btn {
                    overflow: hidden;
                }
                .ecom-product-single__description--paragraph[style*="max-height"] {
                    position: relative;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph[style*="max-height"]:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255))
                }
                .ecom-product-single__description-view-more-btn{
                    cursor:pointer;
                    display:block;
                }
                .ecom-product-single__description-container span {
                    display: inline;
                }
                .ecom-product-single__description--more-actions, .ecom-product-single__description--less-actions{
                    display: flex;
                    position: relative;
                    width: 100%;
                }
                .ecom-product-single__description--more-actions button, .ecom-product-single__description--less-actions button{
                    display: flex;
                    align-items: center;
                    align-content: center;
                }
            
                .tabs__wrapper.ecom__element {
                    display: flex;
                    width: 100%;
                }
                .tabs__wrapper .core__group--item {
                    flex: 1;
                }
                .ecom-position-sticky {
                  position: sticky;
                  top: 0;
                }
                .tab__item {
                    visibility: hidden;
                    opacity:0;
                    z-index:1;
                    transition: all 500ms ease;
                    display:none;
                }
                .tab__item.ecom-item-active{
                    visibility: visible;
                    opacity:1;
                    z-index:2;
                    display:block;
                }
                .tabs_nav--content {
                    display: flex;
                }
                .tabs__navs {
                    display: flex;
                }
                .tabs__nav {
                    padding: 16px 30px;
                    cursor: pointer;
                    flex-direction: column;
                }
                .tabs_nav--sub-text {
                    width: 100%;
                }
                .tabs_nav--text {
                    margin: 0;
                    white-space: nowrap;
                    width:100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                .tabs__wrapper--horizontal, .tabs__navs--vertical, .tabs__navs--vertical .tabs__navs--items {
                    flex-direction: column;
                }
                .tabs__wrapper--vertical,
                .tabs__navs--horizontal,
                .tabs__navs--items {
                    flex-direction: row;
                }
                .tabs__wrapper--vertical>.core__group--items {
                    width: 100%;
                }
                .tabs__nav {
                    display: flex;
                    align-items: center;
                }
                .tabs__nav.ecom-item-active{
                    pointer-events: none;
                }
                .tabs_nav--icon {
                    display:flex;
                }
                .tabs_nav--icon svg{
                    width:24px;
                    height:auto;
                }
                .tabs__navs--horizontal, .tabs__navs--items{
                    display:flex;
                    overflow-x:auto;
                    overflow: -moz-scrollbars-none;
                    -ms-overflow-style: none;
                }
                .tabs__navs--horizontal::-webkit-scrollbar {
                    width: 0 !important;
                    display: none;
                }
                .tabs__body >div{
                    padding:0 !important;
                }
                .tab__item,
                .tabs__body{
                    height:100%
                }
                .tabs__items{
                    flex:1
                }
                .tabs__navs--vertical {
                  width: var(--ecom-tab-nav-width);
                  max-width: var(--ecom-tab-nav-width);
                }
                .core__group--items {
                  width: var(--ecom-tab-item-width);
                  max-width: var(--ecom-tab-item-width);
                }
                @media (max-width: 1024px) {
                  .tabs__navs--vertical {
                    width: var(--ecom-tab-nav-width__tablet);
                    max-width: var(--ecom-tab-nav-width__tablet);
                  }
                  .core__group--items {
                    width: var(--ecom-tab-item-width__tablet);
                    max-width: var(--ecom-tab-item-width__tablet);
                  }
                }
                @media screen and (max-width: 767px){
                    .tabs__wrapper.ecom__element .tabs__navs {
                        justify-content: flex-start !important;
                    }
                    .tabs__wrapper.ecom__element {
                      overflow-x: hidden;
                    }
                    .tabs__navs--vertical {
                      width: var(--ecom-tab-nav-width__mobile);
                      max-width: var(--ecom-tab-nav-width__mobile);
                    }
                    .core__group--items {
                      width: 100%;
                      max-width: 100%;
                    }
                }

                @media only screen and (max-width: 400px) {
                    .tabs__wrapper{
                        flex-direction:column
                    }
                }
            
                .ecom-product-single__media {
                    display: block;
                    position: relative;
                    width: 100%;
                }
                .ecom-product-single__media.ecom-position-sticky {
                    position: sticky;
                    top: 0
                }
                .ecom-product-single__media--grid .ecom-product-single__media--images img {
                    max-width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--images {
                    display: flex;
                    flex-wrap: wrap;
                    margin-bottom: 2rem;
                    padding: 0;
                    gap: 10px;
                    list-style: none;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image {
                    width: calc(50% - 1rem / 2);
                    max-width: 100%;
                    flex-grow: 1;
                }
                /** Set the media image and the first image 100% width **/

                .ecom-product-single__media--grid .ecom-product-single__media--image:first-child {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image.ecom-product-single__media--full {
                    width: 100%;
                }



                .ecom-swiper-controls::after {
                    display: none
                }

                .ecom-product-single__media--grid .ecom-swiper-controls {
                    display: none;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--images img,
                .ecom-product-single__media--video video {
                    max-width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image:first-child {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image.ecom-product-single__media--full {
                    width: 100%;
                }

                .ecom-product-single__media---external-video {
                    position: relative;
                }

                .ecom-product-single__media--model {
                    position: relative;
                }

                .ecom-product-single__media---external-video iframe,
                .ecom-product-single__media--model-wrapper model-viewer {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                }

                .ecom-product-single__media .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                }

                .ecom-swiper-wrapper {
                    align-items: stretch;
                }

                .ecom-swiper-wrapper .ecom-swiper-slide {
                    text-align: center;
                }

                .ecom-swiper-wrapper .ecom-swiper-slide img {
                    height: 100%;
                    object-fit: cover;
                }

                .ecom-product-single__media--thumbnail {
                    border: 2px solid transparent;
                    cursor: pointer;
                    display: flex;
                    justify-content: center;
                }

                .ecom-product-single__media--thumbnail img {
                    width: 100%;
                    max-width: 100%;
                    height: auto;
                    border: 0;
                    vertical-align: middle;
                    position: relative;
                    z-index: 1;
                }

                .ecom-swiper-controls svg {
                    height: 100%;
                    width: 100%;
                    color: inherit;
                }

                .ecom-product-single__media-wrapper .ecom-swiper-controls {
                    cursor: pointer;
                    width: auto;
                    height: auto;
                    transition: .2s ease-in-out;
                }
                .ecom-swiper-controls-thumb svg {
                    height: 100%;
                    width: 100%;
                    color: inherit;
                }
                .ecom-product-single__media--thumbs{
                    position:relative
                }
                .ecom-swiper-button-thumb-prev{
                    left:0
                }
                .ecom-swiper-controls-thumb > svg{
                    width:24px;
                    height:24px;
                }

                .ecom-swiper-controls-thumb {
                    z-index:10;
                    display:flex;
                    cursor: pointer;
                    width:auto;
                    height:auto;
                    transition: .2s ease-in-out;
                    text-align: center;
                }
                .ecom-swiper-controls-thumb::after{
                    display:none
                }

                .ecom-swiper-controls:after {
                    margin-left: -3px;
                }


                .ecom-product-single__media--thumbnail {
                    border-radius: 6px;
                    overflow: hidden
                }

                button.ecom-product-single__media--play-control {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    border: none;
                    cursor: pointer;
                    margin: 0;
                    padding: 0;
                    background-color:rgb(238 238 238 / 40%);
                }

                .ecom-product-single__media--play-control-wrapper {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%) scale(1);
                    z-index: 1;
                }
                .ecom-product-single__media--thumbnail {
                    position: relative;
                }

                .ecom-product-single__media--thumbnail--icon {
                    position: absolute;
                    bottom: 5px;
                    right: 5px;
                    z-index: 3;
                    display: flex;
                }

                .ecom-product-single__media--thumbnail--icon svg {
                    display: flex;
                }
                .ecom-product-single__media--horizontal .ecom-swiper-controls-thumb,
                .ecom-product-single__media-tablet--horizontal .ecom-swiper-controls-thumb,
                ecom-product-single__media-mobile--horizontal .ecom-swiper-controls-thumb{
                    transform:translateY(50%);
                }
                .ecom-dont-has-many-images .ecom-product-single__media--thumbs {
                    display: none;
                }
                @media screen and (min-width: 1025px) {
                    .ecom-product-single__media .ecom-product-single__media--vertical.ecom-product-single__media--slider {
                        display: flex;
                        flex-flow: row-reverse;
                    }
                    .ecom-product-single__media .ecom-product-single__media--vertical .ecom-product-single__media--thumbs {
                        min-width: 100px;
                        width: auto;
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                    .ecom-product-single__media .ecom-product-single__media--horizontal .ecom-product-single__media--thumbs {
                        min-height: 100px;
                        height: auto;
                    }
                }

                .ecom-image-align {
                    display: flex;
                }

                .ecom-product-single__media .ecom-product-single__media-container {
                    display: flex;
                    flex-direction: column;
                    gap: 10px
                }

                .ecom-swiper-container {
                    width: 100%;
                }
                .ecom-product-single__media--thumbnail > * {
                    transition:inherit;
                }
                .ecom-product-single__media--images-grid .ecom-swiper-slide {
                    margin-bottom: 15px;
                }
                @media (min-width: 768px) and (max-width: 1024px) {
                    .ecom-product-single__media--thumbs.ecom-swiper-tablet-vertical {
                        min-width: 100px;
                        width: auto;
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-product-single__media--thumbs.ecom-swiper-mobile-vertical {
                        min-width: 100px;
                        width: auto;
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                }
            
                .element__social.ecom-element{
                    display:flex;
                    flex-wrap:wrap;
                }
                .ecom__element-social{
                    display:flex;
                    width:auto;
                    border-radius:4px;
                    border-width:0px;
                    border-style:solid;
                }
                .ecom__element-social .element-social-link{
                    display:flex;
                    align-items:center;
                    text-decoration: none;
                    width:100%;
                    justify-content:center;
                }
                .icon-border .element-social-link{
                    justify-content:flex-start;
                }
                .element-social-link.left{
                    flex-direction:row;
                }
                .element-social-link.right{
                    flex-direction:row-reverse;
                }
                .element-social-link span{
                    display:inline-flex;
                }
                .social-icon{
                    display:inline-flex;
                    color:white;
                    padding:10px;
                    border:0;
                    border-style:solid;
                    border-color:white;
                    height:100%;
                }
                .social-icon svg{
                    width:24px;
                    height:auto;
                    fill: currentColor;
                }
                .element-social-label{
                    flex:1;
                    justify-content:center;
                    text-align:center;
                    padding:7px 10px;
                    color:white;
                }
                .ecom__element-social a {

                }
                .ecom__element-social.facebook{
                    border-color:#3b5998;
                    background-color:#3b5998;
                }
                .ecom__element-social.twitter{
                    border-color:#1da1f2;
                    background-color:#1da1f2;
                }

                .ecom__element-social.linkedIn{
                    border-color:#0077b5;
                    background-color:#0077b5;
                }
                .ecom__element-social.pinterest{
                    border-color:#bd081c;
                    background-color:#bd081c;
                }
                .ecom__element-social.reddit{
                    border-color:#ff4500;
                    background-color:#ff4500;
                }
                .ecom__element-social.vk{
                    border-color:#45668e;
                    background-color:#45668e;
                }
                .ecom__element-social.ok{
                    border-color:#f4731c;
                    background-color:#f4731c;
                }
                .ecom__element-social.tumblr{
                    border-color:#476475;
                    background-color:#476475;
                }
                .ecom__element-social.digg{
                    border-color:#005be2;
                    background-color:#005be2
                }
                .ecom__element-social.skype{
                    border-color:#00aff0;
                    background-color:#00aff0;
                }
                .ecom__element-social.stumbleUpon{
                    border-color:#eb4924;
                    background-color:#eb4924;
                }
                .ecom__element-social.mix{
                    border-color:#f3782b;
                    background-color:#f3782b;
                }
                .ecom__element-social.telegram{
                    border-color:#2ca5e0;
                    background-color:#2ca5e0
                }
                .ecom__element-social.pocket{
                    border-color:#ef3f56;
                    background-color:#ef3f56
                }
                .ecom__element-social.xing{
                    border-color:#026466;
                    background-color:#026466
                }
                .ecom__element-social.whatsApp{
                    border-color:#25d366;
                    background-color:#25d366
                }
                .ecom__element-social.email{
                    border-color:#ea4335;
                    background-color:#ea4335
                }
                .ecom__element-social.custom{
                    border-color:rgba(5, 150, 105);
                    background-color:rgba(5, 150, 105)
                }

            
                    .ecom-product-single__variant-picker--options{
                        align-items:flex-start;
                        display:flex;
                        flex-direction:column;
                    }
                    .ecom-product-single__variant-picker--only-default .ecom-product-single__variant-picker--options{
                        display:none;
                    }


                    .ecom-product-single__variant-picker [name="id"]{
                        display:none;
                    }


                    .ecom-product-single__variant-picker-container[data-picker-type="dropdown"] .selector-wrapper{
                        display:flex;
                    }
                    .ecom-product-single__variant-picker-container{
                        flex-direction: column;
                    }
                    .ecom-product-single__picker-radio-list{
                        display:block;
                        position:relative;
                        width:100%;
                    }
                    .ecom-product-single__picker-radio-list .ecom-product-single__picker-radio-list-item{
                        display:flex;
                        flex-direction: row;
                        cursor: pointer;
                    }

                    .ecom-product-single__picker-colors-item {
                        padding: 2px;
                        cursor: pointer;

                    }
                    .ecom-product-single__picker-colors-item span {
                        width:20px;
                        height:20px;
                        display:block;
                    }

                    .ecom-product-single__picker-colors-item {
                        display: inline-flex;
                        padding: 2px;
                        border : 2px solid #9e9e9e;
                    }

                    .ecom-product-single__picker-colors-item.ecom-button-active{
                        border-color:  rgba(5, 150, 105,1);
                    }

                    .ecom-product-single__variant-picker .ecom-product-single__picker-main,
                    .ecom-product-single__variant-picker .selector-wrapper {
                        display:flex;
                        flex-direction: column;
                        align-items:inherit;
                    }
                    .ecom-product-single__variant-picker .selector-wrapper{
                        display:none;
                         overflow:hidden;
                        width: 100%;
                    }
                     .ecom-product-single__variant-picker select{
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    .ecom-product-single__picker-colors-list,
                    .ecom-product-single__picker-radio-list,
                    .ecom-product-single__picker-images-list {

                        display: flex;
                        flex-wrap: wrap;
                    }
                    .ecom-product-single__picker-images-list li {
                        cursor: pointer;
                        margin: 0;
                    }

                     .ecom-product-single__variant-picker .selector-wrapper label {
                        display: inline-block;
                        line-height:1
                    }

                    .ecom-product-single__picker-radio-list li {
                        cursor: pointer;
                        text-align: center;
                        justify-content: center;
                    }
                    .ecom-product-single__picker-images-item{
                        overflow: hidden;
                    }
                    .ecom-product-single__picker-images-item img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                    [data-ecom-tooltip]:before {
                        position : absolute;
                        content : attr(data-ecom-tooltip);
                        text-transform: none;
                        font-size: .9em;
                        line-height: 1;
                        user-select: none;
                        pointer-events: none;
                        opacity : 0;
                        z-index: 1;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        padding: 1ch 1.5ch;
                        border-radius: .3ch;
                        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
                        background: #333;
                        color: #fff;
                    }
                    [data-ecom-tooltip]:hover:before {
                        opacity : 1;
                    }

                    .ecom-product-single__price--prices {
                        display: inline-block;
                    }

                    .ecom-product-single__picker-colors-item span{
                        transition:inherit;
                        border-radius:inherit;
                    }
                    .ecom-product-single__variant-picker--main{
                        flex-direction:column;
                        display:flex;
                    }
                    .ecom-product-single__variant-picker--main > div{
                        display:flex;
                        flex-direction:column;
                        align-items:inherit;
                        justify-content:inherit;
                    }
                


                .ecom-product-option-table-list{
                    margin:0;
                    padding:0;
                    list-style:none;
                }
            

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


                /** Core **/

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

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

                .ecom-collection__product--rating-wrapper {
                    position: relative
                }

                .ecom-collection__product .ecom-collection__product-media a {
                    text-decoration: none;
                    color: inherit;
                    width: 100%
                }

                .ecom-collection__product--wrapper-items {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    display: grid;
                    gap: 1rem;
                }

                .ecom-collection__product--wrapper-items.ecom-collection-product__layout-list {
                    grid-template-columns: repeat(1, minmax(0, 1fr));
                    grid-gap: 10px;
                }

                .ecom-swiper-wrapper.ecom-collection__product--wrapper-items{
                    display:flex;
                    gap:0
                }
                .ecom-collection__product-main.ecom-swiper-container:not(.ecom-swiper-container-initialized) .ecom-collection__product-item{
                    max-width: 200px;
                }
                .ecom-collection__product-quick-shop--force-hide {
                    display: none !important;
                }


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

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

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



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

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

                .ecom-collection__product-media--square {
                    padding: 50%;
                }

                .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-item .ecom-collection__product-item--inner {
                    display: flex;
                    width:100%;
                    height:100%;
                    overflow:hidden;
                }

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

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

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

                .ecom-collection__product-badge>span {
                    pointer-events: auto
                }

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

                .ecom-collection__product-quick-shop-wrapper {
                    display: none;
                }

                .ecom-collection__product-media-image {
                    display: block;
                }

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

                .ecom-pagination-item a {
                    text-decoration: none;
                    color: unset;
                }



                .ecom-collection__product--compare-at-price {
                    text-decoration: line-through;
                }

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


                /** Skeleton **/

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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


            .ecom-collection__product-container {
                display: flex;
                flex-direction: column;
            }
            .ecom-collection__product-container .ecom-swiper-container {
                width: 100%
            }
            .ecom-collection__product-container .ecom-swiper-button-next:after,
            .ecom-collection__product-container .ecom-swiper-button-prev:after {
                content: none;
            }
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                position: static;
                margin: 0;
            }
            .ecom-collection__product-container .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-button-prev {
                border: 0;
                background: transparent;
                width: auto;
                height: auto;
                padding: 5px;
                color: #444
            }
            .ecom-collection__product-container .ecom-swiper-pagination {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                align-items: center
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                opacity: 1;
                overflow: hidden;
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet,
            .ecom-collection__product-container .ecom-swiper-pagination-bullet-active{
                background-clip: content-box;
                padding: 1px;
                box-sizing: content-box !important;
                background-color: currentColor;
            }
            .ecom-collection__product--wrapper-items.ecom-collection-product__layout-list{
                grid-template-columns: repeat(1,1fr) !important;
            }
            .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
            }
            .ecom-flex-row,
            .ecom-collection-product__layout-list .ecom-collection__product-item--wrapper {
                display:grid;
                grid-template-columns: 40% auto;
            }
            /**
             *
             * Quick view
             * **/
            .ecom-product-quickview{
                    display: flex;
                    align-items: center;
                    gap: 3px;
            }

        /* Progressbar **/

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

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

            to {
                background-position: 40px 0
            }
        }

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

            to {
                background-position: 40px 0
            }
        }


        
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.ecom-core.ecom-z6kuqp3b{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-z6kuqp3b{width: 100%;}}.ecom-core.ecom-r4obtsm7>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-r4obtsm7{margin-top: 50px;margin-bottom: 50px;}.ecom-core.ecom-gabx4suv{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gabx4suv{width: 100%;}}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,1fr);}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product--wrapper-items {column-gap: 30px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-prices,.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-price--bage-sale{display: block !important;}.ecom-core.ecom-r23ppr4d1z .ecom-swiper-navigation-position{}.ecom-core.ecom-r23ppr4d1z .ecom-swiper-pagination-position{justify-content: center;align-items: center;}.ecom-core.ecom-r23ppr4d1z{show_picker: hide;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-picker-main-label,.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-picker-radio-label,.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-picker-dropdown-label,.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-picker-selection .selector-wrapper > label{display: true !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-r23ppr4d1z .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r23ppr4d1z .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,1fr);}}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-item  .ecom-collection__product-media--container{height: 300px !important;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-item .ecom-collection__product-media img{object-fit: fill;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-item .ecom-collection__product-media{margin-bottom: 20px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-item-information-title{color: #000000;margin-top: 15px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-prices{text-align: left;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-price{color: #696969;margin-top: 5px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product--actions{position: absolute;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--add{align-self: flex-start;box-shadow: 0px -2px 0px 0px #0000004d inset;color: #ffffff;background-color: #f76b6a;border-style: none;transition-duration: 300ms;;;padding: 5px 20px 5px 20px;margin-top: 15px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--add:hover{color: #ffffff;background-color: #f76b6a;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--add .ecom-collection__product-add-cart-icon svg{width: 14px;height: 14px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--unavailable{align-self: flex-start;color: #ffffff;background-color: #111827;padding: 8px 20px 8px 20px;margin-top: 16px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--soldout{align-self: flex-start;color: #ffffff;background-color: #111827;padding: 8px 16px 8px 16px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--view-more{align-self: flex-start;box-shadow: 0px -2px 0px 0px #0000004d inset;color: #fff;background-color: #f76b6a;transition-duration: 300ms;;;padding: 5px 20px 5px 20px;margin-top: 15px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--view-more:hover{background-color: #f76b6a;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--view-more svg{width: 14px;height: 14px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-form__actions--view-more .ecom-collection__product-view-more-icon{margin-top: 5px;margin-right: 5px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;color: #ffffff;background-color: #333;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-family: 'Jost', sans-serif;color: #ffffff;background-color: #dc2626;padding-right: 11px;padding-left: 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;color: #ffffff;background-color: #111827;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;color: #ffffff;background-color: #111827;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-button-next svg{height: 35px;width: 35px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-button-next{color: #292424;background-color: rgba(133, 131, 131, 0.62);border-radius: 3px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #000000;background-color: rgba(41, 40, 40, 0.65);border-radius: 3px;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-pagination-bullet{width: 15px;height: 15px;background-color: #575757;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-pagination-bullet:hover{background-color: #852222;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #8f3b3b;}.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin-right: 5px;}.ecom-core.ecom-r23ppr4d1z{margin-top: 30px;} 
.ecom-core.ecom-r23ppr4d1z .ecom-collection__product--actions{
    opacity: 0 !important;
    z-index: -1;
}
.ecom-core.ecom-r23ppr4d1z .ecom-collection__product-item:hover .ecom-collection__product--actions{
    opacity: 1 !important;
    z-index: 9 !important;
}.ecom-core.ecom-ubdfagg0jn>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-zzp0dbouzk{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zzp0dbouzk{width: 100%;}}.ecom-core.ecom-0ucexjjfrxrk .tabs__navs{gap: 4px;}.ecom-core.ecom-0ucexjjfrxrk .tabs__wrapper.ecom__element .tabs__navs{justify-content: center;}.ecom-core.ecom-0ucexjjfrxrk .tabs__wrapper.ecom__element .tabs__nav{background-color: rgba(255, 0, 0, 0);transition-duration: 300ms;;;padding: 16px 30px 16px 30px;}.ecom-core.ecom-0ucexjjfrxrk .tabs__wrapper.ecom__element .tabs__nav:hover{background-color: rgba(255, 0, 0, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-0ucexjjfrxrk .tabs__wrapper.ecom__element .tabs__nav.ecom-item-active{background-color: rgba(255, 0, 0, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-0ucexjjfrxrk .tabs__wrapper.ecom__element .ecom-items--text{color: #888888;}.ecom-core.ecom-0ucexjjfrxrk .ecom-items:hover  .ecom-items--text{color: #444444;}.ecom-core.ecom-0ucexjjfrxrk .ecom-items.ecom-item-active  .ecom-items--text{color: #444444;}.ecom-core.ecom-0ucexjjfrxrk .tabs__body{background-color: rgba(255, 0, 0, 0);box-shadow: 0px 0px 0px 0px;border-style: none;border-radius: 0px;padding: 8px 15px 10px 15px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0ucexjjfrxrk .tabs__wrapper.ecom__element .tabs__nav{padding-right: 20px;padding-left: 21px;}.ecom-core.ecom-0ucexjjfrxrk .tabs__body{padding: 20px;}}.ecom-core.ecom-0ucexjjfrxrk{margin-top: 50px;}.ecom-core.ecom-ie5id86c9ub .ecom-product-single__attributes-container table,.ecom-core.ecom-ie5id86c9ub .ecom-product-single__attributes-container td,.ecom-core.ecom-ie5id86c9ub .ecom-product-single__attributes-container th{border-style: none;}.ecom-core.ecom-ie5id86c9ub .ecom-product-single__attributes-container tr,.ecom-core.ecom-ie5id86c9ub .ecom-product-single__attributes-container td{margin: 0px;padding: 0px;}.ecom-core.ecom-ie5id86c9ub .ecom-product-single__attributes-container .table-title{text-align: left;color: #333;width: 30%;padding: 2px 5px 2px 5px;}.ecom-core.ecom-ie5id86c9ub .ecom-product-single__attributes-container .table-title,.ecom-core.ecom-ie5id86c9ub .ecom-product-single__attributes-container .table-title a{font-family: 'Jost', sans-serif;}.ecom-core.ecom-ie5id86c9ub .ecom-product-option-table-list{text-align: left;color: #5e5e5e;}.ecom-core.ecom-ie5id86c9ub .ecom-product-option-table-list__link,.ecom-core.ecom-ie5id86c9ub .ecom-product-option-table-list__link a{text-align: left;color: #000000;transition: all 186ms ease;}.ecom-core.ecom-pp7ka8pmufm .ecom__element--button-icon{order: 1;}.ecom-core.ecom-pp7ka8pmufm .ecom-product-single__description--less-actions button ,.ecom-core.ecom-pp7ka8pmufm .ecom-product-single__description--more-actions button{gap: 5px;}.ecom-core.ecom-pp7ka8pmufm .ecom-product-single__description--paragraph,.ecom-core.ecom-pp7ka8pmufm .ecom-product-single__description--full{text-align: left;color: #5c5b5b;}.ecom-core.ecom-pp7ka8pmufm .ecom-product-single__description--paragraph,.ecom-core.ecom-pp7ka8pmufm .ecom-product-single__description--paragraph a,.ecom-core.ecom-pp7ka8pmufm .ecom-product-single__description--full,.ecom-core.ecom-pp7ka8pmufm .ecom-product-single__description--full a{font-family: 'Jost', sans-serif;}.ecom-core.ecom-gzufyn24>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-gzufyn24{background-color: #FFF;}.ecom-core.ecom-gzufyn24{margin-top: 25px;}.ecom-core.ecom-w4n4xjt1{width: 45%;}.ecom-core.ecom-w4n4xjt1>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w4n4xjt1{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w4n4xjt1{width: 100%;}}.ecom-core.ecom-qgbhdp0c>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 5px;}.ecom-core.ecom-qgbhdp0c{margin-top: 20px;}.ecom-core.ecom-kgtq17sm{width: 77%;}.ecom-core.ecom-kgtq17sm>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 10px;}.ecom-core.ecom-kgtq17sm>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-kgtq17sm{width: 100%;}}.ecom-core.ecom-kgtq17sm>.core__column--wrapper{border-style: solid;border-width: 1px;border-color: #d2d2d2;}.ecom-core.ecom-bhmtbvo99i .ecom-image-align,.ecom-core.ecom-bhmtbvo99i .ecom-image-align{align-items: center;}.ecom-core.ecom-bhmtbvo99i .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-bhmtbvo99i .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-bhmtbvo99i .ecom-base-image .ecom-image-default ,.ecom-core.ecom-bhmtbvo99i .ecom-base-image .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-bhmtbvo99i .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-bhmtbvo99i .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-bhmtbvo99i .ecom-base-image .ecom-image-default:hover ,.ecom-core.ecom-bhmtbvo99i .ecom-base-image .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-ijbi3eedc0e .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ijbi3eedc0e .element__heading .ecom__heading,.ecom-core.ecom-ijbi3eedc0e .element__heading .ecom__heading a{font-weight: 400;font-size: 18px;font-family: 'Jost', sans-serif;}.ecom-core.ecom-ijbi3eedc0e  .element__heading .ecom__heading,.ecom-core.ecom-ijbi3eedc0e  .element__heading .ecom__heading a{color: #000000;}.ecom-core.ecom-ijbi3eedc0e{margin-top: -20px;padding-right: 10px;padding-left: 10px;width: unset;max-width:unset;background-color: #ffffff;}.ecom-core.ecom-dci9k3p0v3 .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-dci9k3p0v3 .ecom-iconlist--list{gap: 10px;}.ecom-core.ecom-dci9k3p0v3 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;}.ecom-core.ecom-dci9k3p0v3 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 15px;width: 15px;}.ecom-core.ecom-dci9k3p0v3 .ecom-base-iconlist .ecom-iconlist--icon{color: #149664;}.ecom-core.ecom-dci9k3p0v3 .ecom-base-iconlist .ecom-iconlist--title{text-align: center;color: #111;padding-left: 10px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dci9k3p0v3 .ecom-base-iconlist .ecom-iconlist--title{text-align: left;}}.ecom-core.ecom-li8itzvm3z .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-li8itzvm3z .element__heading .ecom__heading,.ecom-core.ecom-li8itzvm3z .element__heading .ecom__heading a{font-weight: 400;font-size: 16px;font-family: 'Jost', sans-serif;}.ecom-core.ecom-li8itzvm3z  .element__heading .ecom__heading,.ecom-core.ecom-li8itzvm3z  .element__heading .ecom__heading a{color: #000000;}.ecom-core.ecom-mepz51ul>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-mepz51ul>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-l5lmapmb{width: 100%;}.ecom-core.ecom-l5lmapmb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l5lmapmb{width: 100%;}}.ecom-core.ecom-5u5862mac6g .ecom__element-social{background-color: #ffffff;}.ecom-core.ecom-5u5862mac6g .element__social .social-icon svg{height: 15px;width: 15px;}.ecom-core.ecom-5u5862mac6g .element__social .social-icon{color: #d1d1d1;}.ecom-core.ecom-5u5862mac6g{margin-top: 3px;width: unset;max-width:unset;}.ecom-core.ecom-8mvmblhz1ip .ecom-button-icon{order: -1;}.ecom-core.ecom-8mvmblhz1ip .ecom__element--button{gap: 6px;}.ecom-core.ecom-8mvmblhz1ip .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-8mvmblhz1ip .ecom__element--button{color: #000000;}.ecom-core.ecom-8mvmblhz1ip .ecom__element--button:hover{color: #000000;background-color: rgba(255, 255, 255, 0.84);}.ecom-core.ecom-8mvmblhz1ip .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-8mvmblhz1ip{margin: 8px 8px 8px 0px;width: unset;max-width:unset;}.ecom-core.ecom-2bb6ti3w>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-2bb6ti3w>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-2bb6ti3w{margin-top: 15px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2bb6ti3w{margin-left: 0px;padding-left: 0px;}}.ecom-core.ecom-tdnazzdo{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tdnazzdo{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-6ky81z6ydof .ecom-core.ecom-tdnazzdo>div.core__column--wrapper{margin-left: 0px;padding-left: 0px;}}.ecom-core.ecom-vyhcdiqgrn8 .ecom-button-icon{order: -1;}.ecom-core.ecom-vyhcdiqgrn8 .ecom__element--button{gap: 6px;}.ecom-core.ecom-vyhcdiqgrn8 .ecom__element--button{color: #000000;border-style: none;margin: 0px;padding: 0px;}.ecom-core.ecom-vyhcdiqgrn8 .ecom__element--button:hover{color: #000000;background-color: #ffffff;}.ecom-core.ecom-vyhcdiqgrn8 .ecom-button-icon svg{height: 18px;width: 18px;}.ecom-core.ecom-vyhcdiqgrn8{margin-left: 15px;width: unset;max-width:unset;}.ecom-core.ecom-d32o9nkuvii .ecom-button-icon{order: -1;}.ecom-core.ecom-d32o9nkuvii .ecom__element--button{gap: 5px;}body .ecom-container-lightbox-ecom-d32o9nkuvii .ecom-popup-content{width: 850px;}body .ecom-container-lightbox-ecom-d32o9nkuvii .ecom-popup-content{font-family: 'Jost', sans-serif;background-color: #ffffff;padding: 29px;}.ecom-core.ecom-d32o9nkuvii .ecom-elements__lightbox-button{color: #000000;background-color: #fff;border-style: none;margin: 0px;padding: 0px;}.ecom-core.ecom-d32o9nkuvii .ecom-elements__lightbox-button:hover{color: #000000;background-color: #ffffff;}.ecom-core.ecom-d32o9nkuvii .ecom-elements__lightbox-button-icon svg{height: 18px;width: 18px;}@media screen and (max-width: 767px) and (min-width: 101px){body .ecom-container-lightbox-ecom-d32o9nkuvii .ecom-popup-content{margin-left: 0px;}}.ecom-core.ecom-d32o9nkuvii{margin-left: 0px;width: unset;max-width:unset;}.ecom-core.ecom-u0grncosag9 .ecom-product-single__add-to-cart--submit{justify-content: center;box-shadow: 0px -2px 0px 0px #0000004d inset;width: 300px;color: #fff;background-color: #000000;border-style: none;border-radius: 0px;transition-duration: 300ms;;;margin-top: 15px;margin-left: 0px;padding: 16.5px 0px 16.5px 0px;}.ecom-core.ecom-u0grncosag9 .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: rgba(0, 0, 0, 0.76);}.ecom-core.ecom-u0grncosag9 .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-u0grncosag9 .ecom-product-single__add-to-cart--submit:disabled{color: #fff;background-color: #bdb9b9;border-style: none;padding: 12.5px 50px 12.5px 50px;}.ecom-core.ecom-u0grncosag9{margin-left: 15px;width: unset;max-width:unset;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u0grncosag9{margin-left: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u0grncosag9{margin-left: 0px;}}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container{flex-direction: column;gap: 0px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-wrapper{justify-content: flex-start;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-controls-button{height: 46px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container label{text-align: left;color: #2e2c2c;margin-bottom: 0px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container label,.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container label a{font-weight: 500;line-height: 1em;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{text-align: center;color: #404040;border-style: solid;border-width: 1px;border-color: rgba(17, 24, 39, 0.2);border-radius: 0px;outline-style:none;padding: 13px 12px 13px 12px;margin: 0px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input:focus{box-shadow: 0px 0px 0px 0px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus svg{height: 12px;width: 12px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus{color: #2b2b2b;background-color: #f0f0f0;border-style: solid;border-width: 1px 0px 1px 1px;border-color: rgba(17, 24, 39, 0.2);border-radius: 0%;padding: 17px 15px 14px 15px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus:hover{background-color: #d1d1d1;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 12px;width: 12px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus{color: #000000;background-color: #f0f0f0;border-style: solid;border-width: 1px 1px 1px 0px;border-color: rgba(17, 24, 39, 0.2);border-radius: 0%;padding: 17px 15px 14px 15px;}.ecom-core.ecom-w7xy4z8ov8 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus:hover{background-color: #cfcfcf;}.ecom-core.ecom-w7xy4z8ov8{margin-top: 15px;width: unset;max-width:unset;}.ecom-core.ecom-owbi5awrkko .ecom-product-variant--option-label-text{display: inline-block;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-images-list,.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-colors-list,.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-radio-list{column-gap: 10px;row-gap: 10px;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--options,.ecom-core.ecom-owbi5awrkko .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--main{align-items: flex-start;justify-content: flex-start;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-owbi5awrkko .selector-wrapper .ecom-product-variant--option-label-text{color: #111;margin-top: 10px;margin-bottom: 5px;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__variant-picker--selected-value{color: #616161;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-colors-item span{width: 30px;height: 30px;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-colors-item{box-shadow: 0px 0px 2px 0px;border-style: solid;border-width: 0.5px;border-color: #ececec;border-radius: 39px;transition: all 300ms ease;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-colors-item:hover{border-style: solid;border-width: 0.5px;border-color: #999;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__picker-colors-item.ecom-box-active{border-style: solid;border-width: 0.5px;border-color: #999;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__swatch-select,.ecom-core.ecom-owbi5awrkko .single-option-selector{text-align: left;font-family: var(--ecom-global-typography-m5lJMKLv-font-family);font-size: var(--ecom-global-typography-m5lJMKLv-font-size);width: 200px;box-shadow: 0 0 0px 0 rgba(255, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #8787;border-radius: 3px;outline-style:none;padding: 8px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-owbi5awrkko .ecom-product-single__swatch-select:focus,.ecom-core.ecom-owbi5awrkko .single-option-selector:focus{border-style: solid;border-width: 1px;border-color: #c2c2c2;}.ecom-core.ecom-owbi5awrkko{padding: 5px 5px 5px 0px;margin: 0px;}.ecom-core.ecom-96eubpiyu5e [class*="ecom-product-single__countdown-time--"]{flex-direction: column;}.ecom-core.ecom-96eubpiyu5e .ecom-product-single__countdown-title{text-align: left;color: #444;}.ecom-core.ecom-96eubpiyu5e [class*="ecom-product-single__countdown-time--"]{width: none;height: none;box-shadow: 0px 0px 0px 0px;border-style: none;border-radius: 0px;margin-right: 10px;margin-left: 10px;padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-96eubpiyu5e .ecom-product-single__countdown-container{justify-content: flex-start;}.ecom-core.ecom-96eubpiyu5e .ecom-product-single__countdown-number{text-align: center;width: 60px;height: 60px;min-height: 60px;color: #fff;background-color: #80D4E7;border-radius: 100%;padding: 5px 0px 5px 0px;}.ecom-core.ecom-96eubpiyu5e .ecom-product-single__countdown-text{text-align: center;color: #444;border-radius: 0px;margin-top: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-96eubpiyu5e .ecom-product-single__countdown-number{text-align: center;font-size: 30px;width: 60px;height: 60px;min-height: 60px;padding-top: 4px;padding-bottom: 4px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-96eubpiyu5e .ecom-product-single__countdown-number{width: 60px;height: 60px;min-height: 60px;padding: 0px;}}.ecom-core.ecom-96eubpiyu5e{margin-top: 15px;margin-bottom: 15px;} .ecom-core.ecom-96eubpiyu5e .ecom-product-single__countdown-time--second:last-child{
border: none;
}.ecom-core.ecom-65tb3w3w7ih .ecom-product-single__product-sold-content{color: #111111;}.ecom-core.ecom-65tb3w3w7ih .ecom-product-single__product-sold-icon{color: #f78548;margin-right: -5px;}.ecom-core.ecom-65tb3w3w7ih .ecom-product-single__product-sold-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-65tb3w3w7ih .ecom-product-single__product-sold-icon.animated{animation-name: heartBeat;;animation-duration: .75s;;}.ecom-core.ecom-no28iuqlvea .ecom-product-single__price--regular{margin-right: 10px;}.ecom-core.ecom-no28iuqlvea .ecom-product-single__price--badges-sale,.ecom-core.ecom-no28iuqlvea .ecom-product-single__price--badges-sale a{font-family: 'Jost', sans-serif;}.ecom-core.ecom-no28iuqlvea .ecom-product-single__price--badges-sale{color: #000000;padding-right: 8px;padding-left: 8px;background-color: #f05b5b;border-radius: 2px;}.ecom-core.ecom-no28iuqlvea .ecom-product-single__price--badges-sold-out{color: #ffffff;padding-right: 8px;padding-left: 8px;background-color: #111827;}.ecom-core.ecom-ef229q3pvs .ecom-product__heading{color: #000000;}.ecom-core.ecom-kad52h8z{width: 55%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kad52h8z{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kad52h8z{width: 100%;}}.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--slider{flex-flow: row-reverse;}.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--thumbnail{opacity: 0.8;transition: all 300ms ease;}.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--thumbnail:hover{opacity: 1;}.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--thumbnail.ecom-swiper-slide-thumb-active{opacity: 1;}.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev svg,.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next svg{height: 32px;width: 32px;}.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev,.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next{color: #e0dcdc;}.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-kfgn8mgbgw .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next:hover{color: #240e0e;}.ecom-core.ecom-pko0ubpxhcf{background-color: #000;}.ecom-core.ecom-pko0ubpxhcf{padding-top: 25px;padding-bottom: 25px;}.ecom-core.ecom-7oonjamlw6l{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7oonjamlw6l{width: 100%;}}.ecom-core.ecom-a92ymjzv114 .ecom-base__breadcrumbs{justify-content: center;}.ecom-core.ecom-a92ymjzv114 .ecom-base__breadcrumbs__link,.ecom-core.ecom-a92ymjzv114 .ecom-base__breadcrumbs__link a{font-size: 15px;text-decoration: none;font-family: 'Jost', sans-serif;}.ecom-core.ecom-a92ymjzv114 .ecom-base__breadcrumbs__link{color: #fff;}.ecom-core.ecom-a92ymjzv114 .ecom-base__breadcrumbs--icon{color: #fff;margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-a92ymjzv114 .ecom-base__breadcrumbs--icon svg{height: 13px;width: 13px;}.ecom-core.ecom-6ky81z6ydof>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-6ky81z6ydof{background-color: #FFF;}

