/** Shopify CDN: Minification failed

Line 3432:0 Unexpected "}"
Line 3480:0 Unexpected "}"
Line 3528:0 Unexpected "}"
Line 3576:0 Unexpected "}"

**/
/* Publish by EComposer at 2025-08-08 01:25:57*/@font-face {font-family: 'Roboto-Bold-3'; src: url('https://cdn.shopify.com/s/files/1/0688/1302/9667/files/Roboto-Bold-3.ttf?v=1732594796&display=swap') format('truetype');font-display: swap;}/**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

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

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

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row:not(.ecom-section) {
                    float: left;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                

                    .el__heading--tooltip-wrapper{
                        position: relative;
                        display: inline-block;
                    }
                    .el__heading--tooltip-wrapper svg{
                        width: 18px;
                        cursor: pointer;
                    }
                    .el__heading--tooltip-content{
                        line-height: 16px;
                        max-width: 200px;
                        position: absolute;
                        display: block;
                        width: max-content;
                        opacity: 0;
                        padding: 5px;
                        visibility: hidden;
                        font-size: 14px;
                        background-color: #545454;
                        color: #ffffff;
                        border-radius: 5px;
                        transition: .5s ease all;
                        z-index: 999;
                    }
                    .el__heading--tooltip-content.el__tooltip-tablet, .el__heading--tooltip-content.el__tooltip-mobile {
                        display: none;
                    }
                    .el__heading--tooltip-bottom{
                        left: 50%;
                        transform: translate(-50%, 10px);
                    }

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                .ecom__text--dropcap:first-letter {
                    font-size: 40px;
                    color: #2bcf19;
                    display:inline-flex;
                    border-style: solid;
                    border-width: 1px;
                    border-color: transparent;
                    float:left;
                    line-height:1;
                }
                .ecom__text--dropcap.has-drop-cap-view-default:first-letter {
                    border:none;
                }
                body[ecom-loaded] .ecom-sections .element__text a {
                    cursor: auto;
                }
                .text-content.ecom-html {
                    overflow: hidden;
                    position: relative;
                }

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

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

                .ecom__element--button-icon {
                    display: flex;
                    align-items: center;
                }

                .ecom-text_view-more-btn svg, .ecom-text_view-less-btn svg {
                    width: 16px;
                    color: #fff;
                }
                sub, sup{
                    position: relative;
                    font-size: 75%;
                    line-height: 0;
                    vertical-align: baseline;
                }
                sup{
                    top: -.5em;
                }
                sub{
                    bottom: -.25em;
                }

            
                .element__featured .element__featured--box-icon{
                    display: flex;
                }
                .element__featured--wrapper {
                    display: grid;
                    width: 100%;
                }
                .element__featured--box {
                    text-align: center;
                    overflow:hidden;
                }

                .element__featured--box-img img {
                    height: auto;
                    max-width: 100%;
                    border: none;
                    box-shadow: none;
                    transition-duration: 0.3s;
                    vertical-align: middle;
                    pointer-events: none;
                }
                .ecom-button-default{
                    display:flex;
                    justify-content:inherit;
                }
                .element__featured--box-content{
                    justify-content:inherit;
                }

                .element__featured--wrapper-list {
                    display: flex;
                    overflow-x: auto;
                }

                .element__featured--wrapper-list::-webkit-scrollbar {
                    display: block;
                    height: 3px;
                }
                .element__featured--wrapper-list::-webkit-scrollbar-track {
                    background-color: rgba(0,0,0,.15);
                }
                .element__featured--wrapper-list::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25)
                }
                .element__featured--box-btn {
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #fff;
                    background-color: #0691b1;
                    border-radius: 4px;
                    margin-top: 6px;
                    margin-bottom: 10px;
                    padding: 5px 20px 5px 20px;
                }
                .ecom-feature-box-icon-link svg {
                    width: 25px;
                    height: 25px;
                }
            
                    .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-spacer{
                    display:flex;
                }
                .ecom__element-spacer div{
                    display: block; /* dont delete me */
                    width:100%;
                }
                

                a.ecom-product__heading {
                    display: block;
                }
            
                    .ecom-product-single__price-container-grid {
                        display: flex;
                    }
                    .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{
                        display: none;
                        color:red;
                    }
                    .ecom-product-single__price--badges-sale-pecent{
                        display: block;
                    }
                    .ecom-product-single__price-container .ecom-product-single__price--prices{
                        display:inline-flex;
                        align-items:center;
                        justify-content:center;
                        gap:10px;
                        flex-wrap: wrap;
                    }
                    .ecom-product-single__price-container {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;
                    }
                    .ecom-product-single-afterpay afterpay-placement{
                        margin:0;
                        padding: 0;
                    }
                
                    .ecom-add-to-cart__price .ecom-product-single__price--sale{
                        font-size: inherit;
                        color: inherit;
                    }
                    .ecom-product-single__add-to-cart--submit:disabled .ecom-add-to-cart__price{
                        display: none;
                    }
                    .ecom-add-to-cart__money{
                        display: flex;
                    }
                    .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-product-single__add-to-cart--submit:hover .ecom__element--button-icon {
                        color: var(--icon-color-hover);
                    }
                
                #ecom-builder .ecom-shopify__product-box .core__blocks.core__blocks--empty {
                    background-color: #e5e5f7;
                    opacity: 0.8;
                    background-image: radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
                    background-size: 10px 10px;
                }
                #ecom-builderx .ecom-shopify__product-box .core__group--items .core__group--body{
                    background-color: #e5e5f7;
                    opacity: 0.7;
                    background-image:  radial-gradient(#444cf7 0.65px, transparent 0.65px), radial-gradient(#444cf7 0.65px, #e5e5f7 0.65px);
                    background-size: 26px 26px;
                    background-position: 0 0,13px 13px;
                }
                .ecom-shopify__product-box div.core__group--body > div.core__blocks  {
                    padding: 0
                }
            
                .tabs__wrapper.ecom__element {
                    display: flex;
                    width: 100%;
                }
                .tabs__wrapper .core__group--item {
                    flex: 1;
                }

                .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: row;
                }
                .tabs_nav--sub-text {
                    display: flex;
                    width: 100%;
                }
                .tabs_nav--text {
                    margin: 0;
                    white-space: nowrap;
                    width:100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                @media (min-width: 767px) {
                    .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%;
                    }
                    .ecom-position-sticky {
                        position: sticky;
                        top: 0;
                    }
                }
                .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);
                }
                .ecom-items--sub-text {
                    display: block;
                }
                @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{
                        flex-direction:column
                    }
                    .tabs__wrapper.ecom__element .tabs__navs {
                      overflow-x: hidden;
                      flex-direction: column;
                    }
                    .tabs__navs--vertical {
                      width: 100%;
                      max-width: 100%;
                    }
                    .core__group--items {
                      width: 100%;
                      max-width: 100%;
                    }
                }
            
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .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-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        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-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                
                ecom-marquee-component {
                    opacity: 0;
                    visibility: hidden;
                    height: 0;
                }
                ecom-marquee-component.show {
                    opacity: 1;
                    visibility: visible;
                    height: auto
                }
                .ecom-text-marquee-container {
                    overflow-x: hidden;
                    display: flex;
                    flex-direction: row;
                    position: relative;
                    width: var(--width);
                    transform: var(--transform);
                }

                .ecom-text-marquee-container:hover div {
                    animation-play-state: var(--pause-on-hover);
                }

                .ecom-text-marquee-container:active div {
                    animation-play-state: var(--pause-on-click);
                }

                .ecom-text-marquee-overlay {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                }

                .ecom-text-marquee-overlay::before,
                .ecom-text-marquee-overlay::after {
                    background: linear-gradient(to right, var(--gradient-color), #fff);
                    content: "";
                    height: 100%;
                    position: absolute;
                    width: var(--gradient-width);
                    z-index: 2;
                    pointer-events: none;
                    touch-action: none;
                }

                .ecom-text-marquee-overlay::after {
                    right: 0;
                    top: 0;
                    transform: rotateZ(180deg);
                }

                .ecom-text-marquee-overlay::before {
                    left: 0;
                    top: 0;
                }

                .ecom-text-marque-wrapper {
                    flex: 0 0 auto;
                    min-width: var(--min-width);
                    z-index: 1;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    animation: ecom-scroll var(--duration) linear var(--delay) var(--iteration-count);
                    animation-play-state: var(--play);
                    animation-delay: var(--delay);
                    animation-direction: var(--direction);
                }

                @keyframes ecom-scroll {
                    0% {
                        transform: translateX(var(--percent-start, 0%));
                    }

                    100% {
                        transform: translateX(var(--percent-end, -100%));
                    }
                }
                .ecom-text-marquee-child {
                    display: flex;
                    transform: var(--transform);
                }
                .ecom-marquee {
                    overflow: hidden;
                    display: flex;
                }

                .ecom-marquee .ecom-marquee_items {
                    font-size: 1.8em;
                    width: fit-content;
                    white-space: nowrap;
                }

                .ecom-marquee.animation-reverse .ecom-marquee_items {
                    justify-content: end;
                }

                .ecom-marquee_items.ecom-anim_marquee {
                    animation: ecomMarquee 10s linear infinite;
                }

                .ecom-marquee.animation-reverse .ecom-marquee_items.ecom-anim_marquee {
                    animation: ecomMarqueeReverse 10s linear infinite;
                }

                .element__text-marquee:hover .ecom-marquee_items {
                    animation-play-state: paused;
                }
                .ecom-marquee_items .ecom-marquee_item {
                    display: flex;
                    text-decoration: none;
                }
                @keyframes ecomMarquee {
                    0% { margin-left: 0; }
                    100% { margin-left: -100%; }
                }

                @keyframes ecomMarqueeReverse {
                    0% { margin-left: -100%; }
                    100% { margin-left: 0; }
                }

                .ecom-marquee_items h3 {
                    display: flex;
                    align-items: center;
                }

                .ecom-flex_full {
                    flex: 0 0 100%;
                    width: 100%;
                }

                .ecom-icon-separator svg {
                    width: 20px;
                    height: 20px;
                }

                .ecom-icon-separator, .ecom-marquee-image {
                    padding-left: 15px;
                    padding-right: 15px;
                    line-height: normal;
                    align-self: center;
                }
            
                .ecom-product-single__media-container .ecom-swiper-container.ecom-product-single__media--featured {
                    overflow-y: unset !important;
                    overflow-x: clip !important;
                }
                .ecom-product-single .ecom-swiper-button-lock {
                    display: none !important;
                }
                .ecom-modal-gallery-item iframe {
                    width: 100%;
                    height: 100%;
                }
                .ecom-element.ecom-product-single .ecom-image-link-product {
                    cursor: inherit;
                }
                .ecom-product-single__media--image img {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                }

                .ecom-media-video, .shopify-model-viewer-ui, .ecom-img-zoom-a, .ecom-product-single__media--model-wrapper {
                    position: absolute;
                    inset: 0
                }

                .ecom-product-single .ec_splide__pagination__page.ec_splide__pagination__page.is-active {
                    transform: none;
                }

                .ecom-product-single__media--thumbs:empty {
                    display: none !important;
                }
                .ecom-product-single__media {
                    display: block;
                    position: relative;
                    width: 100%;
                }
                .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--images {
                    transition: height 0.3s;
                }

                .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:nth-child(5n+1) {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image.ecom-product-single__media--full {
                    width: 100%;
                }
                .ecom-product-single__media-label, .ecom-product-single__zoom-icon-wrapper {
                    align-items: center;
                }
                .ecom-product-single__zoom-icon-wrapper {
                    color: #000000;
                    background-color: #f7f7f7;
                    border-style: solid;
                    border-width: 0.8px;
                    overflow: hidden;
                    border-radius: 50%;
                }
                .ecom-product-single__zoom-icon {
                    width: 25px;
                    height: 25px;
                    padding: 6px;
                }
                .ecom-product-single__zoom-icon-wrapper .ecom-product-single__zoom-icon svg{
                    width: 100%;
                    height: 100%;
                    display: flex;
                }
                .ecom-product-single__media-label > span {
                    height: fit-content;
                }

                .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--video video {
                    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;
                    padding-top: var(--img_padding, 100%);
                }

                .ecom-product-single__media--image {
                    padding-top: var(--img_padding, 100%);
                }

                .ec_splide__slide.ecom-product-single__media--image img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .ecom-product-single__media--model {
                    position: relative;
                }
                .ecom-modal .ecom-swiper-wrapper .ecom-splide-slide img {
                    margin: auto !important;
                    height: auto !important;
                }
                .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-product-single__media--image {
                    height: 0;
                }

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

                /* Height 100% will break the thumbs slider height */
                .ecom-swiper-wrapper .ecom-splide-slide {
                    text-align: center;
                }

                .ecom-product-single__media--slider .ecom-splide-slide img {
                    object-fit: contain;
                }

                .ecom-product-single__media--thumbnail {
                    border: 2px solid transparent;
                    cursor: pointer;
                    display: flex;
                    justify-content: center;
                }
                /* Fix filter CSS on Safari */
                .ecom-product-single__media--featured img {
                    transform: translate3d(0, 0, 0);
                }
                .ecom-product-single__media--featured.ecom-before-init{
                    opacity: 0;
                }

                .ecom-product-single__media--thumbnail img {
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                    width: 100%;
                    max-width: 100%;
                    height: auto;
                    border: 0;
                    vertical-align: middle;
                    position: relative;
                    z-index: 1;
                }

                .ecom-swiper-controls svg {
                    height: 16px;
                    width: 16px;
                    color: inherit;
                }

                .ecom-product-single__media-wrapper .ecom-swiper-controls {
                    cursor: pointer;
                    width: auto;
                    height: auto;
                    transition: .2s ease-in-out;
                }

                .ecom-product-single .ec_splide__arrow.ecom-swiper-button,
                .ecom-product-single .ec_splide__arrow.ecom-swiper-controls-thumb {
                    padding: 8px;
                }

                .ecom-swiper-controls-thumb svg {
                    height: 100%;
                    width: 100%;
                    color: inherit;
                }
                .ecom-product-single__media--thumbs{
                    position:relative
                }

                .ecom-product-single__media--thumbs.ec_splide--ttb {
                    top: 0;
                    bottom: 0;
                }

                .ecom-product-single .ec_splide__track--ttb.ec_splide__track--nav {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                }

                .ecom-swiper-button-thumb-prev{
                    left:0
                }

                .ecom-product-single__media-container button.ec_splide__arrow.ecom-swiper-controls {
                    transform: inherit;
                }

                .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:hover {
                    z-index: 10;
                }

                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;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    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%);
                    top: 50%;
                    margin-top: 0px;
                    width: auto;
                    height: auto;
                }
                .ecom-dont-has-many-images .ecom-product-single__media--thumbs,
                .ecom-dont-has-many-images .ec_splide__pagination {
                    display: none;
                }

                .ecom-product-single__media--image.ecom-image-align-left img {
                    left: 0;
                    right: unset;
                    transform: none;
                }
                .ecom-product-single__media--image.ecom-image-align-right img {
                    left: unset;
                    right: 0;
                    transform: none;
                }

                .ecom-product-single__media--image.ecom-image-align-center img {
                    left: 50%;
                    transform: translateX(-50%);
                }

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

                /* Image Zoom */
                .ecom-image-zoom {
                    position: relative;
                    display: inline-block;
                    overflow: hidden;
                }

                .ecom-image-zoom > a {
                    cursor: zoom-in;
                }

                .ecom-image-zoom.is-error > a {
                    cursor: not-allowed;
                }

                .ecom-image-zoom.is-loading > a {
                    cursor: progress;
                }

                .ecom-image-zoom > a > img {
                    display: block;
                }

                .ecom-image-zoom-notice {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    z-index: 150;
                    width: 10em;
                    margin: -1em 0 0 -5em;
                    line-height: 2em;
                    text-align: center;
                    background: #FFF;
                    box-shadow: 0 0 10px #888;
                }

                .ecom-image-zoom-flyout {
                    position:absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 200;
                    overflow: hidden;
                    background: #FFF;
                    cursor: crosshair;
                }
                .ecom-image-zoom-window.ecom-image-zoom-flyout {
                    opacity: 0;
                    box-shadow: 0 1px 5px rgba(127,127,127,0.02), 0 5px 18px rgba(127,127,127,0.2);
                }
                .ecom-image-zoom-flyout.ecom-open {
                    animation: fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
                    -webkit-animation: fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
                }

                .ecom-image-zoom-flyout.ecom-close {
                    animation: fadeZoomOut 150ms cubic-bezier(0, 0, 0.2, 1)
                }

                .ecom-product-single__media .ecom-product-single__media-container .ecom-product-single__media--image .ecom-image-zoom-flyout img {
                    width: auto;
                    max-width: none !important;
                    height: auto !important;
                    object-fit: unset !important;
                    transform: none;
                }
                .ecom-product-single__media .ecom-image-align {
                    justify-content: center;
                }
                .ecom-product-single__media-label, .ecom-product-single__zoom-icon-wrapper {
                    z-index: 99;
                    pointer-events: none;
                }
                .ecom-label-position__topleft, .ecom-zoom-position__topleft {
                    top: 20px;
                    left: 20px;
                }
                .ecom-label-position__topright, .ecom-zoom-position__topright {
                    top: 20px;
                    right: 20px;
                }
                .ecom-label-position__bottomleft, .ecom-zoom-position__bottomleft {
                    bottom: 20px;
                    left: 20px;
                }
                .ecom-label-position__bottomright, .ecom-zoom-position__bottomright {
                    bottom: 20px;
                    right: 20px;
                }
                .ecom-product-single__media--thumbs.ecom-product-single__init-thumb-hidden .ecom-product-single__media--thumbnail{
                    opacity: 0;
                    visibility: hidden;
                    width: 100px;
                }

                .ecom-product-single .ec_splide:not(.is-overflow) .ec_splide__arrows {
                    display: none;
                }

                @media screen and (min-width: 1025px) {
                    .ecom-product-single__media.ecom-position-sticky {
                        position: sticky;
                        top: 0
                    }
                    .ecom-product-single__media .ecom-product-single__media--vertical .ecom-product-single__media--thumbs {
                        width: 120px;
                    }
                    .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;
                    }
                }
                @media (min-width: 768px) and (max-width: 1024px) {
                    .ecom-product-single__media--image.ecom-image-align-center--tablet img {
                        left: 50%;
                        right: unset;
                        transform: translateX(-50%);
                    }
                    .ecom-product-single__media--image.ecom-image-align-left--tablet img {
                        left: 0;
                        right: unset;
                        transform: none;
                    }
                    .ecom-product-single__media--image.ecom-image-align-right--tablet img {
                        left: unset;
                        right: 0;
                        transform: none;
                    }
                    .ecom-product-single__media--image, .ecom-product-single__media--full {
                        padding-top: var(--img_padding__tablet, 100%)
                    }
                    .ecom-product-single__media--thumbs.ecom-swiper-tablet-vertical {
                        min-width: 50px;
                        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--image.ecom-image-align-center--mobile img {
                        left: 50%;
                        right: unset;
                        transform: translateX(-50%);
                    }
                    .ecom-product-single__media--image.ecom-image-align-left--mobile img {
                        left: 0;
                        right: unset;
                        transform: none;
                    }
                    .ecom-product-single__media--image.ecom-image-align-right--mobile img {
                        left: unset;
                        right: 0;
                        transform: none;
                    }
                    .ecom-product-single__media--image, .ecom-product-single__media--full {
                        padding-top: var(--img_padding__mobile, 100%)
                    }
                    .ecom-product-single__media--vertical-mobile .ecom-product-single__media--featured {
                        width: auto;
                    }
                    .ecom-product-single__media--thumbs.ecom-swiper-mobile-vertical {
                       /* min-width: 50px;*/
                        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;
                    }
                }

                .ecom-product-single .ec_splide__arrows:not(.ec_splide__arrows--ttb) .ec_splide__arrow.ec_splide__arrow--prev svg {
                    transform: none;
                }

                @keyframes fadeZoomIn {
                0% {
                    transform: scale(0.8);
                    opacity: 0; }

                100% {
                    transform: scale(1);
                    opacity: 1; } }

                @keyframes fadeZoomOut {
                0% {
                    opacity: 1; }

                100% {
                    opacity: 0; } }

            
                    .ec-swatch-shopify-color {
                        display: block;
                        max-width: 100%;
                        aspect-ratio: 1 / 1;
                        background: var(--ec-swatch--background);
                        background-position: var(--ec-swatch-focal-point, initial);
                        background-size: cover;
                        background-origin: border-box;
                    }
                    .ecom-product-single__variant-picker--options{
                        align-items:flex-start;
                        display:flex;
                        flex-direction:column;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-allow-pointer-event .ecom-variant-disable {
                        pointer-events: auto;
                        cursor: pointer;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-variant-disable {
                        opacity: .4;
                        pointer-events: none;
                        cursor: not-allowed;
                    }
                    .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--only-default .ecom-product-single__variant-picker--options .selector-wrapper {
                        display:none;
                    }

                    .ecom-product-single__variant-picker-container{
                        flex-direction: column;
                    }
                    .ecom-product-single__variant-picker-container.ecom-placeholder-on-builder-mode:empty::before, .ecom-product-single__variant-picker-container.ecom-force-show.ecom-placeholder-on-builder-mode::before{
                        display: flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        position: relative;
                        justify-content: center;
                        align-items: center;
                        border-radius: 8px;
                        border: 1px dashed #91D0FF;
                        color: #00527C;
                        font-size: 13px;
                        line-height: 20px;
                        font-weight: 650;
                        opacity: 1;
                        padding: 6px;
                    }
                    .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;
                        text-align: center;
                    }
                    @media (max-width: 767px) {
                        .ecom-product-single__variant-picker select{
                            text-align-last: center;
                            -moz-text-align-last: center;
                        }
                    }

                    .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;
                        width: 50%;
                        /*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-block  .ecom_not_hide_dropdown_arrow select {
                        -webkit-appearance: auto;
                        -moz-appearance: auto;
                        appearance: auto;
                    }
                    .ecom-product-single__variant-picker-wrapper.ecom_not_hide_dropdown_arrow .ecom-product-single__variant-picker-container select {
                        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
                        background-repeat: no-repeat;
                        background-position: right center;
                        background-size: 20px 20px;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container select {
                        appearance: none;
                        -webkit-appearance: none;
                        background-image: none;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container .ecom-variant-disable {
                        display: flex;
                        position: relative;
                        overflow: hidden;
                        justify-content: center;
                        align-items: center;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-slash .ecom-variant-disable:after {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        pointer-events: none;
                        transform: rotate(40deg);
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-cross .ecom-variant-disable:before {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        transform: rotate(45deg);
                        pointer-events: none;
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-cross .ecom-variant-disable:after {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        pointer-events: none;
                        transform: rotate(135deg);
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container.ecom-disable-style-hide .ecom-variant-disable {
                        display: none;
                    }
                
            .ec-swatch-shopify-color {
                display: block;
                max-width: 100%;
                aspect-ratio: 1 / 1;
                background: var(--ec-swatch--background);
                background-position: var(--ec-swatch-focal-point, initial);
                background-size: cover;
                background-origin: border-box;
            }
            /** progress bar pagination **/
                .ecom-pagination-progress-bar--wrapper {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                }
                .ecom-pagination-progress-bar {
                    display: flex;
                    justify-content: center;
                    flex-direction: var(--ecom-flex-direction, column);
                    align-items: center;
                }
                .ecom-paginate__progress-bar--outner {
                    width: 250px;
                    border-radius: 4px;
                    position: relative;
                    height: 10px;
                    background-color: rgba(0 0 0 /.3);
                }
                .ecom-paginate__progress-bar--inner {
                    border-radius: inherit;
                    position: absolute;
                    height: 100%;
                    width: 20%;
                    background-color: rgba(0 0 0 /1);
                    top: 0;
                    left: 0;
                }
                .ecom-paginate__progress-text {
                    margin: 0;
                    width: 100%;
                }
                .ecom-unit-price {
                    display: block;
                }
                /** Swiper css **/
                .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                }
                @media (max-width: 1024px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                    }
                }
                @media (max-width: 767px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                    }
                    .ecom-collection__product--wrapper-items.ecom-collection__product--no-item {grid-template-columns: repeat(1, 1fr);}
                }
                .ecom-swiper-pagination-bullet:only-child {
                    opacity: none
                }
                .ecom-flex-center, .ecom-swiper-navigation {
                    display: flex;
                    align-items: center;
                }
                .ecom-swiper-navigation{
                    justify-content: center
                }
                .ecom-swiper-navigation[data-navigator-type="combine"]{
                    justify-content: center
                }
                .ecom-swiper-pagination:not(.ecom-swiper-pagination-lock){
                    display:flex;
                }


                /** Core **/

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

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

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

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


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

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

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

                .ecom-collection__pagination-navigation .ecom-pagination-item svg {
                    width: 12px;
                    height: 12px;
                }

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

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

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

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

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

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

                .ecom-collection__product-prices .ecom-collection__product-price--from {
                    text-decoration: none !important;
                }
                .ecom-collection__product-item .ecom-collection__product-item--inner {
                    display: flex;
                    width:100%;
                    height:100%;
                    overflow:hidden;
                }
                .ecom-product-single__countdown-container {
                    display: flex;
                }
                .ecom-collection__product--text-only .ecom-collection__product-item--content {
                    grid-row: 2;
                    justify-self: center;
                    margin-bottom: 6rem;
                    margin-top: 5rem;
                }

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

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

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

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

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

                .ecom-collection__product-media--hover-effect img.ecom-collection__product-secondary-media {
                    opacity: 0;
                    -webkit-transition: .4s ease-in-out;
                    transition: .4s ease-in-out;
                }
                @media(min-width: 1025px) {
                    .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-media-image {
                        opacity: 0;
                        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                    }

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

                    .ecom-collection__product-media-wrapper.ecom-enable-hover--mobile:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-secondary-media {
                        opacity: 1;
                    }
                }
                .ecom-collection__product .selector-wrapper,
                .ecom-collection__product .ecom-collection__product-picker-main,
                .ecom-collection__product .ecom-collection__product-picker-other {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }
                .ecom-collection__product .selector-wrapper label{
                    width:100%;
                }
                .ecom-collection__product-picker-colors-item .ecom-collection__product-picker-colors-item--preview {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

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

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


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


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

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

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

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

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

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

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

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

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

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

                .ecom-collection__product-item-vendor a {
                    display: block;
                }
                /** Skeleton **/

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

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

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

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

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

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

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

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

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

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

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

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



                .ecom-collection__product-item:hover .ecom-product-image-loading img:last-child {
                    min-height: 150px;
                }
                /* Quantity input */
                .ecom-collection__product-form__actions.ecom-collection__product-quantity--inline {
                    flex-direction: row;
                }
                input.ecom-collection__product-quantity-input::-webkit-outer-spin-button,
                input.ecom-collection__product-quantity-input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }
                .ecom-collection__product-quantity-input {
                    text-align: center;
                    align-self: center;
                    box-shadow: none;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    position: relative;
                }
                .ecom-collection__product-quantity--wrapper {
                    overflow: hidden;
                    width: 100%;
                    align-self: center;
                }
                button.ecom-collection__quantity-controls-button {
                    color: #000000;
                    border-style: solid;
                    border-color: #c2bcbc;
                    background: transparent;
                    display: flex;
                    align-items: center;
                }
                .ecom-collection__quantity-controls-minus {
                    border-top-width: 0.8px;
                    border-left-width: 0.8px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0;
                }
                .ecom-collection__quantity-controls-plus {
                    border-top-width: 0.8px;
                    border-left-width: 0px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0.8px;
                }
                .ecom-collection__quantity-controls-button svg {
                    width: 12px;
                    height: 12px;
                }
                /* Quantity input */
                .ecom-collection__product-item:hover .ecom-product-image-loading::before {
                    visibility: visible;
                }
                .ecom-collection__product-form__actions--soldout,
                .ecom-collection__product-form__actions--view-more,
                .ecom-collection__product-form__actions--add {
                    cursor: pointer;
                    display: flex;
                    flex-direction: row;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                /*.ecom-collection__product-item svg{
                    width:40px;
                    height: 40px;
                }*/
                .ecom-collection__product-view-more-after .ecom-collection__product-view-more-icon,
                .ecom-collection__product-quickshop-icon-after .ecom-collection__product-quickshop-icon,
                .ecom-collection__product-add-cart-icon-after .ecom-collection__product-add-cart-icon,
                .ecom-collection__product-sold-out-after .ecom-collection__product-sold-out-icon {
                    order: 1;
                }
                .ecom-collection__product-add-cart-icon {
                    display: flex;
                }
                .ecom-collection__product-submit:not(.ecom-collection__product-quick-shop--force-hide),
                .ecom-collection__product-form__actions--quickshop:not(.ecom-collection__product-quick-shop--force-hide) {
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-product-image-loading::before {
                    content: ' ';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 4;
                    border: 4px solid #343232;
                    opacity: 1;
                    visibility: hidden;
                    border-radius: 50%;
                    animation: ecom-loading .5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
                    vertical-align: middle;
                    margin: auto;
                }

                @keyframes ecom-loading {
                    0% {
                        top: 0px;
                        left: 0px;
                        width: 0;
                        height: 0;
                        opacity: 1;
                    }
                    100% {
                        top: 0px;
                        left: 0px;
                        width: 72px;
                        height: 72px;
                        opacity: 0;
                    }
                }
            .ecom-collection__product-login-to-see{
                display: flex;
            }
            .ecom-collection__product-login-to-see>a{
                color: inherit;
                text-decoration: inherit;
            }
            .ecom-collection__product .ecom-swiper-controls:after
            {
                content:'';
            }
            .ecom-collection__product .ecom-swiper-controls svg{
                width:40px;
                height:40px;
            }
            .ecom-collection__product .ecom-swiper-button-next,.ecom-collection__product  .ecom-swiper-button-prev{
                width:auto;
                height:auto
            }
            .ecom-collection__product-picker-main-label{
                width:100%;
            }
            .ecom-collection__product-picker-dropdown-label,
            .ecom-collection__product-picker-radio-label,
            .ecom-collection__product-item-information-title{
                width:100%;
            }
            .ecom-collection__product-item-information-title{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: var(--ecom-webkit-line-clamp);
                text-overflow: ellipsis;
                overflow: hidden;
            }
            /*.ecom-collection__product-item-information-title,
            .ecom-collection__product-item-information-title a {
                display: block;
            }*/
            .ecom-collection__product-item-information-title.ecom-title-one-row{
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .ecom-collection__product-price-wrapper{
                display:flex;
                gap:10px;
                flex-wrap: wrap;
                align-items: baseline;
            }
            .ecom-collection__product-price-range{
                word-break: break-word;
            }

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

        /* Progressbar **/

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

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

            to {
                background-position: 40px 0
            }
        }

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

            to {
                background-position: 40px 0
            }
        }

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


        .ecom-collection__action.ecom-product__wishlist,
        .ecom-collection__action.ecom-product__compare {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: start;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper .ecom-collection__action {
            position: relative;
        }
        .ecom-collection__action-hor-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-end .ecom-product__compare-tooltip {
            right: calc(100% + 4px);
            left: auto;
            transform: translate(0, -50%);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-tooltip {
            top: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, 4px);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-tooltip {
            top: auto;
            bottom: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-link:hover .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, -4px);
        }
        .ecom-ext-wishlist-icon-loading * {
            opacity: 0;
        }
        .ecom-product__wishlist-link.ecom-ext-wishlist-icon-loading:before {
            content: "";
            position: absolute;
            transform: translate(-50%, -50%);
            border: 1.5px solid #f3f3f3;
            border-radius: 50%;
            border-top: 1.5px solid #000;
            width: 20px;
            height: 20px;
            -webkit-animation: spin 0.5s linear infinite; /* Safari */
            animation: spin .5s linear infinite;
        }
        @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @media screen and (max-width: 1024px) {
            .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
                visibility: visible;
                opacity: 1;
            }
            .ecom-product__compare-tooltip {
                display: none !important;
            }
            .ecom-product__wishlist-tooltip {
                display: none !important;
            }
        }
        @media screen and (max-width: 767px) {
            .ecom-collection__product-form__actions-hide-mobile {
                display: none !important;
            }
        }
        
.ecom-core.ecom-37175yt59i8{width: 100%;}.ecom-core.ecom-37175yt59i8>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-37175yt59i8{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-37175yt59i8>.core__column--wrapper{background: url('https://cdn.shopify.com/s/files/1/0688/5389/1350/files/Banner-M_86a4b074-72f7-4a86-9411-23c432ff94c3.jpg?v=1754445710') no-repeat scroll center center/cover;}}html body .ecom-core.ecom-3c3888ghicg .ecom-core.ecom-37175yt59i8>div.core__column--wrapper{padding-top: 190px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-3c3888ghicg .ecom-core.ecom-37175yt59i8>div.core__column--wrapper{padding-top: 90px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-3c3888ghicg .ecom-core.ecom-37175yt59i8>div.core__column--wrapper{padding-top: 50px !important;}}.ecom-core.ecom-3c3888ghicg>div.core__row--columns{height: auto;}.ecom-core.ecom-3c3888ghicg>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 70vh;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3c3888ghicg>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3c3888ghicg>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 350px;}}.ecom-core.ecom-3c3888ghicg{background: url('https://cdn.shopify.com/s/files/1/0688/5389/1350/files/Banner-PC_5b86ac1a-7842-4d46-b8d2-53c483fda723.jpg?v=1754443094') no-repeat scroll center center/cover;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3c3888ghicg{background: url('https://cdn.shopify.com/s/files/1/0688/5389/1350/files/7_-1M.jpg?v=1751943106') no-repeat scroll center center/cover;}}


@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-98cbfegas3{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-98cbfegas3{width: 100%;}}.ecom-core.ecom-wtvo30hfvis .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-wtvo30hfvis .element__featured--wrapper{grid-template-columns: repeat(4, 1fr);gap: 24px;}.ecom-core.ecom-wtvo30hfvis .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wtvo30hfvis .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-wtvo30hfvis .element__featured--wrapper{grid-template-columns: repeat(4, 1fr);gap: 16px;}.ecom-core.ecom-wtvo30hfvis .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wtvo30hfvis .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-wtvo30hfvis .element__featured--wrapper{grid-template-columns: repeat(2, 1fr);gap: 20px;}.ecom-core.ecom-wtvo30hfvis .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box{text-align: center;justify-content: center;border-radius: 0px;margin: 0px;padding: 0px;}.ecom-core.ecom-wtvo30hfvis .ecom-image-default{width: 196px !important;max-width: 100% !important;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img img,.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img picture{height: 196px !important;}.ecom-core.ecom-wtvo30hfvis .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img img{object-fit: cover;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img ,.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img .ecom-image-default,.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img  > picture,.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img{margin: 0px 0px 24px 0px;padding: 0px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-icon{color: #000;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-icon svg{height: 50px;width: 50px;}.ecom-core.ecom-wtvo30hfvis .element__featured--box-icon svg{border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-title{font-size: 24px;font-weight: 400;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000;margin: 0px 0px 12px 0px;padding: 0px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-text,.ecom-core.ecom-wtvo30hfvis .element__featured a{font-size: 16px;font-weight: 400;line-height: 1.4em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-text{color: #000;margin: 0px;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box{text-align: center;justify-content: center;margin-right: 0px;}.ecom-core.ecom-wtvo30hfvis .ecom-image-default{width: 100px !important;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img img,.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img picture{height: 100px !important;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img{margin-right: 0px;margin-bottom: 16px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-icon{justify-content: flex-start;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-title{font-size: 16px;margin-bottom: 10px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-text,.ecom-core.ecom-wtvo30hfvis .element__featured a{font-size: 14px;font-weight: 500;text-transform: none;text-decoration: none;line-height: 1.2em;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box{text-align: center;justify-content: center;margin-right: 0px;margin-bottom: 10px;}.ecom-core.ecom-wtvo30hfvis .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img{margin-right: 0px;margin-bottom: 20px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-title{font-size: 15px;margin-bottom: 8px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-text,.ecom-core.ecom-wtvo30hfvis .element__featured a{font-size: 13px;}.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-wtvo30hfvis{margin-top: 60px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wtvo30hfvis{margin-top: 35px !important;}} .ecom-core.ecom-wtvo30hfvis .element__featured--box{
    display: flex;
    align-items: center;
}
.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img{
    justify-content: center;
}
.ecom-core.ecom-wtvo30hfvis .element__featured--box{
    display: block !important;
}
.ecom-core.ecom-wtvo30hfvis .ecom-image-align.ecom-flex{
    justify-content: center;
}
.ecom-core.ecom-wtvo30hfvis .element__featured .element__featured--box-img > img{
    height: auto!important;
}
@media(max-width:1024px){
.ecom-core.ecom-wtvo30hfvis .element__featured--box-text div{
    display: inline;
}
}
.ecom-core.ecom-svdse7ui93 .ecom-text--more-actions button ,.ecom-core.ecom-svdse7ui93 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-svdse7ui93 .text-content,.ecom-core.ecom-svdse7ui93  .text-content a,.ecom-core.ecom-svdse7ui93  .text-content p,.ecom-core.ecom-svdse7ui93  .text-content span{text-align: center;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-svdse7ui93 .text-content,.ecom-core.ecom-svdse7ui93 .text-content a,.ecom-core.ecom-svdse7ui93  .text-content a,.ecom-core.ecom-svdse7ui93  .text-content a a,.ecom-core.ecom-svdse7ui93  .text-content p,.ecom-core.ecom-svdse7ui93  .text-content p a,.ecom-core.ecom-svdse7ui93  .text-content span,.ecom-core.ecom-svdse7ui93  .text-content span a{font-size: 16px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-svdse7ui93 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-svdse7ui93 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-svdse7ui93 .text-content,.ecom-core.ecom-svdse7ui93  .text-content a,.ecom-core.ecom-svdse7ui93  .text-content p,.ecom-core.ecom-svdse7ui93  .text-content span{text-align: center;}.ecom-core.ecom-svdse7ui93 .text-content,.ecom-core.ecom-svdse7ui93 .text-content a,.ecom-core.ecom-svdse7ui93  .text-content a,.ecom-core.ecom-svdse7ui93  .text-content a a,.ecom-core.ecom-svdse7ui93  .text-content p,.ecom-core.ecom-svdse7ui93  .text-content p a,.ecom-core.ecom-svdse7ui93  .text-content span,.ecom-core.ecom-svdse7ui93  .text-content span a{font-size: 15px;}}.ecom-core.ecom-svdse7ui93{margin-top: 16px !important;padding-bottom: 0 !important;animation-duration: 300ms !important;}.ecom-core.ecom-svdse7ui93.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;animation-duration: 300ms !important;animation-delay: 400ms;transition-delay: 400ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-svdse7ui93{margin-top: 20px !important;}} @media(max-width:767px){
.ecom-core.ecom-svdse7ui93{
    width:100%;
}
}
.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading,.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading a{font-weight: 400;font-size: 48px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-dg381sjixz  .element__heading .ecom__heading,.ecom-core.ecom-dg381sjixz  .element__heading .ecom__heading a{color: #0a0a0a;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading,.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading,.ecom-core.ecom-dg381sjixz .element__heading .ecom__heading a{font-weight: 600;font-size: 20px;line-height: 32px;}}.ecom-core.ecom-dg381sjixz.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 300ms !important;animation-delay: 400ms;transition-delay: 400ms;transition-property: opacity;}.ecom-core.ecom-dg381sjixz{animation-duration: 300ms !important;} .ecom-core.ecom-dg381sjixz .element__heading .ecom__heading{
    text-decoration-thickness: 2% !important;
}
@media(max-width:767px){
    .ecom-core.ecom-dg381sjixz .ecom__heading div{
        display: inline;
    }
}.ecom-core.ecom-xfmiwxl8mp>div.core__row--columns{max-width: 1350px;}.ecom-core.ecom-xfmiwxl8mp{background-color: #fffcf6;}.ecom-core.ecom-xfmiwxl8mp{padding: 65px 35px 65px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xfmiwxl8mp{padding: 35px 0px 35px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xfmiwxl8mp{padding: 35px 0px 35px 0px !important;}}

@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)}}.ecom-core.ecom-4uhqsvjhdse{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4uhqsvjhdse{width: 100%;}}html body .ecom-core.ecom-i94obmybm7d .ecom-core.ecom-4uhqsvjhdse>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}.ecom-core.ecom-zxcuyh7tyks>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-zxcuyh7tyks>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 7.5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zxcuyh7tyks>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zxcuyh7tyks>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}}.ecom-core.ecom-zxcuyh7tyks{padding-right: 7.5px !important;padding-left: 7.5px !important;}.ecom-core.ecom-q3tc0ts114{width: 30%;}.ecom-core.ecom-q3tc0ts114>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-q3tc0ts114{width: 100%;}}.ecom-core.ecom-qo6u41k80d{padding: 0px !important;margin: 0px !important;} .ecom-core.ecom-qo6u41k80d .ecom-shopify__product-box .core__group--items .ecom-product-form > .core__blocks > .core__blocks--body{min-height:200px;margin:10px auto;}
.ecom-core.ecom-qo6u41k80d .ec-variant-nope{
    min-height: 0;
    margin-bottom: 0;
}.ecom-core.ecom-uqbhe5tnp5l>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-uqbhe5tnp5l>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 11px;}.ecom-core.ecom-uqbhe5tnp5l{border-style: solid;border-width: 1px;border-color: #D9D9D9;}.ecom-core.ecom-uqbhe5tnp5l,.ecom-core.ecom-uqbhe5tnp5l >div.ecom-section__overlay .ecom-overlay{border-radius: 20px;}.ecom-core.ecom-pax8cotpsfk{width: 100%;}.ecom-core.ecom-pax8cotpsfk>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-pax8cotpsfk>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-pax8cotpsfk{width: 100%;}}.ecom-core.ecom-pax8cotpsfk>.core__column--wrapper{background-color: #ffffff;}.ecom-core.ecom-pax8cotpsfk>.core__column--wrapper,.ecom-core.ecom-pax8cotpsfk>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 10px;}html body .ecom-core.ecom-i94obmybm7d .ecom-core.ecom-pax8cotpsfk>div.core__column--wrapper{padding-bottom: 33px !important;}.ecom-core.ecom-po9fxq83dck .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 400;text-transform: none;letter-spacing: 0px;font-style: normal;font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;line-height: 1.2em;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #2cb2ae;border-style: none;border-radius: 50px;transition-duration: 250ms;transition-timing-function:linear;;padding: 15px 20px 15px 20px;}.ecom-core.ecom-po9fxq83dck .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: #235772;border-style: none;}.ecom-core.ecom-po9fxq83dck .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-po9fxq83dck .ecom-product-single__add-to-cart--submit:disabled{font-size: 18px;font-family: 'Gloock', sans-serif;font-weight: 400;line-height: 1.25em;width: 100%;height: 52px;min-height: 52px;color: #000;background-color: #bdb9b9;border-style: none;border-radius: 50px;padding: 15px 30px 15px 30px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-po9fxq83dck .ecom-product-single__add-to-cart--submit{font-size: 14px;padding: 10px;}}.ecom-core.ecom-po9fxq83dck{padding-right: 7px !important;padding-bottom: 0 !important;padding-left: 7px !important;width: 100%;max-width:100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-po9fxq83dck{padding-right: 15px !important;padding-left: 15px !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-8lm9kcokxpl .ecom-product-variant--option-label-text{display: none;}}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-images-list,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-colors-list,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-list{column-gap: 8px;row-gap: 8px;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--options,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--main,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__variant-picker-container .ecom-product-single__picker-radio-list{align-items: center;justify-content: center;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-8lm9kcokxpl .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .selector-wrapper .ecom-product-variant--option-label-text a{title: New Item;font-weight: 500;font-size: 1px;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .selector-wrapper .ecom-product-variant--option-label-text{color: rgba(17, 17, 17, 0);margin-top: 10px;margin-bottom: 10px;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-colors-item span{width: 24px;height: 24px;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-colors-item{border-style: solid;border-width: 1px;border-color: rgba(255, 0, 0, 0);border-radius: 50px;overflow: hidden;margin-bottom: 0px;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-colors-item:hover{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-colors-item.ecom-box-active{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-list-item{font-size: 13px;font-family: 'Jost', sans-serif;color: #878787;border-style: solid;border-width: 1px;border-color: #e5e5e5;border-radius: 3px;padding: 1px 10px 1px 10px;margin-bottom: 15px;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-list-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-list-item.ecom-button-active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-8lm9kcokxpl .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-8lm9kcokxpl .selector-wrapper .ecom-product-variant--option-label-text a{font-size: 1px;line-height: 1px;}}.ecom-core.ecom-8lm9kcokxpl{padding: 0px 5px 0px 5px !important;margin-top: 0px !important;margin-bottom: 13px !important;} .ecom-core.ecom-8lm9kcokxpl .ecom-product-single__variant-picker--main{
    row-gap: 15px;
}
.ecom-core.ecom-8lm9kcokxpl .ecom-product-single__variant-picker-container.ecom-placeholder-on-builder-mode{
    display: none;
}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #FF8D06;margin-right: 0px;padding-right: 0px;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--sale,.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--sale a{font-family: 'Roboto-Bold-3', sans-serif;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--sale{color: #000;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--regular,.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--regular a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--regular{color: #C5C5C5;margin-top: -1px;margin-right: 0px;margin-left: -3px;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--badges-sale,.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--badges-sale a{line-height: 1.4em;font-size: 16px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 500;letter-spacing: 0px;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--badges-sale{color: #ffffff;margin: 0px 0px 20px 0px;padding: 5px 10px 6px 10px;background-color: #F55C5C;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--badges-sold-out a{line-height: 1.25em;}.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--badges-sold-out{color: #ffffff;padding-right: 8px;padding-left: 8px;background-color: #111827;}.ecom-core.ecom-1zokfy8lt58h .ecom-product_ground-price,.ecom-core.ecom-1zokfy8lt58h .ecom-product_ground-price a{line-height: 1.25em;}.ecom-core.ecom-1zokfy8lt58h{margin-bottom: 13px !important;padding-bottom: 0 !important;} .ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price-container .ecom-product-single__price-container-grid{
    display: flex;
    flex-direction: column-reverse;
}
.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--prices{
    gap: 8px;
    width: 100%;
}
.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--badges-pecent-wrapper{
    display: inline-block;
}
.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price-container-grid{
    display: inline-block;
    text-align: center;
}
.ecom-core.ecom-1zokfy8lt58h .ecom-product-single__price--badges{
    display: inline-block;
}
.ecom-core.ecom-1zokfy8lt58h span.ecom-product-single__price--badges-sale{
    position: relative;
    height: 30px;
}
.ecom-core.ecom-1zokfy8lt58h span.ecom-product-single__price--badges-sale::before{
    content: "";
    border-left: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}
.ecom-core.ecom-1zokfy8lt58h span.ecom-product-single__price--badges-sale::after{
    content: "";
    border-right: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}.ecom-core.ecom-v0v763vvqq .ecom-product__heading{text-align: center;color: #235772;}.ecom-core.ecom-v0v763vvqq .ecom-product__heading,.ecom-core.ecom-v0v763vvqq .ecom-product__heading a{font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 400;text-decoration: none;line-height: 1.3em;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v0v763vvqq .ecom-product__heading,.ecom-core.ecom-v0v763vvqq .ecom-product__heading a{font-size: 15px;}}.ecom-core.ecom-v0v763vvqq{padding: 8px 15px 14px 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-v0v763vvqq a.ecom-product__heading{
    display: flex;
}
.ecom-core.ecom-v0v763vvqq a.ecom-product__heading:hover{
    color: #FF8D06;
}.ecom-core.ecom-ieiv7v9b5on{padding: 0px 0px 0 0px !important;margin-bottom: -20px !important;}.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--featured ,.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--featured  > picture,.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--featured > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-b78pcpcif4t{padding-bottom: 12px !important;} .ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--image:not(:first-child){
    width: 25%;
    padding: 10px;
margin-bottom:0;
}
.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--image img{
    border-radius: 5px;
}
.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child{
    border-radius: 10px 10px 0 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
    overflow: hidden;
}
.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child:last-child{
    margin-bottom: 10px;
}
.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--images-grid{
    padding: 0 10px 5px;
}
.ecom-core.ecom-b78pcpcif4t .ecom-swiper-wrapper .ecom-swiper-slide img{
    transition: 0.4s;
    cursor: pointer;
}
.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--images-grid .ecom-swiper-slide:hover:first-child img{
    transform: scale(1.02);
    filter: brightness(1);
}
.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--image:hover img{
    filter: brightness(0.8);
}
.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--featured .ecom-product-single__media--image:nth-child(n + 6){
    display: none;
}
@media(max-width: 991px){

.ecom-core.ecom-b78pcpcif4t .ecom-product-single__media--image:not(:first-child){
    padding: 5px;
}}.ecom-core.ecom-8i5whyf7uy .ecom-button-icon{order: -1;}.ecom-core.ecom-8i5whyf7uy .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-8i5whyf7uy .ecom__element--button, .ecom-core.ecom-8i5whyf7uy .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-8i5whyf7uy .ecom__element--button{font-family: 'Jost', sans-serif;font-size: 14px;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-weight: 500;height: 30px;min-height: 30px;color: #fff;background-color: #000;border-style: none;border-radius: 50px;transition-duration: 400ms;;;padding: 6px 13px 5px 9px;}.ecom-core.ecom-8i5whyf7uy .ecom__element--button:hover{color: #ffffff;background-color: rgba(51, 51, 51, 0.84);cursor: pointer;}.ecom-core.ecom-8i5whyf7uy .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-8i5whyf7uy .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-8i5whyf7uy .ecom-button-icon{color: #ffffff;border-radius: 50%;transition: all 400ms ease;margin-right: 4px;}.ecom-core.ecom-8i5whyf7uy .ecom__element--button:hover .ecom-button-icon{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8i5whyf7uy .ecom__element--button{font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8i5whyf7uy .ecom__element--button{font-size: 12px;}}.ecom-core.ecom-8i5whyf7uy{padding-bottom: 0 !important;width: unset;max-width:unset;position: absolute;top: 23px;z-index: 2 !important;} .ecom-core.ecom-8i5whyf7uy .ecom__element--button{
    pointer-events: none;
}.ecom-core.ecom-38c5y5zvpmp{width: 40%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-38c5y5zvpmp{width: 100%;}}.ecom-core.ecom-e3kovhneslk{padding: 0px !important;margin: 0px !important;} .ecom-core.ecom-e3kovhneslk .ecom-shopify__product-box .core__group--items .ecom-product-form > .core__blocks > .core__blocks--body{min-height:200px;margin:10px auto;}
.ecom-core.ecom-e3kovhneslk .ec-variant-nope{
    min-height: 0;
    margin-bottom: 0;
}.ecom-core.ecom-hrropzwq04d>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-hrropzwq04d>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 18px;}.ecom-core.ecom-hrropzwq04d{background-color: #ffffff;border-style: solid;border-width: 2px;border-color: #FF8D06;}.ecom-core.ecom-hrropzwq04d,.ecom-core.ecom-hrropzwq04d >div.ecom-section__overlay .ecom-overlay{border-radius: 20px;}.ecom-core.ecom-hrropzwq04d{margin-top: -50px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hrropzwq04d{margin-top: 0px !important;}}.ecom-core.ecom-rv2oqnr6o0r{width: 100%;}.ecom-core.ecom-rv2oqnr6o0r>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-rv2oqnr6o0r>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-rv2oqnr6o0r{width: 100%;}}.ecom-core.ecom-rv2oqnr6o0r>.core__column--wrapper,.ecom-core.ecom-rv2oqnr6o0r>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 10px;}html body .ecom-core.ecom-i94obmybm7d .ecom-core.ecom-rv2oqnr6o0r>div.core__column--wrapper{padding-bottom: 33px !important;}.ecom-core.ecom-xjigosz2a6a .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 400;text-transform: none;letter-spacing: 0px;font-style: normal;font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;line-height: 1.2em;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #2cb2ae;border-style: none;border-radius: 50px;transition-duration: 250ms;transition-timing-function:linear;;padding: 15px 20px 15px 20px;margin-right: 17px;margin-left: 17px;}.ecom-core.ecom-xjigosz2a6a .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: #0691b1;border-style: none;}.ecom-core.ecom-xjigosz2a6a .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-xjigosz2a6a .ecom-product-single__add-to-cart--submit:disabled{font-size: 18px;font-family: 'Gloock', sans-serif;font-weight: 400;line-height: 1.25em;width: 100%;height: 52px;min-height: 52px;color: #235772;background-color: #bdb9b9;border-style: none;border-radius: 50px;padding: 15px 30px 15px 30px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xjigosz2a6a .ecom-product-single__add-to-cart--submit{font-size: 14px;padding: 10px;}}.ecom-core.ecom-xjigosz2a6a{padding-bottom: 0 !important;width: 100%;max-width:100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xjigosz2a6a{padding-right: 15px !important;padding-left: 15px !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-4wdwxpqmv0h .ecom-product-variant--option-label-text{display: none;}}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-images-list,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-colors-list,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-list{column-gap: 8px;row-gap: 8px;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--options,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--main,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__variant-picker-container .ecom-product-single__picker-radio-list{align-items: center;justify-content: center;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-4wdwxpqmv0h .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .selector-wrapper .ecom-product-variant--option-label-text a{title: New Item;font-weight: 500;font-size: 1px;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .selector-wrapper .ecom-product-variant--option-label-text{color: rgba(17, 17, 17, 0);margin-top: 10px;margin-bottom: 10px;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-colors-item span{width: 24px;height: 24px;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-colors-item{border-style: solid;border-width: 1px;border-color: rgba(255, 0, 0, 0);border-radius: 50px;overflow: hidden;margin-bottom: 0px;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-colors-item:hover{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-colors-item.ecom-box-active{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-list-item{font-size: 13px;font-family: 'Jost', sans-serif;color: #878787;border-style: solid;border-width: 1px;border-color: #e5e5e5;border-radius: 3px;padding: 1px 10px 1px 10px;margin-bottom: 15px;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-list-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-list-item.ecom-button-active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-4wdwxpqmv0h .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-4wdwxpqmv0h .selector-wrapper .ecom-product-variant--option-label-text a{font-size: 1px;line-height: 1px;}}.ecom-core.ecom-4wdwxpqmv0h{padding: 0px 5px 0px 5px !important;margin-top: 0px !important;margin-bottom: 13px !important;} .ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__variant-picker--main{
    row-gap: 15px;
}
.ecom-core.ecom-4wdwxpqmv0h .ecom-product-single__variant-picker-container.ecom-placeholder-on-builder-mode{
    display: none;
}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #FF8D06;margin-right: 0px;padding-right: 0px;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--sale,.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--sale a{font-family: 'Roboto-Bold-3', sans-serif;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--sale{color: #000;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--regular,.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--regular a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--regular{color: #C5C5C5;margin-top: -1px;margin-right: 0px;margin-left: -3px;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--badges-sale,.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--badges-sale a{line-height: 1.4em;font-size: 16px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 500;letter-spacing: 0px;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--badges-sale{color: #ffffff;margin: 0px 0px 20px 0px;padding: 5px 10px 6px 10px;background-color: #F55C5C;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--badges-sold-out a{line-height: 1.25em;}.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--badges-sold-out{color: #ffffff;padding-right: 8px;padding-left: 8px;background-color: #111827;}.ecom-core.ecom-a4wwny28ck6 .ecom-product_ground-price,.ecom-core.ecom-a4wwny28ck6 .ecom-product_ground-price a{line-height: 1.25em;}.ecom-core.ecom-a4wwny28ck6{margin-bottom: 13px !important;padding-bottom: 0 !important;} .ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price-container .ecom-product-single__price-container-grid{
    display: flex;
    flex-direction: column-reverse;
}
.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--prices{
    gap: 8px;
    width: 100%;
}
.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--badges-pecent-wrapper{
    display: inline-block;
}
.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price-container-grid{
    display: inline-block;
    text-align: center;
}
.ecom-core.ecom-a4wwny28ck6 .ecom-product-single__price--badges{
    display: inline-block;
}
.ecom-core.ecom-a4wwny28ck6 span.ecom-product-single__price--badges-sale{
    position: relative;
    height: 30px;
}
.ecom-core.ecom-a4wwny28ck6 span.ecom-product-single__price--badges-sale::before{
    content: "";
    border-left: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}
.ecom-core.ecom-a4wwny28ck6 span.ecom-product-single__price--badges-sale::after{
    content: "";
    border-right: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}.ecom-core.ecom-w0czg6jeu1 .ecom-product__heading{text-align: center;color: #235772;}.ecom-core.ecom-w0czg6jeu1 .ecom-product__heading,.ecom-core.ecom-w0czg6jeu1 .ecom-product__heading a{font-size: 24px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 400;text-decoration: none;line-height: 1.3em;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w0czg6jeu1 .ecom-product__heading,.ecom-core.ecom-w0czg6jeu1 .ecom-product__heading a{font-size: 20px;font-family: 'Gloock', sans-serif;font-weight: 500;text-decoration: none;line-height: 1.3em;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w0czg6jeu1 .ecom-product__heading,.ecom-core.ecom-w0czg6jeu1 .ecom-product__heading a{font-size: 20px;}}.ecom-core.ecom-w0czg6jeu1{padding: 8px 15px 0 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-w0czg6jeu1 a.ecom-product__heading{
    display: flex;
}
.ecom-core.ecom-w0czg6jeu1 a.ecom-product__heading:hover{
    color: #FF8D06;
}.ecom-core.ecom-whsbjej07k{padding: 0px 0px 0 0px !important;margin-bottom: -20px !important;}.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--featured ,.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--featured  > picture,.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--featured > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-sbtmieekjnh{padding-bottom: 24px !important;} .ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--image:not(:first-child){
    width: 25%;
    padding: 10px;
margin-bottom:0;
}
.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--image img{
    border-radius: 5px;
}
.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child{
    border-radius: 10px 10px 0 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
    overflow: hidden;
}
.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child:last-child{
    margin-bottom: 10px;
}
.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--images-grid{
    padding: 0 10px 5px;
}
.ecom-core.ecom-sbtmieekjnh .ecom-swiper-wrapper .ecom-swiper-slide img{
    transition: 0.4s;
    cursor: pointer;
}
.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--images-grid .ecom-swiper-slide:hover:first-child img{
    transform: scale(1.02);
    filter: brightness(1);
}
.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--image:hover img{
    filter: brightness(0.8);
}
.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--featured .ecom-product-single__media--image:nth-child(n + 6){
    display: none;
}
@media(max-width: 991px){

.ecom-core.ecom-sbtmieekjnh .ecom-product-single__media--image:not(:first-child){
    padding: 5px;
}}.ecom-core.ecom-aabcywaoumc .ecom-button-icon{order: -1;}.ecom-core.ecom-aabcywaoumc .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-aabcywaoumc .ecom__element--button, .ecom-core.ecom-aabcywaoumc .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-aabcywaoumc .ecom__element--button{font-family: 'Jost', sans-serif;font-size: 14px;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-weight: 500;height: 30px;min-height: 30px;color: #fff;background-color: #F55C5C;border-style: none;border-radius: 50px;transition-duration: 400ms;;;padding: 6px 13px 5px 9px;}.ecom-core.ecom-aabcywaoumc .ecom__element--button:hover{color: #ffffff;background-color: rgba(51, 51, 51, 0.84);cursor: pointer;}.ecom-core.ecom-aabcywaoumc .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-aabcywaoumc .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-aabcywaoumc .ecom-button-icon{color: #ffffff;border-radius: 50%;transition: all 400ms ease;margin-right: 4px;}.ecom-core.ecom-aabcywaoumc .ecom__element--button:hover .ecom-button-icon{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aabcywaoumc .ecom__element--button{font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aabcywaoumc .ecom__element--button{font-size: 12px;}}.ecom-core.ecom-aabcywaoumc{padding-bottom: 0 !important;width: unset;max-width:unset;position: absolute;top: 30px;z-index: 2 !important;} .ecom-core.ecom-aabcywaoumc .ecom__element--button{
    pointer-events: none;
}.ecom-core.ecom-kim9t0fo9sq{width: 30%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kim9t0fo9sq{width: 100%;}}.ecom-core.ecom-wwm1k7dpvm{padding: 0px !important;margin: 0px !important;} .ecom-core.ecom-wwm1k7dpvm .ecom-shopify__product-box .core__group--items .ecom-product-form > .core__blocks > .core__blocks--body{min-height:200px;margin:10px auto;}
.ecom-core.ecom-wwm1k7dpvm .ec-variant-nope{
    min-height: 0;
    margin-bottom: 0;
}.ecom-core.ecom-ctv80dnumjb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-ctv80dnumjb>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 11px;}.ecom-core.ecom-ctv80dnumjb{background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #D9D9D9;}.ecom-core.ecom-ctv80dnumjb,.ecom-core.ecom-ctv80dnumjb >div.ecom-section__overlay .ecom-overlay{border-radius: 20px;}.ecom-core.ecom-4cmy0oo03je{width: 100%;}.ecom-core.ecom-4cmy0oo03je>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-4cmy0oo03je>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-4cmy0oo03je{width: 100%;}}.ecom-core.ecom-4cmy0oo03je>.core__column--wrapper,.ecom-core.ecom-4cmy0oo03je>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 10px;}html body .ecom-core.ecom-i94obmybm7d .ecom-core.ecom-4cmy0oo03je>div.core__column--wrapper{padding-bottom: 33px !important;}.ecom-core.ecom-j7rzh72f77o .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 400;text-transform: none;letter-spacing: 0px;font-style: normal;font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;line-height: 1.2em;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #2cb2ae;border-style: none;border-radius: 50px;transition-duration: 250ms;transition-timing-function:linear;;padding: 15px 20px 15px 20px;}.ecom-core.ecom-j7rzh72f77o .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: #235772;border-style: none;}.ecom-core.ecom-j7rzh72f77o .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-j7rzh72f77o .ecom-product-single__add-to-cart--submit:disabled{font-size: 18px;font-family: 'Gloock', sans-serif;font-weight: 400;line-height: 1.25em;width: 100%;height: 52px;min-height: 52px;color: #000;background-color: #bdb9b9;border-style: none;border-radius: 50px;padding: 15px 30px 15px 30px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j7rzh72f77o .ecom-product-single__add-to-cart--submit{font-size: 14px;padding: 10px;}}.ecom-core.ecom-j7rzh72f77o{padding-right: 7px !important;padding-bottom: 0 !important;padding-left: 7px !important;width: 100%;max-width:100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j7rzh72f77o{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #FF8D06;margin-right: 0px;padding-right: 0px;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--sale,.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--sale a{font-family: 'Roboto-Bold-3', sans-serif;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--sale{color: #000;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--regular,.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--regular a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--regular{color: #C5C5C5;margin-top: -1px;margin-right: 0px;margin-left: -3px;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--badges-sale,.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--badges-sale a{line-height: 1.4em;font-size: 16px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 500;letter-spacing: 0px;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--badges-sale{color: #ffffff;margin: 0px 0px 20px 0px;padding: 5px 10px 6px 10px;background-color: #F55C5C;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--badges-sold-out a{line-height: 1.25em;}.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--badges-sold-out{color: #ffffff;padding-right: 8px;padding-left: 8px;background-color: #111827;}.ecom-core.ecom-tbp76bm3wn{margin-bottom: 13px !important;padding-bottom: 0 !important;} .ecom-core.ecom-tbp76bm3wn .ecom-product-single__price-container .ecom-product-single__price-container-grid{
    display: flex;
    flex-direction: column-reverse;
}
.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--prices{
    gap: 8px;
    width: 100%;
}
.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--badges-pecent-wrapper{
    display: inline-block;
}
.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price-container-grid{
    display: inline-block;
    text-align: center;
}
.ecom-core.ecom-tbp76bm3wn .ecom-product-single__price--badges{
    display: inline-block;
}
.ecom-core.ecom-tbp76bm3wn span.ecom-product-single__price--badges-sale{
    position: relative;
    height: 30px;
}
.ecom-core.ecom-tbp76bm3wn span.ecom-product-single__price--badges-sale::before{
    content: "";
    border-left: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}
.ecom-core.ecom-tbp76bm3wn span.ecom-product-single__price--badges-sale::after{
    content: "";
    border-right: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}.ecom-core.ecom-y7t4hha4oum .ecom-product__heading{text-align: center;color: #235772;}.ecom-core.ecom-y7t4hha4oum .ecom-product__heading,.ecom-core.ecom-y7t4hha4oum .ecom-product__heading a{font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 400;text-decoration: none;line-height: 1.3em;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-y7t4hha4oum .ecom-product__heading,.ecom-core.ecom-y7t4hha4oum .ecom-product__heading a{font-size: 15px;}}.ecom-core.ecom-y7t4hha4oum{padding: 8px 15px 14px 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-y7t4hha4oum a.ecom-product__heading{
    display: flex;
}
.ecom-core.ecom-y7t4hha4oum a.ecom-product__heading:hover{
    color: #FF8D06;
}.ecom-core.ecom-0y7nnepihodc{padding: 0px 0px 0 0px !important;margin-bottom: -20px !important;}.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--featured ,.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--featured  > picture,.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--featured > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-ehe4oojwcfq{padding-bottom: 12px !important;} .ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--image:not(:first-child){
    width: 25%;
    padding: 10px;
margin-bottom:0;
}
.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--image img{
    border-radius: 5px;
}
.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child{
    border-radius: 10px 10px 0 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
    overflow: hidden;
}
.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child:last-child{
    margin-bottom: 10px;
}
.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--images-grid{
    padding: 0 10px 5px;
}
.ecom-core.ecom-ehe4oojwcfq .ecom-swiper-wrapper .ecom-swiper-slide img{
    transition: 0.4s;
    cursor: pointer;
}
.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--images-grid .ecom-swiper-slide:hover:first-child img{
    transform: scale(1.02);
    filter: brightness(1);
}
.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--image:hover img{
    filter: brightness(0.8);
}
.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--featured .ecom-product-single__media--image:nth-child(n + 6){
    display: none;
}
@media(max-width: 991px){

.ecom-core.ecom-ehe4oojwcfq .ecom-product-single__media--image:not(:first-child){
    padding: 5px;
}}.ecom-core.ecom-dmfap57t9wq .ecom-button-icon{order: -1;}.ecom-core.ecom-dmfap57t9wq .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-dmfap57t9wq .ecom__element--button, .ecom-core.ecom-dmfap57t9wq .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-dmfap57t9wq .ecom__element--button{font-family: 'Jost', sans-serif;font-size: 14px;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-weight: 500;height: 30px;min-height: 30px;color: #fff;background-color: #000;border-style: none;border-radius: 50px;transition-duration: 400ms;;;padding: 6px 13px 5px 9px;}.ecom-core.ecom-dmfap57t9wq .ecom__element--button:hover{color: #ffffff;background-color: rgba(51, 51, 51, 0.84);cursor: pointer;}.ecom-core.ecom-dmfap57t9wq .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-dmfap57t9wq .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-dmfap57t9wq .ecom-button-icon{color: #ffffff;border-radius: 50%;transition: all 400ms ease;margin-right: 4px;}.ecom-core.ecom-dmfap57t9wq .ecom__element--button:hover .ecom-button-icon{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dmfap57t9wq .ecom__element--button{font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dmfap57t9wq .ecom__element--button{font-size: 12px;}}.ecom-core.ecom-dmfap57t9wq{padding-bottom: 0 !important;width: unset;max-width:unset;position: absolute;top: 23px;z-index: 2 !important;} .ecom-core.ecom-dmfap57t9wq .ecom__element--button{
    pointer-events: none;
}.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading,.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading a{font-weight: 400;font-size: 45px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Roboto-Bold-3', sans-serif;}.ecom-core.ecom-s4090ra3u6  .element__heading .ecom__heading,.ecom-core.ecom-s4090ra3u6  .element__heading .ecom__heading a{color: #070808;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading,.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading,.ecom-core.ecom-s4090ra3u6 .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-s4090ra3u6{margin-bottom: 70px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-s4090ra3u6{margin-bottom: 50px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s4090ra3u6{padding-bottom: 0px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-i94obmybm7d{background-color: #fffcf6;}.ecom-core.ecom-i94obmybm7d{padding-top: 0px !important;padding-bottom: 30px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-i94obmybm7d{padding-top: 10px !important;padding-bottom: 10px !important;}.ecom-core.ecom-i94obmybm7d div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i94obmybm7d{padding-top: 30px !important;padding-bottom: 30px !important;display: none;}.ecom-core.ecom-i94obmybm7d div.core__row--columns{flex-direction: row;}}
@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)}}.ecom-core.ecom-xjfdz54eq9f{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xjfdz54eq9f{width: 100%;}}html body .ecom-core.ecom-tkkyrzzcs2h .ecom-core.ecom-xjfdz54eq9f>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}.ecom-core.ecom-xy3umpyit7i>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-xy3umpyit7i>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 7.5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xy3umpyit7i>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xy3umpyit7i>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}}.ecom-core.ecom-xy3umpyit7i{padding-right: 7.5px !important;padding-left: 7.5px !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xy3umpyit7i > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-xy3umpyit7i{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xy3umpyit7i > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-s0e0fl8eu77{width: 30%;}.ecom-core.ecom-s0e0fl8eu77>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-s0e0fl8eu77{width: 100%;}}.ecom-core.ecom-2c6z4j8okxy{padding: 0px !important;margin: 0px !important;} .ecom-core.ecom-2c6z4j8okxy .ecom-shopify__product-box .core__group--items .ecom-product-form > .core__blocks > .core__blocks--body{min-height:200px;margin:10px auto;}
.ecom-core.ecom-2c6z4j8okxy .ec-variant-nope{
    min-height: 0;
    margin-bottom: 0;
}.ecom-core.ecom-g8txpmszpp>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-g8txpmszpp>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 11px;}.ecom-core.ecom-g8txpmszpp{border-style: solid;border-width: 1px;border-color: #D9D9D9;}.ecom-core.ecom-g8txpmszpp,.ecom-core.ecom-g8txpmszpp >div.ecom-section__overlay .ecom-overlay{border-radius: 20px;}.ecom-core.ecom-0l2zruoscgyg{width: 100%;}.ecom-core.ecom-0l2zruoscgyg>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-0l2zruoscgyg>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-0l2zruoscgyg{width: 100%;}}.ecom-core.ecom-0l2zruoscgyg>.core__column--wrapper{background-color: #ffffff;}.ecom-core.ecom-0l2zruoscgyg>.core__column--wrapper,.ecom-core.ecom-0l2zruoscgyg>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 10px;}html body .ecom-core.ecom-tkkyrzzcs2h .ecom-core.ecom-0l2zruoscgyg>div.core__column--wrapper{padding-bottom: 33px !important;}.ecom-core.ecom-qcthxxwbcr .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 400;text-transform: none;letter-spacing: 0px;font-style: normal;font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;line-height: 1.2em;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #0691b1;border-style: none;border-radius: 50px;transition-duration: 250ms;transition-timing-function:linear;;padding: 15px 20px 15px 20px;}.ecom-core.ecom-qcthxxwbcr .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: #235772;border-style: none;}.ecom-core.ecom-qcthxxwbcr .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-qcthxxwbcr .ecom-product-single__add-to-cart--submit:disabled{font-size: 18px;font-family: 'Gloock', sans-serif;font-weight: 400;line-height: 1.25em;width: 100%;height: 52px;min-height: 52px;color: #000;background-color: #bdb9b9;border-style: none;border-radius: 50px;padding: 15px 30px 15px 30px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qcthxxwbcr .ecom-product-single__add-to-cart--submit{font-size: 14px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qcthxxwbcr .ecom-product-single__add-to-cart--submit{background-color: #2cb2ae;}.ecom-core.ecom-qcthxxwbcr .ecom-product-single__add-to-cart--submit:hover{background-color: #2cb2ae;}}.ecom-core.ecom-qcthxxwbcr{padding-right: 7px !important;padding-bottom: 0 !important;padding-left: 7px !important;width: 100%;max-width:100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qcthxxwbcr{padding-right: 15px !important;padding-left: 15px !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-ug0pejtimc .ecom-product-variant--option-label-text{display: none;}}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-images-list,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-colors-list,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-list{column-gap: 8px;row-gap: 8px;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--options,.ecom-core.ecom-ug0pejtimc .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--main,.ecom-core.ecom-ug0pejtimc .ecom-product-single__variant-picker-container .ecom-product-single__picker-radio-list{align-items: center;justify-content: center;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-ug0pejtimc .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .selector-wrapper .ecom-product-variant--option-label-text a{title: New Item;font-weight: 500;font-size: 1px;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .selector-wrapper .ecom-product-variant--option-label-text{color: rgba(17, 17, 17, 0);margin-top: 10px;margin-bottom: 10px;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-colors-item span{width: 24px;height: 24px;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-colors-item{border-style: solid;border-width: 1px;border-color: rgba(255, 0, 0, 0);border-radius: 50px;overflow: hidden;margin-bottom: 0px;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-colors-item:hover{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-colors-item.ecom-box-active{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-list-item{font-size: 13px;font-family: 'Jost', sans-serif;color: #878787;border-style: solid;border-width: 1px;border-color: #e5e5e5;border-radius: 3px;padding: 1px 10px 1px 10px;margin-bottom: 15px;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-list-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-list-item.ecom-button-active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-ug0pejtimc .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-ug0pejtimc .selector-wrapper .ecom-product-variant--option-label-text a{font-size: 1px;line-height: 1px;}}.ecom-core.ecom-ug0pejtimc{padding: 0px 5px 0px 5px !important;margin-top: 0px !important;margin-bottom: 13px !important;} .ecom-core.ecom-ug0pejtimc .ecom-product-single__variant-picker--main{
    row-gap: 15px;
}
.ecom-core.ecom-ug0pejtimc .ecom-product-single__variant-picker-container.ecom-placeholder-on-builder-mode{
    display: none;
}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #FF8D06;margin-right: 0px;padding-right: 0px;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--sale,.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--sale a{font-family: 'Roboto-Bold-3', sans-serif;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--sale{color: #000;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--regular,.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--regular a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--regular{color: #C5C5C5;margin-top: -1px;margin-right: 0px;margin-left: -3px;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--badges-sale,.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--badges-sale a{line-height: 1.4em;font-size: 16px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 500;letter-spacing: 0px;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--badges-sale{color: #ffffff;margin: 0px 0px 20px 0px;padding: 5px 10px 6px 10px;background-color: #F55C5C;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--badges-sold-out a{line-height: 1.25em;}.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--badges-sold-out{color: #ffffff;padding-right: 8px;padding-left: 8px;background-color: #111827;}.ecom-core.ecom-5gfxlt7i2g .ecom-product_ground-price,.ecom-core.ecom-5gfxlt7i2g .ecom-product_ground-price a{line-height: 1.25em;}.ecom-core.ecom-5gfxlt7i2g{margin-bottom: 13px !important;padding-bottom: 0 !important;} .ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price-container .ecom-product-single__price-container-grid{
    display: flex;
    flex-direction: column-reverse;
}
.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--prices{
    gap: 8px;
    width: 100%;
}
.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--badges-pecent-wrapper{
    display: inline-block;
}
.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price-container-grid{
    display: inline-block;
    text-align: center;
}
.ecom-core.ecom-5gfxlt7i2g .ecom-product-single__price--badges{
    display: inline-block;
}
.ecom-core.ecom-5gfxlt7i2g span.ecom-product-single__price--badges-sale{
    position: relative;
    height: 30px;
}
.ecom-core.ecom-5gfxlt7i2g span.ecom-product-single__price--badges-sale::before{
    content: "";
    border-left: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}
.ecom-core.ecom-5gfxlt7i2g span.ecom-product-single__price--badges-sale::after{
    content: "";
    border-right: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}.ecom-core.ecom-eab3l8e5ekt .ecom-product__heading{text-align: center;color: #235772;}.ecom-core.ecom-eab3l8e5ekt .ecom-product__heading,.ecom-core.ecom-eab3l8e5ekt .ecom-product__heading a{font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 400;text-decoration: none;line-height: 1.3em;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eab3l8e5ekt .ecom-product__heading,.ecom-core.ecom-eab3l8e5ekt .ecom-product__heading a{font-size: 15px;}}.ecom-core.ecom-eab3l8e5ekt{padding: 8px 15px 14px 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-eab3l8e5ekt a.ecom-product__heading{
    display: flex;
}
.ecom-core.ecom-eab3l8e5ekt a.ecom-product__heading:hover{
    color: #FF8D06;
}.ecom-core.ecom-2790ssvqggt{padding: 0px 0px 0 0px !important;margin-bottom: -20px !important;}.ecom-core.ecom-ek60lmtla54 .ecom-text--more-actions button ,.ecom-core.ecom-ek60lmtla54 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ek60lmtla54 .text-content,.ecom-core.ecom-ek60lmtla54  .text-content a,.ecom-core.ecom-ek60lmtla54  .text-content p,.ecom-core.ecom-ek60lmtla54  .text-content span{text-align: left;color: #A7A7A7;}.ecom-core.ecom-ek60lmtla54 .text-content,.ecom-core.ecom-ek60lmtla54 .text-content a,.ecom-core.ecom-ek60lmtla54  .text-content a,.ecom-core.ecom-ek60lmtla54  .text-content a a,.ecom-core.ecom-ek60lmtla54  .text-content p,.ecom-core.ecom-ek60lmtla54  .text-content p a,.ecom-core.ecom-ek60lmtla54  .text-content span,.ecom-core.ecom-ek60lmtla54  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;font-family: 'Jost', sans-serif;}.ecom-core.ecom-ek60lmtla54 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ek60lmtla54 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ek60lmtla54{padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-mnoqkf5fnsi .ecom-icon{justify-content: flex-start;}.ecom-core.ecom-mnoqkf5fnsi .ecom-icon .ecom-icon--container{color: #111;border-radius: 50%;padding-top: 3px;padding-bottom: 0px;margin-right: 10px;}.ecom-core.ecom-mnoqkf5fnsi .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}.ecom-core.ecom-mnoqkf5fnsi{padding-bottom: 0px !important;width: unset;max-width:unset;}.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--featured ,.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--featured  > picture,.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--featured > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-s7lydifxqb9{padding-bottom: 12px !important;} .ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--image:not(:first-child){
    width: 25%;
    padding: 10px;
margin-bottom:0;
}
.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--image img{
    border-radius: 5px;
}
.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child{
    border-radius: 10px 10px 0 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
    overflow: hidden;
}
.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child:last-child{
    margin-bottom: 10px;
}
.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--images-grid{
    padding: 0 10px 5px;
}
.ecom-core.ecom-s7lydifxqb9 .ecom-swiper-wrapper .ecom-swiper-slide img{
    transition: 0.4s;
    cursor: pointer;
}
.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--images-grid .ecom-swiper-slide:hover:first-child img{
    transform: scale(1.02);
    filter: brightness(1);
}
.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--image:hover img{
    filter: brightness(0.8);
}
.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--featured .ecom-product-single__media--image:nth-child(n + 6){
    display: none;
}
@media(max-width: 991px){

.ecom-core.ecom-s7lydifxqb9 .ecom-product-single__media--image:not(:first-child){
    padding: 5px;
}}.ecom-core.ecom-6axllood9mo .ecom-button-icon{order: -1;}.ecom-core.ecom-6axllood9mo .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-6axllood9mo .ecom__element--button, .ecom-core.ecom-6axllood9mo .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-6axllood9mo .ecom__element--button{font-family: 'Jost', sans-serif;font-size: 14px;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-weight: 500;height: 30px;min-height: 30px;color: #fff;background-color: #000;border-style: none;border-radius: 50px;transition-duration: 400ms;;;padding: 6px 13px 5px 9px;}.ecom-core.ecom-6axllood9mo .ecom__element--button:hover{color: #ffffff;background-color: rgba(51, 51, 51, 0.84);cursor: pointer;}.ecom-core.ecom-6axllood9mo .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-6axllood9mo .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-6axllood9mo .ecom-button-icon{color: #ffffff;border-radius: 50%;transition: all 400ms ease;margin-right: 4px;}.ecom-core.ecom-6axllood9mo .ecom__element--button:hover .ecom-button-icon{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6axllood9mo .ecom__element--button{font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6axllood9mo .ecom__element--button{font-size: 12px;}}.ecom-core.ecom-6axllood9mo{padding-bottom: 0 !important;width: unset;max-width:unset;position: absolute;top: 23px;z-index: 2 !important;} .ecom-core.ecom-6axllood9mo .ecom__element--button{
    pointer-events: none;
}.ecom-core.ecom-8uk199kq2w9{width: 30%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8uk199kq2w9{width: 100%;}}.ecom-core.ecom-bl3gn2zmnqb{padding: 0px !important;margin: 0px !important;} .ecom-core.ecom-bl3gn2zmnqb .ecom-shopify__product-box .core__group--items .ecom-product-form > .core__blocks > .core__blocks--body{min-height:200px;margin:10px auto;}
.ecom-core.ecom-bl3gn2zmnqb .ec-variant-nope{
    min-height: 0;
    margin-bottom: 0;
}.ecom-core.ecom-zukdd3wgfoh>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-zukdd3wgfoh>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 11px;}.ecom-core.ecom-zukdd3wgfoh{background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #D9D9D9;}.ecom-core.ecom-zukdd3wgfoh,.ecom-core.ecom-zukdd3wgfoh >div.ecom-section__overlay .ecom-overlay{border-radius: 20px;}.ecom-core.ecom-1yh00hkyw41{width: 100%;}.ecom-core.ecom-1yh00hkyw41>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-1yh00hkyw41>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-1yh00hkyw41{width: 100%;}}.ecom-core.ecom-1yh00hkyw41>.core__column--wrapper,.ecom-core.ecom-1yh00hkyw41>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 10px;}html body .ecom-core.ecom-tkkyrzzcs2h .ecom-core.ecom-1yh00hkyw41>div.core__column--wrapper{padding-bottom: 33px !important;}.ecom-core.ecom-r7zsrr4kn7c .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 400;text-transform: none;letter-spacing: 0px;font-style: normal;font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;line-height: 1.2em;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #0691b1;border-style: none;border-radius: 50px;transition-duration: 250ms;transition-timing-function:linear;;padding: 15px 20px 15px 20px;}.ecom-core.ecom-r7zsrr4kn7c .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: #235772;border-style: none;}.ecom-core.ecom-r7zsrr4kn7c .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-r7zsrr4kn7c .ecom-product-single__add-to-cart--submit:disabled{font-size: 18px;font-family: 'Gloock', sans-serif;font-weight: 400;line-height: 1.25em;width: 100%;height: 52px;min-height: 52px;color: #000;background-color: #bdb9b9;border-style: none;border-radius: 50px;padding: 15px 30px 15px 30px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-r7zsrr4kn7c .ecom-product-single__add-to-cart--submit{font-size: 14px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r7zsrr4kn7c .ecom-product-single__add-to-cart--submit{background-color: #2cb2ae;}.ecom-core.ecom-r7zsrr4kn7c .ecom-product-single__add-to-cart--submit:hover{background-color: #2cb2ae;}}.ecom-core.ecom-r7zsrr4kn7c{padding-right: 7px !important;padding-bottom: 0 !important;padding-left: 7px !important;width: 100%;max-width:100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-r7zsrr4kn7c{padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-djdtufco56b .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-djdtufco56b .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #FF8D06;margin-right: 0px;padding-right: 0px;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--sale,.ecom-core.ecom-djdtufco56b .ecom-product-single__price--sale a{font-family: 'Roboto-Bold-3', sans-serif;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--sale{color: #000;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--regular,.ecom-core.ecom-djdtufco56b .ecom-product-single__price--regular a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--regular{color: #C5C5C5;margin-top: -1px;margin-right: 0px;margin-left: -3px;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--badges-sale,.ecom-core.ecom-djdtufco56b .ecom-product-single__price--badges-sale a{line-height: 1.4em;font-size: 16px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 500;letter-spacing: 0px;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--badges-sale{color: #ffffff;margin: 0px 0px 20px 0px;padding: 5px 10px 6px 10px;background-color: #F55C5C;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-djdtufco56b .ecom-product-single__price--badges-sold-out a{line-height: 1.25em;}.ecom-core.ecom-djdtufco56b .ecom-product-single__price--badges-sold-out{color: #ffffff;padding-right: 8px;padding-left: 8px;background-color: #111827;}.ecom-core.ecom-djdtufco56b{margin-bottom: 13px !important;padding-bottom: 0 !important;} .ecom-core.ecom-djdtufco56b .ecom-product-single__price-container .ecom-product-single__price-container-grid{
    display: flex;
    flex-direction: column-reverse;
}
.ecom-core.ecom-djdtufco56b .ecom-product-single__price--prices{
    gap: 8px;
    width: 100%;
}
.ecom-core.ecom-djdtufco56b .ecom-product-single__price--badges-pecent-wrapper{
    display: inline-block;
}
.ecom-core.ecom-djdtufco56b .ecom-product-single__price-container-grid{
    display: inline-block;
    text-align: center;
}
.ecom-core.ecom-djdtufco56b .ecom-product-single__price--badges{
    display: inline-block;
}
.ecom-core.ecom-djdtufco56b span.ecom-product-single__price--badges-sale{
    position: relative;
    height: 30px;
}
.ecom-core.ecom-djdtufco56b span.ecom-product-single__price--badges-sale::before{
    content: "";
    border-left: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}
.ecom-core.ecom-djdtufco56b span.ecom-product-single__price--badges-sale::after{
    content: "";
    border-right: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}.ecom-core.ecom-pi256uivx3p .ecom-product__heading{text-align: center;color: #235772;}.ecom-core.ecom-pi256uivx3p .ecom-product__heading,.ecom-core.ecom-pi256uivx3p .ecom-product__heading a{font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 400;text-decoration: none;line-height: 1.3em;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pi256uivx3p .ecom-product__heading,.ecom-core.ecom-pi256uivx3p .ecom-product__heading a{font-size: 15px;}}.ecom-core.ecom-pi256uivx3p{padding: 8px 15px 14px 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-pi256uivx3p a.ecom-product__heading{
    display: flex;
}
.ecom-core.ecom-pi256uivx3p a.ecom-product__heading:hover{
    color: #FF8D06;
}.ecom-core.ecom-s9slg1az99c{padding: 0px 0px 0 0px !important;margin-bottom: -20px !important;}.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--featured ,.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--featured  > picture,.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--featured > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-wzg0u3u40vr{padding-bottom: 12px !important;} .ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--image:not(:first-child){
    width: 25%;
    padding: 10px;
margin-bottom:0;
}
.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--image img{
    border-radius: 5px;
}
.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child{
    border-radius: 10px 10px 0 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
    overflow: hidden;
}
.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child:last-child{
    margin-bottom: 10px;
}
.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--images-grid{
    padding: 0 10px 5px;
}
.ecom-core.ecom-wzg0u3u40vr .ecom-swiper-wrapper .ecom-swiper-slide img{
    transition: 0.4s;
    cursor: pointer;
}
.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--images-grid .ecom-swiper-slide:hover:first-child img{
    transform: scale(1.02);
    filter: brightness(1);
}
.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--image:hover img{
    filter: brightness(0.8);
}
.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--featured .ecom-product-single__media--image:nth-child(n + 6){
    display: none;
}
@media(max-width: 991px){

.ecom-core.ecom-wzg0u3u40vr .ecom-product-single__media--image:not(:first-child){
    padding: 5px;
}}.ecom-core.ecom-h751ipm0o8j .ecom-button-icon{order: -1;}.ecom-core.ecom-h751ipm0o8j .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-h751ipm0o8j .ecom__element--button, .ecom-core.ecom-h751ipm0o8j .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-h751ipm0o8j .ecom__element--button{font-family: 'Jost', sans-serif;font-size: 14px;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-weight: 500;height: 30px;min-height: 30px;color: #fff;background-color: #000;border-style: none;border-radius: 50px;transition-duration: 400ms;;;padding: 6px 13px 5px 9px;}.ecom-core.ecom-h751ipm0o8j .ecom__element--button:hover{color: #ffffff;background-color: rgba(51, 51, 51, 0.84);cursor: pointer;}.ecom-core.ecom-h751ipm0o8j .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-h751ipm0o8j .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-h751ipm0o8j .ecom-button-icon{color: #ffffff;border-radius: 50%;transition: all 400ms ease;margin-right: 4px;}.ecom-core.ecom-h751ipm0o8j .ecom__element--button:hover .ecom-button-icon{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h751ipm0o8j .ecom__element--button{font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h751ipm0o8j .ecom__element--button{font-size: 12px;}}.ecom-core.ecom-h751ipm0o8j{padding-bottom: 0 !important;width: unset;max-width:unset;position: absolute;top: 23px;z-index: 2 !important;} .ecom-core.ecom-h751ipm0o8j .ecom__element--button{
    pointer-events: none;
}.ecom-core.ecom-25gubtme2gl{width: 40%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-25gubtme2gl{width: 100%;}}.ecom-core.ecom-yy07zlaixje{padding: 0px !important;margin: 0px !important;} .ecom-core.ecom-yy07zlaixje .ecom-shopify__product-box .core__group--items .ecom-product-form > .core__blocks > .core__blocks--body{min-height:200px;margin:10px auto;}
.ecom-core.ecom-yy07zlaixje .ec-variant-nope{
    min-height: 0;
    margin-bottom: 0;
}.ecom-core.ecom-h6kx5nzyoh>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-h6kx5nzyoh>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 18px;}.ecom-core.ecom-h6kx5nzyoh{background-color: #ffffff;border-style: solid;border-width: 2px;border-color: #FF8D06;}.ecom-core.ecom-h6kx5nzyoh,.ecom-core.ecom-h6kx5nzyoh >div.ecom-section__overlay .ecom-overlay{border-radius: 20px;}.ecom-core.ecom-h6kx5nzyoh{margin-top: -50px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h6kx5nzyoh{margin-top: 0px !important;}}.ecom-core.ecom-urcacjmqa2r{width: 100%;}.ecom-core.ecom-urcacjmqa2r>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-urcacjmqa2r>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-urcacjmqa2r{width: 100%;}}.ecom-core.ecom-urcacjmqa2r>.core__column--wrapper,.ecom-core.ecom-urcacjmqa2r>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 10px;}html body .ecom-core.ecom-tkkyrzzcs2h .ecom-core.ecom-urcacjmqa2r>div.core__column--wrapper{padding-bottom: 33px !important;}.ecom-core.ecom-0e4izkkq7ppo .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 400;text-transform: none;letter-spacing: 0px;font-style: normal;font-size: 18px;font-family: 'Roboto-Bold-3', sans-serif;line-height: 1.2em;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #12bbe0;border-style: none;border-radius: 50px;transition-duration: 250ms;transition-timing-function:linear;;padding: 15px 20px 15px 20px;margin-right: 17px;margin-left: 17px;}.ecom-core.ecom-0e4izkkq7ppo .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: #0691b1;border-style: none;}.ecom-core.ecom-0e4izkkq7ppo .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-0e4izkkq7ppo .ecom-product-single__add-to-cart--submit:disabled{font-size: 18px;font-family: 'Gloock', sans-serif;font-weight: 400;line-height: 1.25em;width: 100%;height: 52px;min-height: 52px;color: #235772;background-color: #bdb9b9;border-style: none;border-radius: 50px;padding: 15px 30px 15px 30px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0e4izkkq7ppo .ecom-product-single__add-to-cart--submit{font-size: 14px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0e4izkkq7ppo .ecom-product-single__add-to-cart--submit{background-color: #2cb2ae;}.ecom-core.ecom-0e4izkkq7ppo .ecom-product-single__add-to-cart--submit:hover{background-color: #2cb2ae;}}.ecom-core.ecom-0e4izkkq7ppo{padding-bottom: 0 !important;width: 100%;max-width:100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0e4izkkq7ppo{padding-right: 15px !important;padding-left: 15px !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-e6jdul55we7 .ecom-product-variant--option-label-text{display: none;}}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-images-list,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-colors-list,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-list{column-gap: 8px;row-gap: 8px;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--options,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--main,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__variant-picker-container .ecom-product-single__picker-radio-list{align-items: center;justify-content: center;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-e6jdul55we7 .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .selector-wrapper .ecom-product-variant--option-label-text a{title: New Item;font-weight: 500;font-size: 1px;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .selector-wrapper .ecom-product-variant--option-label-text{color: rgba(17, 17, 17, 0);margin-top: 10px;margin-bottom: 10px;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-colors-item span{width: 24px;height: 24px;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-colors-item{border-style: solid;border-width: 1px;border-color: rgba(255, 0, 0, 0);border-radius: 50px;overflow: hidden;margin-bottom: 0px;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-colors-item:hover{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-colors-item.ecom-box-active{border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-list-item{font-size: 13px;font-family: 'Jost', sans-serif;color: #878787;border-style: solid;border-width: 1px;border-color: #e5e5e5;border-radius: 3px;padding: 1px 10px 1px 10px;margin-bottom: 15px;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-list-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-list-item.ecom-button-active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-e6jdul55we7 .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-e6jdul55we7 .selector-wrapper .ecom-product-variant--option-label-text a{font-size: 1px;line-height: 1px;}}.ecom-core.ecom-e6jdul55we7{padding: 0px 5px 0px 5px !important;margin-top: 0px !important;margin-bottom: 13px !important;} .ecom-core.ecom-e6jdul55we7 .ecom-product-single__variant-picker--main{
    row-gap: 15px;
}
.ecom-core.ecom-e6jdul55we7 .ecom-product-single__variant-picker-container.ecom-placeholder-on-builder-mode{
    display: none;
}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #FF8D06;margin-right: 0px;padding-right: 0px;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--sale,.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--sale a{font-family: 'Roboto-Bold-3', sans-serif;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--sale{color: #000;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--regular,.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--regular a{font-size: 18px;font-family: 'Jost', sans-serif;font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--regular{color: #C5C5C5;margin-top: -1px;margin-right: 0px;margin-left: -3px;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--badges-sale,.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--badges-sale a{line-height: 1.4em;font-size: 16px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 500;letter-spacing: 0px;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--badges-sale{color: #ffffff;margin: 0px 0px 20px 0px;padding: 5px 10px 6px 10px;background-color: #F55C5C;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--badges-sold-out a{line-height: 1.25em;}.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--badges-sold-out{color: #ffffff;padding-right: 8px;padding-left: 8px;background-color: #111827;}.ecom-core.ecom-go59ix5id3f .ecom-product_ground-price,.ecom-core.ecom-go59ix5id3f .ecom-product_ground-price a{line-height: 1.25em;}.ecom-core.ecom-go59ix5id3f{margin-bottom: 13px !important;padding-bottom: 0 !important;} .ecom-core.ecom-go59ix5id3f .ecom-product-single__price-container .ecom-product-single__price-container-grid{
    display: flex;
    flex-direction: column-reverse;
}
.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--prices{
    gap: 8px;
    width: 100%;
}
.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--badges-pecent-wrapper{
    display: inline-block;
}
.ecom-core.ecom-go59ix5id3f .ecom-product-single__price-container-grid{
    display: inline-block;
    text-align: center;
}
.ecom-core.ecom-go59ix5id3f .ecom-product-single__price--badges{
    display: inline-block;
}
.ecom-core.ecom-go59ix5id3f span.ecom-product-single__price--badges-sale{
    position: relative;
    height: 30px;
}
.ecom-core.ecom-go59ix5id3f span.ecom-product-single__price--badges-sale::before{
    content: "";
    border-left: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}
.ecom-core.ecom-go59ix5id3f span.ecom-product-single__price--badges-sale::after{
    content: "";
    border-right: 10px solid transparent;
    border-top: 15px solid #f55c5c;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 15px solid #f55c5c;
    bottom: 0;
}.ecom-core.ecom-yj80hg3jsfc .ecom-product__heading{text-align: center;color: #235772;}.ecom-core.ecom-yj80hg3jsfc .ecom-product__heading,.ecom-core.ecom-yj80hg3jsfc .ecom-product__heading a{font-size: 24px;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 400;text-decoration: none;line-height: 1.3em;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yj80hg3jsfc .ecom-product__heading,.ecom-core.ecom-yj80hg3jsfc .ecom-product__heading a{font-size: 20px;font-family: 'Gloock', sans-serif;font-weight: 500;text-decoration: none;line-height: 1.3em;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yj80hg3jsfc .ecom-product__heading,.ecom-core.ecom-yj80hg3jsfc .ecom-product__heading a{font-size: 20px;}}.ecom-core.ecom-yj80hg3jsfc{padding: 8px 15px 0 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-yj80hg3jsfc a.ecom-product__heading{
    display: flex;
}
.ecom-core.ecom-yj80hg3jsfc a.ecom-product__heading:hover{
    color: #FF8D06;
}.ecom-core.ecom-v12clsbb3od{padding: 0px 0px 0 0px !important;margin-bottom: -20px !important;}.ecom-core.ecom-3ltxd6u3x25 .ecom-icon{justify-content: flex-start;}.ecom-core.ecom-3ltxd6u3x25 .ecom-icon .ecom-icon--container{color: #111;border-radius: 50%;padding-top: 3px;padding-bottom: 0px;margin-right: 10px;}.ecom-core.ecom-3ltxd6u3x25 .ecom-icon .ecom-icon--container:hover{color: #111;background-color: rgba(255, 255, 255, 0);}.ecom-core.ecom-3ltxd6u3x25{padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--featured ,.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--featured  > picture,.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--featured > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-ptaz9h5vuld{padding-bottom: 24px !important;} .ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--image:not(:first-child){
    width: 25%;
    padding: 10px;
margin-bottom:0;
}
.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--image img{
    border-radius: 5px;
}
.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child{
    border-radius: 10px 10px 0 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
    overflow: hidden;
}
.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--images-grid .ecom-swiper-slide:first-child:last-child{
    margin-bottom: 10px;
}
.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--images-grid{
    padding: 0 10px 5px;
}
.ecom-core.ecom-ptaz9h5vuld .ecom-swiper-wrapper .ecom-swiper-slide img{
    transition: 0.4s;
    cursor: pointer;
}
.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--images-grid .ecom-swiper-slide:hover:first-child img{
    transform: scale(1.02);
    filter: brightness(1);
}
.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--image:hover img{
    filter: brightness(0.8);
}
.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--featured .ecom-product-single__media--image:nth-child(n + 6){
    display: none;
}
@media(max-width: 991px){

.ecom-core.ecom-ptaz9h5vuld .ecom-product-single__media--image:not(:first-child){
    padding: 5px;
}}.ecom-core.ecom-ddzusn6beu .ecom-button-icon{order: -1;}.ecom-core.ecom-ddzusn6beu .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-ddzusn6beu .ecom__element--button, .ecom-core.ecom-ddzusn6beu .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-ddzusn6beu .ecom__element--button{font-family: 'Jost', sans-serif;font-size: 14px;line-height: 1.4em;letter-spacing: 0px;font-style: normal;font-weight: 500;height: 30px;min-height: 30px;color: #fff;background-color: #F55C5C;border-style: none;border-radius: 50px;transition-duration: 400ms;;;padding: 6px 13px 5px 9px;}.ecom-core.ecom-ddzusn6beu .ecom__element--button:hover{color: #ffffff;background-color: rgba(51, 51, 51, 0.84);cursor: pointer;}.ecom-core.ecom-ddzusn6beu .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-ddzusn6beu .ecom-button-icon svg{height: 14px;width: 14px;}.ecom-core.ecom-ddzusn6beu .ecom-button-icon{color: #ffffff;border-radius: 50%;transition: all 400ms ease;margin-right: 4px;}.ecom-core.ecom-ddzusn6beu .ecom__element--button:hover .ecom-button-icon{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ddzusn6beu .ecom__element--button{font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ddzusn6beu .ecom__element--button{font-size: 12px;}}.ecom-core.ecom-ddzusn6beu{padding-bottom: 0 !important;width: unset;max-width:unset;position: absolute;top: 30px;z-index: 2 !important;} .ecom-core.ecom-ddzusn6beu .ecom__element--button{
    pointer-events: none;
}.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading,.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading a{font-weight: 400;font-size: 45px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Roboto-Bold-3', sans-serif;}.ecom-core.ecom-p8og0dhcvrs  .element__heading .ecom__heading,.ecom-core.ecom-p8og0dhcvrs  .element__heading .ecom__heading a{color: #0a0a0a;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading,.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading,.ecom-core.ecom-p8og0dhcvrs .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-p8og0dhcvrs{margin-bottom: 70px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p8og0dhcvrs{margin-bottom: 50px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p8og0dhcvrs{padding-bottom: 0px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-tkkyrzzcs2h{background-color: rgba(201, 240, 238, 0.52);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tkkyrzzcs2h{background-color: #fffcf6;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-tkkyrzzcs2h{padding-top: 0px !important;padding-bottom: 30px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tkkyrzzcs2h{padding-top: 10px !important;padding-bottom: 10px !important;display: none;}.ecom-core.ecom-tkkyrzzcs2h div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tkkyrzzcs2h{padding-top: 0px !important;padding-bottom: 30px !important;}.ecom-core.ecom-tkkyrzzcs2h div.core__row--columns{flex-direction: row;}}

@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 fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-paq42v5aoj{width: 55%;}.ecom-core.ecom-paq42v5aoj>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: flex-end;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-paq42v5aoj{width: 100%;}}.ecom-core.ecom-paq42v5aoj>.core__column--wrapper{background: url('https://cdn.shopify.com/s/files/1/2462/2517/files/student_discount.jpg?v=1754450585') no-repeat scroll center center/cover;}.ecom-core.ecom-paq42v5aoj>.core__column--wrapper,.ecom-core.ecom-paq42v5aoj>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 16px;}html body .ecom-core.ecom-6ldhly8zdrc .ecom-core.ecom-paq42v5aoj>div.core__column--wrapper{margin-right: 10px !important;margin-left: 10px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-6ldhly8zdrc .ecom-core.ecom-paq42v5aoj>div.core__column--wrapper{margin-right: 7.5px !important;margin-left: 7.5px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-6ldhly8zdrc .ecom-core.ecom-paq42v5aoj>div.core__column--wrapper{padding-top: 100px !important;padding-bottom: 0px !important;}} .ecom-core.ecom-paq42v5aoj >.core__column--wrapper{
    overflow: hidden;
}.ecom-core.ecom-hl7hhkxujfp{width: 45%;}.ecom-core.ecom-hl7hhkxujfp>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hl7hhkxujfp{width: 100%;}}.ecom-core.ecom-hl7hhkxujfp>.core__column--wrapper{background-color: #F8F2EE;}.ecom-core.ecom-hl7hhkxujfp>.core__column--wrapper,.ecom-core.ecom-hl7hhkxujfp>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 16px;}html body .ecom-core.ecom-6ldhly8zdrc .ecom-core.ecom-hl7hhkxujfp>div.core__column--wrapper{margin-right: 10px !important;margin-left: 10px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-6ldhly8zdrc .ecom-core.ecom-hl7hhkxujfp>div.core__column--wrapper{margin-right: 7.5px !important;margin-left: 7.5px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-6ldhly8zdrc .ecom-core.ecom-hl7hhkxujfp>div.core__column--wrapper{margin-top: 15px !important;margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;}}.ecom-core.ecom-jzij3zh3fl .ecom-button-default{justify-content: center;}.ecom-core.ecom-jzij3zh3fl .ecom__element--button{font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.25em;text-transform: none;text-decoration: none;letter-spacing: 0px;font-style: normal;box-shadow: 0px 0px 0px 0px;color: #fff;background-color: #2cb2ae;border-style: none;border-radius: 40px;transition-duration: 300ms;;;padding: 16px 30px 16px 30px;margin: 0px;}.ecom-core.ecom-jzij3zh3fl .ecom__element--button:hover{color: #fff;background-color: #404CB7;}.ecom-core.ecom-jzij3zh3fl .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jzij3zh3fl .ecom__element--button{font-size: 14px;padding: 10px 20px 10px 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jzij3zh3fl .ecom__element--button{font-size: 14px;padding: 12px 20px 12px 20px;}}.ecom-core.ecom-jzij3zh3fl{margin-top: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-jzij3zh3fl.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jzij3zh3fl{margin-top: 25px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jzij3zh3fl{margin-top: 25px !important;}}.ecom-core.ecom-t30ziy0fqma .ecom-text--more-actions button ,.ecom-core.ecom-t30ziy0fqma .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-t30ziy0fqma .text-content,.ecom-core.ecom-t30ziy0fqma  .text-content a,.ecom-core.ecom-t30ziy0fqma  .text-content p,.ecom-core.ecom-t30ziy0fqma  .text-content span{text-align: center;color: #0d0c0c;margin: 0px;padding: 0px;}.ecom-core.ecom-t30ziy0fqma .text-content,.ecom-core.ecom-t30ziy0fqma .text-content a,.ecom-core.ecom-t30ziy0fqma  .text-content a,.ecom-core.ecom-t30ziy0fqma  .text-content a a,.ecom-core.ecom-t30ziy0fqma  .text-content p,.ecom-core.ecom-t30ziy0fqma  .text-content p a,.ecom-core.ecom-t30ziy0fqma  .text-content span,.ecom-core.ecom-t30ziy0fqma  .text-content span a{font-size: 16px;font-family: 'Poppins', sans-serif;font-weight: 500;line-height: 1.5em;letter-spacing: 0px;}.ecom-core.ecom-t30ziy0fqma .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-t30ziy0fqma .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-t30ziy0fqma .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-t30ziy0fqma .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t30ziy0fqma .text-content,.ecom-core.ecom-t30ziy0fqma .text-content a,.ecom-core.ecom-t30ziy0fqma  .text-content a,.ecom-core.ecom-t30ziy0fqma  .text-content a a,.ecom-core.ecom-t30ziy0fqma  .text-content p,.ecom-core.ecom-t30ziy0fqma  .text-content p a,.ecom-core.ecom-t30ziy0fqma  .text-content span,.ecom-core.ecom-t30ziy0fqma  .text-content span a{font-size: 14px;}}.ecom-core.ecom-t30ziy0fqma{margin-top: 15px !important;padding-bottom: 0 !important;animation-duration: 700ms !important;}.ecom-core.ecom-t30ziy0fqma.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 700ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t30ziy0fqma{padding-bottom: 0 !important;}}.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading,.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading a{font-weight: 500;font-size: 36px;font-family: 'Poppins', sans-serif;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-mjh6ho3b78m  .element__heading .ecom__heading,.ecom-core.ecom-mjh6ho3b78m  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading,.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading,.ecom-core.ecom-mjh6ho3b78m .element__heading .ecom__heading a{font-size: 17px;}}.ecom-core.ecom-mjh6ho3b78m{padding-bottom: 0px !important;margin-top: 5px !important;animation-duration: 600ms !important;}.ecom-core.ecom-mjh6ho3b78m.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mjh6ho3b78m{padding-bottom: 0 !important;}}.ecom-core.ecom-6ldhly8zdrc>div.core__row--columns{max-width: 1390px;height: auto;}.ecom-core.ecom-6ldhly8zdrc>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 675px;}.ecom-core.ecom-6ldhly8zdrc>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6ldhly8zdrc>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6ldhly8zdrc>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 200px;}}.ecom-core.ecom-6ldhly8zdrc{background-color: #fffcf6;}.ecom-core.ecom-6ldhly8zdrc{padding: 50px 40px 50px 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6ldhly8zdrc{padding-right: 7.5px !important;padding-left: 7.5px !important;}.ecom-core.ecom-6ldhly8zdrc div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6ldhly8zdrc{padding-top: 50px !important;padding-right: 5px !important;padding-left: 5px !important;}.ecom-core.ecom-6ldhly8zdrc div.core__row--columns{flex-direction: column-reverse;}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-7iqqrssml4b{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7iqqrssml4b{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-nqmlfsi5ehd .ecom-core.ecom-7iqqrssml4b>div.core__column--wrapper{padding-right: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-nqmlfsi5ehd .ecom-core.ecom-7iqqrssml4b>div.core__column--wrapper{padding-right: 0px !important;}}.ecom-core.ecom-3cjgzqlj722 .tabs__navs--items{flex-wrap: no-wrap;}.ecom-core.ecom-3cjgzqlj722 .tabs__navs .tabs__navs--items{gap: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3cjgzqlj722 .tabs__navs .tabs__navs--items{gap: none;}}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs__navs{justify-content: flex-start;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs__nav .tabs_nav--content_right{width: 100%;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs__nav{border-style: none;border-radius: 0px;transition-duration: 400ms;;;margin: 50px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs__nav:hover{border-style: none;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs__nav.ecom-item-active{border-style: none;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .ecom-items--text{font-family: 'Plus Jakarta Sans', sans-serif;font-size: 23px;font-weight: 600;text-transform: none;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;color: #777;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs_nav--text{margin: 0px;padding: 0px;}.ecom-core.ecom-3cjgzqlj722 .ecom-items:hover  .ecom-items--text{color: #113887;}.ecom-core.ecom-3cjgzqlj722 .ecom-items.ecom-item-active  .ecom-items--text{color: #113887;}.ecom-core.ecom-3cjgzqlj722 .tabs_nav--text.ecom-items--text{transition-duration: 400ms;;;}.ecom-core.ecom-3cjgzqlj722 .tabs__body{border-style: solid;border-color: rgba(5, 150, 105, 0.1);padding: 10px 15px 10px 15px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs__nav{margin-bottom: 15px;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .ecom-items--text{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs__nav{margin-right: 35px;margin-bottom: 0px;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .ecom-items--text{font-size: 16px;}.ecom-core.ecom-3cjgzqlj722 .tabs__wrapper.ecom__element .tabs_nav--icon{margin-left: 16px;}}.ecom-core.ecom-3cjgzqlj722{margin-top: 45px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3cjgzqlj722{margin-top: 25px !important;}} .ecom-core.ecom-3cjgzqlj722 .tabs_nav--icon.ecom-items--icon{
    padding: 8px;
}
.ecom-core.ecom-3cjgzqlj722 .ecom-items .ecom-items--text{
    transition: 0.3s;
    width: auto;
    position: relative;
}
.ecom-core.ecom-3cjgzqlj722 .ecom-items .ecom-items--text::after{
    content: "";
    border-bottom: 2px solid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 0.3s;
}
.ecom-core.ecom-3cjgzqlj722 .ecom-items:hover .ecom-items--text::after,.ecom-core.ecom-3cjgzqlj722 .ecom-items.ecom-item-active .ecom-items--text:after{
    width: 100%;
}
@media (max-width: 1024px ) {
    .ecom-core.ecom-3cjgzqlj722 .text-content.ecom-html.has-drop-cap-view-default div{
    display: inline !important;
}
}.ecom-core.ecom-b8f879i9rkn>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-opv2n7hnooc{width: 100.00%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-opv2n7hnooc>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-opv2n7hnooc>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-opv2n7hnooc{width: 100%;}}.ecom-core.ecom-492o8ly98cm .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-492o8ly98cm{show_price: block;show_ground_price: false;show_picker: show;}.ecom-core.ecom-492o8ly98cm .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-description{order: 2;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-492o8ly98cm .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-492o8ly98cm .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-492o8ly98cm .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.4,minmax(0, 1fr));}.ecom-core.ecom-492o8ly98cm .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px;padding: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title{text-align: center;color: #000000;transition: all 300ms ease;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title a{font-size: 20px;text-decoration: none;font-weight: 600;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title:hover{color: #113887;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price a{font-weight: 700;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price{color: #000;margin: 8px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--regular,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--regular a,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--from,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--from a{font-size: 16px;font-weight: 700;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--regular,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--from{color: #b0b0b0;margin: 0px;padding: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--sale{font-size: 16px;font-weight: 700;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000;margin: 8px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 400;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;height: 40px;min-height: 40px;color: #fff;background-color: #2cb2ae;border-style: none;border-radius: 0px;transition-duration: 400ms;;;padding: 12px 30px 12px 30px;margin: 5px 0px 25px 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-submit:hover{color: #fff;background-color: #2cb2ae;border-style: none;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--quickshop{position: absolute;left: 5%;bottom: 100%;align-self: center;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;margin: 5px 0px 25px 0px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;align-self: center;font-size: 14px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: uppercase;letter-spacing: 0px;line-height: 1.25em;height: 40px;min-height: 40px;color: #000;background-color: #ccc;border-style: none;border-radius: 0px;margin: 5px 0px 25px 0px;padding: 12px 30px 12px 30px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--soldout:hover{color: #000;background-color: #ccc;border-style: none;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--view-more{position: absolute;left: 5%;bottom: 100%;align-self: flex-start;text-transform: uppercase;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;font-size: 14px;line-height: 1.25em;font-weight: 400;letter-spacing: 0px;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;padding: 12px 40px 10px 40px;margin: 0px 0px 25px 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #113887;border-style: none;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--view-more svg{width: 122px;height: 122px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #fa0707;border-radius: 25px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #dc2626;border-radius: 0px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 0px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;font-size: 12px;font-family: 'Outfit', sans-serif;line-height: 1em;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 0px;margin: 0px 0px 5px 0px;padding: 0px 12px 0px 12px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-radio-label,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-radio-list,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Outfit', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 20px;margin: 10px 7px 0px 0px;padding: 4px 8px 2px 8px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-main-label,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-colors-list,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 6px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 5px 0px 0px;padding: 1px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-images-list li,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #fff;box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);border-style: none;border-radius: 50%;margin: -70px -30px 0px -30px;padding: 12px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--regular,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--regular a,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--from,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-next{margin-top: -50px;margin-right: -25px;margin-left: -25px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-492o8ly98cm .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title{margin-top: 10px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--regular,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--regular a,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--from,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-submit{font-size: 12px;height: 40px;min-height: 40px;padding-right: 15px;padding-left: 15px;margin-bottom: 15px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--soldout{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 25px 5px;padding: 10px;}}.ecom-core.ecom-492o8ly98cm.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-492o8ly98cm{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-492o8ly98cm{margin-top: 25px !important;padding-bottom: 0 !important;}} .ecom-core.ecom-492o8ly98cm .ecom-child-element:before,.ecom-core.ecom-492o8ly98cm .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--add,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}


}
}
.ecom-core.ecom-492o8ly98cm .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-492o8ly98cm .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-492o8ly98cm .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-492o8ly98cm .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-492o8ly98cm .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-492o8ly98cm .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-492o8ly98cm .ecom-collection__product .selector-wrapper,.ecom-core.ecom-492o8ly98cm .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-492o8ly98cm .ecom-collection__product .ecom-collection__product-picker-other{
    align-items: center;
}
.ecom-core.ecom-492o8ly98cm .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-492o8ly98cm .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
    word-break: break-all;
    text-align: center;
}
.ecom-core.ecom-492o8ly98cm .ecom-collection__product-badge:has(>span.ecom-collection__product-price--bage-sale) .ecom-collection__product-badge--sale{
    display: none ! important;
}

@media(min-width:1025px){
    .ecom-core.ecom-492o8ly98cm .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-492o8ly98cm .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}.ecom-core.ecom-rium5bu9f4>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-kiqut8ns4o{width: 100.00%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kiqut8ns4o>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-kiqut8ns4o>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-kiqut8ns4o{width: 100%;}}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-jkvi4vqwp8c{show_price: block;show_ground_price: false;show_picker: show;}.ecom-core.ecom-jkvi4vqwp8c .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-description{order: 2;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-jkvi4vqwp8c .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.4,minmax(0, 1fr));}.ecom-core.ecom-jkvi4vqwp8c .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px;padding: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title{text-align: center;color: #000000;transition: all 300ms ease;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title a{font-size: 20px;text-decoration: none;font-weight: 600;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title:hover{color: #113887;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price a{font-weight: 700;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price{color: #000;margin: 8px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--regular,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--regular a,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--from,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--from a{font-size: 16px;font-weight: 700;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--regular,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--from{color: #b0b0b0;margin: 0px;padding: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--sale{font-size: 16px;font-weight: 700;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000;margin: 8px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 400;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;height: 40px;min-height: 40px;color: #fff;background-color: #2cb2ae;border-style: none;border-radius: 0px;transition-duration: 400ms;;;padding: 12px 30px 12px 30px;margin: 5px 0px 25px 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-submit:hover{color: #fff;background-color: #2cb2ae;border-style: none;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--quickshop{position: absolute;left: 5%;bottom: 100%;align-self: center;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;margin: 5px 0px 25px 0px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;align-self: center;font-size: 14px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: uppercase;letter-spacing: 0px;line-height: 1.25em;height: 40px;min-height: 40px;color: #000;background-color: #ccc;border-style: none;border-radius: 0px;margin: 5px 0px 25px 0px;padding: 12px 30px 12px 30px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--soldout:hover{color: #000;background-color: #ccc;border-style: none;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--view-more{position: absolute;left: 5%;bottom: 100%;align-self: flex-start;text-transform: uppercase;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;font-size: 14px;line-height: 1.25em;font-weight: 400;letter-spacing: 0px;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;padding: 12px 40px 10px 40px;margin: 0px 0px 25px 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #113887;border-style: none;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--view-more svg{width: 122px;height: 122px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #f50a0a;border-radius: 25px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #dc2626;border-radius: 0px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 0px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;font-size: 12px;font-family: 'Outfit', sans-serif;line-height: 1em;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 0px;margin: 0px 0px 5px 0px;padding: 0px 12px 0px 12px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-radio-label,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-radio-list,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Outfit', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 20px;margin: 10px 7px 0px 0px;padding: 4px 8px 2px 8px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-main-label,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-colors-list,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 6px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 5px 0px 0px;padding: 1px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-images-list li,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #fff;box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);border-style: none;border-radius: 50%;margin: -70px -30px 0px -30px;padding: 12px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--regular,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--regular a,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--from,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-next{margin-top: -50px;margin-right: -25px;margin-left: -25px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jkvi4vqwp8c .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title{margin-top: 10px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--regular,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--regular a,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--from,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-submit{font-size: 12px;height: 40px;min-height: 40px;padding-right: 15px;padding-left: 15px;margin-bottom: 15px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--soldout{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 25px 5px;padding: 10px;}}.ecom-core.ecom-jkvi4vqwp8c.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-jkvi4vqwp8c{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jkvi4vqwp8c{margin-top: 25px !important;padding-bottom: 0 !important;}} .ecom-core.ecom-jkvi4vqwp8c .ecom-child-element:before,.ecom-core.ecom-jkvi4vqwp8c .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--add,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}


}
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product .selector-wrapper,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product .ecom-collection__product-picker-other{
    align-items: center;
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
    word-break: break-all;
    text-align: center;
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-badge:has(>span.ecom-collection__product-price--bage-sale) .ecom-collection__product-badge--sale{
    display: none ! important;
}

@media(min-width:1025px){
    .ecom-core.ecom-jkvi4vqwp8c .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-jkvi4vqwp8c .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}.ecom-core.ecom-pizn23viy4p>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-tsxvg35yu2{width: 100.00%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tsxvg35yu2>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-tsxvg35yu2>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-tsxvg35yu2{width: 100%;}}.ecom-core.ecom-zc795ffnqya .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-zc795ffnqya{show_price: block;show_ground_price: false;show_picker: show;}.ecom-core.ecom-zc795ffnqya .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-description{order: 2;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zc795ffnqya .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-zc795ffnqya .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zc795ffnqya .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.4,minmax(0, 1fr));}.ecom-core.ecom-zc795ffnqya .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px;padding: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title{text-align: center;color: #000000;transition: all 300ms ease;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title a{font-size: 20px;text-decoration: none;font-weight: 600;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title:hover{color: #113887;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price a{font-weight: 700;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price{color: #000;margin: 8px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--regular,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--regular a,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--from,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--from a{font-size: 16px;font-weight: 700;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--regular,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--from{color: #b0b0b0;margin: 0px;padding: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--sale{font-size: 16px;font-weight: 700;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000;margin: 8px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 400;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;height: 40px;min-height: 40px;color: #fff;background-color: #2cb2ae;border-style: none;border-radius: 0px;transition-duration: 400ms;;;padding: 12px 30px 12px 30px;margin: 5px 0px 25px 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-submit:hover{color: #fff;background-color: #2cb2ae;border-style: none;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--quickshop{position: absolute;left: 5%;bottom: 100%;align-self: center;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;margin: 5px 0px 25px 0px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;align-self: center;font-size: 14px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: uppercase;letter-spacing: 0px;line-height: 1.25em;height: 40px;min-height: 40px;color: #000;background-color: #ccc;border-style: none;border-radius: 0px;margin: 5px 0px 25px 0px;padding: 12px 30px 12px 30px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--soldout:hover{color: #000;background-color: #ccc;border-style: none;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--view-more{position: absolute;left: 5%;bottom: 100%;align-self: flex-start;text-transform: uppercase;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;font-size: 14px;line-height: 1.25em;font-weight: 400;letter-spacing: 0px;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;padding: 12px 40px 10px 40px;margin: 0px 0px 25px 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #113887;border-style: none;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--view-more svg{width: 122px;height: 122px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #fa0707;border-radius: 25px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #dc2626;border-radius: 0px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 0px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;font-size: 12px;font-family: 'Outfit', sans-serif;line-height: 1em;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 0px;margin: 0px 0px 5px 0px;padding: 0px 12px 0px 12px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-radio-label,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-radio-list,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Outfit', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 20px;margin: 10px 7px 0px 0px;padding: 4px 8px 2px 8px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-main-label,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-colors-list,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 6px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 5px 0px 0px;padding: 1px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-images-list li,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #fff;box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);border-style: none;border-radius: 50%;margin: -70px -30px 0px -30px;padding: 12px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--regular,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--regular a,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--from,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-next{margin-top: -50px;margin-right: -25px;margin-left: -25px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zc795ffnqya .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title{margin-top: 10px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--regular,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--regular a,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--from,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-submit{font-size: 12px;height: 40px;min-height: 40px;padding-right: 15px;padding-left: 15px;margin-bottom: 15px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--soldout{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 25px 5px;padding: 10px;}}.ecom-core.ecom-zc795ffnqya.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-zc795ffnqya{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zc795ffnqya{margin-top: 25px !important;padding-bottom: 0 !important;}} .ecom-core.ecom-zc795ffnqya .ecom-child-element:before,.ecom-core.ecom-zc795ffnqya .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--add,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}


}
}
.ecom-core.ecom-zc795ffnqya .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-zc795ffnqya .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-zc795ffnqya .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-zc795ffnqya .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-zc795ffnqya .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-zc795ffnqya .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-zc795ffnqya .ecom-collection__product .selector-wrapper,.ecom-core.ecom-zc795ffnqya .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-zc795ffnqya .ecom-collection__product .ecom-collection__product-picker-other{
    align-items: center;
}
.ecom-core.ecom-zc795ffnqya .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-zc795ffnqya .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
    word-break: break-all;
    text-align: center;
}
.ecom-core.ecom-zc795ffnqya .ecom-collection__product-badge:has(>span.ecom-collection__product-price--bage-sale) .ecom-collection__product-badge--sale{
    display: none ! important;
}

@media(min-width:1025px){
    .ecom-core.ecom-zc795ffnqya .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-zc795ffnqya .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}.ecom-core.ecom-jznkb6b4ej8>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-qusp0l6qz2f{width: 100.00%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qusp0l6qz2f{width: 100%;}.ecom-core.ecom-qusp0l6qz2f>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-qusp0l6qz2f>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-qusp0l6qz2f{width: 100%;}}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-k8z3xwlojld{show_price: block;show_ground_price: false;show_picker: show;}.ecom-core.ecom-k8z3xwlojld .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-description{order: 2;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-k8z3xwlojld .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-k8z3xwlojld .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-k8z3xwlojld .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.4,minmax(0, 1fr));}.ecom-core.ecom-k8z3xwlojld .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px;padding: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title{text-align: center;color: #000000;transition: all 300ms ease;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title a{font-size: 20px;text-decoration: none;font-weight: 600;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title:hover{color: #113887;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price a{font-weight: 700;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price{color: #000;margin: 8px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--regular,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--regular a,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--from,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--from a{font-size: 16px;font-weight: 700;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--regular,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--from{color: #b0b0b0;margin: 0px;padding: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--sale{font-size: 16px;font-weight: 700;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000;margin: 8px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-submit{align-self: center;font-size: 14px;font-weight: 400;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;height: 40px;min-height: 40px;color: #fff;background-color: #2cb2ae;border-style: none;border-radius: 0px;transition-duration: 400ms;;;padding: 12px 30px 12px 30px;margin: 5px 0px 25px 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-submit:hover{color: #fff;background-color: #2cb2ae;border-style: none;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--quickshop{position: absolute;left: 5%;bottom: 100%;align-self: center;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;margin: 5px 0px 25px 0px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;align-self: center;font-size: 14px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: uppercase;letter-spacing: 0px;line-height: 1.25em;height: 40px;min-height: 40px;color: #000;background-color: #ccc;border-style: none;border-radius: 0px;margin: 5px 0px 25px 0px;padding: 12px 30px 12px 30px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--soldout:hover{color: #000;background-color: #ccc;border-style: none;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--view-more{position: absolute;left: 5%;bottom: 100%;align-self: flex-start;text-transform: uppercase;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;font-size: 14px;line-height: 1.25em;font-weight: 400;letter-spacing: 0px;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;padding: 12px 40px 10px 40px;margin: 0px 0px 25px 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #113887;border-style: none;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--view-more svg{width: 122px;height: 122px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #fc0a0a;border-radius: 25px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #dc2626;border-radius: 0px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Outfit', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 0px;padding: 0px 12px 0px 12px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;font-size: 12px;font-family: 'Outfit', sans-serif;line-height: 1em;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 0px;margin: 0px 0px 5px 0px;padding: 0px 12px 0px 12px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-radio-label,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-radio-list,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Outfit', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 20px;margin: 10px 7px 0px 0px;padding: 4px 8px 2px 8px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-main-label,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-colors-list,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 6px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 5px 0px 0px;padding: 1px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-images-list li,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #fff;box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);border-style: none;border-radius: 50%;margin: -70px -30px 0px -30px;padding: 12px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--regular,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--regular a,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--from,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-next{margin-top: -50px;margin-right: -25px;margin-left: -25px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-k8z3xwlojld .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title{margin-top: 10px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--regular,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--regular a,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--from,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-submit{font-size: 12px;height: 40px;min-height: 40px;padding-right: 15px;padding-left: 15px;margin-bottom: 15px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--soldout{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 25px 5px;padding: 10px;}}.ecom-core.ecom-k8z3xwlojld.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;}.ecom-core.ecom-k8z3xwlojld{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-k8z3xwlojld{margin-top: 25px !important;padding-bottom: 0 !important;}} .ecom-core.ecom-k8z3xwlojld .ecom-child-element:before,.ecom-core.ecom-k8z3xwlojld .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--add,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}


}
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection__product .selector-wrapper,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-k8z3xwlojld .ecom-collection__product .ecom-collection__product-picker-other{
    align-items: center;
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
    word-break: break-all;
    text-align: center;
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-badge:has(>span.ecom-collection__product-price--bage-sale) .ecom-collection__product-badge--sale{
    display: none ! important;
}

@media(min-width:1025px){
    .ecom-core.ecom-k8z3xwlojld .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-k8z3xwlojld .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading,.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading a{font-weight: 600;line-height: 1.2em;letter-spacing: 0px;font-size: 32px;font-family: 'Plus Jakarta Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-rpab0rk7jcs  .element__heading .ecom__heading,.ecom-core.ecom-rpab0rk7jcs  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading,.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading,.ecom-core.ecom-rpab0rk7jcs .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-rpab0rk7jcs{padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-rpab0rk7jcs.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rpab0rk7jcs{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rpab0rk7jcs{padding-bottom: 0 !important;}}.ecom-core.ecom-nqmlfsi5ehd>div.core__row--columns{max-width: 1600px;}.ecom-core.ecom-nqmlfsi5ehd{background-color: #fffcf6;}.ecom-core.ecom-nqmlfsi5ehd{padding: 86px 25px 25px 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nqmlfsi5ehd{padding: 35px 0px 15px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nqmlfsi5ehd{padding: 35px 0px 35px 0px !important;}}





@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 fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ecom-core.ecom-6zvqgoibsre{width: 48%;}.ecom-core.ecom-6zvqgoibsre>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6zvqgoibsre{width: 100%;}}html body .ecom-core.ecom-e9alfpnzfls .ecom-core.ecom-6zvqgoibsre>div.core__column--wrapper{padding-left: 80px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-e9alfpnzfls .ecom-core.ecom-6zvqgoibsre>div.core__column--wrapper{padding-left: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e9alfpnzfls .ecom-core.ecom-6zvqgoibsre>div.core__column--wrapper{padding-top: 15px !important;padding-right: 15px !important;padding-left: 15px !important;}}.ecom-core.ecom-1o5d3ff0e7z .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-1o5d3ff0e7z .ecom__element--button{title: Jost 16px;value: [object Object];font-size: 16px;line-height: 1.5em;font-weight: 500;letter-spacing: 0px;color: #ffffff;background-color: #2cb2ae;border-radius: 40px;transition-duration: 400ms;;;padding: 13px 30px 13px 30px;margin: 0px;}.ecom-core.ecom-1o5d3ff0e7z .ecom__element--button:hover{color: #ffffff;background-color: #4d8036;}.ecom-core.ecom-1o5d3ff0e7z .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1o5d3ff0e7z .ecom__element--button{padding: 10px 25px 10px 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1o5d3ff0e7z .ecom-button-default{justify-content: center;}.ecom-core.ecom-1o5d3ff0e7z .ecom__element--button{padding: 10px 25px 10px 25px;}}.ecom-core.ecom-1o5d3ff0e7z{margin-top: 34px !important;padding-bottom: 0 !important;animation-duration: 700ms !important;}.ecom-core.ecom-1o5d3ff0e7z.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 700ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1o5d3ff0e7z{margin-top: 25px !important;}}.ecom-core.ecom-mcvzsbe90mm .ecom-text--more-actions button ,.ecom-core.ecom-mcvzsbe90mm .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-mcvzsbe90mm .text-content,.ecom-core.ecom-mcvzsbe90mm  .text-content a,.ecom-core.ecom-mcvzsbe90mm  .text-content p,.ecom-core.ecom-mcvzsbe90mm  .text-content span{text-align: left;color: #0d0c0c;margin: 0px;padding: 0px;}.ecom-core.ecom-mcvzsbe90mm .text-content,.ecom-core.ecom-mcvzsbe90mm .text-content a,.ecom-core.ecom-mcvzsbe90mm  .text-content a,.ecom-core.ecom-mcvzsbe90mm  .text-content a a,.ecom-core.ecom-mcvzsbe90mm  .text-content p,.ecom-core.ecom-mcvzsbe90mm  .text-content p a,.ecom-core.ecom-mcvzsbe90mm  .text-content span,.ecom-core.ecom-mcvzsbe90mm  .text-content span a{title: Jost 18px;value: [object Object];line-height: 1.4em;font-size: 16px;font-weight: 400;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-mcvzsbe90mm .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-mcvzsbe90mm .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mcvzsbe90mm .text-content,.ecom-core.ecom-mcvzsbe90mm  .text-content a,.ecom-core.ecom-mcvzsbe90mm  .text-content p,.ecom-core.ecom-mcvzsbe90mm  .text-content span{text-align: center;}.ecom-core.ecom-mcvzsbe90mm .text-content,.ecom-core.ecom-mcvzsbe90mm .text-content a,.ecom-core.ecom-mcvzsbe90mm  .text-content a,.ecom-core.ecom-mcvzsbe90mm  .text-content a a,.ecom-core.ecom-mcvzsbe90mm  .text-content p,.ecom-core.ecom-mcvzsbe90mm  .text-content p a,.ecom-core.ecom-mcvzsbe90mm  .text-content span,.ecom-core.ecom-mcvzsbe90mm  .text-content span a{font-size: 14px;}}.ecom-core.ecom-mcvzsbe90mm{padding-bottom: 0px !important;margin-top: 20px !important;width: 450px;max-width:450px;animation-duration: 600ms !important;}.ecom-core.ecom-mcvzsbe90mm.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mcvzsbe90mm{margin-top: 15px !important;}}.ecom-core.ecom-wy2o0t6maf .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-wy2o0t6maf .element__heading .ecom__heading,.ecom-core.ecom-wy2o0t6maf .element__heading .ecom__heading a{font-size: 40px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-wy2o0t6maf  .element__heading .ecom__heading,.ecom-core.ecom-wy2o0t6maf  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wy2o0t6maf .element__heading .ecom__heading,.ecom-core.ecom-wy2o0t6maf .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wy2o0t6maf .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-wy2o0t6maf .element__heading .ecom__heading,.ecom-core.ecom-wy2o0t6maf .element__heading .ecom__heading a{font-size: 26px;}}.ecom-core.ecom-wy2o0t6maf.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}.ecom-core.ecom-wy2o0t6maf{animation-duration: 600ms !important;}.ecom-core.ecom-nptr1uk98le{width: 52%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nptr1uk98le{width: 100%;}}.ecom-core.ecom-1huw44jo2zo .ecom-image-align{align-items: center;}.ecom-core.ecom-1huw44jo2zo .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-1huw44jo2zo .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-1huw44jo2zo .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-1huw44jo2zo .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-1huw44jo2zo .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-1huw44jo2zo .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-1huw44jo2zo.ecom-animated{animation-name: zoomIn;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}.ecom-core.ecom-1huw44jo2zo{animation-duration: 600ms !important;}.ecom-core.ecom-e9alfpnzfls>div.core__row--columns{max-width: 1200px;}.ecom-core.ecom-e9alfpnzfls{background-color: #fffcf6;}.ecom-core.ecom-e9alfpnzfls{padding-top: 25px !important;padding-bottom: 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e9alfpnzfls{padding-top: 20px !important;padding-bottom: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e9alfpnzfls{padding-top: 20px !important;padding-bottom: 0px !important;}}
.ecom-core.ecom-r05hyx77nys{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r05hyx77nys{width: 100%;}}.ecom-core.ecom-01f8ivr20gjn .ecom-icon-separator,.ecom-core.ecom-01f8ivr20gjn .ecom-marquee-image{order: 1;}.ecom-core.ecom-01f8ivr20gjn .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-01f8ivr20gjn .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 35px;text-transform: capitalize;font-style: normal;text-decoration: none;font-family: 'Roboto-Bold-3', sans-serif;font-weight: 800;line-height: 1.25em;}.ecom-core.ecom-01f8ivr20gjn .ecom-marquee_items .ecom-marquee_item h3{color: #000000;padding-right: 31px;padding-left: 31px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-01f8ivr20gjn .ecom-marquee_items .ecom-marquee_item h3,.ecom-core.ecom-01f8ivr20gjn .ecom-marquee_items .ecom-marquee_item h3 a{font-size: 16px;}.ecom-core.ecom-01f8ivr20gjn .ecom-marquee_items .ecom-marquee_item h3{padding-right: 20px;padding-left: 20px;}}.ecom-core.ecom-01f8ivr20gjn{padding-bottom: 0 !important;} .ecom-core.ecom-01f8ivr20gjn .ecom-marquee_items .ecom-marquee_item:nth-child(2n+1) h3{
    -webkit-text-stroke: 1px #17a2b8;
    color: transparent;
}.ecom-core.ecom-7aexpjnoiho>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-7aexpjnoiho{background-color: rgba(201, 240, 238, 0.76);}.ecom-core.ecom-7aexpjnoiho{padding-top: 25px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7aexpjnoiho{padding-top: 12.5px !important;padding-bottom: 5px !important;}}


