/**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__text--dropcap:first-letter {
                    font-size: 40px;
                    color: #8A2BE2;
                    display:inline-flex;
                    border:1px solid transparent;
                    float:left;
                    line-height:1;
                }
            
                .ecom__element-spacer{
                    display:flex;
                }
                .ecom__element-spacer div{
                    display: block; /* dont delete me */
                    width:100%;
                }
                
                    .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;
                        width: 100%;
                    }


                    .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-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-element_video-popup{
                display:none;
            }
                .element__video{
                    display:flex;
                    width:100%;
                }
                .ecom-element_video-iframe{
                    display:inline-flex;
                    width:100%;
                    position:relative;
                    overflow:hidden;
                }
                .ecom-element_video-iframe iframe,
                .ecom-element_video-iframe video{
                    background:#000;
                }
                .ecom-element_video-iframe .ecom-video_overlay-icon{
                    position:absolute;
                    display:flex;
                    top:0;
                    bottom:0;
                    left:0;
                    right:0;
                    align-items:center;
                    justify-content:center;
                    border:none;
                    outline:none;
                    width: 100%;
                    height: 100%;
                    cursor:pointer;
                    background-color:#3336;
                    z-index:-1;
                    opacity:0;
                    border-radius: 0;

                }
                .ecom-element_video-iframe .ecom-video_overlay-icon:hover {
                    background-color:#3336;
                }
                .ecom-element_video-iframe .ecom-overlay{
                    z-index:1;
                    opacity:1;
                }
                .ecom-video-icon-play{
                    position:absolute;
                    top:50%;
                    left:50%;
                    transform:translate(-50%,-50%);
                    color:white;
                    fill: currentColor;
                    display: flex;
                    z-index: 2;
                }
                .ecom-video-icon-play svg{
                    width: 50px;
                    height: auto;
                }
                .ecom-element_video-lightbox{
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: 100;
                    display: none;
                    opacity:0;
                }
                .ecom-light-box-modal{
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #333333d1;
                    display:block !important;
                }
                .ecom-element_video-lightbox.fadeIn{
                    display:block;
                    opacity:1;
                    -webkit-transition: opacity 3s;
                    -moz-transition: opacity 3s;
                    transition: opacity 3s;
                }
                .ecom-video-wrapper {
                    position: absolute;
                    top: 50%;
                    left: 10%;
                    right:10%;
                    z-index: 10;
                    height:700px;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
                }

                .ecom-video-close-btn {
                    width:30px;
                    height:30px;
                    color: grey;
                    font-size: 25px;
                    position: fixed;
                    top: 3%;
                    right: 3%;
                    z-index: 2;
                    -webkit-transform: scale(1, 1);
                    -moz-transform: scale(1, 1);
                    -ms-transform: scale(1, 1);
                    -o-transform: scale(1, 1);
                    transform: scale(1, 1);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }

                .ecom-video-close-btn:hover {
                    color: white;
                    cursor: pointer;
                    -webkit-transform: scale(1.2, 1.2);
                    -moz-transform: scale(1.2, 1.2);
                    -ms-transform: scale(1.2, 1.2);
                    -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }
                @media screen and (max-width : 786px) {
                    .ecom-video-wrapper {
                    height:350px;
                    }
                }
                @media screen and (max-width : 480px) {
                    .ecom-video-wrapper {
                    height:180px;
                    }
                }
            
                    .ecom-flex-center, .ecom-swiper-navigation {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-swiper-navigation-position{
                        display:flex;
                    }
                    .ecom-swiper-navigation-position button{
                        margin:0
                    }
                    .ecom-swiper-navigation{
                        justify-content: center
                    }
                    .ecom-testimonials--container {
                        position: relative;
                        display: flex;
                        flex-direction: column;
                    }
                    .ecom-swiper-navigation[data-navigator-type="combine"]{
                        justify-content: center
                    }
                    .ecom-testimonials--container .ecom-swiper-button-next:after,
                    .ecom-testimonials--container .ecom-swiper-button-prev:after {
                        content: none;
                    }
                    .ecom-testimonials--container .ecom-swiper-button-next,
                    .ecom-testimonials--container .ecom-swiper-button-prev {
                        border: 0;
                        background: transparent;
                        width: auto;
                        height: auto;
                        padding: 5px;
                        color: #444
                    }
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                        position: static;
                        margin: 0;
                    }
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="classic"] .ecom-swiper-pagination,
                    .ecom-testimonials--container .ecom-swiper-navigation:not([data-navigator-type]) .ecom-swiper-pagination {
                        width:100%
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination {
                        position: relative;
                    }
                    .ecom-swiper-pagination-bullet:only-child {
                        opacity: none
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet {
                        width: 15px;
                        height: 15px;
                        opacity: 1
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet,
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet-active{
                        background-clip: content-box;
                        padding: 1px;
                        box-sizing: content-box !important;
                        background-color: currentColor;
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullets{
                        width:auto;
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet img{
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        bottom: 0;
                    }
                    .ecom-d-hide {
                        opacity: 0;
                    }
                    .ecom__testimonials {
                        width: 100%;
                    }
                    .ecom__testimonials .testimonial-content {
                        position: relative;
                        display:flex;
                        flex-direction:column
                    }
                    .ecom__testimonials .ecom__testimonials--grid {
                        display: grid;
                    }
                    .ecom-text-left {
                        text-align: left
                    }
                    .ecom-text-center {
                        text-align: center
                    }
                    .ecom-text-right {
                        text-align: right
                    }
                    .ecom__testimonials .ecom-base-testimonial-image figure {
                        display: block;
                    }
                    .testimonial-rating {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content:inherit;
                    }
                    .ecom-row-center{
                        display: inline-flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content:center
                    }
                    .ecom-column-center{
                        display: flex;
                        flex-direction: column;
                        justify-content:inherit;
                    }
                    .ecom-column-center > .testimonial-info-avatar{
                        justify-content:inherit;
                        display:flex;
                    }
                    .ecom-icon-list span svg{
                        width:24px;
                        height:auto;
                    }
                     .testimonial-content .ecom-base-testimonial-image{
                         overflow:hidden;
                         display:flex;
                     }
                     .testimonial-content .ecom-base-testimonial-image img{
                         width:100%;
                     }

                     .testimonial-quote svg{
                        width:24px;
                        height:auto
                     }
                     .ecom-swiper-pagination{
                         display:flex;
                         flex-wrap:wrap;
                     }
                     .ecom-testimonial-rating-position{
                         display:flex;
                         flex-direction:column
                     }
                     .testimonial-content-prag ul {
                        list-style-type: disc;
                        list-style-position: inside;
                    }
                    .testimonial-content-prag ol {
                        list-style-type: decimal;
                        list-style-position: inside;
                    }
                    .testimonial-content-prag ul ul,
                    .testimonial-content-prag ol ul {
                        list-style-type: circle;
                        list-style-position: inside;
                        margin-left: 15px;
                    }
                    .testimonial-content-prag ol ol,
                    .testimonial-content-prag ul ol {
                        list-style-type: lower-latin;
                        list-style-position: inside;
                        margin-left: 15px;
                    }
                    .ecom-swiper-button > svg{
                        width:36px;
                        height:36px;
                    }
                    .testimonial-rating >span{
                        display:flex
                    }
                

                /** 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
            }
        }


        
.ecom-core.ecom-vf5d8lg9{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vf5d8lg9{width: 100%;}}.ecom-core.ecom-e0l3z5q6si .text-content,.ecom-core.ecom-e0l3z5q6si  .text-content a,.ecom-core.ecom-e0l3z5q6si  .text-content p,.ecom-core.ecom-e0l3z5q6si  .text-content span{text-align: center;}.ecom-core.ecom-e0l3z5q6si .text-content,.ecom-core.ecom-e0l3z5q6si .text-content a,.ecom-core.ecom-e0l3z5q6si  .text-content a,.ecom-core.ecom-e0l3z5q6si  .text-content a a,.ecom-core.ecom-e0l3z5q6si  .text-content p,.ecom-core.ecom-e0l3z5q6si  .text-content p a,.ecom-core.ecom-e0l3z5q6si  .text-content span,.ecom-core.ecom-e0l3z5q6si  .text-content span a{font-size: 29px;}.ecom-core.ecom-e0l3z5q6si{padding-bottom: 0;}.ecom-core.ecom-ln04exkqoqo .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ln04exkqoqo .element__heading .ecom__heading,.ecom-core.ecom-ln04exkqoqo .element__heading .ecom__heading a{font-family: 'Jost', sans-serif;font-size: 73px;font-weight: 500;line-height: 42px;}.ecom-core.ecom-ln04exkqoqo  .element__heading .ecom__heading,.ecom-core.ecom-ln04exkqoqo  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ln04exkqoqo .element__heading .ecom__heading,.ecom-core.ecom-ln04exkqoqo .element__heading .ecom__heading a{font-size: 60px;line-height: 70px;}}.ecom-core.ecom-ln04exkqoqo{padding-bottom: 0;}.ecom-core.ecom-xw0i06tswxk>div.core__row--columns{height: auto;}.ecom-core.ecom-xw0i06tswxk>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 248px;}.ecom-core.ecom-xw0i06tswxk{background: url('/cdn/shop/files/Girls_Doing_Hiar_cropped.jpg?v=1641166797') no-repeat scroll center center/cover;}.ecom-core.ecom-xw0i06tswxk>div.ecom-section__overlay>.ecom-overlay{opacity: 0.35;background-color: #000000;}.ecom-core.ecom-xw0i06tswxk{padding-top: 75px;padding-bottom: 75px;}
.ecom-core.ecom-8blf3i9jwaw{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8blf3i9jwaw{width: 100%;}}.ecom-core.ecom-gyhvtonse9 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gyhvtonse9 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-gyhvtonse9 .ecom-base-image .ecom-image-default ,.ecom-core.ecom-gyhvtonse9 .ecom-base-image .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-gyhvtonse9 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-gyhvtonse9 .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-gyhvtonse9 .ecom-base-image .ecom-image-default:hover ,.ecom-core.ecom-gyhvtonse9 .ecom-base-image .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-gyhvtonse9{padding-bottom: 100px;}.ecom-core.ecom-4zdnwtgdb2q .ecom__element-spacing{height: 50px;}.ecom-core.ecom-9ohar6byypa{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9ohar6byypa{width: 100%;}}.ecom-core.ecom-ib5cla3zsup .ecom-image-default,.ecom-core.ecom-ib5cla3zsup .ecom-image-default{width: 100% !important;}.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-picture,.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-default{max-width: 100%;}.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-default ,.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-default:hover ,.ecom-core.ecom-ib5cla3zsup .ecom-base-image .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-20w7rj01wbgi .ecom__element-spacing{height: 50px;}.ecom-core.ecom-20w7rj01wbgi{padding-bottom: 0;}.ecom-core.ecom-ozvg5q5c79p{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ozvg5q5c79p{width: 100%;}}.ecom-core.ecom-rowngklt65 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-rowngklt65 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-rowngklt65 .ecom-base-image .ecom-image-default ,.ecom-core.ecom-rowngklt65 .ecom-base-image .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-rowngklt65 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-rowngklt65 .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-rowngklt65 .ecom-base-image .ecom-image-default:hover ,.ecom-core.ecom-rowngklt65 .ecom-base-image .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-ijkxz3hgd1 .ecom__element-spacing{height: 50px;}.ecom-core.ecom-ijkxz3hgd1{padding-bottom: 0;}.ecom-core.ecom-6qp5imc22ub{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6qp5imc22ub{width: 100%;}}.ecom-core.ecom-n4l0ucjfqf .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-n4l0ucjfqf .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-n4l0ucjfqf .ecom-base-image .ecom-image-default ,.ecom-core.ecom-n4l0ucjfqf .ecom-base-image .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-n4l0ucjfqf .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-n4l0ucjfqf .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-n4l0ucjfqf .ecom-base-image .ecom-image-default:hover ,.ecom-core.ecom-n4l0ucjfqf .ecom-base-image .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-82rj1od8fi8 .ecom__element-spacing{height: 50px;}.ecom-core.ecom-h3d4758yspw>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-h3d4758yspw>div.core__row--columns{overflow: hidden;}
.ecom-core.ecom-0gnzdh3g2ozm{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0gnzdh3g2ozm{width: 100%;}}.ecom-core.ecom-06u4h7z7iwde .ecom__element-spacing{height: 32px;}.ecom-core.ecom-06u4h7z7iwde{padding-bottom: 20px;}.ecom-core.ecom-kzoxpgpm7yb .ecom__element--button{gap: 11px;}.ecom-core.ecom-kzoxpgpm7yb .ecom-button-default{justify-content: center;}.ecom-core.ecom-kzoxpgpm7yb .ecom__element--button{title: Secondary;font-size: 21px;font-family: 'Montserrat', sans-serif;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0.49);color: #ffffff;background-color: #333;border-radius: 3px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-kzoxpgpm7yb .ecom__element--button:hover{color: #ffffff;background-color: rgba(227, 27, 134, 0.84);background-size: cover;background-repeat: no-repeat;background-position: center center;background-attachment: scroll;}.ecom-core.ecom-kzoxpgpm7yb .ecom-button-icon svg{height: 58px;width: 58px;transform: rotate(0deg);}.ecom-core.ecom-kzoxpgpm7yb .ecom-button-icon{color: #d6a7b1;}.ecom-core.ecom-kzoxpgpm7yb{padding-bottom: 0;}.ecom-core.ecom-4c2as3djlwo .ecom__element-spacing{height: 50px;}.ecom-core.ecom-77k84dw4tvb .text-content,.ecom-core.ecom-77k84dw4tvb  .text-content a,.ecom-core.ecom-77k84dw4tvb  .text-content p,.ecom-core.ecom-77k84dw4tvb  .text-content span{text-align: left;color: var(--ecom-global-colors-text);}.ecom-core.ecom-77k84dw4tvb .text-content,.ecom-core.ecom-77k84dw4tvb .text-content a,.ecom-core.ecom-77k84dw4tvb  .text-content a,.ecom-core.ecom-77k84dw4tvb  .text-content a a,.ecom-core.ecom-77k84dw4tvb  .text-content p,.ecom-core.ecom-77k84dw4tvb  .text-content p a,.ecom-core.ecom-77k84dw4tvb  .text-content span,.ecom-core.ecom-77k84dw4tvb  .text-content span a{font-size: 22px;font-style: normal;font-weight: 200;line-height: 41px;letter-spacing: 0.1px;}.ecom-core.ecom-77k84dw4tvb{padding-bottom: 0;}.ecom-core.ecom-e6pzt0uk12c .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-e6pzt0uk12c .element__heading .ecom__heading,.ecom-core.ecom-e6pzt0uk12c .element__heading .ecom__heading a{font-weight: 500;font-size: 30px;}.ecom-core.ecom-e6pzt0uk12c  .element__heading .ecom__heading,.ecom-core.ecom-e6pzt0uk12c  .element__heading .ecom__heading a{color: #000000;}.ecom-core.ecom-zcxuwz1fse{padding-bottom: 20px;}
.ecom-core.ecom-upwztzj7j4s{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-upwztzj7j4s{width: 100%;}}.ecom-core.ecom-w7pjbu8rid8 .ecom-element_video-iframe{width: 100%;height: 671px;margin-left: 0px;}.ecom-core.ecom-w7pjbu8rid8{width: 100%;max-width:100%;;}.ecom-core.ecom-w4nrzi48wj .ecom__element-spacing{height: 50px;}.ecom-core.ecom-815oeqrclte .ecom__testimonials--grid{grid-template-columns: repeat(3,1fr);gap: 70px;}.ecom-core.ecom-815oeqrclte .ecom-swiper-navigation-position{justify-content: center;align-items: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-815oeqrclte .ecom__testimonials--grid{grid-template-columns: repeat(1,1fr);}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-815oeqrclte .ecom__testimonials--grid{grid-template-columns: repeat(1,1fr);gap: 0px;}}.ecom-core.ecom-815oeqrclte .testimonial-content{text-align: center;justify-content: center;}.ecom-core.ecom-815oeqrclte .ecom-icon-list span svg{height: 14px;width: 14px;}.ecom-core.ecom-815oeqrclte .ecom-icon-list span{color: #EABF0D;margin: 5px 2px 15px 2px;}.ecom-core.ecom-815oeqrclte .testimonial-content-name,.ecom-core.ecom-815oeqrclte .testimonial-content-name a{font-family: 'Jost', sans-serif;font-size: 16px;font-weight: 500;}.ecom-core.ecom-815oeqrclte .testimonial-content-name{margin-top: 10px;}.ecom-core.ecom-815oeqrclte .testimonial-content-title,.ecom-core.ecom-815oeqrclte .testimonial-content-title a{font-family: 'Jost', sans-serif;font-size: 13px;}.ecom-core.ecom-815oeqrclte .testimonial-content-prag,.ecom-core.ecom-815oeqrclte .testimonial-content-prag a{font-family: 'Jost', sans-serif;font-size: 16px;line-height: 23px;}.ecom-core.ecom-815oeqrclte .testimonial-content-prag{color: #777;margin-bottom: 10px;}.ecom-core.ecom-815oeqrclte .ecom-testimonials--container .ecom-swiper-button-prev svg,.ecom-core.ecom-815oeqrclte .ecom-testimonials--container .ecom-swiper-button-next svg{height: 22px;width: 22px;}.ecom-core.ecom-815oeqrclte .ecom-testimonials--container .ecom-swiper-button-prev,.ecom-core.ecom-815oeqrclte .ecom-testimonials--container .ecom-swiper-button-next{background-color: #f0f0f0;border-radius: 20px;padding: 9px;}.ecom-core.ecom-fa9z2azx2vi .ecom__element-spacing{height: 50px;}

.ecom-core.ecom-kxgzsq59j9{width: 100%;}.ecom-core.ecom-kxgzsq59j9>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 17px;}.ecom-core.ecom-kxgzsq59j9>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: space-between;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kxgzsq59j9{width: 100%;}}.ecom-core.ecom-nv9oxa13na .ecom__element-spacing{height: 50px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,1fr);}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item--wrapper{grid-template-columns: 26% auto;grid-gap: 37px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product--wrapper-items {row-gap: 28px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-prices,.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-price--bage-sale{display: block !important;}.ecom-core.ecom-ssjzkog34fr .ecom-swiper-navigation-position{}.ecom-core.ecom-ssjzkog34fr .ecom-swiper-pagination-position{justify-content: center;align-items: center;}.ecom-core.ecom-ssjzkog34fr{show_picker: hide;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-picker-main-label,.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-picker-radio-label,.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-picker-dropdown-label,.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-picker-selection .selector-wrapper > label{display: true !important;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item-information-title{order: 1;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-description{order: 4;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item-vendor-element{order: 1;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item-sku-element{order: 1;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item-type-element{order: 1;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-prices{order: 9;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-variants{order: 9;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ssjzkog34fr .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ssjzkog34fr .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,1fr);}}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item .ecom-collection__product-media{margin-bottom: 20px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item-information-title,.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-item-information-title a{text-decoration: none;text-transform: uppercase;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-prices{text-align: left;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-form__actions--add{align-self: flex-end;font-size: 21px;font-family: 'Montserrat', sans-serif;text-transform: uppercase;width: 216px;height: 67px;min-height: 67px;color: #ffffff;background-color: #e366a5;border-style: none;padding: 8px 30px 8px 30px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-form__actions--add:hover{color: #ffffff;background-color: #08a6c9;}.ecom-core.ecom-ssjzkog34fr .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-ssjzkog34fr .ecom-collection__product-form__actions--soldout{align-self: flex-start;color: #ffffff;background-color: #111827;padding: 8px 16px 8px 16px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-form__actions--view-more{align-self: flex-start;text-transform: uppercase;text-decoration: none;color: #fff;background-color: #0691b1;padding: 8px 30px 8px 30px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-form__actions--view-more:hover{background-color: #08aacf;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;color: #ffffff;background-color: #dc2626;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;color: #ffffff;background-color: #dc2626;padding-right: 11px;padding-left: 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-ssjzkog34fr .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-ssjzkog34fr .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;color: #ffffff;background-color: #111827;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-button-next svg{height: 35px;width: 35px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-button-next{color: #292424;background-color: rgba(133, 131, 131, 0.62);border-radius: 3px;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-ssjzkog34fr .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-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-pagination-bullet{width: 15px;height: 15px;background-color: #575757;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-pagination-bullet:hover{background-color: #852222;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #8f3b3b;}.ecom-core.ecom-ssjzkog34fr .ecom-collection__product-container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin-right: 5px;}.ecom-core.ecom-vv8dce30m7 .ecom__element-spacing{height: 50px;}.ecom-core.ecom-4s1reuq1m8l .text-content,.ecom-core.ecom-4s1reuq1m8l  .text-content a,.ecom-core.ecom-4s1reuq1m8l  .text-content p,.ecom-core.ecom-4s1reuq1m8l  .text-content span{text-align: center;color: #e0a40b;text-shadow: 0px 0 0;}.ecom-core.ecom-4s1reuq1m8l .text-content,.ecom-core.ecom-4s1reuq1m8l .text-content a,.ecom-core.ecom-4s1reuq1m8l  .text-content a,.ecom-core.ecom-4s1reuq1m8l  .text-content a a,.ecom-core.ecom-4s1reuq1m8l  .text-content p,.ecom-core.ecom-4s1reuq1m8l  .text-content p a,.ecom-core.ecom-4s1reuq1m8l  .text-content span,.ecom-core.ecom-4s1reuq1m8l  .text-content span a{font-weight: bolder;line-height: 27px;letter-spacing: 0.9px;font-family: 'Montserrat', sans-serif;font-size: 24px;}.ecom-core.ecom-4s1reuq1m8l{padding-bottom: 0;}.ecom-core.ecom-r6bjmqivyr>div.core__row--columns{max-width: 1093px;justify-content: center;}.ecom-core.ecom-r6bjmqivyr>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-r6bjmqivyr>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-r6bjmqivyr>div.ecom-section__overlay>.ecom-overlay{opacity: 0;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-r6bjmqivyr div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r6bjmqivyr div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-jrs0h3kuut{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jrs0h3kuut{width: 100%;}}.ecom-core.ecom-48ybq1k4a02 .ecom__element--button{gap: 11px;}.ecom-core.ecom-48ybq1k4a02 .ecom-button-default{justify-content: center;}.ecom-core.ecom-48ybq1k4a02 .ecom__element--button{title: Secondary;font-size: 21px;font-family: 'Montserrat', sans-serif;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0.49);color: #ffffff;background-color: #333;border-radius: 3px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-48ybq1k4a02 .ecom__element--button:hover{color: #ffffff;background-color: rgba(227, 27, 134, 0.84);background-size: cover;background-repeat: no-repeat;background-position: center center;background-attachment: scroll;}.ecom-core.ecom-48ybq1k4a02 .ecom-button-icon svg{height: 58px;width: 58px;transform: rotate(0deg);}.ecom-core.ecom-48ybq1k4a02 .ecom-button-icon{color: #d6a7b1;}.ecom-core.ecom-48ybq1k4a02{padding-bottom: 0;}
.ecom-core.ecom-7n6yvld2qvx{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7n6yvld2qvx{width: 100%;}}

